.oxy-nav-menu .mb2-search input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type="submit"] {
    background-image: url(../images/icon-search-white.png);
}

@font-face {
    font-family: 'KronaOne';
    src: url(../fonts/KronaOne-Regular.ttf) format('truetype'), url(../fonts/KronaOne-Regular.eot) format('eot'), url(../fonts/KronaOne-Regular.woff) format('woff'), url(../fonts/KronaOne-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Blk BT';
    src: url('../fonts/Swiss721BT-Black.eot');
    src: url('../fonts/Swiss721BT-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Black.woff2') format('woff2'), url('../fonts/Swiss721BT-Black.woff') format('woff'), url('../fonts/Swiss721BT-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    --color: #041982;
    --color1: #2392dc;
    margin: 0 auto;
}

.container {
    width: 1685px;
}

.bigtt-zt {
    font-family: 'KronaOne';
}

.fam-swis721blk {
    font-family: 'Swis721 Blk BT';
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
}

#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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav .ui.menu {
    border-radius: 10px;
    width: 80%;
}

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

#header .nav .ui.menu .menu-box .menu-menu-container {
    height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
    content: "\20";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 36px;
    font-size: 18px;
    font-family: 'KronaOne';
    height: 100%;
    color: #fff;
    -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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    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: 2px solid transparent;
    padding-bottom: 4px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
    border-color: #fff;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    border-color: #fff;
}

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

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
    background: var(--color);
    color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container 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 .menu-menu-container 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 .menu-menu-container 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 .menu-menu-container 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-language {
    position: relative;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
    font-family: 'KronaOne';
}

#header .nav .ui.menu .right .h-language span .gq {
    height: 18px;
    margin-right: 14px;
}

#header .nav .ui.menu .right .h-language span img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language 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;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 110%;
    right: 0;
    width: 130px;
    -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;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -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);
    border-bottom: 3px solid #60b242;
    display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
    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;
    padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
    vertical-align: middle;
    width: auto;
    height: 15px;
    margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
    background: #000;
    color: #fff;
}

#header .nav .ui.menu .right .h-language: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);
    display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
    -webkit-filter: none;
    filter: none;
}

#header .nav .ui.menu .right .h-search {
    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;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
    -webkit-filter: none;
    filter: none;
}

#header .nav .ui.menu .right .line {
    width: 1px;
    height: 25px;
    background-color: #fff;
    margin: 0 27px;
}

#header.active .nav {
    height: 90px;
}

#banner .banner-content {
    height: 60vw;
    position: relative;
}

#banner .banner-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 790px;
    line-height: 1.2;
}

#banner .banner-content .swiper-slide .txt-content .btn-go {
    font-size: 18px;
    font-family: 'KronaOne';
}

#banner .banner-content .swiper-slide .txt-content .text {
    max-width: 688px;
}

#banner .banner-content .swiper-slide-active .txt-content h3 {
    -webkit-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear;
    animation: fadeInLeft 1s linear;
}

#banner .banner-content .swiper-slide-active .txt-content .text {
    -webkit-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
    animation: fadeInRight 1s linear;
}

#banner .banner-content .swiper-slide-active .txt-content .btn-go {
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    animation: fadeInUp 1s linear;
}

#banner .banner-content .swiper-pagination {
    bottom: 26%;
    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;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet {
    width: 41px;
    height: 38px;
    background: transparent;
    opacity: 1;
    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;
    background-image: url('../images/h-fybg_02.png');
    -o-background-size: 100% auto;
    background-size: 100% auto;
    border-radius: 0;
    margin: 0;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background-image: url('../images/h-fybg_01.png');
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
    background-image: url('../images/h-fybg_03.png');
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #00a0e9;
}

.btn-go {
    width: auto;
    min-width: 200px;
    padding: 0 22px;
    height: 52px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 16px;
    color: #fff;
}

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

.btn-more {
    font-size: 20px;
    width: 230px;
    color: #fff;
}

.btn-more .cir_c {
    width: 75px;
    height: 75px;
    position: relative;
    font-size: 24px;
}

.btn-more .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-more .text {
    margin-left: -10px;
    margin-top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-more:hover .cir {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-more:hover .text {
    margin-left: 10px;
}

.dh-tt {
    position: relative;
    z-index: 0;
}

.dh-tt::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-color: var(--color1);
    position: absolute;
    top: 8px;
    left: -18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    -webkit-animation: title_ani 6s ease-in-out infinite;
    -moz-animation: title_ani 6s ease-in-out infinite;
    -o-animation: title_ani 6s ease-in-out infinite;
    animation: title_ani 6s ease-in-out infinite;
}

#index-body .bg01 {
    background-repeat: no-repeat;
    background-position: left bottom;
}

#index-body .init-1 {
    margin-top: -80px;
}

#index-body .init-1 .datashow {
    padding: 0 80px;
}

#index-body .init-1 .datashow ul li .box {
    width: 275px;
    height: 230px;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 0;
    cursor: pointer;
    padding: 0 40px;
}

#index-body .init-1 .datashow ul li .box .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

#index-body .init-1 .datashow ul li .box .shadow_1 {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .datashow ul li .box .shadow_2 {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-1 .datashow ul li .box:hover .shadow_1 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

#index-body .init-1 .datashow ul li .box:hover .shadow_2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#index-body .init-1 .datashow ul li .box .list_c .top h2 {
    margin-top: -5px;
}

#index-body .init-1 .about-con .left {
    width: 42%;
}

#index-body .init-1 .about-con .left .about-des {
    max-height: 380px;
    overflow-y: auto;
}

#index-body .init-1 .about-con .right {
    width: 52.5%;
    position: relative;
    margin-left: auto;
    padding: 22px;
    border: 1px solid rgba(40, 169, 255, 0);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#index-body .init-1 .about-con .right .sub_img {
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-animation: move_ani 15s linear infinite;
    -moz-animation: move_ani 15s linear infinite;
    -o-animation: move_ani 15s linear infinite;
    animation: move_ani 15s linear infinite;
}

#index-body .init-1 .about-con .right .sub_img.img_1 {
    top: -3px;
    -webkit-animation-delay: -8s;
    -moz-animation-delay: -8s;
    -o-animation-delay: -8s;
    animation-delay: -8s;
}
#index-body .init-1 .about-con .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background-color: rgba(255, 255, 255, 0.404);
  border-radius: 50%;
}
#index-body .init-1 .about-con .right .play i {
  font-size: 42px;
  color: #fff;
}
#index-body .init-1 .about-con .right .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}
#index-body .init-1 .about-con .right .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: #041982;
    border: 1px solid rgb(4, 25, 130);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}



#index-body .init-2 .list ul li .box .img-box {
    background-color: #e5e5e5;
}

#index-body .init-2 .list ul li .box .txt-box .tt {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-2 .list ul li .box .txt-box .tt::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color1);
    margin-right: 8px;
    vertical-align: middle;
}

#index-body .init-2 .list ul li .box .txt-box .tt span {
    vertical-align: middle;
}

#index-body .init-2 .list ul li .box .txt-box .tt:hover {
    color: var(--color1);
}

#index-body .init-2 .list ul li .box .txt-box .btn-go {
    height: 48px;
    background-color: transparent;
    -webkit-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    transform: translateX(-22px);
}

#index-body .init-2 .list ul li .box:hover .txt-box .btn-go {
    background-color: var(--color);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#index-body .init-2 .list ul li .box:hover .txt-box .btn-go:hover {
    background-color: #fff;
}

#index-body .init-3 {
    overflow: hidden;
    z-index: 0;
    background-position: right 30% top;
}

#index-body .init-3 .txtbg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

#index-body .init-3 .probg {
    position: absolute;
    top: -37%;
    right: 0;
    z-index: -1;
}

#index-body .init-3 .why-con .left {
    width: 56%;
}

#index-body .init-3 .why-con .left .item-con ul {
    margin-left: -70px;
    margin-right: -70px;
}

#index-body .init-3 .why-con .left .item-con ul li {
    width: 50%;
    padding: 0 70px;
}

#index-body .init-3 .why-con .left .item-con ul li .box .des {
    max-height: 170px;
    overflow-y: auto;
}

#index-body .init-3 .why-con .left .item-con ul li .box .des::-webkit-scrollbar-thumb {
    background-color: #535353;
}

#index-body .bg02 {
    background-repeat: no-repeat;
    background-position: right bottom;
}

#index-body .init-4 .list ul li .box {
    padding: 20px 0;
}

#index-body .init-4 .list ul li .box .txt-box .time {
    color: var(--color1);
}

#index-body .init-4 .list ul li .box .txt-box .tt {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .list ul li .box .txt-box .tt span {
    vertical-align: middle;
}

#index-body .init-4 .list ul li .box .txt-box .tt:hover {
    color: var(--color1);
}

#index-body .init-4 .list ul li .box .txt-box .des {
    color: #c1c1c1;
}

#index-body .init-4 .list ul li .box .txt-box .btn-go {
    min-width: unset;
    height: 48px;
}

#index-body .init-4 .list ul .swiper-slide-active .box,
#index-body .init-4 .list ul .swiper-slide-active+.swiper-slide .box {
    position: relative;
}

#index-body .init-4 .list ul .swiper-slide-active .box::after,
#index-body .init-4 .list ul .swiper-slide-active+.swiper-slide .box::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: -22px;
}

@-webkit-keyframes title_ani {
    0% {
        left: -18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20%,
    80% {
        left: -18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        left: 100%;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        left: -18px;
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }
}

@-moz-keyframes title_ani {
    0% {
        left: -18px;
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20%,
    80% {
        left: -18px;
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        left: 100%;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        left: -18px;
        -moz-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }
}

@-o-keyframes title_ani {
    0% {
        left: -18px;
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20%,
    80% {
        left: -18px;
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        left: 100%;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        left: -18px;
        -o-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }
}

@keyframes title_ani {
    0% {
        left: -18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20%,
    80% {
        left: -18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        left: 100%;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        left: -18px;
        -webkit-transform: translateX(0) rotate(45deg);
        -moz-transform: translateX(0) rotate(45deg);
        -o-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }
}

@-webkit-keyframes move_ani {
    0% {
        left: 0;
    }

    50% {
        left: -webkit-calc(100% - 30px);
        left: calc(100% - 30px);
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes move_ani {
    0% {
        left: 0;
    }

    50% {
        left: -moz-calc(100% - 30px);
        left: calc(100% - 30px);
    }

    100% {
        left: 0;
    }
}

@-o-keyframes move_ani {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 30px);
    }

    100% {
        left: 0;
    }
}

@keyframes move_ani {
    0% {
        left: 0;
    }

    50% {
        left: -webkit-calc(100% - 30px);
        left: -moz-calc(100% - 30px);
        left: calc(100% - 30px);
    }

    100% {
        left: 0;
    }
}

#footer .footer-center .footer-t {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#footer .footer-center .footer-t .right {
    width: 50%;
    padding-left: 12%;
}

#footer .footer-center .footer-t .right .form {
    padding: 16px;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}

#footer .footer-center .footer-t .right .form form {
    background-color: var(--color);
    border-radius: 10px;
    padding: 60px 85px 100px;
}

#footer .footer-center .footer-t .right .form form ul {
    margin: 0 -15px;
    position: relative;
}

#footer .footer-center .footer-t .right .form form ul li {
    padding: 0 15px;
}

#footer .footer-center .footer-t .right .form form ul li input {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    padding: 5px 0;
}

#footer .footer-center .footer-t .right .form form ul li input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li input:-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li input::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li input::-ms-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li input::placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .right .form form ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(35, 146, 220, 0.6)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(35, 146, 220, 0.6), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(35, 146, 220, 0.6), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(35, 146, 220, 0.6), rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgba(35, 146, 220, 0.6), rgba(255, 255, 255, 0));
}

#footer .footer-center .footer-t .right .form form ul .send {
    position: absolute;
    right: 15px;
    bottom: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .right .form form ul .send:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer .footer-center .footer-t .right .form .sub_img {
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-animation: move_ani 15s linear infinite;
    -moz-animation: move_ani 15s linear infinite;
    -o-animation: move_ani 15s linear infinite;
    animation: move_ani 15s linear infinite;
}

#footer .footer-center .footer-t .right .form .sub_img.img_1 {
    top: -3px;
    -webkit-animation-delay: -8s;
    -moz-animation-delay: -8s;
    -o-animation-delay: -8s;
    animation-delay: -8s;
}

#footer .footer-center .footer-t .left {
    width: 50%;
    padding-right: 4%;
}

#footer .footer-center .footer-t .left .info {
    width: 478px;
}

#footer .footer-center .footer-t .left .info .item .subs {
    width: 90px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#footer .footer-center .footer-t .left .info .item .subs span {
    color: var(--color1);
}

#footer .footer-center .footer-t .left #ewm {
    width: 145px;
    height: 145px;
    background: #fff;
    border: 6px solid #fff;
}

#footer .footer-center .footer-t .left .link {
    border-top: 2px solid rgba(35, 146, 220, 0.5);
}

#footer .footer-center .footer-t .left .link span {
    padding: 5px 0;
}

#footer .footer-center .footer-t .left .link a {
    transition: all 0.5s;
}

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

#footer .footer-center .footer-b {
    background-color: rgba(0, 0, 0, 0.74);
}

#footer .footer-center .footer-b p {
    color: rgba(255, 255, 255, 0.3);
    padding: 22px 0;
}

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

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

#footer .footer-center .footer-b p svg {
    width: auto;
    max-height: 28px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    fill: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
}

#footer .footer-center .footer-b p .share a {
    color: var(--color1);
}

@media screen and (max-width: 1700px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 26px;
    }

    #index-body .init-1 .datashow {
        padding: 0;
    }

    #index-body .init-3 .why-con .left .item-con ul {
        margin-left: -35px;
        margin-right: -35px;
    }

    #index-body .init-3 .why-con .left .item-con ul li {
        padding: 0 35px;
    }
}

@media screen and (max-width: 1450px) {
    body {
        font-size: 16px;
    }

    .btn-go {
        zoom: 0.9;
    }

    .btn-more {
        zoom: 0.9;
    }

    .dh-tt::after {
        zoom: 0.8;
    }

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

    #index-body .init-1 .datashow ul li .box {
        width: 220px;
        height: 200px;
        padding: 0px 15px;
    }

    #banner .banner-content .swiper-pagination {
        zoom: 0.9;
    }

    #index-body .init-3 .why-con .left .item-con ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    #index-body .init-3 .why-con .left .item-con ul li {
        padding: 0 20px;
    }

    #index-body .init-4 .list ul .swiper-slide-active .box::after,
    #index-body .init-4 .list ul .swiper-slide-active+.swiper-slide .box::after {
        right: -5px;
    }

    #footer .footer-center .footer-t .left {
        padding-right: 0;
    }

    #footer .footer-center .footer-t .left .info {
        width: 430px;
    }

    #footer .footer-center .footer-t .left #ewm {
        width: 120px;
        height: 120px;
    }

    #footer .footer-center .footer-t .right .form form {
        padding: 50px 45px 60px;
    }
}

@media screen and (max-width: 1250px) {
    #banner .banner-content {
        height: 38vw;
    }

    #index-body .init-1 {
        margin-top: 0;
        padding-top: 50px;
    }

    #banner .banner-content .swiper-pagination {
        bottom: 20px;
    }

    #index-body .init-1 .datashow ul li .box {
        width: 175px;
        height: 170px;
    }

    #index-body .init-1 .about-con .left {
        width: 45%;
    }

    #index-body .init-3 .why-con .left {
        width: 68%;
    }
    #index-body .init-3 .why-con .left .item-con ul li {
        text-shadow: 1px 1px 5px var(--color);
    }
    #footer .footer-center .footer-t .right {
        padding-left: 2%;
    }

    #footer .footer-center .footer-t .left .info {
        width: 340px;
    }

    #footer .footer-center .footer-t .left #ewm {
        width: 100px;
        height: 100px;
    }

    #footer .footer-center .footer-t .left .link span {
        width: 33.3%;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    #banner .banner-content {
        height: 380px;
    }

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

    #footer .footer-center .footer-b p {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #banner .banner-content .swiper-pagination {
        display: none;
    }

    #index-body .init-1 .datashow ul li .box {
        width: 140px;
        padding: 0 5px;
    }

    #index-body .init-1 .about-con .left {
        width: 100%;
    }

    #index-body .init-1 .about-con .right {
        width: 100%;
        margin-top: 5%;
    }
    #index-body .init-1 .about-con .right .play{
        zoom: 0.8;
    }
    #index-body .init-3 .why-con .left {
        width: 100%;
    }



    #footer .footer-center .footer-t .right {
        padding-left: 0;
        width: 100%;
    }

    #footer .footer-center .footer-t .left {
        width: 100%;
        margin-top: 5%;
    }

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

    #footer .footer-center .footer-t .left .info {
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
    }

    #footer .footer-center .footer-t .left>img {
        height: 70px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 15px;
    }

    .btn-go {
        zoom: 0.8;
    }

    .btn-more {
        zoom: 0.8;
    }

    .dh-tt::after {
        zoom: 0.7;
    }

    .phone_hide {
        display: none;
    }

    #index-body .init-1 .datashow ul {
        margin: -10px;
    }

    #index-body .init-1 .datashow ul li {
        width: 50%;
        padding: 10px;
    }

    #index-body .init-1 .datashow ul li .box {
        width: 100%;
    }

    #index-body .init-3 .why-con .left .item-con ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    #index-body .init-3 .why-con .left .item-con ul li {
        padding: 0 10px;
    }

    #index-body .init-3 .probg {
        display: none;
    }

    #footer .footer-center .footer-t .right .form form {
        padding: 30px 20px 30px;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-3 .why-con .left .item-con ul li {
        width: 100%;
        padding: 10px;
    }

    #footer .footer-center .footer-t .right .form form ul li {
        width: 100%;
    }

    #footer .footer-center .footer-t .left .info {
        width: 100%;
        margin-bottom: 30px;
    }

    #footer .footer-center .footer-t .left .ewm {
        width: 100%;
        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;
    }
}


/*----- inner page -----*/
.inner-banner {
    margin-top: 110px;
    position: relative;
    overflow: hidden;
}

.inner-banner .textAniC {
    font-size: 300px;
    font-weight: bold;
    color: #333333;
    opacity: 0.05;
    line-height: 1;
}

.inner-banner .textAniC .c {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-animation: transAni2 60s linear infinite;
    -moz-animation: transAni2 60s linear infinite;
    animation: transAni2 60s linear infinite;
}

.inner-banner .line {
    position: absolute;
    width: 100%;
    bottom: 55px;
}

.inner-banner .line .bor {
    border: solid 1px rgba(51, 51, 51, 0.5);
}

.inner-banner .box2 {
    position: absolute;
    width: 100%;
    top: 50px;
}

.inner-banner .box2 .tit {
    line-height: 1;
}

.inner-banner .box2 .mbx {
    font-size: 14px;
    margin-top: 25px;
    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;
}

.inner-banner .box2 .mbx i {
    font-size: 20px;
}

@media (max-width: 1450px) {
    .inner-banner .textAniC {
        font-size: 260px;
    }

    .inner-banner .line {
        bottom: 49px;
    }
}

@media (max-width: 500px) {
    .inner-banner .container .catName {
        font-size: 24px;
    }

    #innerMobileBanner .banner2 .text {
        font-size: 24px;
    }
}

@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

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


.m-page {
    text-align: center;
    margin-top: 50px;
}

.m-page a,
.m-page span {
    width: 50px;
    height: 50px;
    background: #dfdfdf;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
}

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

.m-link {
  margin-top: 16px;
}

.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-link a:hover {
  color: var(--color);
}


@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
    .m-link {
     text-align: left;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}

/*----- product-page -----*/
.product-page .product-2 {
    margin-bottom: 90px;
}

.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
}

.sider-box .sider-left h2 {
    padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}

.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}

.sider-box .sider-left .category .catelist ul li a {
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    font-size: 16px;
    transition: all 0.5s;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #FFFFFF;
    background-color: var(--color);
}

.sider-box .sider-left .category .catelist>ul>li>a::after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 24px;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active {
    color: #73ae53;
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
    margin-top: 35px;
}

.sider-box .sider-left .quote .form form .submit {
    margin: 24px auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
    border: none
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text'] {
    opacity: 0;
    margin: 0;
    border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px;
}

.sider-box .sider-left .quote .form button {
    margin-top: 30px;
    font-size: 20px;
    /*padding: 10px 50px;*/
    border: none;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: var(--color);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
    box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}

.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
    color: #858585;
}

.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}

.sider-box .sider-right {
    width: 70%;
}

.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/kingschains/2026/03/30/produside.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}

.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.product-2 .sidebar-info p {
    line-height: 1.8;
    color: #fff;
}

.product-2 .sidebar-info .info-tel {
    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;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
    text-align: left;
}

.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}

.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}

.product-page .init-1 .tip_title {
    text-transform: uppercase;
}

.product-page .init-1 .des {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 2;
    max-height: 210px;
    overflow-y: scroll;
}

@media screen and (max-width: 1450px) {
    .product-2 .sidebar-info .icon a {
        zoom: 0.8;
    }

    .sider-box .sider-left .category {
        padding: 35px 20px;
    }

    .sider-box .sider-left .quote {
        padding: 35px 20px;
    }

    .product-2 .sidebar-info {
        margin-bottom: 0.7rem;
        padding: 5rem 2rem 4.5rem;
    }

    .product-page .init-1 {
        padding: 25px;
    }
}

@media screen and (max-width: 1250px) {
    .sider-box .sider-left {
        display: none;
    }

    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .product-2 {
        margin-top: 0px !important;
    }

    .product-page .init-1 .container .des {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .product-page .init-1 {
        padding: 10px 20px;
    }

    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }

    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none !important;
    }
}


.product_list {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px;
}

.product_list ul {
    margin: 0 -15px;
}

.product_list ul li {
    padding: 20px 15px;
}

.product_list .img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
    background: #fff;
}

.product_list .img a {
    display: block;
    padding: 30px;
}

.product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: var(--color);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product_list h3 {
    margin-top: 15px;
    line-height: 28px;
}

@media screen and (max-width: 1700px) {
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1450px) {
    .product_list {
        padding: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .product_list ul {
        margin: 0 -8px;
    }

    .product_list ul li {
        padding: 15px 8px;
    }
}

@media screen and (max-width: 700px) {
    .product_list {
        padding: 20px
    }
}

@media screen and (max-width: 500px) {
    .product_list {
        padding: 15px;
    }
}


.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 396px;
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
}

@media screen and (max-width: 700px) {
    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}



/*----- pro-single-page -----*/
.product-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.8%;
    float: left;
}

.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg {
    width: 77.2%;
    padding-left: 4%;
    display: inline-block;
}

.product-page .pro_init_1 .container .left .bigImg ul li {
    padding: 1px;

}

.product-page .pro_init_1 .container .left .bigImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-page .pro_init_1 .container .left .bigImg img {
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page .pro_init_1 .container .right {
    width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 500;
}

.product-page .pro_init_1 .container .right .text_2 {
    line-height: 1.4;
    color: #4a4a4a;
    text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .shangxia a {
    display: block;
}

.product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
    /*padding: 40px 0 0;*/
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    /*display: none;*/
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0;
}

.product-page .pro_init_1 .container .right .more {
    margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}

.product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}

.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}


.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: 'KronaOne';
}

.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}

.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}

.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}

.product-page .prodet-2 .ret {
    margin-top: 50px;
}

.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}

.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.product-page .prodet-2 .ret .content dl dd h4 {
    line-height: 1.5;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .pro-single-4 {
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


@media screen and (max-width: 1450px) {
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }

    .product-page .prodet-2 .options ul li {
        font-size: 25px;
    }

}

@media screen and (max-width: 1250px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
    }

}

@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
    }

    .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
    }

    .product-page .pro_init_1 .container .left {
        width: 100%;
    }

    .product-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .product-page .pro_init_1 .container .right .sub_img {
        display: block;
    }

    .product-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }

    .product-page .prodet-2 .options ul li {
        margin-right: 25px;
        font-size: 22px;
    }

    .product-page .prodet-2 .ret {
        margin-top: 0;
        padding-top: 30px;
        border-top: 1px solid #d2d2d2;
    }

    .product-page .prodet-2 .options {
        display: none;
    }

    .product-page .prodet-2 .ret .slide:nth-last-child(1) {
        display: block;
        margin-top: 30px;
    }

    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
    }

    .product-page .prodet-2 .ret .det {
        overflow-x: auto;
    }

    .product-page .prodet-2 .ret .det table {
        table-layout: auto;
    }

    .product-page .prodet-2 .ret .det table td {
        min-width: 200px;
        width: auto;
        font-size: 14px;
        line-height: 28px;

    }

    .product-page .prodet-2 .ret .content dl dd .con {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .product-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .product-page .pro_init_1 .container .right .text_2 {
        line-height: 40px;
        margin-top: 10px;
    }

    .product-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }

    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }

    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}


/*----- project-page -----*/
.project-page ul {
  margin: -15px;
}

.project-page ul li {
  padding: 15px;
}

.project-page ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
@media screen and (max-width: 1250px) {
  .inner-page{
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px){
  .inner-page{
    margin-top: 40px;
  }
  .project-page ul {
    margin: -15px -8px;
  }
  .project-page ul li {
    padding: 15px 8px;
  }
}

/*----- jectdet-page -----*/
.jectdet-page .sidebar-right .content .left{
  padding-right: 5%;
}
.jectdet-page .sidebar-box .content .category a{
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
@media screen and (max-width: 1250px) {
  .jectdet-page .sidebar-right .content .right{
    margin-top: 5%;
  }
}

/*----- faq-page -----*/

.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
  padding-bottom: 6%;
}

.faq-page .faq-1 .header {
  max-width: 1134px;
}

.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}

.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}

.faq-page .faq-1 .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
}

.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}

.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}

.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  display: none;
}

.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}

.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}

.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 7%;
  padding-top: 7%;
  margin-bottom: 5%;
}

.faq-page .faq-3 .header {
  color: #030303;
}

.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}

.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}

.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}

.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}

.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}

.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}

.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}

.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}

.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}

.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: var(--color);
  border-color: var(--color);
}

@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }

  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }

  .faq-page .faq-1 {
    background: transparent;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }

  .faq-page .faq-1 .content {
    margin-top: 40px;
  }

  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }


}

@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }

  .faq-page .faq-1 .header .title {
    font-size: 36px;
    line-height: 1.4;
  }

  .faq-page .faq-1 .content {
    margin-top: 20px;
  }

  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 36px;
  }

  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }

  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }

  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }

  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }

  .faq-page .faq-3 .search {
    margin-top: 20px;
  }

  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }

  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.faq-page .marginBox {
  text-align: center;
}

.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}

.faq-page .marginBox .box .left {
  width: 40%;
}

.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
  border-radius: 20px;
}

.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}

.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}

.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
}

.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
  -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);
}

.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li .text span{
    white-space: normal!important;
}   

.faq-page .marginBox .box .right .list ul li.active {
  background: white;
  border-radius: 20px;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }

  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }

  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }

  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }

  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }

  .faq-page .marginBox .box .left {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }

  .faq-page .marginBox .box .right .list ul li span.title i {
    width: 10px;
    height: 10px;
    font-size: 14px;top: 9px;
  }
}


/*----- about-page -----*/

.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  font-weight: 400;
  color: #282727;
  line-height: 1.8;
}

.about-page .about-1 .content .right {
  width: 38%;
}

.about-page .about-1 .content .right .ig {
  max-width: 425px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: bold;
}

.about-page .about-1 .content .right span {
  font-size: 170px;
  line-height: 1;
  color: var(--color);
}

.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.32;
  margin-top: 24px;
}

.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}

.about-page .about-2 {
  padding-top: 5.99%;
}

.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 46.448%;
  padding-top: 65px;
}

.about-page .about-2 .text {
  width: 53.552%;
  padding: 65px 0 0 66px;
}

.about-page .about-2 .text .title::before {
  display: none;
}

.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}

.about-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 32px;
  margin-top: 42px;
}

.about-page .about-3 {
  padding-top: 5.782%;
}

.about-page .about-3 .header {
  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-page .about-3 .content {
  margin-top: 70px;
}

.about-page .about-3 .content 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;
  position: relative;
  height: 1130px;
}

.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}

.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .about-3 .content ul li .box {
  background: #fff;
  padding: 90px 75px 92px 59px;
  height: 380px;
}

.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;

  font-weight: bold;
  color: var(--color);
}

.about-page .about-3 .content ul li .box .con {
  font-size: 18px;
  line-height: 1.8;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}

.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}

.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}

.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}

.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-page .about-4 {
  padding: 1% 0 0;
}

.about-page .about-4 .box {
  background: var(--color);
}

.about-page .about-4 .box .left {
  vertical-align: middle;
  color: #fff;
  padding-left: 80px;
}
.about-page .about-4 .box .left .Hbtn {
  background-color: #fefefe;
  color: var(--color);
}
.about-page .about-4 .box .left .Hbtn:hover {
  color: #fefefe;
}
.about-page .about-4 .box .left .tit {
  line-height: 1.32;
}

.about-page .about-4 .box .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 26px;
}

.about-page .about-4 .box .left .btn-go {
  background: #fff;
  color: var(--color);
}

.about-page .about-4 .box .left .more::after {
  background: var(--black);
}

.about-page .about-4 .box .left .more:hover {
  color: #fff;
}

.about-page .about-4 .box .right {
  vertical-align: middle;
}

.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}

.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}

.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: var(--color1);
}

.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

#index-body2 .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#index-body2 .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#index-body2 .about .bottom .play::before,
#index-body2 .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}

#index-body2 .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

#index-body2 .about .data {
  padding: 80px 2% 0 2%;
}

#index-body2 .about .data 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body2 .about .data ul li {
  display: inline-block;
}

#index-body2 .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.2;
  color: var(--color);
  font-family: 'Swis721 Blk BT';
}

#index-body2 .about .data ul li .num span {
  /*display: inline-block;*/
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 2;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}

#index-body2 .about .data ul li:nth-child(2) .num span {
  width: 37%;
}


#index-body2 .init-6 .titleBox {
  color: #151515;
}

#index-body2 .init-6 .titleBox .titl {
  line-height: 1.16;
  width: 58%;
}

#index-body2 .init-6 .titleBox .txt {
  line-height: 1.5;
  opacity: 0.75;
  width: 42%;
}

#index-body2 .init-6 .bottom .leftBg {
  bottom: 0;
  width: 48%;
  left: -16%;
}

#index-body2 .init-6 .bottom ul.left li {
  padding-left: 55px;
}

#index-body2 .init-6 .bottom ul.left li::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--color);
  left: 4px;
  top: 12px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body2 .init-6 .bottom ul.left li.active {
  color: var(--color);
}

#index-body2 .init-6 .bottom ul.left li.active::before {
  width: 40px;
}

#index-body2 .init-6 .bottom .right .roundBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox {
  width: 100%;
  height: 100%;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #4b9123;
  border-radius: 50%;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round i.txt {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 100%;
  z-index: -1;
  opacity: 0;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round span::after,
#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
  background-color: var(--color);
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country .round span::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country.active {
  opacity: 1;
  z-index: 2;
}

#index-body2 .init-6 .bottom .right .roundBox .countryBox .country1 .round1 {
  left: 78%;
  top: 42%;
}

#index-body2 .init-6 .bottom .right .logoBox {
  color: #000;
  right: 0;
  top: 48%;
}

@media screen and (max-width: 1700px) {
  .about-page .about-1 .content .right span {
    font-size: 144px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .content .right span {
    font-size: 130px;
  }

  .about-page .about-3 .content ul {
    height: 1000px;
  }

  .about-page .about-3 .content ul li {
    height: 350px;
  }

  .about-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }

  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }

  .about-page .about-4 .box .left {
    padding-left: 50px;
  }

  .about-page .about-4 .box .left .con {
    width: 92%;
  }

  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
    #index-body2 .init-6 .bottom ul.left {
    display: flex;
    align-items: center;
  }

  #index-body2 .init-6 .bottom ul.left li {
    margin-right: 20px;
    padding-left: 50px;
  }

  #index-body2 .init-6 .bottom ul.left li::before {
    top: 10px;
  }

  #index-body2 .init-6 .bottom .leftBg {
    display: none;
  }


}

@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }

  .about-page .about-3 .content ul {
    height: 900px;
  }

  .about-page .about-3 .content ul li {
    height: 300px;
  }

  .about-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}

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

  .about-page .about-4 .box .right ul {
    max-width: none;
  }

  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-page .about-1 .content .con {
    width: 100%;
  }

  .about-page .about-1 .content .right {
    display: none;
  }

  .about-page .about-2 .img {
    width: 100%;
  }

  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 .content {
    margin-top: 30px;
  }

  .about-page .about-3 .content ul {
    height: 800px;
  }

  .about-page .about-3 .content ul li {
    height: 260px;
  }

  .about-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }

  .about-page .about-3 .content ul li .box .tit {
    font-size: 25px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }

  .about-page .about-4 .box {
    padding: 20px;
  }

  .about-page .about-4 .box .left {
    margin-bottom: 20px;
  }
    #index-body2 .init-6 {
    display: none;
  }

  #index-body2 .init-6 .titleBox {
    text-align: center;
  }

  #index-body2 .init-6 .titleBox .txt {
    text-align: center;
    margin-top: 20px;
  }

  #index-body2 .init-6 .bottom .right .logoBox {
    display: none;
  }
  #index-body2 .about .data {
    padding: 65px 0 0 0;
  }
  .about-page .about-3 {
    padding-bottom: 40px;
  }
}

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

  #index-body2 .about .data {
    padding: 20px 0;
  }

  #index-body2 .about .data ul {
    flex-wrap: wrap;
  }

  #index-body2 .about .data ul li {
    width: 100%;
    margin: 10px 0;
  }

  .about-page .about-3 .content ul {
    height: auto;
  }

  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }

  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }

  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }

  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }

  .about-page .about-4 .box .right {
    width: 100%;
  }

  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }

}

@media screen and (max-width: 500px) {
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }

  .about-page .about-2 .text .con {
    margin-top: 20px;
  }

  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-3 .header .more {
    margin-top: 15px;
  }

  .about-page .about-3 .content ul li {
    width: 100%;
  }

  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }

  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }

  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}


/* about-history */

.about-page .about-5 .content {
  position: relative;
  padding: 0 40px;
}

.about-page .about-5 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}

.about-page .about-5 .content ul li .tit {
  color: #4b9123;
}

.about-page .about-5 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  line-height: 1.5;
  overflow-y: auto;
}

.about-page .about-5 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}

.about-page .about-5 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .content ul li:hover::after {
  background: #041982;
}

.about-page .about-5 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}

.about-page .about-5 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
  width: calc(100% - 6.25vw);
  border-radius: 0 300px 300px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-5 .bottom ul {
  margin-right: -16px;
}

.about-page .about-5 .bottom ul li {
  padding-right: 16px;
}

.about-page .about-5 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1100px) {
  .about-page .about-5 .content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-5 .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px){
    .about-page .about-5 .content {
      padding: 0;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .content ul li {
    padding: 0 0 88px 0;
  }

  .about-page .about-5 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .about-page .about-5 .content ul li::before {
    left: 11px;
  }

  .about-page .about-5 .bottom {
    padding-right: 0;
  }
}

/*----- newspage -----*/

.news-page .tips_title {
  padding-left: 60px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #00a0e9;
  z-index: -1;
}

.news-page .content {
  margin-top: 50px;
}


.news-page .content ul li {
  position: relative;
}

.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}

.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 100%;
  min-height: 290px;
  padding: 30px 50px;
  background-color: #fff;
}

.news-page .content ul li .box .Hbtn {
  padding: 8px 20px;
  display: inline-block;
}

.news-page .content ul li .box .title {
  display: block;
  min-height: 4em;
}

.news-page .content ul li .box .title::before {
  display: none;
}

.news-page .content ul li .box .title:hover {
  color: var(--color);
}

.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}

.news-page .content ul li .box .des:hover {
  color: var(--color);
}

.news-page .content ul li .box .info_c {
  margin-top: 30px;
}

.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}

.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}

.news-page .content ul li:hover {
  z-index: 2;
}

.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}


.pro_public .init-related {
  background-color: #f7f7f7;
}

.pro_public .init-related .container .tips {
  text-align: center;

  /*font-weight: bold;*/
}

.pro_public .init-related .container .content {
  margin-top: 40px;
}

.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}

.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}

.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 1px;
}

.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}

.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}

@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }

  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .news-page .content ul li .box{
    padding: 26px 25px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }

  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }

  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 36px !important;
  }

}

/*------ .newdet-page -----*/

.newdet-page .init-1 .container .title::before {
  display: none;
}

.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}

.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #525252;
  padding: 30px 0;
  line-height: 30px;
}

.newdet-page .init-1 .container .content h4 {
  color: var(--color);
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  font-style: italic;
}

.newdet-page .init-1 .container .content h3 {
  color: var(--color);
  font-size: 24px;
  line-height: 44px;
  margin: 5px 0;
  text-transform: capitalize;
  font-weight: bold;
}

.newdet-page .init-1 .container .content a {
  color: var(--color);
  text-decoration: underline;
}

.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}

.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 200px);
  padding-right: 20px;
}

.newdet-page .init-1 .container .bottom_cont .right {
  width: 200px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {

  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }

  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }

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


  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }

  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}


/*----- contact-page -----*/
.contact-page .contact-1 .left {
  width: 100%!important;
  padding-right: 0%!important;
  vertical-align: middle;
  text-align: center;
}
.contact-page .contact-1 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-1 .right {
  width: 100%;
  vertical-align: middle;
  padding:0 20px;
}
.contact-page .contact-1 .right .list ul {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-1 .right .list ul li {
  padding: 20px 10px;
  
}
.contact-page .contact-1 .right .list ul .li1{
  width: 320px;
}
.contact-page .contact-1 .right .list ul .li2{
  width: 280px;
}
.contact-page .contact-1 .right .list ul .li3{
  width: 356px;
}
.contact-page .contact-1 .right .list ul .li4{
  width: 460px;
}
.contact-page .contact-1 .right .list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-1 .right .list ul li .box2 i.fa {
  font-size: 60px;
  margin-right: .3em;
  width: 70px;
  text-align: center;
}
.contact-page .contact-1 .right .list ul li .box2 .content{
  width: calc(100% - 100px);
  word-break: break-word;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: .3em;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .button-group .button {
  background-color: #f89c1c;
}
.contact-page .contact-3 {
  padding: 100px 0;
}
.contact-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
  padding-top: 1%;
}
.contact-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}


.contact-page .contact-3 .form ul {
    margin: -15px
}

.contact-page .contact-3 .form ul li {
    padding: 15px
}

.contact-page .contact-3 .form ul li input,.contact-page .contact-3 .form ul li textarea {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 28px;
    padding: 10px 20px;
    color: #222;
    height: 54px;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.contact-page .contact-3 .form ul li input:focus,.contact-page .contact-3 .form ul li textarea:focus {
    border-color: #f89c1c
}

.contact-page .contact-3 .form ul li textarea {
    height: 190px
}

.contact-page .contact-3 .form ul li.wid-100 {
    width: 100%
}

@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 18px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 48px;
  }
}
@media screen and (max-width: 1500px) {
    .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-3 {
    padding: 60px 0;
    margin-top: -48px;
  }
}
@media screen and (max-width: 1000px) {

  .contact-page .contact-1 .right .list ul .li1,
  .contact-page .contact-1 .right .list ul .li2,
  .contact-page .contact-1 .right .list ul .li3,
  .contact-page .contact-1 .right .list ul .li4 {
    width: 50%;
  }
    .contact-page .contact-1 .right:first-child .list {
    border-right: none;
  }
  .contact-page .contact-1 .left,
  .contact-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  }

  .contact-page .contact-1 .right,
  .contact-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 5%;
  }

  .contact-page .contact-1 .right .list ul li {
    padding: 10px;
  }

  .contact-page .contact-1 .right .list ul {
    margin: -10px;
  }

  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    width: 50px;
  }

  .contact-page .contact-1 .right .list ul li .box2 .content {
    width: calc(100% - 80px);
  }

  .contact-page .contact-1 .right .list ul li .box2 {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right .list ul .li1,
  .contact-page .contact-1 .right .list ul .li2,
  .contact-page .contact-1 .right .list ul .li3,
  .contact-page .contact-1 .right .list ul .li4 {
    width: 100%;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 16px;
  }

  .contact-page .contact-1 .right .list ul li {
    width: 100%;
  }
}



.honor-page .container .tips_title {
  text-align: center;
  margin-bottom: -30px;
}

.honor-page .container .content {
  margin-top: 50px;
}

.honor-page .container .content ul {
  margin: 0 -50px;
}

.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}

.honor-page .container .content ul li .box a {
  display: block;
}

.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }

  .honor-page .container .content ul li {
    padding: 0 10px;
  }

  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .honor-page .container .content {
    margin-top: 0;
  }
}