/* 解决方案 */
.page-box.container {
    padding: 0;
    padding-top: 1em;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.page-box.solution {
    background-image: url(/chineseAssets/images/solution-bg.jpg);
    background-attachment: fixed;
    padding-bottom: 80px;
}

.banner_img img {
    width: 100%;
    object-fit: cover;
}

.page-box p {
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
    text-align: justify;
}

h2.title {
    letter-spacing: 1px;
    font-size: .4em;
    padding: 20px 0;
}

h3.title {
    border-left: #ffc400 5px solid;
    padding: 5px 10px;
    margin: 30px 0 15px;
}

h4.title {
    padding: 0 10px;
    margin: 30px 0 15px;
    font-weight: bold;
}

h4.title::before {
    content: "●";
    color: #ffc400;
    padding-right: 5px;
}

.main-img {
    width: 100%;
}

table p {
    margin: 0;
}

table td {
    padding: 5px 10px !important;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-container img {
    width: 100%;
}

.swiper-slide .img-bg {
    width: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 187px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottom-jump>div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: rgba(255, 204, 0, 0.2) 1px solid;
}

.bottom-jump>div a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: #999 1px 1px 5px;
    overflow: hidden;
}

.bottom-jump>div a span {
    font-size: .25em;
    line-height: 6em;
    display: block;
    transition: all 0.2s ease-in-out;
}

.bottom-jump>div a:hover span {
    transform: scale(1.2);
}

.bottom-jump>div:first-child a span::before {
    content: "←";
    padding-right: 20px;
    font-size: 1.5em;
}

.bottom-jump>div:last-child a span::after {
    content: "→";
    padding-left: 20px;
    font-size: 1.5em;
}


.process .col-md-2 img {
    display: block;
    margin: 0 auto;
}

.process .col-md-2 span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 25px;
}





/* 产品 */
.product-list {
    overflow: hidden;
    padding: 20px;
}

.product-list li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 48%;
    margin: 1%;
    float: left;
    transition: all 0.2s ease-in-out;
}

.product-list li a {
    display: block;
    background: url(../images/news-btn-next.png) right 1em center no-repeat;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: .32em;
    padding: 50px;
    text-align: center;
    color: #000;
    border: #999 solid 1px;
    background-color: rgba(255, 255, 255, 0.9);
}

.product-list li:hover {}

.product-list li:hover a {
    background-color: rgba(255, 227, 89, 0.5);
    border-color: #fff;
}

.product-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: .5em;
}

.product-bg .quick-jump {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    background-color: #fff;
}

.product-bg .quick-jump a {
    color: #333;
    font-size: 1em;
    line-height: 4em;
    height: 4em;
}

.product-bg .quick-jump a.on,
.product-bg .quick-jump a:hover {
    color: #ffcc00;
}


.product-bg .quick-jump a:first-child:before {
    content: " ";
}

.product-bg h2.title {
    text-align: center;
    color: #fff;
    margin: 30px auto;
}

.product-bg>div {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.product-info-box {
    background-color: #fff;
    padding: 80px 80px 0 80px;
}

.product-info-box h3.title {
    margin-top: 20px;
    font-size: .32em;
}

.product-info-box img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.product-info-box p {
    font-size: 14px;
    line-height: 2em;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 20px;

}

.product-info-box>.row {
    border-bottom: #ccc 1px solid;
    padding-bottom: 20px;
}

.product-detail {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 30px 50px;
}



/* 案例 */
#map-03 {
    margin: 0 auto;
    width: 100% !important;
    height: 750px !important;
}

.jsmap-svg-container {
    height: 100% !important;
    width: 100% !important;
}

#map-03 svg {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

.banner_img {
    position: relative;
    overflow: hidden;
}

.banner_img .banner-info {
    position: absolute;
    top: 30%;
    color: #fff;
    left: 10%;
}

.banner-info h1.title {
    font-size: .52em;
}

.banner-info p {
    font-size: .24em;
    text-indent: 0;
}

.slideTxtBox {
    overflow: hidden;
}

.slideTxtBox ul {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.quick-jump {}

.quick-jump a {
    float: left;
    width: 33.33%;
    border-left: #c9c9c9 solid 1px;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
    color: #000;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: #c9c9c9 solid 1px;
}

.quick-jump a:last-child {
    border-right: #c9c9c9 solid 1px;
}

.quick-jump>a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #ffc400;
    opacity: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    left: 50%;
}

.quick-jump a:hover::after,
.quick-jump a.on::after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.quick-jump a:hover,
.quick-jump a.on {
    border-bottom: #fff solid 1px;
}

.case-list>ul {
    padding-bottom: 50px;
}

.case-list .row li {
    width: 23.5%;
    background-color: #f4f4f4;
    margin: 2% 2% 0 0;
    overflow: hidden;
    position: relative;
    float: left;
}

.case-list li:nth-child(4n) {
    margin-right: 0%;
}

.case-list 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); */
}

.case-list li:hover a {
    background-color: inherit;
}

.case-list li .item-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-list li:hover .item-bg {
    z-index: 1;
}

.case-list li:hover .hover-show {
    opacity: 1;
    filter: opacity(1);
}

.case-list li:hover .item-top {
    opacity: 0;
    filter: opacity(0);
}

.case-list li:hover .unhover-text,
.case-list li:hover .item-img {
    opacity: 0;
    filter: opacity(0);
}

.case-list li a {
    z-index: 2;
    background-color: #f4f4f4;
    display: block;
    position: relative;
}

.case-select-box {}

.case-select-box dl {
    overflow: hidden;
}

.case-select-box dl div {
    float: left;
    font-size: 14px;
    width: calc(100% - 125px);
}

.case-select-box dt {
    font-size: 15px;
    float: left;
    line-height: 1.4em;
    padding: 5px 20px;
    width: 125px;
}

.case-select-box dd {
    display: inline-block;
    line-height: 1.5em;
    padding: 5px 20px;
    color: #666;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.case-select-box dd.choose,
.case-select-box dd:hover {
    background-color: #ffe359;
    color: #000;
    font-weight: bold;
}

.item-top {
    font-size: 16px;
    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: 14px;
    line-height: 1.5em;
}

ul.switch-page {
    display: block;
    padding: 0;
    max-width: 400px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

ul.switch-page li {
    overflow: hidden;
    display: inline-block;
    border: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding: 10px;
}

ul.switch-page li:hover {
    /* transform: translateY(-10px); */
    transform: none;
}

ul.switch-page li:hover a {
    background-color: #ffc400;
    color: #000;
}

ul.switch-page li a {
    display: block;
    border: 0;
    background-color: #fce98c;
    color: #333;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 5px;
}

ul.switch-page li.active a {

    background-color: #fff;
    font-size: 15px;
}

.page-box iframe {
    width: 100% !important;
}



/* 新闻 */
.news-left {
    padding: 30px;
    /* transition: all 0.2s ease-in-out; */
}

.news-left.fix {
    position: fixed;
    top: 1em;
    width: 23%;
    background-color: #fff;
    max-width: 340px;
}

.news-left>ul>li {
    width: 70%;
    background: #fff;
    margin-bottom: 20px;
}

.news-left>ul>li:hover>a,
.news-left>ul>li.on>a {
    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);
    border-color: #fff;
}

.news-left>ul>li>a {
    border: #ddd 1px solid;
    font-size: .16em;
    line-height: 2em;
    display: block;
    color: #000;
    padding: 10px 20px;
    background: url(../images/news-btn-next.png) right 1em center no-repeat;
}

.news-left>ul>li ul li {
    width: 100%;
}

.news-left>ul>li ul li a {
    font-size: 16px;
    color: #999;
    padding-left: 10%;
    display: block;
    line-height: 3em;
}

.news-left>ul>li ul li a::before {
    content: "— ";
}

.news-left>ul>li ul li:hover a,
.news-left>ul>li ul li.on a {
    color: #fece2f;
}

/* */

.news-left2 {
    padding: 30px;
    /* transition: all 0.2s ease-in-out; */
    padding-left: 5%;
    position: fixed;
    top: 1em;
    /* width: 23%; */
    /*background-color: #fecd2f;*/
    /*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);*/
    /* max-width: 340px; */
    height: 100%;
    overflow: hidden;
    max-width: none !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-left2.fix {
    width: 25%;
}

.news-left2>ul>li {
    max-width: 250px;
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
}

.news-left2 hr {
    border: 0;
}

.news-left2 h2.title {
    font-size: .32em;
}

.news-left2>ul>li>a:hover,
.news-left2>ul>li.on>a {
    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);
    /* border: #fff 1px solid; */
    /* background-color: rgba(255, 255, 255, 0.295); */
    color: #fff;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.616), rgba(0, 0, 0, 0));*/
    border-color: transparent;
    border-right: transparent;
}

.news-left2>ul>li>a {
    border: transparent 1px solid;
    font-size: .16em;
    line-height: 2em;
    display: block;
    color: #000;
    padding: 10px 20px;
    border: 1px solid transparent;
    /* border-image: -webkit-linear-gradient(to bottom right,#000, rgba(0, 0, 0, 0),#000)1 1;
    border-image: -moz-linear-gradient(to bottom right,#000, rgba(0, 0, 0, 0),#000) 1 1;
    border-image: -o-linear-gradient(to bottom right,#000, rgba(0, 0, 0, 0),#000) 1 1;
    border-image: linear-gradient(to right,#000, rgba(0, 0, 0, 0.438),rgba(0, 0, 0, 0.0)) 1 1; */
    /* background: url(../images/news-btn-next.png) right 1em center no-repeat; */
    border-left: 1px solid #000;
}

.news-left2>ul>li ul li {
    width: 100%;
}

.news-left2>ul>li ul li a {
    font-size: 16px;
    color: #000;
    padding-left: 10%;
    display: block;
    line-height: 3em;
}

.news-left2>ul>li ul li a::before {
    content: "— ";
}

.news-left2>ul>li ul li:hover a,
.news-left2>ul>li ul li.on a {
    color: #333;
    text-shadow: #3b3b3b 0 1px 1px;
}

.col-sm-12.news-right {
    float: right;
    padding: 15px 0 !important;
}

.newsInfo-top {
    overflow: hidden;
}

.top-left {
    float: left;
    font-size: 16px;
    line-height: 2em;
}

.top-right {
    float: right;
    font-size: 16px;
    line-height: 2em;
}

.newsInfo-top .news-return-a {
    display: inline-block;
    padding-left: 2em;
    text-align: right;
    background: url(../images/news-return-a.png) no-repeat left center;
    color: #888;
    font-size: 16px;
}

.newsInfo-top .newsInfo-sline {
    flex: 0 0 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 .75rem;
    display: inline-block;
    width: 1px;
    height: 18px;
}

.imgswiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgswiper img {
    width: 100%;
}

.cur-body-name {
    display: inline-block;
    font-size: 16px;
    color: #888;
}

.newsInfo-top .share-name {
    margin-right: 18px;
    color: #888;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
}

.newsInfo-top .case-listsharebuttonbox {
    display: inline-block;
    font-size: 16px;
}

.newsInfo-top .case-listsharebuttonbox a {
    font-size: 16px;
    line-height: 2em;
    padding: 0 5px;
}

.newsInfo-mains {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .7em 0;
    margin: 20px auto;
    overflow: hidden;
}

.newsInfo-mains .info-title-wrap {
    margin: 0 auto;
    margin-bottom: .5em;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
}

.newsInfo-mains .info-dt-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.newsInfo-mains .info-title {
    line-height: 1.5em;
    width: 60%;
    float: left;
    font-size: .32em;
}

.newsInfo-mains .info-time {
    line-height: 1.5em;
    width: fit-content;
    float: right;
    text-align: center;
}

.newsInfo-mains .cn-font20 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    position: relative;
    font-size: .2em;
    line-height: 2em;
    padding: 0 10px;
    color: #999;
}

.newsInfo-mains .cn-font20:before {
    position: absolute;
    content: "";
    right: calc(100% + 8px);
    top: 50%;
    display: block;
    margin-top: -12px;
    width: 12px;
    height: 18px;
    /* background: url(../images/news-time.png) no-repeat center; */
    background-size: 100% !important;
}

.newsInfo-mains .cn-font36 {
    font-size: 36px;
    line-height: 2em;
    padding: 0 10px;
}


/* 关于我们 */

.ind-partner {
    padding: 0;
}

.ind-partner ul {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: visible;
}

.ind-partner ul li {
    width: 200px;
    margin: 0;
    float: none;
}

.ind-partner ul li p {
    display: none;
}

.timeline {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.timeline ul {
    /* background: url(../images/year-scrow.png) no-repeat left top 98px; */
}

.timeline li {
    padding: 0 30px 0 30px;
    width: 450px;
    display: block;
    background-color: initial;
    background: url(../images/yearTime.png) repeat-x left top 100px;
    transform: scale(1);
}

.timeline h2 {
    font-weight: bolder;
    color: #fff;
}

.timeline li h3 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 52px;
    margin: 0;
    line-height: 2em;
    margin-bottom: 20px;
    height: 100px;
    color: #000;
}

.timeline .time-event {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 15px;
}

.timeline .time-event p {
    text-indent: 0;
    padding: 0 10px;
    margin: 15px 0;
    line-height: 1.5em;
    font-size: 15px;
    letter-spacing: 1px;
}

.timeline .time-event p::before {
    content: "●";
    color: #ffc400;
    padding-right: 5px;
}

.award li {
    height: 350px;
    display: block;
    width: fit-content;
}

.award li img {
    height: 320px;
    width: auto;
}

.award li h4 {
    text-align: center;
    line-height: 30px;
    margin: 0;
}

/* 联系我们 */
i.fa {
    width: 30px;
    height: 30px;
    background-color: #ffc30c;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin-right: 16px;
}

i.fa-envelope {
    font-size: 15px;
}


.my-map {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    font: 13px/1.5 "Microsoft YaHei",
        "Helvetica Neue",
        "Sans-Serif";
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

.contact-form {
    /* width: 80%; */
    margin: 0 auto;
}

.contact-form .form-control-wrap {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.contact-form .form-control-wrap:nth-child(3) {
    margin-right: 0px;
}

.contact-form .form-control-wrap:nth-child(4) {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contact-form .form-control-wrap:nth-child(5) {
    width: 49%;
    float: left;
    margin-right: 0px;
}

.contact-form .form-control-wrap:nth-child(6) {
    width: 100%;
    float: left;
    margin-right: 0px;
}


.wrap-submit {
    width: 30%;
    min-width: 300px;
}

.wrap-submit .submit {
    padding: 17px 43px 16px 45px;
}


.solution .swiper-container .swiper-slide,
.case-img.swiper-container .swiper-slide {
    max-width: 300px;

}

.box4 {
    overflow: hidden;
    /* padding: 15px 0; */
}

.box4>p {
    display: block;
    width: 23%;
    margin: 0 1%;
    /* border: 1px solid #eee; */
    box-shadow: #ddd 1px 1px 5px;
    padding: 2%;
    text-indent: 0;
    float: left;
    height: 100%;
    transform: scale(0.95);
}

.box4>p:hover {
    background-color: #fece2f;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* 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); */
    background-image: url(/chineseAssets/images/box4-bg.png);
    color: #fff;
}

.box4>p:hover b {
    color: #fff;
}

.box4>p b {
    display: block;
    min-width: 50%;
    color: #fece2f;
    font-size: 1.1em;
    margin-bottom: 12px;
}

.form-box {
    margin-top: 50px;
}

.form-box h4 {
    margin-left: 5%;
    border-bottom: #eee 1px solid;
    line-height: 1.5em;
    margin-top: 0;
}

.form-box h4 span {
    font-weight: normal;
    position: absolute;
    left: 250px;
    font-size: .9em;
}


.solution-list {
    padding: 0;
    position: relative;
}

.solution-list ul {
    padding: 10px 0;
}

.solution-list li {
    box-shadow: 2px 2px 5px #ccc;
    float: left;
    padding: 50px;
    margin: 3%;
    margin-left: 0;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.solution-list li:first-child {
    margin-left: 3%;
}

.solution-list li a {
    color: #fff;
    text-shadow: #000 2px 2px 5px;
}

.solution-list li h3 {
    font-size: .36em;
}

.solution-list li .solution-title {
    position: relative;
    transition: all 0.2s ease-in-out;
    top: 0;
}

.solution-list li .solution-title i {
    display: block;
    width: 50px;
    height: 5px;
    background-color: #fff;
    box-shadow: #000 2px 2px 5px;
}

.solution-list li:hover .solution-title {
    top: -500px;
}

.solution-list li span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.2em;
    line-height: 1.2em;
    font-size: .8em;
    display: block;
    margin: .2em .5em;
    z-index: 5;
}

.solution-list li .solu-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    filter: opacity(0);
    transition: all 0.2s ease-in-out;
    padding: 30px 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.solution-list li .solu-hover h3 {
    font-size: .3em;
}

.solution-list li .solu-hover p {
    text-indent: 0;
    margin-top: 25px;
}

.solution-list li:hover .solu-hover {
    bottom: 0;
    opacity: 1;
    filter: opacity(1);
    background-color: rgba(0, 0, 0, 0.6);
}

.partner-list li {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.partner-list li div {
    overflow: hidden;
    position: relative;
}


.slideTxtBox {
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.slideTxtBox ul {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.hd {}

.hd ul li {
    float: left;
    width: 33.33%;
    border-bottom: #c9c9c9 solid 1px;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
    color: #000;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
}

.hd>ul>li::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #ffc400;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    left: 50%;
}

.hd>ul li:hover::after,
.hd>ul li.on::after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.hd>ul li:hover,
.hd>ul li.on {
    border-right: #c9c9c9 solid 1px;
    border-left: #c9c9c9 solid 1px;
    border-top: #c9c9c9 solid 1px;
    background-color: #fafafa;
}

.hd>ul li.on {
    border-bottom: #fafafa solid 1px;
}

.bd>ul {
    padding: 20px;
    background-color: #fafafa;
    border-left: #c9c9c9 solid 1px;
    border-bottom: #c9c9c9 solid 1px;
    border-right: #c9c9c9 solid 1px;
}

.child-box {
    margin: .5em auto;
}

.toggle-box .product-child {
    transition: all 0.2s ease-in-out;
    min-height: auto;
}

.toggle-box {
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background-color: #f0f0f0;
}

.toggle-box:last-child {
    border-bottom: 1px solid #c9c9c9;
}

.toggle-box h2 {
    font-size: 18px;
    margin: 0;
    padding: 20px 0;
    color: #333;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    transition: all 0.2s ease-in-out;
}

.toggle-box.show h2 {
    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);
    color: #000;
}

.toggle-box h2:hover {
    cursor: pointer;
    background-color: #fce98c;
}

.toggle-box h2::before {
    content: "- ";
}

.toggle-box h2::after {
    content: "⇩";
    float: right;
    padding-left: 32px;
    padding-right: 16px;
    font-size: 24px;
    color: #fece2f;
}

.toggle-box.show h2::after {
    content: "⇪";
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -35px;
}


.wprt-container {
    width: 1180px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}

.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after,
.ult-spacer:before,
.ult-spacer:after,
.ult-animation:before,
.ult-animation:after,
.ult_crlink:before,
.ult_crlink:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.wprt-row {
    margin: 0 -10px;
}

.wprt-action-box .inner {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 0px 101px;
}

.wprt-action-box .heading-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 66%;
}

.wprt-action-box.has-icon .text-wrap {
    display: inline-block;
    position: relative;
}

.wprt-action-box .heading-wrap .text-wrap {
    padding-left: 75px;
}

.wprt-action-box .heading-wrap .heading {
    color: #fff;
    text-transform: uppercase;
    font-size: .24em;
    margin: 0;
    line-height: 2em;
}

.wprt-action-box .button-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 34%;
    padding-right: 26px;
}

.wprt-button {
    padding: 10px 42px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #777;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wprt-action-box .wprt-button {
    padding: 9px 41px;
    letter-spacing: 0.9px;
}

.wprt-button.white {
    background-color: #fff;
    color: #777777;
}

.wprt-button:hover {
    background-color: #ffc30c;
    color: #fff;
}

.wprt-button.white:hover {
    background-color: #333;
    color: #fff;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    clear: both;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-bottom: 56px;
}

.value-item.ltr {
    flex-direction: row;
}

.value-item.rtl {
    flex-direction: row-reverse;
}

.value-text {
    flex-shrink: 0;
    max-width: 70%;
    min-width: 50%;
}

.value-img {
    /* min-width: 300px; */
    overflow: hidden;
}

.value-img img {
    height: 100%;
    object-fit: contain;
}

.hiddenclick,
.showclick {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    color: #ffc400;
    display: none;
}






@media (max-width: 1200px) {
    .page-box.container {
        padding-top: 60px;
    }

    h4.title {
        line-height: 1.5em;
    }

    .value-item {
        gap: 24px;
    }

    .value-text {
        /* flex-shrink: 0; */
        flex: 1;
        max-width: none;
        min-width: auto;
    }

    .value-img {
        flex: 1;
    }

    .ind-news li {
        width: 50%;
    }

    .news-left>ul>li>a,
    .news-left2>ul>li>a {
        font-size: 14px !important;
    }
}

@media (max-width:900px) {
    .value-item {
        /* flex-direction: column !important; */
    }

    .award li {
        height: 200px;
        display: block;
        width: fit-content;
    }

    .award li img {
        height: 180px;
        width: auto;
    }

    .award li h4 {
        text-align: center;
        line-height: 30px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .value-item {
        flex-direction: column-reverse !important;
        gap: 0;
        margin: 48px 32px;
        margin-bottom: 100px;
        align-items: flex-start;
    }

    .value-img {
        margin-left: 50%;
        width: 50%;
        margin-bottom: -90px;
    }

    .value-text {
        flex: auto;
    }

    .banner_img {
        height: 300px;
    }

    .banner_img img {
        height: 100%;
        /* width: auto; */
    }

    .product-info-box {
        padding: 20px;
    }

    .case-list .row li {
        width: 49%;
    }

    .case-list li:nth-child(2n) {
        margin-right: 0%;
    }

    .box-1400 {
        padding: 0;
    }

    .ind-news {
        margin: 0 20px;
    }

    .ind-news li {
        padding: 0;
        margin: 10px;
        width: calc(50% - 20px);
    }

    .ind-news li:hover {
        transform: none;
    }

    .solution-list li {
        width: 100% !important;
        margin: 30px 0 !important;
    }

    .solution-list li h3 {
        font-size: 28px;
    }

    .case-select-box {
        display: none;
    }

    .showclick {
        display: block;
    }
}

@media (max-width: 993px) {
    .col-xs-12.col-sm-12.col-md-5.col-lg-5>p {
        padding-right: 0 !important;
    }
    .news-left h2.title,
    .news-left2 h2.title {
        font-size: 32px;
        padding-top: 32px;
        padding-left: 0;
        padding-bottom: 0;
    }
    h2.title {
        padding-left: 15px;
    }

    .col-sm-12 {
        padding: 0 15px !important;
    }

    .bottom-jump>div a span {
        line-height: 4em;
    }

    .product-info-box img {
        margin: 0 auto;
    }

    .product-info-box p {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #map-03 svg {
        margin-left: -10% !important;
    }

    .news-left2.col-sm-12.col-sm-12 {
        position: static;
        padding: .4em 15px 0 !important;
    }

    .news-left2>ul>li {
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .news-left2>ul>li ul {
        display: none;
    }

    .news-left>ul>li {
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .news-left>ul>li ul {
        display: none;
    }

    .box4>p {
        width: 48%;
        height: 50%;
    }
}


@media (max-width: 600px) {
    .ind-news {
        margin: 0;
    }

    .ind-news li {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 435px) {
    .value-item {
        flex-direction: column !important;
        gap: 0;
        margin: 0 12px;
        margin-bottom: 48px;
        align-items: flex-start;
    }

    .value-item h4.title {
        background-color: transparent;
    }

    .value-img {
        margin-left: 0%;
        width: 100%;
        margin-bottom: -0;
    }

    .value-text {
        flex: auto;
    }

    .product-list li {
        width: 98%;
    }

    .page-box p {
        font-size: 14px;
    }

    .banner_img {
        height: 200px;
    }

    .solution {
        padding: 20px 0px !important;
    }

    .process .col-md-2 span {
        height: 40px;
    }

    .process .col-md-2 img {
        width: 100%;
    }

    .col-md-10.col-md-offset-1 {
        padding: 20px 0px !important;
    }

    .page-box>.col-sm-12 {
        padding: 20px 0px !important;
    }

    h2.title {
        font-size: .36em;
    }

    h3.title {
        font-size: .3em;
    }

    h4.title {
        font-size: .24em;
    }

    .case-list .row li {
        width: 100%;
        margin-right: 0%;
        margin-top: 20px;
    }

    .award li {
        height: 200px;
    }

    .award li img {
        height: 170px;
    }

    .ind-partner ul li {
        width: 100px;
    }

    .my-map {
        height: 300px;
    }

    h4 {
        font-size: .24em;
        line-height: 2em;
    }

    .contact-form {
        width: 100%;
    }

    .wrap-submit {
        width: 100%;
        min-width: auto;
    }

    .contact-form .form-control-wrap {
        width: 100% !important;
    }

    .news-left>ul>li>a {
        padding: 10px;
    }

    .form-box h4 {
        margin-left: 0;
        padding: 0;
        border: 0;
    }

    .form-box h4 span {
        position: static;
        display: block;
        width: 100%;
        text-align: right;
        border-top: #eee 1px solid;
        line-height: 3em;
    }

    .box4>p {
        width: 98%;
        height: auto;
    }

    .product-bg .quick-jump a {
        width: 33.333333% !important;
    }

    .timeline li {
        width: 300px;
    }
}

.empty-content {
    text-align: center;
    line-height: 300px;
    background-color: #eee;
}


@media only screen and (max-width: 1199px) {

    .wprt-action-box .inner {
        padding: 0px;
    }

    .wprt-action-box .heading-wrap {
        width: 50%;
    }

    .wprt-action-box .button-wrap {
        width: 50%;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 991px) {

    .wprt-action-box .heading-wrap,
    .wprt-action-box .button-wrap {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wprt-action-box .heading-wrap .text-wrap {
        padding-left: 0px;
    }

    .wprt-action-box .heading-wrap,
    .wprt-action-box .button-wrap {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wprt-action-box .button-wrap {
        padding-top: 20px;
    }

}