.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);
}

#mobile2 {
    z-index: 220;
}

#mobile3 {
    z-index: 220;
}

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

@font-face {
    font-family: "Mukta";
    src: url("../fonts/Mukta-ExtraLight.eot");
    src: url("../fonts/Mukta-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Mukta-ExtraLight.woff2") format("woff2"), url("../fonts/Mukta-ExtraLight.woff") format("woff"), url("Mukta-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mukta";
    src: url("../fonts/Mukta-Medium.eot");
    src: url("../fonts/Mukta-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mukta-Medium.woff2") format("woff2"), url("../fonts/Mukta-Medium.woff") format("woff"), url("../fonts/Mukta-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mukta";
    src: url("../fonts/Mukta-SemiBold.eot");
    src: url("../fonts/Mukta-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mukta-SemiBold.woff2") format("woff2"), url("../fonts/Mukta-SemiBold.woff") format("woff"), url("../fonts/Mukta-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mukta";
    src: url("../fonts/Mukta-Light.eot");
    src: url("../fonts/Mukta-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mukta-Light.woff2") format("woff2"), url("../fonts/Mukta-Light.woff") format("woff"), url("../fonts/Mukta-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: "Mukta";
    font-weight: 300;
    font-size: 18px;
    --color: #004e9d;
    margin: 0 auto;
}

.container {
    width: 1830px;
}

.container1 {
    width: 1530px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    position: relative;
}

.bigtt-zt {
    font-family: "Mukta";
    font-weight: bold;
}

#header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
    box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

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

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

#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 15px;
    font-size: 18px;
    height: 100%;
    color: #000;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -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;
}

#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 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-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-search01 {
    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-search01 form {
    position: relative;
}

#header .nav .ui.menu .right .h-search01 form input {
    border: none;
    background-color: transparent;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"] {
    width: 205px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 5px 8px 5px 52px;
    background-color: #f3f3f3;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]:-moz-placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-moz-placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::placeholder {
    color: #a3a3a3;
    font-size: 16px;
}

#header .nav .ui.menu .right .h-search01 form input[type="submit"] {
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/h-ss.png);
    background-repeat: no-repeat;
    background-position: center;
}

#banner {
    margin-top: 100px;
    position: relative;
}

#banner .banner-content {
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    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 {
    line-height: 1.1;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

#banner .banner-content .swiper-slide .txt-content .text2 {
    line-height: 1.1;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

#banner .banner-content .swiper-slide .txt-content .text3 {
    max-width: 470px;
}

#banner .thumbs {
    position: absolute;
    right: 60px;
    bottom: 55px;
    width: 360px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.63);
    z-index: 2;
}

#banner .thumbs .swiper {
    width: 100%;
    height: 100%;
}

#banner .thumbs ul li .box {
    height: 100%;
    padding: 26px;
}

.btn-go {
    width: auto;
    min-width: 173px;
    padding: 0 57px 0 15px;
    height: 42px;
    border-radius: 20px;
    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: 18px;
    font-weight: 500;
    position: relative;
    color: #000;
}

.btn-go em {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-go span {
    background-color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
}

.btn-go span i {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

.btn-go:hover em {
    color: var(--color);
}

.btn-go:hover span {
    background-color: var(--color);
}

.btn-go:hover span i {
    color: #fff;
}

.btn-more {
    min-width: 150px;
    width: auto;
    height: 40px;
    border-radius: 20px;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    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;
}

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

.swiper-tool-box .swiper-pagination {
    bottom: 40px;
}

.swiper-tool-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    width: 188px;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: left;
}

.swiper-tool-box .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-tool-box .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #fff;
}

#index-body .init-1 .list ul li {
    width: 50%;
}

#index-body .init-1 .list ul li .box {
    position: relative;
}

#index-body .init-1 .list ul li .box .imgbox img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 298px;
}

#index-body .init-1 .list ul li .box .txtbox {
    position: absolute;
    left: 60px;
    bottom: 40px;
}

#index-body .init-1 .list ul li .box .txtbox .desc {
    max-width: 60%;
    /*height: 7.5em;
    overflow-y: auto;*/
}

#index-body .init-1 .list ul li .box .txtbox .txtcon {
    display: none;
}

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

#index-body .init-1 .list2 ul li .box {
    position: relative;
}

#index-body .init-1 .list2 ul li .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color);
}

#index-body .init-1 .list2 ul li .box .img {
    height: 31.5vw;
    background-attachment: fixed;
}

#index-body .init-1 .list2 ul li .box .txtbox {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    max-width: 465px;
}

#index-body .init-1 .list2 ul li .box .txtbox .txtcon {
    display: none;
}
/*#index-body .init-1 .list2 ul li .box .txtbox .txtcon .desc{
    height: 7.5em;
    overflow-y: auto;
}*/

#index-body .init-1 .list2 ul li .box>i {
    position: absolute;
    bottom: 40px;
    left: -webkit-calc(50% - 22px);
    left: -moz-calc(50% - 22px);
    left: calc(50% - 22px);
    font-size: 44px;
    -webkit-animation: iconfont-xiajiantou1 1s infinite alternate ease-in-out;
    -moz-animation: iconfont-xiajiantou1 1s infinite alternate ease-in-out;
    -o-animation: iconfont-xiajiantou1 1s infinite alternate ease-in-out;
    animation: iconfont-xiajiantou1 1s infinite alternate ease-in-out;
    line-height: 1;
}

#index-body .init-2 .mk-content ul li .box {
    padding: 10px;
}

#index-body .init-2 .mk-content ul li .box .left {
    width: 45.5%;
}

#index-body .init-2 .mk-content ul li .box .left img {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

#index-body .init-2 .mk-content ul li .box .right {
    width: 54.5%;
    padding-left: 4%;
}

#index-body .init-2 .mk-content ul li .box .right .desc {
    max-height: 9em;
    overflow-y: auto;
    padding: 2px 0;
}

#index-body .init-2 .mk-content ul li .box .right .btn-go span {
    color: var(--color);
}

#index-body .init-2 .mk-content ul li .box .right .bg {
    max-width: 84%;
}

#index-body .init-2 .mk-content .slickBtn div {
    background-color: transparent;
    color: #3d3d3d;
    font-size: 50px;
    width: auto;
    height: auto;
    line-height: 1;
}

#index-body .init-2 .mk-content .slickBtn div:hover {
    color: var(--color);
}

#index-body .init-3 {
    background-attachment: fixed;
}

#index-body .init-3 .left {
    width: 50%;
    padding-right: 2%;
}

#index-body .init-3 .right {
    width: 50%;
}

#index-body .init-3 .right .play {
    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;
    width: 134px;
    height: 134px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
}

#index-body .init-4 {
    background-attachment: fixed;
}

#index-body .init-4 .left {
    width: 42%;
    padding-right: 2%;
}

#index-body .init-4 .right {
    width: 58%;
    padding-left: 1%;
}

#index-body .init-4 .right .swiper {
    margin: 0 -150px;
}

#index-body .init-4 .right ul li {
    width: 486px;
    height: 476px;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: visible;
}

#index-body .init-4 .right ul li .box {
    position: relative;
}

#index-body .init-4 .right ul li .box .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    text-align: center;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-4 .right ul li::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(80%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1));
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1));
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -1px;
    right: -1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

#index-body .init-4 .right ul li::before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -1px;
    right: -1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

#index-body .init-4 .right ul li.swiper-slide-active {
    opacity: 1 !important;
}

#index-body .init-4 .right ul li.swiper-slide-active .box .txtbox {
    opacity: 1;
}

#index-body .init-4 .right ul li.swiper-slide-next {
    opacity: 1 !important;
}

#index-body .init-4 .right ul li.swiper-slide-next::before {
    opacity: 1;
}

#index-body .init-4 .right ul li._next {
    opacity: 1 !important;
}

#index-body .init-4 .right ul li._next::before {
    opacity: 1;
}

#index-body .init-4 .right ul li.swiper-slide-prev {
    opacity: 1 !important;
}

#index-body .init-4 .right ul li.swiper-slide-prev::after {
    opacity: 1;
}

#index-body .init-4 .right ul li._prev {
    opacity: 0 !important;
}

#index-body .init-4 .toolbox {
    width: 58%;
    margin-left: auto;
}

#index-body .init-4 .swiper-scrollbar {
    height: 1px;
}

#index-body .init-4 .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    top: -2px;
    background-color: var(--color);
}

#index-body .init-5 {
    background-color: #f5f5f5;
}

#index-body .init-5 .mk-content .left-img{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding-right: 6.5%;
    z-index: 9;
}

#index-body .init-5 .mk-content ul li .box {
    padding: 10px;
}

#index-body .init-5 .mk-content ul li .box .left {
    width: 50%;
    padding-right: 6.5%;
    opacity: 0;
}

#index-body .init-5 .mk-content ul li .box .right {
    width: 49%;
}

#index-body .init-5 .mk-content ul li .box .right .time {
    color: #00264d;
}

#index-body .init-5 .mk-content ul li .box .right .desc {
    max-height: 9em;
    overflow-y: auto;
    padding: 2px 0;
}

#index-body .init-5 .mk-content ul li .box .right .btn-go span {
    color: var(--color);
}

#index-body .init-5 .mk-content .slickBtn div {
    background-color: transparent;
    color: #3d3d3d;
    font-size: 50px;
    width: auto;
    height: auto;
    line-height: 1;
}

#index-body .init-5 .mk-content .slickBtn div:hover {
    color: var(--color);
}

#index-body .init-6 .list ul li {
    width: 50%;
}

#index-body .init-6 .list ul li .box {
    position: relative;
    overflow: hidden;
}

#index-body .init-6 .list ul li .box .imgbox img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 250px;
}

#index-body .init-6 .list ul li .box .txtbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    text-align: center;
    padding: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-6 .list ul li .box .txtbox .txtcon {
    max-width: 58%;
}

#index-body .init-6 .list ul li .box .txtbox .txtcon .btn {
    height: auto;
    display: inline-block;
}

#index-body .init-6 .list ul li .box .txtbox2 {
    top: 100%;
}

#index-body .init-6 .list ul li .box:hover .txtbox1 {
    top: -100%;
}

#index-body .init-6 .list ul li .box:hover .txtbox2 {
    top: 0;
}

@-webkit-keyframes iconfont-xiajiantou1 {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-moz-keyframes iconfont-xiajiantou1 {
    0% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-o-keyframes iconfont-xiajiantou1 {
    0% {
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes iconfont-xiajiantou1 {
    0% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

#footer {
    background-color: #edf1f7;
}

#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 .t-1 {
    width: 25%;
    padding-left: 2%;
    position: relative;
}

#footer .footer-center .footer-t .t-1::after {
    content: "";
    display: block;
    height: 120%;
    width: 1px;
    background-color: rgba(0, 79, 157, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .footer-center .footer-t .t-2 {
    width: 60.5%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 210px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
    color: #00264d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire p {
    line-height: 1.1;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul {
    margin: 0 -5px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li {
    padding: 0 5px;
    margin-top: 25px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(139, 139, 139, 0.52);
    width: 100%;
    padding: 5px;
    /*color: #fff;*/
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input::-webkit-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input:-moz-placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input::-moz-placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input:-ms-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input::-ms-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input::placeholder {
    color: #8f8f8f;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li input[name="content"] {
    width: 100%;
}

#footer .footer-center .footer-b {
    border-top: 1px solid #bed0e5;
}

#footer .footer-center .footer-b p {
    color: #505050;
    padding: 22px 0;
}

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

#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: #505050;
}

@media screen and (max-width: 1800px) {
    .container {
        width: 1600px;
    }

    #index-body .init-4 .right .swiper {
        margin: 0 -35px;
    }

    #index-body .init-4 .right ul li::after {
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.1)));
        background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
        background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
        background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
        background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
    }

    #index-body .init-4 .right ul li {
        width: 400px;
        height: 392px;
    }
}

@media screen and (max-width: 1700px) {
    .container1 {
        width: 1400px;
    }

    #header .nav .ui.menu .right .h-search01 form input[type="text"] {
        width: 165px;
    }

    #index-body .init-4 .right ul li {
        width: 388px;
        height: 380px;
    }

    #index-body .init-4 .right .swiper {
        margin: 0;
    }

    #index-body .init-4 .right ul li::after {
        display: none;
    }

    #index-body .init-4 .right ul li::before {
        opacity: 1;
    }

    #index-body .init-4 .right ul li.swiper-slide-active::before {
        opacity: 0;
    }

    #index-body .init-4 .right ul li._prev {
        opacity: 1 !important;
    }
}

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

    .btn-go {
        zoom: 0.9;
    }

    .container1 {
        width: 1200px;
    }

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

    #header .nav .logo img {
        width: 200px;
    }

    #header .nav .ui.menu .right .h-search01 form input[type="submit"] {
        left: 10px;
    }

    #header .nav .ui.menu .right .h-search01 form input[type="text"] {
        padding: 5px 5px 5px 32px;
        width: 140px;
    }

    .swiper-tool-box .swiper-pagination .swiper-pagination-bullet {
        width: 140px;
    }

    #footer .footer-center .footer-t .t-2 {
        width: 62.5%;
    }

    #index-body .init-2 .mk-content .slickBtn.pos div.next {
        right: -4%;
    }

    #index-body .init-2 .mk-content .slickBtn.pos div.prev {
        left: -4%;
    }

    #index-body .init-5 .mk-content .slickBtn.pos div.next {
        right: -4%;
    }

    #index-body .init-5 .mk-content .slickBtn.pos div.prev {
        left: -4%;
    }
}

@media screen and (max-width: 1250px) {
    .container1 {
        width: 970px;
    }

    #banner .banner-content {
        height: 40vw;
    }

    #banner .thumbs {
        display: none;
    }

    .swiper-tool-box .swiper-pagination {
        bottom: 20px;
    }

    #footer .footer-center .footer-t .t-2 {
        width: 68.5%;
    }

    #index-body .init-1 .list ul li .box .txtbox {
        right: 60px;
    }

    #index-body .init-1 .list ul li .box .txtbox .desc {
        max-width: 100%;
    }

    #index-body .init-4 .right ul li {
        width: 320px;
        height: 313px;
    }

    #index-body .init-6 .list ul li .box .txtbox .txtcon {
        max-width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .container1 {
        width: 700px;
    }

    #banner .banner-content {
        height: 400px;
    }

    .swiper-tool-box .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
        font-size: 18px;
    }

    #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;
    }

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

    #footer .footer-center .footer-t .t-2 {
        width: 48%;
    }

    #footer .footer-center .footer-t .t-1 {
        width: 50%;
    }

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

    #index-body .init-1 .list ul li .box .txtbox .txtcon {
        display: block !important;
    }

    #index-body .init-1 .list2 ul li .box .img {
        height: 320px;
    }

    #index-body .init-1 .list2 ul li .box>i {
        bottom: 20px;
    }

    #index-body .init-2 .mk-content ul li .box .left {
        width: 100%;
    }

    #index-body .init-2 .mk-content ul li .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-2 .mk-content .slickBtn div {
        display: none !important;
    }

    #index-body .init-2 .mk-content ul li .box .right .desc {
        max-height: 12em;
    }

    #index-body .init-2 .container1 {
        padding: 0;
    }

    #index-body .init-2 .container {
        padding: 5px;
    }

    #index-body .init-3 .left {
        width: 100%;
        padding-right: 0;
    }

    #index-body .init-3 .right {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    #index-body .init-3 .right .play {
        zoom: 0.8;
    }

    #index-body .init-4 .left {
        width: 100%;
        padding-right: 0;
    }

    #index-body .init-4 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-4 .toolbox {
        width: 100%;
    }
    #index-body .init-5 .mk-content .left-img{
        position: static;
        transform: none;
        width: 100%;
        padding-right:0;
    }
    #index-body .init-5 .mk-content ul li .box{
        padding: 0;
    }
    #index-body .init-5 .mk-content ul li .box .left {
        width: 100%;        
        padding-right:0;
        display: none;
    }

    #index-body .init-5 .mk-content ul li .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-5 .mk-content .slickBtn div {
        display: none !important;
    }

    #index-body .init-6 .list ul li {
        width: 100%;
    }
}

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

    .btn-go {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    .container1 {
        width: 100%;
    }

    #footer .footer-center .footer-t .t-2 {
        width: 100%;
        margin-top: 30px;
    }

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

    #footer .footer-center .footer-t .t-1::after {
        display: none;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.contact>img {
        height: 20px;
    }

    #index-body .init-1 .list ul li .box .txtbox {
        right: 15px;
        left: 15px;
    }
}

@media screen and (max-width: 500px) {
    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li {
        width: 100%;
        margin-top: 15px;
    }
    #index-body .init-1 .list2 ul li .box .txtbox{
        max-width: unset;
        width: 80%;
    }
    #index-body .init-4 .right ul li {
        height: auto;
        width: 100%;
    }

    #index-body .init-4 .right ul li::before {
        display: none;
    }

    #index-body .init-4 .right ul li .box .txtbox {
        opacity: 1;
    }

    #index-body .init-4 .right ul li {
        opacity: 1 !important;
    }

}

/*----- inner-page -----*/

.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}

.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #2d73b9;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #006cd9;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.inner-banner .mbx h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}


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

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #58aafd 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}

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

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


/*======= product-yd-page */
.product-yd-page .init-1 ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}

.product-yd-page .init-1 ul li .box .left {
    width: 60%;
}

.product-yd-page .init-1 ul li .box .left .title {
    font-weight: bold;
    font-style: italic;
    display: block;
    font-size: 50px;
    line-height: 1.2;
}

.product-yd-page .init-1 ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 ul li .box .left .des {
    color: #666;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 ul li .box .right {
    width: 40%;
    text-align: right;
}

.product-yd-page .init-1 ul li .box .right img {
    width: auto;
}

.product-yd-page .init-1 ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 1250px) {
    .product-yd-page .init-1 ul li .box .left .title {
        font-size: 36px;
    }

    .product-yd-page .init-1 ul li .box {
        padding: 40px 0;
    }
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 ul li .box .left {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        margin-top: 20px;
    }

    .product-yd-page .init-1 ul li .box .left .title {
        font-size: 32px;
    }
}

@media screen and (max-width:700px) {
    .product-yd-page .init-1 ul li .box .left .title {
        font-size: 24px;
    }

    .product-yd-page .init-1 ul li .box {
        padding: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page .init-1 ul li .box .left .title {
        font-size: 20px;
        line-height: 36px;
    }
}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}


.flex_cont {
    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
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/* product-yd-page ======= */


/* ======= product-page */

.product-page .mk-content .left {
    width: 34%;
    padding-right: 90px;
}

.product-page .mk-content .left .navCont li {
    margin-top: 10px;
}

.product-page .mk-content .left .navCont li a {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.product-page .mk-content .left .navCont li a:hover,
.product-page .mk-content .left .navCont li a.active {
    border-bottom: 1px solid #000;
}

.product-page .mk-content .left .cat_name {}

.product-page .mk-content .left .des {
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 4px;
    overflow-y: auto;
    max-height: 258px;
    padding: 2px 0;
}

.product-page .mk-content .left .more_c {
    margin-top: 56px;
}

.product-page .mk-content .left .more_c .more {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 11px 33px;
    border-radius: 24px;
    border: 1px solid #000;
}

.product-page .mk-content .left .more_c .more:hover {
    color: #000;
    background-color: #fff;
}

.product-page .mk-content .right {
    width: 66%;
}

.product-page .mk-content .right ul {
    margin: -10px -7px;
}

.product-page .mk-content .right ul>p {
    letter-spacing: 0;
    font-size: 16px;
}

.product-page .mk-content .right ul li {
    padding: 10px 7px;
}

.product-page .mk-content .right ul li .box {
    position: relative;
}

.product-page .mk-content .right ul li .box a {
    display: block;
}

.product-page .mk-content .right ul li .box .img {
    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;
    border: 1px solid #eee;
}

.product-page .mk-content .right ul li .box .img img {
    max-width: 90%;
}

.product-page .mk-content .right ul li .box .cont {
    width: 100%;
    margin-top: 10px;
}

.product-page .mk-content .right ul li .box .cont .des {
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
}

.product-page .mk-content .right ul li:hover .box .cont {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-page .mk-content .right ul li:hover .box .cont .des {
    opacity: 1;
}

@media (max-width: 1250px) {
    .product-page .mk-content .left {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .product-page .mk-content .left .navCont {
        display: none;
    }

    .product-page .mk-content .left .des {
        margin-top: 0;
    }

    .product-page .mk-content .right {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 700px) {
    .product-page .mk-content .right ul li .box .cont {
        padding: 0 16px;
    }
}

@media (max-width: 500px) {
    .product-page .mk-content .left .des {
        max-height: 160px;
        overflow-y: auto;
        padding-right: 5px;
    }

    .product-page .mk-content .left .more_c {
        margin-top: 20px;
    }

    .product-page .mk-content .left .more_c .more {
        padding: 4px 20px;
    }

    .product-page .mk-content .right ul li .box .cont {
        position: relative;
        top: 0;
        text-align: center;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding-bottom: 20px;
    }

    .product-page .mk-content .right ul li .box .cont .des {
        opacity: 1;
    }

    .product-page .mk-content .right ul li .box .img {
        padding: 20px 0;
    }
}

/* product-page ======= */

/* ======= prodet-page */
.prodet-page .init-1 .mk-content {
    -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;
}

.prodet-page .init-1 .mk-content .left {
    width: 27%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prodet-page .init-1 .mk-content .left .cat_name {
    font-weight: bold;
}

.prodet-page .init-1 .mk-content .left .title {
    font-weight: bold;
    margin-top: 26px;
    line-height: 1.4;
}

.prodet-page .init-1 .mk-content .left .des {
    margin-top: 16px;
    line-height: 30px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 6px;
}

.prodet-page .init-1 .mk-content .middle {
    width: 40%;
}

.prodet-page .init-1 .mk-content .middle .swiper .swiper-wrapper .swiper-slide {
    /*background-color: #c1beb0;*/
    /*padding: 50px;*/
    border: 1px solid #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet-page .init-1 .mk-content .middle .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.prodet-page .init-1 .mk-content .right {
    width: 27%;
}

.prodet-page .init-1 .mk-content .right .tips {
    font-weight: bold;
    color: #696969;
    text-transform: uppercase;
}

.prodet-page .init-1 .mk-content .right .swiper {
    margin-top: 26px;
}

.prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide img {
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #f5f5f5;
}

.prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
    border-color: var(--color);
}

.prodet-page .init-1 .mk-content .right .share_list {
    color: #6a6a6a;
    margin-top: 30px;
}

.prodet-page .init-1 .mk-content .right .share_list a {
    margin-left: 16px;
}

.prodet-page .init-1 .mk-content .right .share_list a:hover {
    color: #000;
}

.prodet-page .init-1 .mk-content .right .more {
    margin-top: 40px;
    font-weight: bold;
    padding: 14px;
    color: #fff;
    background-color: #004e9d;
    display: block;
    border: 1px solid #004e9d;
    text-align: center;
}

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

.prodet-page .init-2 .mk-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.prodet-page .init-2 .mk-content .left {
    width: 50%;
    padding-right: 20px;
}

.prodet-page .init-2 .mk-content .left.w-100 {
    width: 100%;
    padding-right: 0;
}

.prodet-page .init-2 .mk-content .left .desCont {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 530px;
}

.prodet-page .init-2 .mk-content .left img {
    width: 100%;
}

.prodet-page .init-2 .mk-content .right {
    width: 50%;
}

.prodet-page .init-2 .mk-content .right .des {
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
}

.prodet-page .init-3 .mk-content {
    -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;
}

.prodet-page .init-3 .mk-content .left {
    width: 500px;
}

.prodet-page .init-3 .mk-content .left .tips {}

.prodet-page .init-3 .mk-content .left .content {
    margin-top: 20px;
    padding-right: 5px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.prodet-page .init-3 .mk-content .left .content .list {
    padding: 20px 0;
    border-bottom: 1px solid #c6c6c6;
}

.prodet-page .init-3 .mk-content .left .content .list .title {
    font-weight: bold;
    color: #000;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    line-height: 30px;
}

.prodet-page .init-3 .mk-content .left .content .list .title .sub {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #909090;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.prodet-page .init-3 .mk-content .left .content .list .title.active .sub {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.prodet-page .init-3 .mk-content .left .content .list .des {
    display: none;
    color: rgba(89, 89, 89, 0.8);
    padding-top: 10px;
    line-height: 1.8;
}

.prodet-page .init-3 .mk-content .right {
    width: -webkit-calc(-460%);
    width: -moz-calc(-460%);
    width: calc(100% - 560px);
}

.prodet-page .init-3 .mk-content .right img {
    width: 100%;
}

@media (max-width: 1700px) {
    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 120px;
    }
}

@media (max-width: 1450px) {
    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 100px;
    }
}

@media (max-width: 1250px) {
    .prodet-page .init-1 .mk-content .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .prodet-page .init-1 .mk-content .middle {
        width: 54%;
    }

    .prodet-page .init-1 .mk-content .right {
        width: 40%;
    }

    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 120px;
    }
}

@media (max-width: 1000px) {
    .prodet-page .init-1 .mk-content .left {
        text-align: center;
    }

    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 80px;
    }

    .prodet-page .init-2 .mk-content .left {
        width: 100%;
    }

    .prodet-page .init-2 .mk-content .right {
        width: 100%;
        margin-top: 20px;
    }

    .prodet-page .init-3 .mk-content .left {
        width: 100%;
    }

    .prodet-page .init-3 .mk-content .right {
        display: none;
    }
}

@media (max-width: 700px) {
    .prodet-page .init-1 .mk-content .middle {
        width: 100%;
    }

    .prodet-page .init-1 .mk-content .right {
        width: 100%;
        margin-top: 40px;
    }

    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 27vw;
    }
}

@media (max-width: 500px) {
    .prodet-page .init-1 .mk-content .left {
        margin-bottom: 20px;
    }

    .prodet-page .init-1 .mk-content .left .title {
        margin-top: 6px;
    }

    .prodet-page .init-1 .mk-content .right .swiper .swiper-wrapper .swiper-slide {
        height: 29vw;
    }

    .prodet-page .init-1 .mk-content .right .more {
        padding: 10px 0;
    }

    .prodet-page .init-3 .mk-content .left .content {
        margin-top: 0;
    }
}

/* prodet-page ======= */

.t_1,
.transition_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}


.m-link {
    line-height: 30px;
}

.m-link a {
    font-size: 16px;
    display: inline-block;
}

.m-link a:hover {
    text-decoration: underline;
}

/* ======= manufacturing-page */
.manufacturing-page .init-1 .mk-content .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.manufacturing-page .init-1 .mk-content .list .left {
    width: calc(50% - 40px);
}

.manufacturing-page .init-1 .mk-content .list .left img {
    width: 100%;
}

.manufacturing-page .init-1 .mk-content .list .right {
    width: calc(50% - 40px);
}

.manufacturing-page .init-1 .mk-content .list .right .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
}

.manufacturing-page .init-1 .mk-content .list .right .des {
    font-size: 18px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 2;
}

.manufacturing-page .init-1 .mk-content .list:nth-child(2n) .right {
    order: -1;
}

.manufacturing-page .init-2 .mk-content .swiper .swiper-wrapper .swiper-slide .img {
    display: block;
}

.manufacturing-page .init-2 .mk-content .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
}

.manufacturing-page .init-2 .mk-content .swiper .swiper-wrapper .swiper-slide .text {
    margin-top: 24px;
    font-size: 18px;
    font-weight: regular;
    /*text-transform: uppercase;*/
}

.manufacturing-page .init-3 .mk-content {
    width: 100%;
    padding: 0;
}

.manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide>div {
    width: 50%;
    -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;
}

.manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide .left {
    padding: 120px 90px;
}

.manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide .right {
    background-color: #e8e8e8;
    padding: 110px 170px;
}

.manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .left {
    -webkit-animation: fadeInLeft 0.5s linear;
    -moz-animation: fadeInLeft 0.5s linear;
    -o-animation: fadeInLeft 0.5s linear;
    animation: fadeInLeft 0.5s linear;
}

.manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .right {
    -webkit-animation: fadeInRight 0.5s linear;
    -moz-animation: fadeInRight 0.5s linear;
    -o-animation: fadeInRight 0.5s linear;
    animation: fadeInRight 0.5s linear;
}

.manufacturing-page .init-3 .mk-content .cont {
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    text-transform: uppercase;
}

.manufacturing-page .init-3 .mk-content .cont .des {

    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 16px;
}

.manufacturing-page .init-3 .mk-content .cont .s_page {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.manufacturing-page .init-3 .mk-content .cont .s_page .btn {
    width: 42px;
    height: 42px;
    background-color: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    cursor: pointer;
}

.manufacturing-page .init-3 .mk-content .cont .s_page .btn i {
    margin-left: -2px;
}

.manufacturing-page .init-3 .mk-content .cont .s_page .next {
    margin-left: 22px;
    background-color: #ffffff;
}

.manufacturing-page .init-3 .mk-content .cont .s_page .next i {
    margin-left: 2px;
}

@media (max-width: 1250px) {
    .manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide .left {
        padding: 20px;
    }

    .manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide .right {
        padding: 20px;
    }
}

@media (max-width: 1000px) {
    .manufacturing-page .init-1 .mk-content .list .left {
        width: 100%;
    }

    .manufacturing-page .init-1 .mk-content .list .right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .manufacturing-page .init-1 .mk-content .list:nth-child(2n) .right {
        order: 2;
    }
}

@media (max-width: 500px) {

    .manufacturing-page .init-1 .mk-content .list:first-child {
        margin-top: 0;
    }

    .manufacturing-page .init-1 .mk-content .list .right .title {
        font-size: 24px;
    }

    .manufacturing-page .init-1 .mk-content .list .right .des {
        margin-top: 10px;
    }

    .manufacturing-page .init-2 .mk-content .swiper .swiper-wrapper .swiper-slide .text {
        text-align: center;
    }

    .manufacturing-page .init-3 .mk-content .swiper .swiper-wrapper .swiper-slide>div {
        width: 100%;
    }

    .manufacturing-page .init-3 .mk-content .cont {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .manufacturing-page .init-3 .mk-content .cont .s_page .next {
        background-color: #e8e8e8;
    }
}

/* manufacturing-page ======= */

/* ======= innovation-page */
.font-268 {
    font-size: 268px;
}

.innovation-page .init-1 {
    margin-top: 50px;
}

.innovation-page .init-1 .tip {
    text-transform: uppercase;
    line-height: 1;

}

.innovation-page .init-1 .title_c_1 {
    padding-left: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.innovation-page .init-1 .title_c_1 .img {
    margin-left: 80px;
}

.innovation-page .init-1 .title_c_2 {
    padding-left: 160px;
}

.innovation-page .init-1 .title_c_2 span {
    vertical-align: middle;
    display: inline-block;
}

.innovation-page .init-1 .title_c_2 .sub {
    position: relative;
    top: 10px;
}

.innovation-page .init-1 .title_c_3 {
    text-align: center;
}

.innovation-page .init-1 .title_c_3 .tip {
    position: relative;
    display: inline-block;
}

.innovation-page .init-1 .title_c_3 .tip .img {
    width: 300px;
    position: absolute;
    top: -40px;
    right: -216px;
}

.innovation-page .init-1 .cont_c {
    margin-top: -120px;
    position: relative;
}

.innovation-page .init-1 .cont_c .img {
    width: 580px;
}

.innovation-page .init-1 .cont_c .sub_cont {
    width: 710px;
    position: absolute;
    top: 120px;
    right: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.innovation-page .init-1 .cont_c .sub_cont .img {
    width: -webkit-calc(-210%);
    width: -moz-calc(-210%);
    width: calc(100% - 310px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.innovation-page .init-1 .cont_c .sub_cont .des {
    width: 290px;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.innovation-page .init-2 .container1 {
    border-top: 1px solid #b2b2b2;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.innovation-page .init-2 .container1 .left {
    width: 300px;
}

.innovation-page .init-2 .container1 .left img {
    display: block;
    width: 160px;
    margin: auto;
}

.innovation-page .init-2 .container1 .right {
    width: -webkit-calc(-220%);
    width: -moz-calc(-220%);
    width: calc(100% - 320px);
    line-height: 1.8;
}

.innovation-page .init-3 {
    padding: 270px 0;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.innovation-page .init-3 .container1 .sub_img {
    width: 40px;
    display: block;
    margin: auto;
}

.innovation-page .init-3 .container1 .swiper {
    max-width: 1060px;
    margin: auto;
    color: #fff;
    text-align: center;
}

.innovation-page .init-3 .container1 .swiper .swiper-wrapper .swiper-slide .title {
    margin: 30px 0;

    line-height: 1.2;
}

.innovation-page .init-4 {
    border-bottom: 1px solid #616161;
}

.innovation-page .init-4 .container1 {
    width: 100%;
}

.innovation-page .init-4 .container1 .list {
    position: relative;
    width: 50%;
}

.innovation-page .init-4 .container1 .list .tip_1 {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}

.innovation-page .init-4 .container1 .list .tip_1 span {
    border-bottom: 1px solid #000;
}

.innovation-page .init-4 .container1 .list .tip_2 {

    text-transform: uppercase;
    line-height: 1;
    margin-top: 290px;
    word-break: break-word;
}

.innovation-page .init-4 .container1 .list .img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.innovation-page .init-4 .container1 .list .text_cont {
    width: 50%;
}

.innovation-page .init-4 .container1 .list .tip_3 {
    padding: 30px 60px;
    border-top: 1px solid #616161;
    border-bottom: 1px solid #616161;
}

.innovation-page .init-4 .container1 .list .des {
    padding: 30px 60px;
}

.innovation-page .init-4 .container1 .list .des div {
    max-width: 270px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}

.innovation-page .init-4 .container1 .list1 {
    padding: 40px 80px;
}

.font-106 {
    font-size: 106px;
}

@media (max-width: 1800px) {
    .font-268 {
        font-size: 210px;
    }
}

@media (max-width: 1700px) {
    .innovation-page .init-1 .title_c_3 .tip .img {
        width: 210px;
        right: -130px;
    }

    .innovation-page .init-1 .cont_c .img {
        width: 470px;
    }

    .font-268 {
        font-size: 180px;
    }

    .font-106 {
        font-size: 90px;
    }
}

@media (max-width: 1500px) {
    .font-268 {
        font-size: 140px;
    }

    .font-106 {
        font-size: 72px;
    }

    .innovation-page .init-1 .title_c_1 {
        padding-left: 0;
    }

    .innovation-page .init-1 .title_c_2 {
        padding-left: 0;
    }

    .innovation-page .init-1 .title_c_3 .tip .img {
        width: 130px;
        right: -64px;
        top: -26px;
    }

    .innovation-page .init-1 .cont_c {
        margin-top: 40px;
    }

    .innovation-page .init-1 .cont_c .img {
        width: 550px;
    }

    .innovation-page .init-1 .cont_c .sub_cont {
        top: 150px;
        width: -webkit-calc(-460%);
        width: -moz-calc(-460%);
        width: calc(100% - 560px);
        right: 0;
    }

    .innovation-page .init-1 .cont_c .sub_cont .img {
        width: -webkit-calc(-280%);
        width: -moz-calc(-280%);
        width: calc(100% - 380px);
    }

    .innovation-page .init-1 .cont_c .sub_cont .des {
        width: 350px;
    }

    .innovation-page .init-3 {
        padding: 170px 0;
    }

}

@media (max-width: 1250px) {
    .font-268 {
        font-size: 90px;
    }

    .font-106 {
        font-size: 56px;
    }

    .innovation-page .init-1 .cont_c .img {
        width: 440px;
    }

    .innovation-page .init-1 .cont_c .sub_cont {
        width: -webkit-calc(-380%);
        width: -moz-calc(-380%);
        width: calc(100% - 480px);
    }

    .innovation-page .init-1 .cont_c .sub_cont .img {
        display: none;
    }

    .innovation-page .init-1 .cont_c .sub_cont .des {
        width: 100%;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
    }

    .innovation-page .init-4 .container1 .list1 {
        padding: 20px;
    }

    .innovation-page .init-4 .container1 .list2 .text_cont {
        margin-top: 0;
    }

    .innovation-page .init-4 .container1 .list .tip_3 {
        padding: 20px;
    }

    .innovation-page .init-4 .container1 .list .des {
        padding: 20px;
    }

    .innovation-page .init-4 .container1 .list .tip_2 {
        margin-top: 200px;
    }

}

@media (max-width: 1000px) {
    .font-268 {
        font-size: 68px;
    }

    .font-106 {
        font-size: 40px;
    }

    .innovation-page .init-1 {
        margin-top: 30px;
    }

    .innovation-page .init-1 .container1 {
        width: 100%;
        padding: 0 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .innovation-page .init-1 .title_c_1 .img {
        display: none;
    }

    .innovation-page .init-1 .title_c_2 {
        width: 100%;
        text-align: center;
    }

    .innovation-page .init-1 .title_c_3 .tip .img {
        display: none;
    }

    .innovation-page .init-1 .cont_c {
        width: 100%;
    }

    .innovation-page .init-1 .cont_c .img {
        width: 48%;
    }

    .innovation-page .init-1 .cont_c .sub_cont {
        width: 48%;
    }

    .innovation-page .init-2 .container1 .left {
        width: 100%;
    }

    .innovation-page .init-2 .container1 .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .innovation-page .init-4 .container1 .list {
        width: 100%;
        text-align: center;
    }

    .innovation-page .init-4 .container1 .list .tip_2 {
        margin-top: 20px;
    }

    .innovation-page .init-4 .container1 .list .des div {
        width: 100%;
        max-width: 100%;
    }

    .innovation-page .init-4 .container1 .list1 {
        padding: 40px 20px;
    }
}

@media (max-width: 700px) {
    .font-268 {
        font-size: 42px;
    }

    .font-106 {
        font-size: 28px;
    }

    .innovation-page .init-1 .tip {
        line-height: 1.3;
    }

    .innovation-page .init-1 .title_c_2 .sub {
        font-size: 20px;
    }

    .innovation-page .init-1 .cont_c .img {
        width: 100%;
    }

    .innovation-page .init-1 .cont_c .sub_cont {
        width: 100%;
        text-align: center;
        top: 0;
        position: relative;
        margin-top: 20px;
    }

    .innovation-page .init-4 .container1 .list .img {
        width: 100%;
        height: auto;
    }

    .innovation-page .init-4 .container1 .list .text_cont {
        width: 100%;
        margin-top: 20px;
    }

    .innovation-page .init-4 .container1 .list2 .text_cont {
        width: 100%;
        margin-top: 20px;
    }

    .innovation-page .init-4 .container1 .list3 img {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .innovation-page .init-4 .container1 .list4 img {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 500px) {
    .font-268 {
        font-size: 28px;
    }

    .font-106 {
        font-size: 22px;
    }

    .innovation-page .init-1 .title_c_2 .sub {
        font-size: 30px;
        top: 0;
    }

    .innovation-page .init-2 .container1 .left img {
        width: 100px;
    }

    .innovation-page .init-3 {
        padding: 40px 0;
    }

    .innovation-page .init-3 .container1 .sub_img {
        width: 30px;
    }

    .innovation-page .init-3 .container1 .swiper .swiper-wrapper .swiper-slide .title {
        line-height: 1.6;
    }

    .innovation-page .init-4 .container1 .list1 {
        padding: 40px 0;
    }

    .innovation-page .init-4 .container1 .list .tip_3 {
        padding: 10px;
    }

    .innovation-page .init-4 .container1 .list .des {
        padding: 16px 0;
    }
}

.rotate_ani2 {
    -webkit-animation: rotate_ani2 4s ease-in-out infinite;
    -moz-animation: rotate_ani2 4s ease-in-out infinite;
    -o-animation: rotate_ani2 4s ease-in-out infinite;
    animation: rotate_ani2 4s ease-in-out infinite;
}

@keyframes rotate_ani2 {
    0% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

/* innovation-page ======= */

/* ======= gallery-page */
.gallery-page .gallery-list ul {
    margin: -15px;
}

.gallery-page .gallery-list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}

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

.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: #1597dc;
    color: white;
}

/* gallery-page ======= */

/* ======= news-page */
.news-page .container1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.news-page .container1 .content>p {
    letter-spacing: 0;
    font-size: 16px;
}

.news-page .container1 .content li {
    padding: 10px;
}

.news-page .container1 .content li .box {
    height: 100%;
    padding: 15px;
    border: 1px solid #eee;
}

.news-page .container1 .content li .box a {
    display: block;
}

.news-page .container1 .content li .box a:hover {
    color: #000;
}

.news-page .container1 .content li .box .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .container1 .content li .box .des {
    font-size: 16px;
    margin: 15px 0;
    color: rgba(0, 0, 0, 0.8);
    max-height: 4.5em;
    overflow-y: auto;
}

.news-page .container1 .content li .box .more_c {
    margin-top: 30px;
}

.news-page .container1 .content li .box .more_c .more {
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #fff;
    background-color: #004e9d;
    border-radius: 24px;
}

.news-page .container1 .content li .box .more_c .more:hover {
    color: #000;
    background: #fff;
}

@media (max-width: 700px) {
    .news-page .container1 .content li .box {
        text-align: center;
    }
}

/* news-page ======= */

/* ======= newdet-page */
.newdet-page .mk-content .time {
    text-align: center;
    color: #666;
    margin-top: 20px;
}

.newdet-page .mk-content .content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 2;
}

/* newdet-page ======= */

/* ======= service-page */
.service-page span.tag {
    color: #004e9d;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.8;
}

.service-page .service-1 .mk-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-page .service-1 .mk-content .left {
    padding-right: 55px;
}

.service-page .service-1 .mk-content .right {
    padding-left: 40px;
}

.service-page .service-3 .mk-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-page .service-3 .mk-content .left {
    width: 40%;
    text-align: center;
    position: sticky;
    top: 110px;
}

.service-page .service-3 .mk-content .left .imgbox {
    display: inline-block;
    position: relative;
}

.service-page .service-3 .mk-content .left .imgbox span.icon-text {
    display: inline-block;
    position: absolute;
    width: 290px;
    height: 92px;
    text-align: left;
    color: #fff;
}

.service-page .service-3 .mk-content .left .imgbox span.icon-text p {
    position: absolute;
    width: 80%;
    max-width: 200px;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-page .service-3 .mk-content .left .imgbox span.icon-text.text1 {
    top: 70px;
    right: 92%;
}

.service-page .service-3 .mk-content .left .imgbox span.icon-text.text2 {
    bottom: 70px;
    right: 92%;
}

.service-page .service-3 .mk-content .left .imgbox ul {
    position: absolute;
    width: 100%;
    height: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0;
}

.service-page .service-3 .mk-content .left .imgbox ul li {
    text-align: center;
}

.service-page .service-3 .mk-content .left .imgbox ul li span {
    width: 81px;
    height: 81px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background: #008cd6;
    margin: 0 auto;
}

.service-page .service-3 .mk-content .right {
    width: 50%;
}

.service-page .service-3 .mk-content .right p {
    line-height: 2;
    margin: 15px 0;
}

.service-page .service-4 .top .mk-content {
    text-align: left;
}

.service-page .service-4 .top .mk-content .main {
    margin-top: 40px;
    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;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 55px;
    border-top: 1px solid #aaa;
}

.service-page .service-4 .top .mk-content .main .left {
    padding-right: 90px;
}

.service-page .service-4 .top .mk-content .main .right {
    padding-left: 35px;
}


.service-page .service-4 .bottom ul.factorylist {
    margin: 0 -16px;
}

.service-page .service-4 .bottom ul.factorylist li {
    padding: 16px;
}


@media (max-width: 1700px) {
    .service-page .service-3 .mk-content .left .imgbox span.icon-text {
        display: none;
    }
}

@media (max-width: 1000px) {
    .service-page .service-1 .mk-content .left {
        padding-right: 0;
    }

    .service-page .service-1 .mk-content .left {
        width: 100%;
    }

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

    .service-page .service-3 .mk-content .left {
        width: 100%;
        text-align: right;
        position: static;
    }

    .service-page .service-3 .mk-content .right {
        width: 100%;
    }

    .service-page .service-4 .top .mk-content .main {
        margin-top: 20px;
        padding-top: 20px;
    }

    .service-page .service-4 .top .mk-content .main .left {
        width: 100%;
        padding-right: 0;
    }

    .service-page .service-4 .top .mk-content .main .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

@media (max-width: 500px) {

    .service-page .service-3 .mk-content.bottom {
        margin-top: 0;
    }

    .service-page .service-3 .mk-content .left .imgbox ul li {
        width: 50%;
        zoom: 0.8;
    }

}

/* service-page ======= */

/* ======= faq-page */
.faq-page .init-1 .mk-content .list {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.faq-page .init-1 .mk-content .list h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-page .init-1 .mk-content .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}

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

/* ======= design-page */
.design-page .init-1 {
    padding-bottom: 100px;
    position: relative;
}

.design-page .init-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(-80%);
    height: -moz-calc(-80%);
    height: calc(100% - 180px);
    bottom: 0;
    left: 0;
    /*background-color: #c3c0b3;*/
}

.design-page .init-1 .mk-content {
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.design-page .init-1 .mk-content .left {
    width: 50%;
}

.design-page .init-1 .mk-content .left img {
    width: 100%;
}

.design-page .init-1 .mk-content .right {
    padding: 70px 0;
    width: 42%;
}

.design-page .init-1 .mk-content .right .des {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.design-page .init-2 {
    margin-top: 60px;
}

.design-page .init-2 .mk-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design-page .init-2 .mk-content .list {
    min-width: 250px;
    margin-top: 50px;
    cursor: pointer;
}

.design-page .init-2 .mk-content .list .img {
    -webkit-filter: drop-shadow(2px 10px 4px rgba(0, 0, 0, 0));
    filter: drop-shadow(2px 10px 4px rgba(0, 0, 0, 0));
    margin: auto;
    width: 230px;
    height: 230px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-page .init-2 .mk-content .list .img img {
    width: 28%;
}

.design-page .init-2 .mk-content .list .text {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    padding: 6px 0;
}

.design-page .init-2 .mk-content .list:hover .img {
    -webkit-filter: drop-shadow(2px 10px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 10px 4px rgba(0, 0, 0, 0.2));
}

.design-page .init-3 {
    position: relative;
}

.design-page .init-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(-30%);
    height: -moz-calc(-30%);
    height: calc(100% - 130px);
    bottom: 0;
    left: 0;
    background-color: #d9e3ed;
}

.design-page .init-3 .mk-content {
    z-index: 2;
}

.design-page .init-3 .mk-content img {
    width: 100%;
}

.design-page .init-3 .mk-content .content {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design-page .init-3 .mk-content .content .left {
    width: 44%;
    line-height: 1.2;
}

.design-page .init-3 .mk-content .content .right {
    width: 41%;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1250px) {
    .design-page .init-1 {
        padding: 40px 0;
    }

    .design-page .init-1::before {
        height: 100%;
    }
}

@media (max-width: 1000px) {
    .design-page .container {
        width: 700px;
    }

    .design-page .init-1 .mk-content .left {
        width: 100%;
    }

    .design-page .init-1 .mk-content .right {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .design-page .init-2 .mk-content .list {
        min-width: 1px;
    }

    .design-page .init-3 .mk-content .content .left {
        width: 100%;
        text-align: center;
    }

    .design-page .init-3 .mk-content .content .right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 700px) {

    .design-page .init-2 .mk-content .list {
        width: 31%;
    }

    .design-page .init-2 .mk-content .list .img {
        width: 100%;
        height: 30vw;
    }
}

@media (max-width: 500px) {
    .design-page .init-1 .mk-content .right {
        padding-top: 30px;
    }

    .design-page .init-2 {
        margin-top: 20px;
    }

    .design-page .init-2 .mk-content .list {
        width: 100%;
        margin-top: 40px;
    }

    .design-page .init-2 .mk-content .list .img {
        width: 200px;
        height: 200px;
    }

    .design-page .init-3::before {
        height: -webkit-calc(80%);
        height: -moz-calc(80%);
        height: calc(100% - 20vw);
    }

    .design-page .init-3 .mk-content .content {
        margin-top: 30px;
    }
}

.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

/* design-page ======= */



/* ======= about-page */
.MainWrapper {
    padding-left: 0px;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
}

.about-page {
    padding-top: 160px;
    padding-left: 0;
    background: url(../images/about-1-bg.png) no-repeat 90px 120px;
}

.about-page .about-1 .left {
    width: 50%;
    padding-right: 45px;
}

.about-page .about-1 .left h3 {
    margin-bottom: 25px;
}

.about-page .about-1 .left h3 span {
    display: block;
    font-size: 50px;
}

.about-page .about-1 .left p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    max-height: 580px;
    overflow-y: auto;
}

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

.about-page .about-1 .right {
    width: 50%;
    overflow: hidden;
}

.about-page .about-1 .right .about-1-img {
    overflow: hidden;
}
.about-page .about-1 .right .about-1-img video{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-page .about-3 {
    overflow: hidden;
}

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

.about-page .about-3 .about-3-img {
    position: relative;
}

.about-page .about-3 .about-3-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.about-page .about-3 .about-3-img .content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

.about-page .about-3 .about-3-img .content>div {
    height: 100%;
}

.about-page .about-3 .about-3-img .content h6 {
    color: #fff;
    margin-bottom: 10px;
}

.about-page .about-3 .about-3-img .content h5 {
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 20px;
}

.about-page .about-3 .about-3-img .content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;

}

.about-page .about-3 .about-3-img .content .more {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.about-page .about-3 .about-3-img .content .more a {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.about-page .about-3 .about-3-img .content .more a span {
    background: url(../images/about-more-1.png) no-repeat;
    margin-left: 0;
    margin-right: 55px;
}

.about-page .about-3 .about-3-img .content .more a span:hover {
    opacity: 0.5;
}

.about-page .more a {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 2;
    color: #000000;
    font-weight: bold;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.about-page .more a span {
    display: inline-block;
    margin-left: 30px;
    width: 78px;
    height: 78px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: url(../images/about-right.png) no-repeat;
}

.about-page .more a span:hover {
    opacity: 0.5;
}

.about-page .about-2 {
    padding-top: 160px;
}

.about-page .about-2 h2 {
    font-size: 48px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}

.about-page .about-2 .content .top {
    display: block;
    padding-left: 100px;
}

.about-page .about-2 .content .center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 60px;
    position: relative;
    padding-top: 70px;
}

.about-page .about-2 .content .center .left {
    width: 25%;
    position: relative;
    z-index: 1;
    padding-left: 90px;
}

.about-page .about-2 .content .center .left h4 {
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.about-page .about-2 .content .center .right {
    width: 75%;
    padding: 95px 80px;
    z-index: 3;
    position: relative;
}

.about-page .about-2 .content .center .right ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.about-page .about-2 .content .center .right ul li:nth-child(1),
.about-page .about-2 .content .center .right ul li:nth-child(2) {
    width: 50%;
}

.about-page .about-2 .content .center .right ul li {
    width: 33.333%;
}

.about-page .about-2 .content .center .right ul li span {
    display: flex;
    align-items: flex-start;
    font-size: 30px;
    line-height: 1;
    line-height: inherit;
    color: #000000;
}

.about-page .about-2 .content .center .right ul li span em {
    font-size: 100px;
    line-height: 1;
    color: #000000;
    font-weight: bold;
}

.about-page .about-2 .content .center .right ul li p {
    max-width: 200px;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin-top: 25px;
}

.about-page .about-2 .content .center .right ul .lifist {
    margin-bottom: 50px;
}

.about-page .about-2 .content .center .xian {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.about-page .about-2 .content .center .xian .xianBox {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 50%;
    bottom: 0;
}

.about-page .about-4 {
    padding: 170px 80px 0 90px;
}

.about-page .about-4 .top {
    padding: 0 10px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}

.about-page .about-4 .top h4 {
    font-size: 60px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.about-page .about-4 .exhibitionBox {
    position: relative;
}

.about-page .about-4.news-page .news-list .list {
    border: none;
}

.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
    display: inline-block;
}

.about-page .about-4 .exhibitionBox .navigation {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 10;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
    width: 78px;
    height: 78px;
    position: relative;
    margin-top: 0;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus {
    display: none;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root {
    --swiper-navigation-size: 0;
    --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
    background: url(../images/about-left.png) no-repeat center center;
    left: 0;
    margin-right: 30px;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root {
    --swiper-navigation-size: 0;
    --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover {
    background: url(../images/left-had.png) no-repeat center center;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
    background: url(../images/about-right.png) no-repeat center center;
    right: 0;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover {
    background: url(../images/right-hid.png) no-repeat center center;
}

.about-page .about-5 {
    padding: 115px 80px 30px 90px;
}

.about-page .about-5 .partnerBox .swiper-slide {
    cursor: pointer;
}

.about-page .about-5 .partnerBox .swiper-slide:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.about-page .about-5 .partnerBox .swiper-slide img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.about-page .about-4 .news-list .list {
    border-top: 2px solid #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-page .about-4 .news-list .list li {
    width: 50%;
    padding: 65px 50px;
    position: relative;
}

.about-page .about-4 .news-list .list li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 93%;
    height: 1px;
    background: #c7c7c9;
}

.about-page .about-4 .news-list .list li:nth-child(even):after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 94%;
    height: 1px;
    background: #c7c7c9;
}

.about-page .about-4 .news-list .list li>a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.about-page .about-4 .news-list .list li>a .right .content .time {
    display: flex;
    align-items: center;
}

.about-page .about-4 .news-list .list li>a .right .content .time h2 {
    line-height: 2;
    color: #6f5234;
    text-transform: capitalize;
    margin-right: 10px;
}

.about-page .about-4 .news-list .list li>a .right .content .time .time-box h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 10px;
    height: auto;
}

.about-page .about-4 .news-list .list li>a .right .content h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #000000;
    text-transform: capitalize;
}

.about-page .about-4 .news-list .list li>a .right .content h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #a3a3a3;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-page .about-4 .news-list .list li>a .right .content h4 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.about-page .about-4 .news-list .list li>a .right .content p {
    font-size: 16px;
    color: #000;
    line-height: 2;
    margin-bottom: 30px;
}
.more-link {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right01.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.more-link:hover {
  background: url(../images/right-hid.png) no-repeat;
}
@media screen and (max-width: 1800px) {
    .about-page {
        padding-top: 120px;
        background: url(../images/about-1-bg.png) no-repeat 0 100px;
        background-size: 80%;
    }
}

@media screen and (max-width: 1700px) {
    .about-page {
        background-size: 60%;
    }

    .about-page .about-1 .left h3 span {
        font-size: 30px;
    }

    .about-page .about-1 {
        padding-left: 20px;
    }

    .about-page .about-1 .left p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1450px) {
    .about-page .about-2 .content .center .right ul li span em {
        font-size: 76px;
    }
    .about-page .about-2 .content .center .right ul li span{
        font-size: 28px;
    }
}

@media screen and (max-width: 1250px) {
    .about-page {
        background-size: 60%;
    }

    .MainWrapper {
        position: static !important;
    }

    .inner-banner {
        display: none;
    }

    .about-page .about-1 .right .about-1-img {
        transform: none !important;
    }

    .about-page .about-3 .about-3-img {
        transform: none !important;
    }

    .about-page .about-3 .about-3-img img {
        min-height: 300px;
        object-fit: cover;
    }

    .about-page .about-2 .content .center .right {
        padding: 90px 40px;
    }

    .about-page .about-4 {
        padding: 90px 15px 0 15px;
    }

    .about-page .about-4 .top h4 {
        font-size: 30px;
    }

    .about-page .about-5 {
        padding: 60px 20px 70px 20px;
    }

    .about-page .about-4 .news-list .list li>a .right .content {
        padding: 20px 15px;
    }

    .about-page .about-4 .news-list .list li>a .right .content h4 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .about-page .about-4 .news-list .list li>a .right {
        width: 100%;
        padding-left: 30px;
    }

    .about-page .about-4 .news-list .list li {
        margin-bottom: 40px;
    }
    .about-page .about-2 .content .center .right ul li span{
        font-size: 24px;
    }
    .about-page .about-2 .content .center .right ul li span em {
        font-size: 52px;
    }
}

@media screen and (max-width: 1000px) {
    .about-page {
        padding-top: 60px;
        background: transparent;
    }

    .about-page .about-1 .left {
        width: 100%;
        padding-right: 15px;
    }

    .about-page .about-1 .right {
        width: 100%;
        padding: 20px 15px 20px 0;
    }

    .about-page .about-3 .about-3-img .content h6 {
        font-size: 42px;
    }

    .about-page .about-3 .about-3-img .content p {
        font-size: 16px;
            max-height: calc(1.8em * 5);
        overflow-y: auto;
    }

    .about-page .about-2 {
        padding-top: 30px;
    }

    .about-page .about-2 .content .top {
        padding-left: 15px;
    }

    .about-page .about-2 h2 {
        font-size: 40px;
    }

    .about-page .about-2 .content .center {
        padding: 30px 0;
    }

    .about-page .about-2 .content .center .left {
        padding-left: 15px;
        width: 100%;
    }

    .about-page .about-2 .content .center .right {
        width: 100%;
        padding: 20px 15px;
    }
    .about-page .about-2 .content .center .right ul li span{
        font-size: 22px;
    }
    .about-page .about-2 .content .center .right ul li span em {
        font-size: 38px;
    }

    .about-page .about-4 .news-list .list li {
        padding: 60px 15px;
    }

    .about-page .about-4 .news-list .list li>a .right {
        padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .about-page {
        padding-top: 40px;
    }

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

    .about-page .about-1 .left {
        width: 100%;
        padding-right: 0;
    }

    .about-page .about-1 .right {
        width: 100%;
        margin-top: 30px;
    }

    .about-page .about-3 .about-3-img .content h6 {
        font-size: 24px;
    }

    .about-page .about-3 .about-3-img .content h5 {
        display: none;
    }

    .about-page .about-3 .about-3-img .content .more a span {
        margin-right: 15px;
    }

    .about-page .about-3 .about-3-img .content p {
        
    }

    .about-page .about-3 .about-3-img .content .more a span {
        background-size: 100% 100%;
        width: 48px;
        height: 48px;
    }

    .about-page .about-3 .about-3-img .content .more {
        margin-top: 10px;
    }

    .about-page .about-2 {
        padding-top: 50px;
    }

    .about-page .about-2 .content .top {
        padding-left: 20px;
    }

    .about-page .about-2 h2 {
        font-size: 35px;
    }

    .about-page .about-2 .content .center {
        padding: 50px 15px;
    }

    .about-page .about-2 .content .center .left {
        width: 100%;
        padding-left: 0;
    }

    .about-page .about-2 .content .center .right {
        width: 100%;
        padding: 30px 0;
    }

    .about-page .about-2 .content .center .right ul li {
        width: 100%;
    }
    .about-page .about-2 .content .center .right ul li span{
        font-size: 20px;
    }
    .about-page .about-2 .content .center .right ul li span em {
        font-size: 28px;
    }

    .about-page .about-2 .content .center .right ul li p {
        max-width: 100%;
    }

    .about-page .about-2 .content .center .right ul li {
        margin-bottom: 50px;
    }

    .about-page .about-2 .content .center .xian .xianBox {
        display: none;
    }

    .about-page .about-2 .content .center .right ul li span {
        float: left;
        width: 40%;
    }

    .about-page .about-2 .content .center .right ul li p {
        float: left;
        width: 58%;
        margin-top: -10px;
    }

    .about-page .about-2 .content .center .right ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .about-page .about-2 .content .center .right ul li p {
        width: 100%;
        margin-top: 0;
        font-size: 16px;
    }

    .about-page .about-2 .content .center .right ul li:nth-child(2) {
        margin-bottom: 50px;
    }

    .about-page .about-4 .exhibitionBox .navigation {
        display: none;
    }

    .about-page .about-4 .exhibitionBox {
        margin-top: 30px;
    }

    .about-page .about-4 {
        padding-top: 0;
    }

    .about-page .about-4 .exhibitionBox {
        padding-top: 0;
    }

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

    .about-page .about-4 .news-list .list li>a .left {
        width: 100%;
    }

    .about-page .about-4 .news-list .list li>a .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .about-page .about-4 .news-list .list li {
        width: 100%;
        padding: 0;
    }
}


@media screen and (max-width: 500px) {
    .about-page .about-2 h2 {
        font-size: 24px;
    }

    .about-page .about-2 .content .center .right ul li:nth-child(1),
    .about-page .about-2 .content .center .right ul li:nth-child(2) {
        width: 100%;
        margin-bottom: 25px;
    }
    .about-page .about-2 .content .center .right ul li span{
        font-size: 18px;
    }
    .about-page .about-2 .content .center .right ul li span em {
        font-size: 24px;
    }
}



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

/* ======= contact-page */
.contact-page .contact-1 .bg{
    background: url(../images/contact-bg.png) no-repeat 0 center;
    padding: 65px 0 65px 0;
}

.contact-page .contact-2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.contact-page .contact-2 ul li {
    width: 33.3333%;
    padding-left: 40px;
}

.contact-page .contact-2 ul li:hover .content h6 {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.contact-page .contact-2 ul li .content {
    display: flex;
    align-items: flex-start;
}

.contact-page .contact-2 ul li .content h6 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.contact-page .contact-2 ul li .content h6 i {
    font-size: 20px;
    color: #000000;
}

.contact-page .contact-2 ul li .content p {
    font-size: 18px;
    color: #000000;
    line-height: 2;
    max-width: 330px;
}

.contact-page .contact-2 ul .add {
    padding-left: 0;
}

.contact-page .contact-2 ul .add .content {
    align-items: flex-start;
}


.contact-page .contact-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.contact-page .contact-3 ul li {
    width: 33.3333%;
    padding-left: 125px;
    position: relative;
    margin-bottom: 45px;
}

.contact-page .contact-3 ul li img {
    width: 160px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-3 ul li .content {
    background: #f8f8f8;
    padding: 35px 45px;
}

.contact-page .contact-3 ul li .content .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #b3b3b3;
}

.contact-page .contact-3 ul li .content .top .fa {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
}

.contact-page .contact-3 ul li .content .top h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: bold;
    max-width: 230px;
    padding-bottom: 10px;
}

.contact-page .contact-3 ul li .content .bottom {
    max-width: 230px;
    margin: 0 0 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}

.contact-page .contact-3 ul li .content .bottom>div {
    margin-bottom: 15px;
}

.contact-page .contact-3 ul li .content .bottom a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.contact-page .contact-3 ul li .content .bottom p {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-page .contact-4 .left {
    max-width: 380px;
    padding-top: 40px;
}

.contact-page .contact-4 .left h4 {
    color: #000000;
    margin-bottom: 10px;
}

.contact-page .contact-4 .left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

.contact-page .contact-4 .right {
    width: 63%;
}

.contact-page .contact-4 .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-page .contact-4 .right form input {
    width: 49%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-page .contact-4 .right form textarea {
    width: 49%;
    background: none;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-page .contact-4 .right form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #004e9d;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: none;
    font-weight: bold;
    border-radius: 30px;
}

.contact-page .contact-4 .right p {
    font-size: 16px;
    line-height: 2;
    /*font-weight: bold;*/
    color: #989898;
}

@media screen and (max-width: 1700px) {
    .contact-page .contact-1 .bg{
        background-size:52%;
        padding: 40px 0 40px 0;
    }

    .contact-page .contact-2 ul li {
        padding-left: 0;
    }

    .contact-page .contact-2 ul li .content p {
        max-width: 290px;
    }


    .contact-page .contact-3 ul li img {
        width: 100px;
    }

    .contact-page .contact-3 ul li {
        padding-left: 80px;
    }

    .contact-page .contact-2 ul li .content p {
        font-size: 14px;
    }
}

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

    .contact-page .contact-2 ul li .content p {
        max-width: 230px;
    }


    .contact-page .contact-3 ul li .content .top h5 {
        font-size: 15px;
    }

    .contact-page .contact-3 ul li .content {
        padding: 20px;
    }

    .contact-page .contact-4 .left p {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .bg{
        background-size: 40%;
        padding: 25px 0 25px 0;
    }

    .contact-page .contact-2 ul li .content h6 {
        width: 40px;
        height: 40px;
    }

    .contact-page .contact-2 ul li .content p {
        font-size: 14px;
        line-height: 2;
        max-width: 200px;
    }

    .contact-page .contact-3 ul li {
        width: 50%;
    }

    .contact-page .contact-2 ul li .content p {
        max-width: 160px;
    }

    .contact-page .contact-4 .left {
        margin-left: 0;
    }
}

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

    .contact-page .contact-4 .right form input,
    .contact-page .contact-4 .right form textarea {
        width: 98%;
    }
    .contact-page .contact-1 .bg{
        background-size: 90vw;
    }
    .contact-page .contact-2 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-page .contact-2 ul li .content p {
        max-width: 100%;
    }

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

    .contact-page .contact-3 ul li img {
        left: 0;
    }

    .contact-page .contact-3 ul li .content {
        padding: 10px;
    }

    .contact-page .contact-3 ul li img {
        width: 80px;
    }

    .contact-page .contact-3 ul li .content .bottom p {
        font-size: 12px;
    }

    .contact-page .contact-3 ul li .content .top h5 {
        font-size: 14px;
        line-height: 2;
    }

    .contact-page .contact-4 .left {
        padding-top: 0;
    }

    .contact-page .contact-4 .right {
        width: 100%;
        margin-top: 30px;
    }
}

/* contact-page ======= */

/* ======= video-page */
.inner-page.download .video .list ul li .box video {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
}

.inner-page.download .video .list ul li .box {
    background-color: #fff !important;
    padding: 0px !important;
    margin-bottom: 40px;
}

.inner-page.download .video .top {
    color: #333333;
}

.inner-page.download .video .list {
    margin-top: 25px;
}

.inner-page.download .video .list ul {
    margin: 0 -20px;
}

.inner-page.download .video .list ul li {
    padding: 0 20px;
}

.inner-page.download .video .list ul li .box {
    background-color: #f0f0f0;
    color: white;
    padding: 20px;
}

.inner-page.download .video .list ul li .box a.img {
    display: block;
}

.inner-page.download .video .list ul li .box a.img img {
    display: block;
    width: 100%;
}

.inner-page.download .video .list ul li .box span {
    font-size: 16px;
    margin: 10px 0 5px;
    display: block;
    color: #000;
}

.inner-page.download .video .list ul li .box span a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-page.download .video .list ul li .box span a i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner-page.download .video .list ul li .box span img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
}
@media screen and (max-width: 1000px) {
    .inner-page.download .video .list ul {
        margin: 0 -8px;
    }
    .inner-page.download .video .list ul li {
        padding: 0 8px;
    }
}
/* video-page ======= */


@keyframes imgclip {
  from {
    clip-path: inset(60px);
  }

  to {
    clip-path: inset(0);
  }
}

.imgclip {
  animation-name: imgclip;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.seoPublic>div {
    padding: 90px 0;
}

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

.seoPublic .Auxil-about .box .right .text {
    max-height: 310px;
    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;
    background-color: transparent;
}

.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: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

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

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

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}