/* 通用 */


 .swiper-pagination-bullet{
     opacity: 1!important;
 }

.more a {
    color: #fff;
    padding: 15px 45px;
    display: inline-block;
    background-color: #0066b3;
    font-size: 15px;
    margin-top: 65px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.more a:hover {
    background-color: #ee8836;
    color: #fff;
}

.index-section {
    padding: 85px 0;
}

.row-eq-height { /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index-t h3 {
    font-size: 36px;
}

.index-t h3:after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background-color: #0066b3;
    margin: 15px 0;
}

.index-t .info {
    font-size: 15px;
    color: #666;
}

.index-pro-t {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.index-pro-c {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.index-pro-c span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    color: #999;
    margin-top: 45px;
}

/* index-banner */
.swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     padding-left: 45%;
    }
.swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    position: relative;
    background: transparent;
    float: left;
}
.swiper-pagination .swiper-pagination-bullet span{
    width: 100%;
    height: 100%;
    
}
.swiper-pagination .swiper-pagination-bullet-active span::before {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    border-color: rgba(255, 255, 255, .5) !important;
}

.swiper-pagination .swiper-pagination-bullet-active span::after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.swiper-pagination .swiper-pagination-bullet span:hover::before {
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
}

.swiper-pagination .swiper-pagination-bullet span:hover::after {
    opacity: .2;
    -webkit-transform: scale(3.3, 3.3);
    -moz-transform: scale(3.3, 3.3);
    -o-transform: scale(3.3, 3.3);
    transform: scale(3.3, 3.3);
    -ms-transform: scale(3.3, 3.3);
}

.swiper-pagination .swiper-pagination-bullet span:hover p {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.swiper-pagination .swiper-pagination-bullet span::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ee8836;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .8s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .8s cubic-bezier(.455, .03, .515, .955);
    transition: all .8s cubic-bezier(.455, .03, .515, .955)
}

.swiper-pagination .swiper-pagination-bullet span:after {
    position: absolute;
    top: 4px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee8836;
    content: '';
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-pagination .swiper-pagination-bullet span p {
    position: absolute;
    top: 4px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee8836;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
}

.swiper-box4 .txt2 {
    overflow: hidden;
}

.swiper-box4 .txt1 p,
.swiper-box4 .txt2 p {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.swiper-box1 .txt1 {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.swiper-box1 .txt2 {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.swiper-slide-active .swiper-box4 .txt1 p,
.swiper-slide-active .swiper-box4 .txt2 p,
.swiper-slide-active .swiper-box5 .left,
.swiper-slide-active .swiper-box3 .txt1,
.swiper-slide-active .swiper-box2 .txt1 .flt2,
.swiper-slide-active .swiper-box2 .txt1 .flt1,
.swiper-slide-active .swiper-box1 .txt2,
.swiper-slide-active .swiper-box1 .txt1 {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.swiper-box2 .txt1 .flt1 {
    border-right-color: transparent !important;
}

.ani-slide .swiper-box2 .flt1 {
    border-right-color: #0066b3 !important;
}

.swiper-box3 .txt1 {
    opacity: 0;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.swiper-box5 .left {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.swiper-box2 .txt1 .flt1 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.swiper-box2 .txt1 .flt2 {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.swiper-box3 .txt3 ul li {
    float: left;
}

.swiper-box3 .txt3 ul li {
    max-width: 100%;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide .img {
    padding-bottom: 810px;
}

.swiper-slide .img span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.index-banner {
    margin-top: 94px;
}

.swiper-button-prev,
.swiper-button-next{
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev{
    opacity: 1;
}
.swiper-box {
    width: 1240px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-box1 {
    top: 28%;
    color: #fff;
}

.swiper-box1 .txt1 {
    font-size: 48px;
    font-weight: 700;
}

.swiper-box1 .txt2 {
    font-size: 30px;
    margin-top: 30px;
}

.swiper-box2 {
    top: 12%;
    text-align: center;
    color: #000;
}

.swiper-box2 .txt1 {
    padding-left: 16%;
}

.swiper-box2 .txt1 .flt1 {
    position: relative;
    padding-right: 37px;
}

.swiper-box2 .txt1 .flt1::after {
    content: "";
    height: 120px;
    position: absolute;
    right: 0;
    width: 1px;
    background-color: #0066b3;
    top: 12px;
}

.swiper-box2 .txt1 .flt1 p {
    font-size: 48px;
    font-weight: 700;
    color: #0066b3;
}

.swiper-box2 .txt2 p {
    font-size: 24px;
    color: #666;
    margin-top: 30px;
    height: 75px;
}

.swiper-box2 .txt2 {
    padding-left: 10%;
}

.swiper-box2 .txt2 p span {
    display: inline-block;
}

.swiper-box2 .txt2 p span:first-child {
    padding-right: 30px;
    margin-top: -24px;
}

.swiper-box2 .txt2 p span:first-child img {
    vertical-align: baseline;
}

.swiper-box2 .txt2 p span:nth-child(2) img {
    vertical-align: -webkit-baseline-middle;
}

.swiper-box2 .txt2 p span:nth-child(2) {
    padding-left: 30px;
    padding-top: 15px;
}

.swiper-box2 .txt1 .flt2 {
    padding-left: 3%;
}

.swiper-box2 .txt1 .flt2 p {
    font-size: 30px;
}

.swiper-box2 .txt1 .flt2 p span {
    display: block;
}

.swiper-box2 .txt3 {
    position: absolute;
    width: 114%;
    left: -5%;
    margin-top: 5%;
}

.swiper-box2 .txt3 ul {
    text-align: center;
    margin: 0 auto;
}

.swiper-box2 .txt3 ul li img {
    max-width: 98%;
}

.swiper-box2 .txt3 ul li {
    float: left;
}

.swiper-box3 .txt3 {
    position: absolute;
    top: 200%;
    left: 8%;
}

.swiper-box3 .txt3 ul {
    text-align: center;
}

.swiper-box3 .txt3 ul li {
    float: left;
    max-width: 100%;
}

.swiper-box3 .txt3 ul li:first-child {
    padding-top: 66px;
}

.swiper-box3 .txt3 ul li:nth-child(4) {
    padding-top: 30px;
}

.swiper-box3 .txt3 ul li:nth-child(5) {
    padding-top: 88px;
}

.swiper-box3 {
    color: #fff;
    top: 14%;
    text-align: center;
    width: 100%;
}

.swiper-box3 .txt1 {
    font-size: 48px;
    font-weight: 700;
}

.swiper-box3 .txt2 {
    font-size: 30px;
    margin-top: 40px;
}

.swiper-box4 {
    top: 32%;
    color: #fff;
}

.swiper-box4 .txt1 {
    font-size: 48px;
    font-weight: 700;
}

.swiper-box4 .txt1 strong {
    font-size: 60px;
    color: #e8a200;
}

.swiper-box4 .txt2 {
    font-size: 30px;
    margin-top: 44px;
}

.swiper-box4 .txt2 p:nth-child(3),
.swiper-box4 .txt2 p:nth-child(4) {
    display: none;
}

.swiper-box5 {
    top: 29%;
}

.swiper-box5 .txt1 {
    font-size: 48px;
    color: #0066b3;
    font-weight: 700;
}

.swiper-box5 .txt2 {
    font-size: 30px;
    color: #fff;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
    margin-top: 44px;
}

.swiper-box5 .left {
    width: 50%;
}

.swiper-box5 .right {
    position: absolute;
    right: 0;
    top: 41%;
}

/* 产品中心 */

.index-pro .index-pro-main>.row1>div>a:hover .index-pro-c span {
    background-color: #ee8836;
    color: #fff;
}

.index-pro .index-t h3:after {
    margin: 15px auto;
}

.index-pro .index-pro-main {
    margin-top: 43px;
}

.index-pro .index-pro-main .index-pro-img .img-box {
    overflow: visible;
}

.index-pro .index-pro-main>.row1>div {
    padding-left: 0;
    padding-right: 0;
}

.index-pro .index-pro-main>.row1>div:first-child {
    padding-right: 8px;
}

.index-pro .index-pro-main>.row1>div:last-child {
    padding-left: 8px;
}

.index-pro .index-pro-main>.row1>div>a {
    padding: 30px 40px;
    display: block;
    background-color: #e4edf4;
    height: 100%;
}

.index-pro .index-pro-main>.row2 {
    margin-top: 13px;
}

.index-pro .index-pro-main>.row2>div {
    padding-left: 0;
    padding-right: 10px;
}

.index-pro .index-pro-main>.row2>div:last-child {
    padding-right: 0;
}

.index-pro .index-pro-main>.row2>div>a {
    height: 100%;
    display: block;
    background-color: #e4edf4;
    padding: 50px;
}

.index-pro .index-pro-main>.row2>div>a>.img-box {
    height: 140px;
    overflow: visible;
}

.index-pro .index-pro-main>.row2>div>a>.index-pro-t {
    text-align: center;
    margin: 0;
}

/* 关于我们 */

.index-about {
    background: url('../images/index_about_bkg1.jpg') no-repeat center;
    position: relative;
    height: 752px;
}

.index-about .index-about-main {
    background-image: url('../images/index_about_bkg2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    padding: 80px 340px 80px 125px;
    width: 1115px;
    position: absolute;
    right: 0;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.index-about .index-about-main .index-about-txt .index-about-t {
    margin: 30px 0;
    line-height: 35px;
}

.index-about .index-about-main .index-about-txt .index-about-c {
    line-height: 35px;
    font-size: 15px;
    color: #666;
}

.index-about .index-about-main .index-about-txt h4 {
    color: #0066b3;
    font-weight: 700;
    font-size: 20px;
}

.index-about .index-about-main .index-about-txt span {
    font-size: 14px;
    color: #666;
}

/* 服务支持 */

.index-service .index-t h3:after {
    margin: 15px auto;
}

.index-service {
    margin-top: 28px;
    padding-top: 131px;
    background-color: #f7f7f7;
    padding-bottom: 95px;
}

.index-service .index-t {
    margin-bottom: 45px;
}

.index-service .index-service-list .index-service-t {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 1em;
    margin-top: 25px;
}

.index-service .index-service-list .index-service-t::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ee8836;
    margin: 15px auto;
}

.index-service .index-service-list .index-service-t span {
    font-size: 14px;
    color: #666;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.index-service .index-service-list .index-service-c {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.index-service .index-service-list .index-service-box:hover .index-service-c,
.index-service .index-service-list .index-service-box:hover .index-service-t span {
    color: #fff;
}

.index-service .index-service-list .index-service-box:hover .index-service-t {
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.index-service .index-service-list .index-service-box:hover .index-service-t::after {
    background-color: #fff;
}

.index-service .index-service-list .row .index-service-box:hover {
    background-color: #ee8836;
}

.index-service .index-service-list .row .index-service-box {
    padding: 45px 37px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.index-service .index-service-list .row>div {
    padding-left: 0;
    padding-right: 14px;
}

.index-service .index-service-list .row>div:last-child {
    padding-right: 0;
}

.index-service .index-service-list .row>div:nth-child(2) {
    padding-right: 9px;
}

.index-service .index-service-list .row>div:nth-child(3) {
    padding-left: 9px;
}

/* 行业应用 */

.index-industry {
    background: url('../images/index_industry_bkg.jpg') no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.index-industry .index-t .info {
    line-height: 30px;
}

.index-industry .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 2;
}

.index-industry .index-industry-txt {
    width: 50%;
    padding-right: 125px;
}

.index-industry .row>div {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.index-industry .row>div:nth-child(2) {
    background-color: #ee8836;
}

.index-industry .row>div:first-child>.industry-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-industry .row>div:nth-child(2)>.industry-box {
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-industry .industry-box ul li {
    height: 150px;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    float: right;
}

.index-industry .industry-box ul li span {
    display: block;
    padding-top: 33px;
    margin-bottom: 20px;
}

.index-industry .industry-box ul li .img-box {
    overflow: hidden;
}

.index-industry .industry-box ul li .img-box img {
    width: 100%;
}

.index-industry .row>div:first-child .industry-box ul li:first-child {
    background-color: #fce7c5;
}

.index-industry .row>div:first-child .industry-box ul li:nth-child(2) {
    background-color: #f4b17a;
    clear: both;
}

.index-industry .row>div {
    height: 766px;
}

.index-industry .row>div:nth-child(2) .industry-box ul li {
    float: left;
}

.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(1),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(3),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(4),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(6) {
    background-color: #f4b17a;
}

.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(8),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(10) {
    background-color: #fce7c5;
}

.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(2),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(4),
.index-industry .row>div:nth-child(2) .industry-box ul li:nth-child(7) {
    clear: both;
}

.index-industry .row>div>.industry-box-hidden {
    display: none;
}

/* 新闻中心 */

.index-news .index-news-list>.row>div>a:hover .index-news-txt h4 {
    color: #0066b3;
}

.index-news .index-t h3:after {
    margin: 15px auto;
}

.index-news .index-t {
    margin-bottom: 38px;
}

.index-news .index-news-list>.row>div>a {
    color: #000;
}

.index-news .index-news-txt>h4 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news .index-news-txt>p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.index-news .index-news-txt>.news-time {
    margin-top: 35px;
}

.index-news .index-news-txt>.news-time>span {
    font-size: 14px;
    color: #999;
}

.index-news a:hover .index-news-txt>.news-time>span:nth-child(2) {
    background-color: #ee8836;
    color: #fff;
}

.index-news .index-news-txt>.news-time>span:nth-child(2) {
    font-size: 18px;
    width: 29px;
    height: 29px;
    border: 1px solid #d2d2d2;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

@media(max-width:1800px) {
    .swiper-box3 .txt3 ul li {
        width: 20%;
    }
    .swiper-box3 .txt3 ul li img {
        max-width: 100%;
    }
    .swiper-box3 .txt3 ul li:nth-child(3) {
        padding-top: 41px;
    }
    .swiper-box3 .txt3 ul li:nth-child(4) {
        padding-top: 100px;
    }
    .swiper-box3 .txt3 ul li:nth-child(2) {
        padding-top: 100px;
    }
    .swiper-box3 .txt3 {
        top: 167%;
        left: 5%;
    }
    .swiper-box3 .txt3 ul li:first-child {
        padding-top: 162px;
    }
}

@media(max-width:1440px) {
    .swiper-slide .img {
        padding-bottom: 640px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 67%;
    }
    .swiper-box2 .txt3 {
        margin-top: 2%;
    }
    .swiper-box5 .right {
        top: -27px;
    }
    .swiper-box3 .txt3 {
        top: 86%;
        left: 4%;
    }
}

@media(max-width:1280px) {
    .swiper-slide .img {
        padding-bottom: 570px;
    }
    .swiper-box2 .txt3 {
        width: 100%;
        margin-top: 0;
        left: 17%;
    }
    .swiper-box2 .txt3 ul li {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 92%;
    }
    .swiper-box5 .right {
        width: 50%;
    }
}

@media(max-width:1240px) {
    .swiper-box2 .txt1 {
        padding-left: 10%;
    }
    .swiper-box1 {
        top: 21%;
    }
    .swiper-box {
        width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-box1 .txt1 {
        font-size: 40px;
    }
    .swiper-box1 .txt2 {
        font-size: 26px;
    }
}

@media(max-width:1200px) {
    .swiper-box3 .txt3 ul li:first-child {
        padding-top: 130px;
    }
    .swiper-box3 .txt3 ul li:nth-child(2) {
        padding-top: 67px;
    }
    .swiper-box3 .txt3 ul li:nth-child(4) {
        padding-top: 60px;
    }
    .swiper-box5 .txt1 {
        font-size: 35px;
    }
    .swiper-box5 .txt2 {
        margin-top: 18px;
        font-size: 22px;
    }
    .swiper-box5 .right {
        top: 35px;
    }
    .swiper-box4 .txt1 {
        font-size: 30px;
    }
    .swiper-box4 .txt1 strong {
        font-size: 40px;
    }
    .swiper-box4 .txt2 {
        font-size: 20px;
    }
    .swiper-box4 {
        top: 30%;
    }
    .swiper-box4 .txt2 {
        margin-top: 25px;
        font-size: 20px;
    }
    .swiper-box3 .txt1 {
        font-size: 40px;
    }
    .swiper-box3 .txt2 {
        font-size: 25px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 80%;
    }
    .swiper-box2 .txt3 {
        left: 5%;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 35px;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 24px;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 90px;
    }
    .swiper-box2 .txt2 {
        padding-left: 0;
    }
    .swiper-box2 .txt1 {
        padding-left: 3%;
    }
    .swiper-slide .img {
        padding-bottom: 530px;
    }
    .swiper-box {
        width: 970px;
    }
    .index-pro .index-pro-main>.row1>div>a {
        padding: 15px 6px;
    }
    .index-pro-c span {
        margin-top: 18px;
    }
    .index-pro .index-pro-main .index-pro-img .img-box img {
        max-width: 85%;
    }
    .index-pro .index-pro-main>.row2>div>a {
        padding: 25px;
    }
    .index-about {
        background: none;
        height: auto;
    }
    .index-about .index-about-main {
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .index-about .index-about-box {
        width: 970px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-service .index-service-list .row>div {
        margin-bottom: 10px;
    }
    .index-service .index-service-list .row>div:nth-child(2) {
        padding-right: 0;
    }
    .index-service .index-service-list .row>div:nth-child(3) {
        padding-left: 0;
    }
    .index-industry>.row>div>.industry-box {
        display: none;
    }
    .index-industry .row>div {
        height: auto;
    }
    .index-industry .container {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-industry .row>div>.industry-box-hidden {
        width: 970px;
        margin: 0 auto;
        display: block;
        padding: 50px 15px;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        float: left;
        width: 188px;
        height: 188px;
        color: #fff;
        text-align: center;
        background-color: #f4b17a;
    }
    .index-industry .row>div>.industry-box-hidden ul li .img-box {
        height: 100%;
    }
    .index-industry .row>div>.industry-box-hidden ul li .img-box img {
        width: 100%;
    }
    .index-industry .row>div>.industry-box-hidden ul li span {
        display: block;
        padding-top: 56px;
        margin-bottom: 20px;
    }
    .index-industry .index-industry-txt {
        width: 100%;
        padding-right: 0;
    }
    .swiper-box1 .txt1 {
        font-size: 30px;
    }
    .swiper-box1 .txt2 {
        font-size: 20px;
    }
}

@media(max-width:1024px) {
    .swiper-box2 .txt2 p {
        margin-top: 0;
        font-size: 24px;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 75px;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 30px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 72%;
    }
    .swiper-box2 .txt3 {
        left: 10%;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 20px;
    }
    .swiper-slide .img {
        padding-bottom: 455px;
    }
    .swiper-box2 .txt1 {
        padding-left: 21%;
    }
}

@media(max-width:992px) {
    .index-pro .index-pro-main>.row2>div>a{
        height: 180px;
    }
    
    .swiper-box5 .txt1 {
        font-size: 30px;
    }
    .swiper-box5 .txt2 {
        font-size: 16px;
    }
    .swiper-box4 .txt1 {
        font-size: 27px;
    }
    .swiper-box4 .txt1 strong {
        font-size: 36px;
    }
    .swiper-box4 .txt2 {
        font-size: 17px;
    }
    .swiper-box3 .txt2 {
        font-size: 20px;
        margin-top: 25px;
    }
    .swiper-box2 .txt1 {
        padding-left: 12%;
    }
    .swiper-box2 .txt3 ul li {
        height: 150px;
        width: 150px;
        line-height: 150px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 94%;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 27px;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 18px;
    }
    .swiper-box2 .txt2 p span:first-child {
        padding-right: 20px;
    }
    .swiper-box2 .txt2 p span:nth-child(2) {
        padding-left: 20px;
    }
    .swiper-box2 .txt2 p {
        height: 60px;
        font-size: 17px;
    }
    .swiper-slide .img {
        padding-bottom: 440px;
    }
    .index-section {
        padding-top: 40px;
    }
    .index-pro .index-pro-main>.row1>div {
        margin-bottom: 15px;
    }
    .index-pro .index-pro-main>.row1>div:first-child {
        padding-right: 0;
    }
    .index-pro .index-pro-main>.row1>div:last-child {
        padding-left: 0;
    }
    .index-pro .index-pro-main .index-pro-img {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .index-pro .index-pro-main .index-pro-img .img-box img {
        max-width: 70%;
    }
    .index-pro .index-pro-main>.row2>div>a>.img-box {
        height: 79%;
    }
    .index-about .index-about-box {
        width: 750px;
    }
    .more a {
        margin-top: 33px;
    }
    .index-section {
        padding: 40px 0;
    }
    .index-industry .row>div>.industry-box-hidden {
        width: 750px;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        width: 144px;
        height: 144px;
    }
    .index-industry .row>div>.industry-box-hidden ul li span {
        padding-top: 34px;
    }
    .index-banner {
        margin-top: 81.22px;
    }
    .swiper-box {
        width: 750px;
    }
    .swiper-box2 .txt1 .flt2 {
        padding-left: 4%;
    }
    .swiper-box2 .txt1 .flt1 {
        padding-right: 29px;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 65px;
    }
}

@media(max-width:768px) {
    .swiper-button-prev,
    .swiper-button-next{
        display: none!important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     padding-left: 43%;
    }
    .index-pro .index-pro-main>.row2>div>a{
        height: 200px;
    }
 
    .swiper-box3 .txt3 ul li img {
        max-width: 90%;
    }
    .swiper-box3 .txt3 {
        top: 78%;
    }
    .swiper-box3 .txt3 ul li:first-child {
        padding-top: 110px;
    }
    .swiper-box3 .txt3 ul li:nth-child(5) {
        padding-top: 78px;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 57px;
    }
   
    .swiper-box5 .left {
        padding-left: 9%;
    }
    .swiper-box5 .txt1 {
        font-size: 22px;
    }
    .swiper-box5 .txt2 {
        font-size: 13px;
    }
    .swiper-box5 .right {
        top: 24px;
    }
    .swiper-box5 .right img {
        max-width: 80%;
    }
    .swiper-box4 .txt1 {
        font-size: 22px;
    }
    .swiper-box3 .txt1 {
        font-size: 35px;
    }
    .swiper-box3 .txt2 {
        font-size: 18px;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 25px;
    }
    .swiper-box2 .txt3 {
        left: 13%;
    }
    .swiper-box2 .txt2 p {
        font-size: 16px;
    }
    .swiper-box2 .txt2 p span:first-child {
        padding-right: 10px;
    }
    .swiper-box2 .txt2 p span:nth-child(2) {
        padding-left: 10px;
    }
    .swiper-box2 .txt3 ul li {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 84%;
    }
    .swiper-box2 .txt1 .flt1 {
        padding-right: 26px;
    }
    .swiper-box2 .txt1 {
        padding-left: 7%;
    }
    .swiper-box2 .txt3 {
        margin-top: -12px;
    }
    .swiper-box {
        width: 100%;
    }
    .swiper-box1 .txt1 {
        font-size: 24px;
    }
    .swiper-box1 .txt2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .swiper-slide .img {
        padding-bottom: 340px;
    }
    .index-pro .index-pro-main>.row2>div {
        margin-bottom: 15px;
    }
    .index-pro .index-pro-main>.row2>div:nth-child(2) {
        padding-right: 0;
    }
    .index-pro .index-pro-main>.row2>div>a {
        padding: 15px;
    }
    .index-pro .index-pro-main>.row2>div>a>.img-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .index-pro .index-pro-main>.row2>div>a>.img-box img {
        max-width: 52%;
    }
    .index-about .index-about-box {
        width: 100%;
    }
    .index-t h3 {
        font-size: 30px;
    }
    .index-about .index-about-main .index-about-txt h4 {
        font-size: 18px;
    }
    .index-about .index-about-main .index-about-txt span {
        font-size: 14px;
    }
    .index-service {
        padding-top: 47px;
    }
    .index-industry .row>div>.industry-box-hidden {
        width: 100%;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        width: 33.33%;
        height: 190px;
        overflow: hidden;
    }
    .index-industry .row>div>.industry-box-hidden ul li span {
        padding-top: 50px;
    }
    .index-industry .row>div>.industry-box-hidden ul li .img-box img {
        width: 100%;
        height: 100%;
    }
    .index-industry .row>div>.industry-box-hidden ul li:last-child {
        display: none;
    }
    .index-news .index-news-txt>h4 {
        margin-top: 20px;
        margin-bottom: 14px;
        font-size: 14px;
    }
    .index-news .index-news-txt>.news-time {
        margin-top: 12px;
    }
    .index-news .index-t {
        margin-bottom: 30px;
    }
    .index-news .index-news-txt>p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width:680px) {
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     padding-left: 38%;
    }
    .swiper-box2 .txt3 ul li img {
        max-width: 80%;
    }
    .swiper-box2 {
        top: 36%;
        left: 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%);
    }
    .swiper-box4 .txt1 strong {
        font-size: 30px;
    }
    .swiper-box4 .txt1 {
        font-size: 20px;
    }
    .swiper-box4 .txt2 {
        font-size: 15px;
    }
    .swiper-box3 {
        top: 20%;
    }
    .swiper-box3 .txt1 {
        font-size: 30px;
    }
    .swiper-box3 .txt2 {
        font-size: 16px;
        margin-top: 15px;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 20px;
    }
    .swiper-box2 .txt1 .flt1::after {
        top: 7px;
        height: 53px;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 14px;
    }
    .swiper-box2 .txt2 p {
        font-size: 14px;
    }
    .swiper-box2 .txt3 ul li {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .swiper-box2 .txt2 p span:first-child {
        padding-right: 0;
    }
    .swiper-box2 .txt2 p span:nth-child(2) {
        padding-left: 0;
    }
    .swiper-box2 .txt2 p span:first-child img {
        max-width: 57%;
    }
    .swiper-box2 .txt2 p span:nth-child(2) img {
        max-width: 57%;
    }
}

@media(max-width:640px) {
    .swiper-box1{
        top: 8%;
    }
    .swiper-box2 .txt3 ul li img{
        max-width: 63%;
    }
    .swiper-box5 {
        left: 50%;
        top: 37%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .swiper-box2 .txt3 {
        margin-top: -35px;
        left: -8%;
    }
    .swiper-box3 {
        top: 30%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
    }
    .swiper-box3 .txt3 {
        top: 26%;
        left: 0;
    }
    .swiper-box3 .txt3 ul li img {
        width: 70%;
    }
    
    .swiper-box3 .txt3 ul li:nth-child(2) {
        padding-top: 77px;
    }
    .swiper-box3 .txt3 ul li:nth-child(3) {
        padding-top: 66px;
    }
    .swiper-box3 .txt3 ul li:nth-child(4) {
        padding-top: 77px;
    }
    .swiper-box3 .txt3 ul li:nth-child(5) {
        padding-top: 90px;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 44px;
    }
    .swiper-box3 .txt2 {
        font-size: 14px;
    }
    .swiper-box2 .txt3 {
        left: 9%;
    }
    .swiper-slide .img {
        padding-bottom: 36vh;
    }
    .swiper-box2 .txt2 p {
        font-size: 13px;
    }
    .swiper-box2 .txt2 {
        margin-top: 5px;
    }
    .swiper-box2 .txt1 {
        padding-left: 13%;
    }
    .swiper-box2 .txt1 .flt1 {
        padding-right: 18px;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 18px;
    }
    .swiper-box2 .txt2 p span:nth-child(2) img,
    .swiper-box2 .txt2 p span:first-child img {
        max-width: 43%;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 13px;
    }
    .index-service .index-service-list .index-service-c {
        font-size: 14px;
    }
    .index-service .index-service-list .row .index-service-box .img img {
        max-width: 100%;
    }
    .index-industry .row>div:nth-child(2)>.industry-box {
        display: none;
    }
    .index-service .index-service-list .row .index-service-box {
        padding: 30px 24px;
    }
    .index-news-list .row>div {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .index-news-list .row>div .img-box img {
        width: 100%;
    }
    .index-news .index-news-txt>.news-time span:nth-child(2) {
        float: left !important;
        margin-left: 10px;
    }
    .index-news .index-news-txt>h4 {
        font-size: 18px;
    }
    .index-news .index-news-txt>p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width:600px) {
    .index-pro .index-pro-main>.row2>div>a{
        height: 170px;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        height: 165px;
    }
}

@media(max-width:540px) {
    .swiper-box5{
        top: 50%;
    }
    .swiper-box2 .txt1 .flt1::after {
        height: 38px;
    }
 
    .swiper-box5 .left {
        padding-left: 6%;
    }
    .swiper-box5 .txt2 {
        font-size: 12px;
    }
    .swiper-box5 .txt1 {
        font-size: 18px;
    }
    .swiper-box5 .right {
        top: 18px;
    }
    .swiper-box5 .right img {
        max-width: 75%;
    }
    .swiper-box4 {
        top: 23%;
    }
    .swiper-box4 .txt2 p:first-child,
    .swiper-box4 .txt2 p:nth-child(2) {
        display: none;
    }
    .swiper-box4 .txt2 p:nth-child(3),
    .swiper-box4 .txt2 p:nth-child(4) {
        display: block;
    }
    .swiper-box3 {
        top: 27%;
    }
    .swiper-box3 .txt1 {
        font-size: 25px;
    }
    .swiper-box3 .txt2 {
        font-size: 12px;
    }
    .swiper-box2 .txt2 p span {
        width: 30px;
    }
    .swiper-box2 .txt3 {
        left: 0;
    }
    .swiper-box2 .txt3 ul li {
        text-align: center;
    }
    .swiper-box1 .txt1 {
        font-size: 20px;
    }
    .swiper-box2 .txt2 p {
        color: #000;
        font-size: 12px;
    }
    .swiper-box2 .txt2 p span:nth-child(2) img {
        vertical-align: inherit;
    }
    .swiper-box2 .txt2 p span {
        width: 18px;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 16px;
    }
    .swiper-box2 .txt1 .flt2 p {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    
    .swiper-box2 .txt2{
        margin-top: 0;
    }
    .index-pro .index-pro-main>.row2>div>a{
        height: 140px;
    }
    .swiper-box3 .txt3{
        top: 40%;
    }
    .swiper-box2 .txt1 {
        padding-left: 5%;
    }
    .swiper-box2 .txt3 ul li {
        width: 106px;
        height: 106px;
    }
    .swiper-box2 .txt3 {
        margin-top: -10px;
        left: 17px;
    }
    .swiper-pagination .swiper-pagination-bullet span::before {
        width: 16px;
        height: 16px;
    }
    .index-pro-t {
        margin-bottom: 15px;
    }
    .index-pro-c {
        line-height: 25px;
    }
    .index-pro .index-pro-main>.row1>div>a>.row>div {
        padding-right: 0;
        padding-left: 0;
    }
    .index-pro .index-pro-main>.row1>div>a {
        padding: 15px;
    }
    .index-pro .index-pro-main .index-pro-img .img-box img {
        max-width: 85%;
    }
    .index-t h3 {
        font-size: 24px;
    }
    .index-t .info {
        font-size: 16px;
    }
    .index-service .index-service-list .row>div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .index-service .index-service-list .row .index-service-box {
        padding: 20px 15px;
    }
    .index-service .index-service-list .index-service-c {
        line-height: 25px;
        font-size: 14px;
    }
    .index-service .index-service-list .index-service-t::after {
        margin: 8px auto;
    }
    .index-service .index-t {
        margin-bottom: 25px;
    }
    .index-service {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        height: 140px;
    }
    .index-industry .row>div>.industry-box-hidden ul li span {
        padding-top: 28px;
    }
    .swiper-box2 {
        padding-left: 0;
        padding-right: 0;
    }
    .swiper-box2 .txt2 p {
        height: auto;
    }
    .swiper-box2 .txt2 p span {
        width: 14px;
    }
}

@media(max-width:425px) {
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     padding-left: 34%;
    }
    .swiper-box3 .txt3{
        top: 68%;
    }
    .swiper-box5{
        top: 44%;
    }
    .swiper-box1{
        top: 18%;
    }
    .swiper-box2 .txt3{
        margin-top: 4px;
    }
    .swiper-pagination .swiper-pagination-bullet-active span::before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
    
    .swiper-box5 .txt2 {
        margin-top: 5px;
    }
    .swiper-box5 .left {
        width: 100%;
    }
    .swiper-box5 .right {
        top: 56px;
    }
    .swiper-box4 .txt1 {
        font-size: 18px;
    }
    .swiper-box4 .txt2 {
        font-size: 12px;
    }
    .swiper-box4 .txt1 strong {
        font-size: 24px;
    }
    .swiper-box4 .txt2 {
        margin-top: 10px;
    }
    .swiper-box2 .txt1 {
        width: 100%;
    }
    .swiper-box2 {
        top: 43%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-box2 .txt3 ul {
        margin: 0 auto;
        text-align: center;
    }
    .swiper-box2 .txt3 ul li {
        width: 95px;
        height: 95px;
        line-height: 95px;
        text-align: center;
    }
    .swiper-box2 .txt1 .flt1 p {
        font-size: 14px;
    }
    .swiper-box2 .txt1 .flt1 {
        padding-right: 5px;
        padding-top: 5px;
    }
    .swiper-box2 .txt1 .flt2 {
        padding-left: 5px;
    }
    .swiper-box2 .txt2 {
        display: none;
    }
    .swiper-box1 .txt2 {
        font-size: 12px;
        margin-top: 15px;
    }
    .index-pro .index-pro-main {
        margin-top: 22px;
    }
    .index-section {
        padding: 20px 0;
    }
    .index-pro-t {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .index-pro-c {
        font-size: 13px;
    }
    .index-about .index-about-main .index-about-txt .index-about-c {
        line-height: 30px;
        font-size: 15px;
    }
    .index-about .index-about-main {
        padding-top: 45px;
        padding-bottom: 30px;
        background: none;
    }
    .index-about .index-about-main .index-about-txt h4 {
        font-size: 15px;
    }
    .index-about .index-about-main .index-about-txt .index-about-t {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .more a {
        margin-top: 20px;
        padding: 10px 25px;
    }
    .index-industry .row>div>.industry-box-hidden ul li {
        line-height: 115px;
        height: 115px;
    }
    .index-industry .row>div>.industry-box-hidden ul li span {
        display: none;
    }
}

@media(max-width:390px) {
    .swiper-box2 .txt1 .flt2,
    .swiper-box2 .txt1 .flt1 {
        text-align: center;
        float: none !important;
    }
    .swiper-box2 .txt1 .flt1::after {
        display: none;
    }
    .swiper-box2 {
        top: 29%;
    }
    .swiper-box2 .txt3 ul li{
        width: 94px;
        height: 94px;
    }
}

@media(max-width:375px) {
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
     padding-left: 30%;
    }
    .swiper-box3 .txt3{
        top: 60%;
    }
    .swiper-box5{
        top: 38%;
    }
    .index-pro .index-pro-main>.row2>div>a{
        height: 115px;
    }
    .swiper-box2 .txt3 {
        padding-left: 0px;
    }
    .swiper-box2 {
        top: 32%;
    }
    .swiper-box2 .txt3 ul li {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
    .swiper-box3 .txt1 {
        font-size: 20px;
    }
    .swiper-box1 .txt1 {
        font-size: 18px;
    }
    .swiper-pagination .swiper-pagination-bullet-active span::before {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    .swiper-pagination .swiper-pagination-bullet-active span::after {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media(max-width:325px) {
    .index-pro .index-pro-main>.row2>div>a{
        height: 100px;
    }
    .swiper-box5 .right {
        top: 83px;
    }
    .swiper-box2 .txt3 {
        padding-left: 0px;
    }
    .swiper-box2 .txt3 ul li {
        width: 70px;
        height: 70px;
    }
    .swiper-box3 .txt3 {
        top: 44%;
    }
    .swiper-box3 .txt1 {
        font-size: 18px;
    }
}