@charset "utf-8";
@import url('http://file.gzgenye.cn/website/static/chineseAssets/css/iconfont.css');
@import url('http://file.gzgenye.cn/website/static/chineseAssets/css/font-awesome.css');
@import url('http://file.gzgenye.cn/website/static/chineseAssets/css/dialog.css');

body {
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100px;
    line-height: 20px;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    color: #ffc400;
}

a:hover,
a:active,
a:visited,
a:focus,
a:focus-within {
    color: #ffc400;
    text-decoration: none;
}


ul {
    list-style: none;
    padding: 0;
}

header {
    height: 1em;
    width: 100%;
    position: fixed;
    z-index: 50;
    /* overflow: hidden; */
    transition: all 0.8s;
}

.logo-box {
    width: fit-content;
    height: 100%;
    padding: .22em .33em;
    float: left;
    transition: all 0.8s;
}

.logo-box img {
    height: 100%;
    width: auto;
    display: block;
}

.nav-box {
    float: left;
}

.nav-box ul {
    list-style: none;
    margin: 0;
}

.nav-box ul li {
    float: left;
    padding: .2em .35em;
    height: 1em;
    position: relative;
}

.nav-box ul li a {
    display: block;
    font-size: .16em;
    color: #fff;
    height: 100%;
    line-height: 50px;
    text-align: center;
    text-shadow: #000 2px 2px 4px;
}

.nav-box nav>ul>li::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #ffc400;
    opacity: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    left: 50%;
}

.nav-box ul li:hover::after,
.nav-box ul li.on::after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.nav-box ul>li.on {
    background: -webkit-linear-gradient(to left, #ffe359, #fece2f);
    background: -o-linear-gradient(to left, #ffe359, #fece2f);
    background: -moz-linear-gradient(to left, #ffe359, #fece2f);
    background: linear-gradient(to left, #ffe359, #fece2f);
}

.nav-box ul li.on a i {
    /* color: #fff; */
}

.nav-box ul li a span {
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    top: -30px;
}

.nav-right {
    float: right;
    width: fit-content;
}

.nav-right>div {
    float: left;
    padding: .3em .1em;
    height: 1em;
    display: block;
    position: relative;
}

.nav-right a img {
    height: 100%;
}

.nav-right .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 300px;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu input,
.dropdown-menu button {
    border: 0;
    box-shadow: none;
    height: 50px;
}

.dropdown-menu button:hover {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.dropdown-menu input#search {
    width: 80% !important;
    float: left;
    margin: 0 !important;
    border: 0 !important;
}

.dropdown-menu button {
    width: 20%;
    float: left;
    background-color: inherit;
    color: #ffcc00;
    border-radius: 0;
    border-left: #eee 1px solid;
}

header.fix-on {
    background-color: #fafafa;
}

.fix-on .logo-box {
    background-color: #fafafa;
}

.fix-on .logo-box img:first-child {
    display: none;
}

.fix-on .logo-box img:last-child {
    display: block;
}

.fix-on .nav-box ul li a {
    color: #333;
    text-shadow: none;
}


.banner-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
}


.swiper-wrapper {
    /* transition-delay: .3s; */
}

.swiper-container {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: scale(0.95);
    transition: all 0.3s;
}


/* .swiper-slide p {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
}

.ani-slide p {
    transform: translateX(0);
    opacity: 1;
} */
.ani-slide.swiper-slide {
    transform: scale(1);
}

.swiper-slide .banner_img_box {
    transform: scale(1.3);
    transition: all .5s ease-in-out;
    opacity: 0.5;
}

.ani-slide-h.swiper-slide .banner_img_box {
    transform: scale(1);
    opacity: 1;
}

.banner_img_box .banner_text_img_box {
    width: 20%;
    position: absolute;
    left: 10%;
    bottom: 15%;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

.banner_img_box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner_img_box .banner_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container-h .ani-slide-h .banner_img_box .banner_text_img_box {

    width: 77%;
    opacity: 1;
    left: 50%;
}

.swiper-pagination.swiper-pagination-h.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 50%;
    left: auto;
    right: 0;
    bottom: 10%;
}

.swiper-pagination-h .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid rgba(254, 205, 47, 0.5) 1px;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-h .swiper-pagination-bullet-active {
    background-color: #fecd2f;
}

.swiper-pagination-v .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 5px;
    height: 48px;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination-v .swiper-pagination-bullet-active {
    background-color: rgba(254, 205, 47, 0.5);
}

.ind_banner_text_title {
    font-size: 100px;
}

.ind_banner_text_title h2 {
    font-size: .64em;
    text-shadow: #000 2px 1px 8px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 3px;
    /* white-space: nowrap; */
}

.banner_text_img_box a {
    color: #ffd83a;
    font-size: .2em;
    font-weight: bold;
    text-shadow: #000 2px 2px 4px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ind-about {
    position: relative;
    overflow: hidden;
    padding: 1em 0;
}

.ind-about ul {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding-top: .8em;
    display: flex;
    flex-wrap: wrap;
}

.ind-about li {
    float: left;
    padding: 5px 0;
    margin-top: .5em;
    border-right: #eaeaea 1px solid;
}

/* .ind-about .col-md-3:nth-child(4n), */
.ind-about .col-md-3:last-child {
    border: 0;
}

.ind-about-title {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    color: #fecd2f;
}

.ind-about-title::after {
    content: " ";
    display: block;
    width: 0.7em;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.ind-about-title h2 {
    font-size: .36em;
    letter-spacing: .05em;
}

.ind-about p {
    font-size: .22em;
    color: #333;
    line-height: 2em;
    text-align: center;
    margin: 0;
}

.ind-about p span {
    color: #fecd2f;
    /* color: #999; */
    font-size: 2.2em;
}

.ind-solution {
    position: relative;
    overflow: hidden;
    padding: 80px 0 30px;
}

.ind-solution-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 429px;
    z-index: -1;
}

.ind-solution-bg img {
    width: 100%;
    height: auto;
}

.ind-solution-bg .bg-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.7);
    background: -webkit-linear-gradient(135deg, rgba(255, 227, 89, 0.95), rgba(84, 74, 125, 0.95));
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(135deg, rgba(255, 227, 89, 0.95), rgba(84, 74, 125, 0.95));
    /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(135deg, rgba(255, 227, 89, 0.95), rgba(84, 74, 125, 0.95));
    /* Firefox 3.6-15 */
    background: linear-gradient(135deg, rgba(255, 227, 89, 0.95), rgba(84, 74, 125, 0.95));
    position: absolute;
    top: 0;
    left: 0;
}

.ind-solution-bg h2 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
    font-weight: bolder;
    letter-spacing: 1px;
}

.ind-solution-title {
    overflow: hidden;
    transition: all 0.5s;
    padding-left: 10%;
}

.ind-solution-title h2 {
    color: #fff;
    position: relative;
    font-size: .40em;
    line-height: 1.2em;
    margin-top: 48px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
}

.ind-solution-title p {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    padding-left: 15px;
}

.ind-solution-title a {
    display: block;
    margin-left: 15px;
    font-size: .16em;
    border: #fff 1px solid;
    padding: 0 1.5em;
    line-height: 2.5em;
    color: #fff;
    height: 2.5em;
    width: fit-content;
    max-width: 150px;
    transition: all 0.2s ease-in-out;
}

.ind-solution-title a:hover {
    background-color: #fddb50;
    border-color: #fddb50;
    border: 0;
}

.ind-solution ul {
    overflow: hidden;
    padding: 50px;
    padding-left: 0;
    padding-bottom: 0;
}

.ind-solution li {
    width: 25%;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    float: right;
    margin-right: 3%;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.ind-solution li p {
    width: 100%;
    height: 15em;
    position: relative;
    color: #000;
    text-align: justify;
    vertical-align: middle;
    right: -100%;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 20%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    filter: opacity(0);
    transform: scale(1.2);
}

.ind-solution li p::before {
    content: " ";
    display: block;
    width: 5em;
    height: 2px;
    background-color: #ccc;
    position: relative;
    top: -10px;
}

.ind-solution li:hover {
    /* width: 36%; */
}

.ind-solution li:hover p {
    right: 0;
    opacity: 1;
    filter: opacity(1);
    transform: scale(1);
}

.ind-solution li a .right-arrow {
    width: 100%;
    overflow: hidden;
    font-size: .32em;
    color: #333;
    width: 100%;
    padding-right: 32px;
    text-align: right;
    display: block;
    line-height: 2em;
    border-bottom: #ccc 1px solid;
}

.ind-solution li a {
    color: #333;
    width: 100%;
}

.ind-solution li div h3 {
    text-align: left;
    padding-left: 1em;
    font-size: .3em;
    line-height: 1.5em;
    /* padding-bottom: 9em; */
}

.ind-solution li a>span {
    color: rgba(1, 1, 1, 0.2);
    font-size: .35em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
    padding: 15px;
}

.swiper-button-box {
    position: absolute;
    top: 30px;
    font-size: .14em;
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
}

.swiper-button-box .swiper-button-next {
    position: relative;
    left: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    background-size: 32px 32px;
    transition: all .2s;
}

.swiper-button-box .swiper-button-prev {
    position: relative;
    left: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    background-size: 32px 32px;
    transition: all .2s;

}

.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.ind-solution-dec {
    margin-left: 40%;
    width: 60%;
    background-color: #ffc400;
    height: 10px;
}

.ind-partner {
    position: relative;
    overflow: hidden;
    padding: 50px 0 80px;
}

.ind-partner-title {
    overflow: hidden;
    padding-left: 10%;
    position: relative;
}

.ind-partner-title h2 {
    position: relative;
    font-size: .40em;
    line-height: 1.2em;
    text-align: left;
    padding-left: 15px;
    border-left: #fecd2f 5px solid;
}


.ind-partner-swiper {
    /* padding: 0 5%; */
    margin: 0 10%;
    width: 80%;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.ind-partner ul {
    width: 100%;
    padding: 0 50px;
}

.ind-partner ul li {
    position: relative;
    width: 14%;
    float: left;
    overflow: hidden;
}

.ind-partner img {
    width: 100%;
}

.ind-partner li p {
    font-size: .18em;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2em;
    bottom: 0;
    margin: 0;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    /* background: -webkit-linear-gradient(135deg,#ffe359,#fece2f); Safari 5.1-6.0 */
    /* background: -o-linear-gradient(135deg,#ffe359,#fece2f); Opera 11.1-12.0  */
    /* background: -moz-linear-gradient(135deg,#ffe359,#fece2f); Firefox 3.6-15 */
    /* background: linear-gradient(135deg,#ffe359,#fece2f); */
    background-color: rgba(1, 1, 1, 0.7);
    color: #fff;
    transform: scale(1.3);
    filter: opacity(0);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-indent: 0;
}

.ind-partner li:hover p {
    transform: scale(1);
    filter: opacity(1);
}

.ind-news {
    position: relative;
    overflow: hidden;
    padding: .3em 0 .5em;
}

.ind-news ul {
    overflow: hidden;
    width: 90%;
    margin: 0px 5%;
    padding: 30px 5%;
}

.ind-news li {
    padding: 20px;
    position: relative;
    float: left;
    transition: all 0.2s ease-in-out;
}

.ind-news li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.ind-news li .inner-box {
    padding: 15px;
    padding-top: 0;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
}

.ind-news .ind-news-time {
    width: 100%;
    color: #999;
    overflow: hidden;
    padding: 20px 0 5px;
}

.ind-news .ind-news-time p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.1em;
    margin: 0;
    text-indent: 0;
}

.ind-news .ind-news-detail {
    overflow: hidden;
    text-align: justify;
}

.ind-news .ind-news-detail h3 {
    text-align: left;
    color: #333;
    font-size: .17em;
    line-height: 1.5em;
    overflow: hidden;
    height: 3em;
    margin: 0;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.ind-news .ind-news-detail p {
    color: #9d9d9d;
    font-size: 14px;
    height: 3em;
    line-height: 3em;
    margin: 1.5em 0;
    overflow: hidden;
    text-indent: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind-news .ind-news-detail span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #ffc400;
}


.ind-news li:hover {
    transform: translateY(-10px);
}

.ind-news li:hover p,
.ind-news li:hover h3,
.ind-news li:hover span {
    /* color: #fff; */
}

.ind-about,
.ind-news,
.ind-partner,
.ind-solution {
    background-position: center;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}

.ind-more {
    position: absolute;
    right: 10%;
    font-size: .40em;
    line-height: 1.2em;
    height: 1.2em;
    top: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: #fddb50 1px solid;
    background-color: #eee;
    overflow: hidden;
}

.ind-more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #666;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.ind-more::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #fddb50;
    display: block;
    position: absolute;
    left: -100%;
    transition: all 0.2s ease-in-out;
}

.ind-more:hover::before {
    left: 0;
}

.ind-more:hover a {
    color: #fff;
}

.index-footer {
    position: relative;
    overflow: hidden;
    background-color: #fecd2f;
    background: -webkit-linear-gradient(to left, #ffe359, #fece2f);
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(to left, #ffe359, #fece2f);
    /* Opera 11.1-12.0  */
    background: -moz-linear-gradient(to left, #ffe359, #fece2f);
    /* Firefox 3.6-15 */
    background: linear-gradient(to left, #ffe359, #fece2f);
}

.swiper-slide-next.index-footer {
    transform: scale(1);
}

.swiper-slide-prev.swiper-slide {
    transform: scale(1);
}

.box-1400 {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    margin-top: .40em;
    padding: 20px;
    overflow: hidden;
}

.box-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-top: .40em;
    padding: 20px;
    overflow: hidden;
}

.index-footer .footer-info img {
    max-width: 100%;
    text-align: left;
    display: block;
}

.index-footer .footer-info p a img {
    display: inline-block;
    padding: 0 5px;
}

.index-footer .footer-info-inner {
    margin: 30px auto;
}

.index-footer .footer-info-inner p {
    font-size: 14px;
    text-align: left;
    line-height: 2em;
}

.index-footer p {
    color: #000;
}

.index-footer li p a:hover {
    text-decoration-line: underline;
    /*font-style: italic;*/
}

.index-footer ul {
    overflow: hidden;
}

.index-footer li {
    width: 20%;
    padding: 0 .2em;
    text-align: left;
    float: left;
}

.index-footer li h3 {
    border-bottom: #333 1px solid;
    font-size: .24em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.index-footer li p {
    font-size: 14px;
    line-height: 2em;
}

.index-footer li a {
    color: #000;
}

.footer-bottom {
    width: 100%;
    font-size: 14px;
    text-align: right;
    overflow: hidden;
    border-top: #333 solid 1px;
    line-height: 3em;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0 20px;
}


.ind-case {
    padding: 30px 0 50px;
}

.ind-case>ul {
    padding-bottom: 50px;
    width: 90%;
    margin: 0px 5%;
    padding: 0 5%;
}

.ind-case .row li {
    width: 23.5%;
    background-color: #f4f4f4;
    margin: 20px 2% 0 0;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
}

.ind-case li:nth-child(4n) {
    margin-right: 0%;
}

.ind-case li:hover {
    background-color: rgba(0, 0, 0, 0.322);
    /* background: -webkit-linear-gradient(to left, #ffe359, #fece2f);
    background: -o-linear-gradient(to left, #ffe359, #fece2f);
    background: -moz-linear-gradient(to left, #ffe359, #fece2f);
    background: linear-gradient(to left, #ffe359, #fece2f); */
}

.ind-case li:hover a {
    background-color: inherit;
}

.ind-case li:hover .item-bg {
    z-index: 1;
}

.ind-case li:hover .hover-show {
    opacity: 1;
    filter: opacity(1);
}

.ind-case li:hover .item-top {
    opacity: 0;
    filter: opacity(0);
}

.ind-case li .item-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ind-case li:hover .unhover-text,
.ind-case li:hover .item-img {
    opacity: 0;
    filter: opacity(0);
}

.ind-case li a {
    z-index: 2;
    background-color: #f4f4f4;
    display: block;
    position: relative;
}

.item-top {
    font-size: .18em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 3em;
    padding: 0 25px;
}

.item-name {
    vertical-align: middle;
    display: inline-block;
    color: #000;
}

.unhover-text {
    padding: 34px 25px;
}

.unhover-showtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: .26em;
    margin-bottom: .4em;
    line-height: 1.5em;
}

.unhover-showtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
}

.item-bg {
    z-index: -1;
}

.img100 {
    display: block;
    width: 100%;
}

.poa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bgImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.5;
    filter: opacity(0.5);
}

.hover-show {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 50px 25px;
    height: 100%;
    opacity: 0;
    filter: opacity(0);
}

.hover-showsubtitle {
    font-size: .24em;
    line-height: 1.5em;
    margin-top: 30px;
}

.hover-showtitle {
    font-size: .38em;
    line-height: 1.5em;
    margin: 30px 0;
}

.hover-showtext {
    font-size: .16em;
    line-height: 1.5em;
}




.dropdown i {
    font-style: normal;
}

nav .open>a,
nav .open>a:focus,
nav .open>a:hover {
    transition: 0.2s ease-in;
    background-color: white;
    color: black;
}

a:focus,
a:hover {
    transition: 0.2s ease-in;
    color: inherit;
}

nav .dropdown-menu li:first-child {
    margin-left: 0;
}

nav .dropdown-menu {
    z-index: 99;
    width: fit-content;
    top: 100px;
    border-radius: 0px;
    padding: 0;
    background-color: initial;
}

nav .dropdown-menu li {
    float: none;
    width: 100%;
    color: #000;
    border: none;
    padding: 0;
    font-size: 14px;
    height: 100%;
}

.dropdown-menu li:hover {
    background-color: #fddb50;
}

.dropdown-menu li a:hover {
    color: #fff;
    background: none;
}

.dropdown-menu li a {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 40px !important;
    font-size: 14px !important;
    height: 50px !important;
}


.m-header {
    height: 60px;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    display: none;
}

.m-header .logo-box {
    padding: .15em;
}

.m-header .m-nav {
    height: 100%;
    float: right;
    padding: .15em;
}

.m-header .m-nav .dropdown {
    height: 100%;
    position: static;
    padding-left: 10px;
}

.m-header .m-nav img {
    height: 100%;
}

.m-header .m-nav .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    border-top: #f0f0f0 1px solid;
}

.m-header .m-nav .dropdown.open .dropdown-menu {
    height: 50px;
}

.m-header .m-nav .dropdown.open:last-child .dropdown-menu {
    height: 100vh;
}

.m-header .m-nav .dropdown.open .dropdown-menu li {
    border-bottom: #f0f0f0 1px solid;
}

.m-nav>div {
    float: left;
}

.float-form {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 99;
    border: #eee 1px solid;
}

.float-form button {
    border-radius: 0;
    background-color: #fff;
    /* border: 1px #ddd solid !important; */
    padding: 20px 10px;
    border-bottom: #eee 1px solid;
    display: block;

}

.float-form button:last-child {
    border-bottom: 0;
}

.float-form button::after {
    content: " ";
    font-size: 12px;
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
    color: #999;
    word-wrap: normal;
    white-space: normal;
}

.float-form button.f-btn::after {
    content: "获取报价";
}

.float-form button:nth-child(2)::after {
    content: "关注艮业";
}

.float-form button:nth-child(3)::after {
    content: "抖音官号";
}

.float-form button:hover::after {
    color: #fff;
}

.float-form button i {
    font-size: 23px;
    color: #333;
    background-color: inherit;
    margin: 0;
    padding-bottom: 5px;
}

.float-form button:hover {
    background-color: #fddb50;
}

.float-form button:hover i {
    color: #fff;
}


#scroll-top {
    display: none;
    border: 1px #eee solid;
    position: fixed !important;
    right: 0px;
    bottom: -50px;
    line-height: 50px;
    text-align: center;
    width: 70px;
    height: 70px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 7779;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:after {
    content: "\f077";
    font-family: 'fontawesome';
    color: #333;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    line-height: 70px
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:hover:before {
    background-color: #ffc30c;
}

#scroll-top.show {
    bottom: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}


.ind-value {
    padding: 0px 0 50px;
}

.ind-value>ul {
    width: 90%;
    margin: 0px 5%;
    padding: 0 5%;
    padding-bottom: 50px;
}

.ind-value li {
    width: calc(25% - 22.5px);
    background-color: #fafafa;
    margin: 30px 30px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
    transition: all .2s;
}

.ind-value li .unhover-showtext {
    font-size: 30px;
    color: #eee;
    overflow: auto;
    position: absolute;
    right: 4px;
    top: 68px;
    height: auto;
    text-transform: uppercase;
    white-space: nowrap;
}

.ind-value li:nth-child(4n) {
    margin-right: 0%;
}

.ind-value li:hover {
    transform: scale(1.05);
    box-shadow: #ccc 5px 5px 20px;
}

.ind-value .item-img img {
    object-fit: cover;
    height: 100%;
}




select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #a8a8a8;
    border: 1px solid #e4e4e4 !important;
    padding: 14px 20px 14px 20px;
    letter-spacing: 0.2px;
    background-color: transparent;
    font-size: 14px !important;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto !important;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
    border-radius: 0 !important;
    line-height: 1.5em;
    height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background-color: #ffc400;
    color: #fff;
    padding: 17px 39px 16px 43px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: auto;
    border-radius: 0;
    border: 0;
}

.customClass h3 {
    font-size: .36em;
}

.customClass p {
    font-size: 15px;
    text-indent: 0;
    margin-bottom: 30px;
}

p.tipText {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 2em;
}

p.tipText.show {
    background-color: #ff0000;
}

.customClass .contact-form {
    max-width: 550px;
}

.customClass .contact-form .form-control-wrap {
    width: 100% !important;
}

.customClass .wrap-submit {
    width: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    margin-top: -14px;
}


@media (max-width: 1400px) {
    body {
        font-size: 90px;
    }

    .ind-news li img {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .ind-solution li {
        width: 40%;
    }

    .ind-news li img {
        height: 180px;
    }

    body {
        font-size: 80px;
    }

    .m-header {
        display: block;
    }

    header {
        display: none;
        color: #ffe064
    }

    .ind-solution .col-md-8 {
        /* width: 100%; */
    }

    .ind-value li .unhover-showtext {
        font-size: 22px;
    }

    .ind-value li .unhover-text {
        padding: 28px 12px;
    }
}

@media (max-width: 993px) {
    .ind-about .col-md-3:nth-child(4n) {
        /* border-right: #333 1px solid; */
    }

    .ind-about .col-md-3:nth-child(3n) {
        border: 0;
    }

    .ind-news li.ind {
        width: 33%;
        padding: 10px;
    }

    .banner-video {
        display: none;
    }

    .ind-about>ul,
    .ind-value>ul,
    .ind-case>ul,
    .ind-news ul {
        width: 96%;
        margin: 0 auto;
        padding: 2%;
    }

    .ind-partner-swiper {
        width: 92%;
        margin: 0 auto;
    }

    .ind-more {
        right: 4%;
        line-height: 40px;
        height: 40px;
    }

    .ind-partner-title {
        padding-left: 4%;
    }

    .ind-partner-title h2 {
        line-height: 40px;
        height: 40px;
    }

    .ind-solution {
        /* background-color: #eee; */
        padding: 10px 0 40px;
    }

    .ind-solution ul {
        margin-left: 10%;
    }
    .ind-about li.col-xs-6 {
        width: 33.3%;
    }
    .ind-about-title::after{
        top: 15px;
    }
}

@media (max-width: 900px) {
    .index-footer .col-md-9 {
        display: none;
    }

    .ind-solution li {
        width: 50%;
    }

    .ind-solution li:hover {
        width: 30%;
    }

    .ind-solution li p {
        right: 0;
        opacity: 1;
        filter: opacity(1);
        transform: scale(1);
        margin-bottom: 50px;
    }

    .ind-solution-bg h2 {
        bottom: 20%;
    }
}

@media (max-width: 900px) {
    .ind-about .col-md-3:nth-child(3n) {
        /* border-right: #333 1px solid; */
    }

    .ind-about .col-md-3:nth-child(2n) {
        /* border: 0 */
    }

    body {
        font-size: 70px;
    }


    .ind-solution .swiper-button-box {
        display: none;
    }


    .ind-solution li:hover {
        width: 100%;
    }

    .ind-solution li p {
        margin-bottom: 0px;
    }

    .ind-solution li a>span {
        display: none;
    }

    .ind-solution-bg {
        z-index: 1;
    }

    .ind-solution-title {
        z-index: 2;
    }

    .ind-partner ul li {
        width: 25%;
    }

    .ind_banner_text_title h2 {
        font-size: .5em;
    }

    .ind-case .row li {
        width: 48%;
    }
    .item-top {
        line-height: 48px;
    }
    .ind-case .item-name {
        font-size: 16px;
    }

    .ind-case .unhover-text {
        padding: 18px 25px;
    }

    .ind-value li {
        width: calc(50% - 10px);
        margin-top: 20px;
        margin-right: 20px;
    }

    .ind-value li:nth-child(2n) {
        margin-right: 0%;
    }

    .ind-value .unhover-showtitle {
        font-size: .32em;
    }

    .ind-news .ind-news-detail h3 {
        font-size: 16px;
    }

    .ind-news .ind-news-detail p {
        margin: .5em 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 60px;
    }

    .ind-news li.ind {
        width: 48%;
    }

    .ind-solution li {
        width: 70% !important;
        z-index: 2;
        /* margin-right: 0; */
    }

    .ind-solution-bg h2 {
        bottom: 30%;
    }

    .ind-solution ul {
        padding-top: 30px;
    }
}


@media (max-width: 600px) {
    .ind-news li.ind {
        width: 98%;
    }
}
@media (max-width: 435px) {
    .ind-solution li {
        width: 88% !important;
        z-index: 2;
        /* margin-right: 0; */
    }

    body {
        font-size: 60px;
    }

    .m-header .m-nav {
        padding: .25em;
    }

    .ind_banner_text_title h2 {
        font-size: .32em;
    }

    .footer-bottom p {
        line-height: 1.5em;
        margin-top: 20px;
    }

    .ind-case .row li {
        width: 98%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: -20px;
        display: none;
    }

    .float-form {
        display: none;
    }
}

@media (max-width: 375px) {
    .ind-news ul {
        padding: 0;
    }

    .ind-partner ul {
        padding: 0;
    }

    .ind-solution ul {
        padding: 0;
    }

    .ind_banner_text_title h2 {
        font-size: .24em;
    }

}