@charset "utf-8";
/* CSS Document */

.index-side { width: 100px; position: fixed; top: 0; right: 0; bottom: 0; z-index: 99;}
body.fp-viewing-page7 .index-side { display: none;}
.index-side .line { width: 1px; height: 100%; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, .25); -webkit-transition: height .5s linear; transition: height .5s linear;}
body.fp-viewing-page2 .index-side .line, 
body.fp-viewing-page3 .index-side .line, 
body.fp-viewing-page4 .index-side .line, 
body.fp-viewing-page5 .index-side .line, 
body.fp-viewing-page6 .index-side .line { background: rgba(0, 0, 0, .1)}
.index-side .language { display: none; position: absolute; left: 0; top: 20px; right: 0}
.index-side .language li { position: relative;}
.index-side .language li:after { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 16px; height: 1px; margin-left: -8px; background: rgba(255, 255, 255, .25); -webkit-transition: all .5s ease; transition: all .5s ease;}
.index-side .language li:last-child:after { display: none;}
.index-side .language a { display: block; line-height: 54px; text-align: center; color: rgba(255, 255, 255, .45); font-size: 14px;}
.index-side .language a:hover, .index-side .language a.on { color: #fff;}

body.fp-viewing-page2 .index-side .language li:after,
body.fp-viewing-page3 .index-side .language li:after,
body.fp-viewing-page4 .index-side .language li:after,
body.fp-viewing-page5 .index-side .language li:after,
body.fp-viewing-page6 .index-side .language li:after { background: rgba(0, 0, 0, .1);}

body.fp-viewing-page2 .index-side .language a,
body.fp-viewing-page3 .index-side .language a,
body.fp-viewing-page4 .index-side .language a,
body.fp-viewing-page5 .index-side .language a,
body.fp-viewing-page6 .index-side .language a { color: #999;}

body.fp-viewing-page2 .index-side .language a:hover,
body.fp-viewing-page2 .index-side .language a.on,
body.fp-viewing-page3 .index-side .language a:hover,
body.fp-viewing-page3 .index-side .language a.on,
body.fp-viewing-page4 .index-side .language a:hover,
body.fp-viewing-page4 .index-side .language a.on,
body.fp-viewing-page5 .index-side .language a:hover,
body.fp-viewing-page5 .index-side .language a.on,
body.fp-viewing-page6 .index-side .language a:hover,
body.fp-viewing-page6 .index-side .language a.on { color: #0098a5;}

.index-side .btn { position: absolute; z-index: 5; left: 0; top: 0; right: 0; height: 100px; background: #0098a5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-transition-property: top, margin-top; transition-property: top, margin-top; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transition-timing-function: linear; transition-timing-function: linear;}
.index-side .btn:before { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/close.svg) center no-repeat; background-size: 18px 18px; opacity: 0;}
.index-side .btn div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; width: 20px; height: 13px; -webkit-transition: opacity .5s linear; transition: opacity .5s linear;}

.index-side .btn.btnHide { top: 0; margin-top: 0;}
.index-side .btn.btnHide:before { opacity: 1;}
.index-side .btn.btnHide div { opacity: 0;}

.index-side .btn div i { display: block; height: 1px; width: 100%; background: #fff; -webkit-transition: width .5s ease; transition: width .5s ease;}
.index-side .btn div i:nth-child(1) { width: 70%;}
.index-side .btn div i:nth-child(2) { width: 85%;}
.index-side .btn:hover div i:nth-child(1) { width: 100%;}
.index-side .btn:hover div i:nth-child(3) { width: 70%;}
.index-side ul.menu { position: absolute; right: 40px; bottom: 40px; width: 20px; -webkit-transition: all .5s linear; transition: all .5s linear;}
.index-side ul.menu li { height: 40px; position: relative;}
.index-side ul.menu li:last-child { display: none;}
.index-side ul.menu li:before { content: ""; display: block; position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255, 255, 255, .45);}
.index-side ul.menu li span { display: block; position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin-left: -10px; margin-top: -10px; background: url(../images/img20on.png) center no-repeat; background-size: 100% 100%; -webkit-animation: rotateAnima 2s linear infinite; animation: rotateAnima 2s linear infinite; opacity: 0;}
.index-side ul.menu li.active:before { background: #fff;}
.index-side ul.menu li.active span { opacity: 1;}

body.fp-viewing-page2 .index-side ul.menu li:before,
body.fp-viewing-page3 .index-side ul.menu li:before,
body.fp-viewing-page4 .index-side ul.menu li:before,
body.fp-viewing-page5 .index-side ul.menu li:before,
body.fp-viewing-page6 .index-side ul.menu li:before { background: rgba(0, 0, 0, 0.25);}

body.fp-viewing-page2 .index-side ul.menu li span,
body.fp-viewing-page3 .index-side ul.menu li span,
body.fp-viewing-page4 .index-side ul.menu li span,
body.fp-viewing-page5 .index-side ul.menu li span,
body.fp-viewing-page6 .index-side ul.menu li span { background-image: url(../images/img20on-black.png);}

body.fp-viewing-page2 .index-side ul.menu li.active:before,
body.fp-viewing-page3 .index-side ul.menu li.active:before,
body.fp-viewing-page4 .index-side ul.menu li.active:before,
body.fp-viewing-page5 .index-side ul.menu li.active:before,
body.fp-viewing-page6 .index-side ul.menu li.active:before { background: #0098a5;}

.index-nav { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 999; background: #fff; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.index-nav ul { display: flex; width: 100%; height: 100%; padding-right: 200px;}
.index-nav ul li { width: 20%; height: 100%; overflow: hidden; padding-top: 22%; border-right: 1px solid #eee; position: relative;}
.index-nav ul li:hover { padding-top: 12%; background-color: #0098a5; border-right: 1px solid #0098a5;}
.index-nav ul li p { margin-bottom: 80px;}
.index-nav ul li p span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 32px; font-weight: bold; text-align: center; margin: 0 auto;}
.index-nav ul li:hover p span { color: #fff;}
.index-nav ul li p em { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #bbb; font-size: 20px; font-style: normal; text-transform: uppercase; text-align: center; margin: 0 auto;}
.index-nav ul li:hover p em { color: rgba(255, 255, 255, 0.25);}
.index-nav ul li dl { opacity: 0; visibility: hidden; position: relative;}
.index-nav ul li:hover dl { opacity: 1; visibility: visible;}
.index-nav ul li dl dd { width: 100%; text-align: center; padding: 10px 40px;}
.index-nav ul li dl dd a { display: inline-block; width: auto; max-width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; vertical-align: top; position: relative;}
.index-nav ul li dl dd a::after { content: ''; display: block; width: 0; height: 1px; overflow: hidden; background-color: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.index-nav ul li dl dd a:hover::after { width: 100%;}
.index-nav ul li .num { width: 100%; height: 90px; overflow: hidden; line-height: 90px; color: rgba(0, 105, 114, .08); font-size: 120px; text-align: center; position: absolute; bottom: 15%; left: 0;}
.index-nav ul li:hover .num { bottom: -90px;}
.index-nav ul li .num::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); position: absolute; left: 0; bottom: 0;}

body.navShow .index-nav { opacity: 1; visibility: visible;}
body.navShow .index-side { z-index: 9999;}
body.navShow .index-side .line { height: 0;}
body.navShow .index-side .language { opacity: 0;}
body.navShow .index-side ul.menu { opacity: 0; visibility: hidden;}

/* .idxBanner start */
.idxBanner { width: 100%; height: 100%;}
.idxBanner .swiper-container { width: 100%; height: 100%;}
.idxBanner .swiper-slide { height: 100%; overflow: hidden; position: relative;}
.idxBanner .swiper-slide img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxBanner .swiper-slide .idxBanner_txt { margin-top: 40px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.idxBanner_txt em { display: block; width: 52px; height: 8px; background-color: #fff;}
.idxBanner_txt p { line-height: 64px; color: #fff; font-size: 60px; font-weight: bold; margin: 54px 0 30px;}
.idxBanner_txt span { display: block; line-height: 40px; color: rgba(255, 255, 255, .65); font-size: 30px;}
.idxBanner_txt a { display: block; width: 194px; height: 54px; overflow: hidden; line-height: 52px; color: #0098a5; font-size: 16px; text-align: center; margin-top: 80px; padding-right: 52px; background-color: #fff; border: 1px solid rgba(255, 255, 255, .6); border-radius: 4px; position: relative;}
.idxBanner_txt a:hover { color: #fff; background-color: #0098a5;}
.idxBanner_txt a i { display: block; width: 52px; height: 52px; padding: 18px 0; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; right: 0;}
.idxBanner_txt a:hover i { border-left: 1px solid rgba(255, 255, 255, .1);}
.idxBanner_txt a i svg { display: block; width: 16px; height: 16px; margin: 0 auto;}
.idxBanner_txt a i svg path { fill: #0098a5;}
.idxBanner_txt a:hover i svg path { fill: #ffffff;}
.idxBanner .swiper-pagination { width: 1600px !important; text-align: left; left: 50% !important; bottom: 40px !important; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.idxBanner .swiper-pagination-bullet { width: 42px; height: 42px; margin: 0 !important; background: none; color: transparent; position: relative; opacity: 1;}
.idxBanner .swiper-pagination-bullet::before { content: ''; display: block; width: 12px; height: 12px; overflow: hidden; border-radius: 50%; background-color: rgba(255, 255, 255, .25);
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.idxBanner .swiper-pagination-bullet.swiper-pagination-bullet-active::before { display: none;}
.idxBanner .swiper-pagination-bullet .num { display: none; height: 38px; line-height: 38px; color: #fff; font-size: 16px; text-align: center; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.idxBanner .swiper-pagination-bullet.swiper-pagination-bullet-active .num { display: block;}
.idxBanner .swiper-pagination-bullet-active { opacity: 1; width: 42px; height: 42px; line-height: 42px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.4); background-color: transparent; color: #ffffff;}
.idxBanner .swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 3s linear infinite; animation: circleProgressLoad_right 3s linear infinite;}
.idxBanner .swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 3s linear infinite; animation: circleProgressLoad_left 3s linear infinite;}
.idxBanner .swiper-pagination-bullet-active .wrapper_con { display: block;}
.idxBanner .swiper-pagination { font-size: 0px;}
.idxBanner .swiper-pagination>span { display: inline-block; vertical-align: middle; position: relative;}
.idxBanner .swiper-container-rtl .swiper-button-next { left: calc(8.335% - 32px);}
.idxBanner .swiper-container-rtl .swiper-button-prev { right: calc(8.335% - 32px);}
.idxBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 5%;}
.idxBanner .swiper-pagination-custom { bottom: 5%;}
.idxBanner .swiper-pagination-fraction { bottom: 5%;}
.right { right: -2px;}
.left { left: -2px;}
.circleProgress { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg);}
.rightcircle { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; right: 0;}
.leftcircle { border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; left: 0;}
.wrapper_con { width: 21px; height: 42px; position: absolute; top: -2px; overflow: hidden; display: none;}

@keyframes circleProgressLoad_right {
  0% { transform: rotate(45deg);}
  50%,
  100% { transform: rotate(225deg);}
}
@keyframes circleProgressLoad_left {
  0%,
  50% { transform: rotate(45deg);}
  100% { transform: rotate(225deg);}
}
/* .idxBanner end */


/* .idxAbout start */
#section2 { background: url(../images/idxAbout_bg.jpg) center center no-repeat; background-size: cover;}
.idxAbout { margin-top: 60px;}
.idxAbout .idxAbout_main { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.idxAbout_main .idxAbout_text { width: 53%; padding-right: 100px;}
.idxAbout_text .idxAbout_ms { overflow: hidden; max-height: 320px; line-height: 32px; color: #555; font-size: 18px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 10; -webkit-box-orient: vertical;}
.idxAbout_ms p { overflow: hidden; line-height: 32px; color: #555; font-size: 18px; text-align: justify;}
.idxAbout_text .idxAbout_data { margin-top: 60px;}
.idxAbout_data ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px;}
.idxAbout_data ul li { width: 33.333333%; padding: 0 20px;}
.idxAbout_data ul li p { display: inline-block; line-height: 40px; color: #222; font-size: 48px; position: relative;}
.idxAbout_data ul li p i { display: block; width: 30px; height: 30px; padding: 7px; background-color: #0098a5; border-radius: 50%; position: absolute; top: -18px; right: -24px;}
.idxAbout_data ul li p i svg { display: block; width: 100%; height: 100%;}
.idxAbout_data ul li span { display: block; line-height: 24px; color: #999; font-size: 16px; margin-top: 10px;}

.idxAbout_main .idxAbout_right { width: 47%; position: relative;}
.idxAbout_right .swiper-container { width: 100%; height: 100%; overflow: hidden; border-radius: 8px;}
.idxAbout_right .swiper-container .swiper-slide { height: 100%; overflow: hidden;}
.idxAbout_right .swiper-container .swiper-slide a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxAbout_right .swiper-container .swiper-slide:hover a img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.idxAbout_right .swiper-container .swiper-slide a::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.45) 100%); position: absolute; left: 0; top: 0;}
.idxAbout_right .swiper-container .swiper-pagination { height: 4px; bottom: 25px;}
.idxAbout_right .swiper-container .swiper-pagination-bullet { width: 20px; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.45); opacity: 1; vertical-align: top;}
.idxAbout_right .swiper-container .swiper-pagination-bullet-active { width: 30px; background-color: #0098a5;}

.idxAbout_more { position: absolute; left: -40px; bottom: -40px; z-index: 1;}
.idxAbout_more::before { content: ''; display: block; width: 150px; height: 150px; overflow: hidden; background-color: #0098a5; opacity: .1; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxAbout_more:hover::before { opacity: .2;}
.idxAbout_more a { display: block; width: 124px; height: 124px; overflow: hidden; padding: 25px 0 35px; background-color: #0098a5; border-radius: 50%; position: relative; z-index: 1;}
.idxAbout_more a em { display: block; width: 40px; height: 40px; overflow: hidden; margin: 0 auto 4px; opacity: .45;}
.idxAbout_more:hover a em { opacity: 1;}
.idxAbout_more a span { display: block; line-height: 24px; color: #fff; font-size: 16px; text-align: center;}
.idxAbout_more a span i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 4px;}
.idxAbout_more:hover a span i { margin: -2px 0 0 12px;}
/* .idxAbout end */


/* idxProducts start */
.idxProducts { height: 100%; overflow: hidden; margin: 0 auto; padding-top: 80px; position: relative; display: flex; align-items: center;}
.idxProducts::before { content: ''; display: block; width: 77%; height: 100%; background: linear-gradient(to right, #ffffff, #dae4f2); position: absolute; left: 0; top: 0;}
.idxProducts::after { content: ''; display: block; width: 23%; height: 100%; background-color: #fff; position: absolute; right: 0; top: 0;}
.idxProducts .idxProducts_main { width: 100%; margin: 0 auto; position: relative; z-index: 1;}
.idxProducts_main .idxProducts_head { width: 77%; position: relative;}
.idxProducts_main .idxProducts_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}
.idxProducts_head .idxProducts_menu { position: absolute; top: 6px; right: 40px;}
.idxProducts_menu ul { margin: 0 -10px;}
.idxProducts_menu ul li { padding: 0 10px; float: left;}
.idxProducts_menu ul li a { display: block; width: auto; height: 48px; line-height: 48px; color: #555; font-size: 18px; font-weight: bold; padding: 0 30px; background-color: #fff; border-radius: 4px;}
.idxProducts_menu ul li a:hover { color: #fff; background-color: #0098a5;}
.idxProducts_menu ul li a i { display: inline-block; width: 0; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 0; background: url(../images/dot04.png) center center no-repeat; background-size: 100% 100%;}
.idxProducts_menu ul li a:hover i { width: 16px; margin: -2px 15px 0 0;}
.idxProducts_main .idxProducts_swiper { width: 100%; height: 600px; margin-top: -20px; position: relative;}
.idxProducts_main .idxProducts_big { width: 77%; height: 100%; position: relative; float: left;}
.idxProducts_big .swiper-container { width: 100%; height: 100%;}
.idxProducts_big .swiper-slide .idxProducts_con { height: 100%; position: relative;}
.idxProducts_big .swiper-slide .idxProducts_img { width: 60%; height: 100%; overflow: hidden; padding: 0 60px; float: right;}
.idxProducts_big .swiper-slide .idxProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; background: url(../images/pro_img_bg.png) center center no-repeat; background-size: 100% 100%; position: relative;}
.idxProducts_big .swiper-slide .idxProducts_img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxProducts_big .swiper-slide .idxProducts_txt { width: 40%; padding: 0 60px 0 40px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.idxProducts_big .swiper-slide .idxProducts_txt::before { content: ''; display: block; width: 1px; height: 100%; background-color: #0098a5; position: absolute; left: 3px; top: 0;}
.idxProducts_big .swiper-slide .idxProducts_txt::after { content: ''; display: block; width: 7px; height: 7px; background-color: #0098a5; border-radius: 2px; position: absolute; left: 0; top: 17px;}
.idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #0098a5; font-size: 30px; font-weight: bold; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.idxProducts_big .swiper-slide .idxProducts_txt p { display: block; width: 100%; height: 108px; overflow: hidden; line-height: 36px; color: #999; font-size: 18px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 30px auto 60px;}
.idxProducts_swiper .swiper-button-next { width: 23%; height: 100%; margin: 0; background: rgba(255, 255, 255, .5); position: absolute; top: 0; right: 0; z-index: 1;}
.idxProducts_swiper i.idxProducts_arrow { display: block; width: 40px; height: 200px; overflow: hidden; background: url(../images/pro_jt_bg.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 77%; top: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); display: flex; align-items: center; justify-items: center;}
.idxProducts_swiper i.idxProducts_arrow svg { display: block; width: 36px; height: 36px; animation-name: fadeInLeft; animation-duration: 1.5s; animation-iteration-count: infinite;}
.idxProducts_swiper i.idxProducts_arrow svg path { fill: #0098a5;}

.idxProducts_main .idxProducts_small { width: 23%; height: 100%; padding: 0 0 0 60px; position: relative; float: right; display: flex; align-items: center;}
.idxProducts_small .swiper-container { width: 100%; height: auto; position: relative;}
.idxProducts_small .swiper-slide .idxProducts_img { width: 100%; height: 280px; overflow: hidden; margin: 0 auto;}
.idxProducts_small .swiper-slide .idxProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxProducts_small .swiper-slide .idxProducts_img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxProducts_small .swiper-slide .idxProducts_name a { display: block; width: 100%; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto;}
/* idxProducts end */


/* idxSolution start */
#section4 { background: url(../images/idxSolution_bg.jpg) center center no-repeat; background-size: cover;}
.idxSolution { margin: 80px auto 0;}
.idxSolution .idxSolution_head { position: relative;}
.idxSolution_head .ly_more1 { position: absolute; top: 3px; right: 0;}
.idxSolution_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}

.idxSolution_list { margin-top: 60px;}
.idxSolution_list ul { margin: 0 -10px;}
.idxSolution_list ul li { width: 14%; padding: 0 10px; float: left;}
.idxSolution_list ul li.active { width: 44%;}
.idxSolution_list ul li .idxSolution_con { width: 100%; height: 480px; background-color: #fff; position: relative;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img { width: 100%; height: 100%; overflow: hidden; border-radius: 8px;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); position: absolute; left: 0; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt { padding: 20px; position: absolute; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt i { display: block; width: 40px; height: 40px; overflow: hidden; margin-bottom: 20px;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt i img { display: block; width: 40px; height: 80px; margin-top: -40px;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt a { display: block; width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; font-weight: bold;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt p { display: none; line-height: 26px; color: rgba(255, 255, 255, .8); font-size: 16px; margin-top: 4px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt { padding: 30px 40px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a { line-height: 36px; font-size: 24px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt p { display: block;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after { content: ''; display: block; width: 28px; height: 4px; background-color: #0098a5; position: absolute; left: -8px; top: 106px;}

/* idxSolution end */


/* idxIndustry start */
.idxIndustry { width: 100%; height: 100%; position: relative;}
.idxIndustry .idxIndustry_head { position: absolute; top: 20%; left: 50%; z-index: 2; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.idxIndustry .idxIndustry_swiper1,.idxIndustry_swiper1 .swiper-container { width: 100%; height: 100%; overflow: hidden;}
.idxIndustry_swiper1 .swiper-slide { overflow: hidden;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_img { width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_img img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_img::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); position: absolute; left: 0; top: 0;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { position: absolute; left: -100%; bottom: 250px; transform: translateX(-0%); -webkit-transform: translateX(-0%); -moz-transform: translateX(-0%); -ms-transform: translateX(-0%); -o-transform: translateX(-0%);}

.idxIndustry_swiper1 .swiper-slide.swiper-slide-active .idxIndustry_txt, .idxIndustry_swiper1 .swiper-slide.on .idxIndustry_txt { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { width: 480px; height: auto; overflow: hidden; padding: 30px 40px; background-color: rgba(255, 255, 255, .2); border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText:hover { background-color: rgba(255, 255, 255, .8);}
.indText a.idxIndustry_name { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold;}
.indText:hover a.idxIndustry_name { color: #0098a5;}
.indText a.idxIndustry_name i { display: block; width: 40px; height: 40px; overflow: hidden; margin-right: 12px; padding: 8px; background-color: #fff; border-radius: 50%; float: left;}
.indText a.idxIndustry_name i img { display: block; width: 100%; height: 100%; margin: 0 auto;}

.indText p { width: 100%; max-height: 60px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .65); font-size: 18px; margin: 15px 0 30px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.indText:hover p { color: #777;}
.indText a.idxIndustry_more { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #fff; font-size: 16px;}
.indText:hover a.idxIndustry_more { color: #0098a5;}
.indText a.idxIndustry_more i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: 0;}
.indText:hover a.idxIndustry_more i { margin: 0 0 0 10px;}
.indText a.idxIndustry_more i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.indText a.idxIndustry_more i svg path { fill: #ffffff;}
.indText:hover a.idxIndustry_more i svg path { fill: #0098a5;}

.idxIndustry .idxIndustry_swiper2 { position: absolute; left: 50%; bottom: 60px; z-index: 2; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.idxIndustry_swiper2 .swiper-container { width: 900px; margin: 0; position: relative;}
.idxIndustry_swiper2 .swiper-container::after { position: absolute; left: 10%; top: 40px; content: ''; width: 80%; height: 1px; border-top: 1px dashed rgba(229, 229, 229, .2);}
.idxIndustry_swiper2 .swiper-slide { cursor: pointer;}
.idxIndustry_swiper2 .swiper-slide p { width: 80px; height: 80px; overflow: hidden; margin: 0 auto 20px; padding: 9px; border: 1px dashed rgba(229, 229, 229, .2); border-radius: 50%; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center;}
.idxIndustry_swiper2 .swiper-slide:hover p, .idxIndustry_swiper2 .swiper-slide.on p { border: 1px dashed rgba(229, 229, 229, 1);}
.idxIndustry_swiper2 .swiper-slide p i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto; padding: 13px; background-color: #fff; border-radius: 50%;}
.idxIndustry_swiper2 .swiper-slide p i img { display: block; width: 34px; height: 34px; margin: 0 auto;}
.idxIndustry_swiper2 .swiper-slide span { display: block; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 18px; font-weight: bold; text-align: center;}
.idxIndustry_swiper2 .swiper-slide.on span, .idxIndustry_swiper2 .swiper-slide:hover span { color: rgba(255, 255, 255, 1);}
/* idxIndustry end */


/* idxNews start */
#section5 { background: linear-gradient(to bottom, #c1d0e3, #f3f6f9);}
.idxNews { margin: 80px auto 0;}
.idxNews .idxNews_head { position: relative;}
.idxNews_head .ly_more1 { position: absolute; top: 3px; right: 0;}
.idxNews_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}

.idxNews .idxNews_main { margin: 60px -16px 0;}
.idxNews_main .idxNews_rec { width: 32%; padding: 0 16px; float: left;}
.idxNews_rec .idxNewsRec_swiper { width: 100%; height: auto; overflow: hidden;}
.idxNewsRec_swiper .swiper-container { position: relative;}
.idxNewsRec_swiper .idxNewsRec_img { width: 100%; height: 300px; overflow: hidden; background-color: #f3f6f9; border-radius: 8px 8px 0 0;}
.idxNewsRec_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxNewsRec_img a img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxNewsRec_swiper .swiper-slide:hover .idxNewsRec_img a img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.idxNewsRec_img a::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); position: absolute; left: 0; top: 0;}

.idxNewsRec_swiper .idxNewsRec_txt { width: 100%; height: 214px; overflow: hidden; padding: 24px 32px; background-color: #fff; border-radius: 0 0 8px 8px;}
.idxNewsRec_txt p, .idxNewsHot_con p { width: 100%; height: 30px; overflow: hidden; margin: 0 auto; clear: both;}
.idxNewsRec_txt p em, .idxNewsHot_con p em { display: block; width: auto; height: 24px; line-height: 22px; color: #0098a5; font-size: 14px; font-style: normal; margin: 3px 0; padding: 0 10px; border: 1px solid rgba(0, 105, 114, 0.2); border-radius: 4px; float: left;}
.idxNewsRec_txt p span, .idxNewsHot_con p span { display: block; width: auto; height: 24px; line-height: 24px; color: #999; font-size: 14px; margin: 3px 0; float: right;}
.idxNewsRec_txt p span i, .idxNewsHot_con p span i { display: block; width: 13px; height: 13px; overflow: hidden; margin: 5px 8px 5px 0; float: left;}
.idxNewsRec_txt p span i svg, .idxNewsHot_con p span i svg { display: block; width: 100%; height: 100%;}
.idxNewsRec_txt p span i svg path, .idxNewsHot_con p span i svg path { fill: #999999;}
.idxNewsRec_txt a.idxNewsRec_name, .idxNewsHot_con a.idxNewsHot_name { display: block; width: 100%; height: auto; max-height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; word-break: break-all; margin: 12px auto 24px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxNewsRec_txt a.idxNewsRec_name:hover, .idxNewsHot_con a.idxNewsHot_name:hover { color: #0098a5;}
.idxNewsRec_txt a.idxNewsRec_more, .idxNewsHot_con a.idxNewsHot_more { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px;}
.idxNewsRec_txt a.idxNewsRec_more:hover, .idxNewsHot_con a.idxNewsHot_more:hover { color: #0098a5;}
.idxNewsRec_txt a.idxNewsRec_more i, .idxNewsHot_con a.idxNewsHot_more i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 0;}
.idxNewsRec_txt a.idxNewsRec_more:hover i, .idxNewsHot_con a.idxNewsHot_more:hover i { margin: -2px 0 0 10px;}
.idxNewsRec_txt a.idxNewsRec_more i svg, .idxNewsHot_con a.idxNewsHot_more i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.idxNewsRec_txt a.idxNewsRec_more i svg path, .idxNewsHot_con a.idxNewsHot_more i svg path { fill: #999999;}
.idxNewsRec_txt a.idxNewsRec_more:hover i svg path, .idxNewsHot_con a.idxNewsHot_more:hover i svg path { fill: #0098a5;}
.idxNewsRec_swiper .swiper-container .swiper-pagination { padding: 16px; text-align: right; bottom: 214px;}
.idxNewsRec_swiper .swiper-container .swiper-pagination-bullet { background: #fff; opacity: 0.45;}
.idxNewsRec_swiper .swiper-container .swiper-pagination-bullet-active { opacity: 1;}

.idxNews_main .idxNews_hot { width: 30%; padding: 0 16px; float: left;}
.idxNews_hot .idxNewsHot_con { width: 100%; height: 514px; overflow: hidden; padding: 64px 32px; background-color: #fff; border-radius: 8px;}
.idxNewsHot_con .idxNewsHot_ms { width: 100%; overflow: hidden; max-height: 90px; line-height: 30px; color: #999; font-size: 16px; text-align: justify; margin: 32px auto 64px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.idxNews_main .idxNews_list { width: 38%; padding: 0 16px; float: left;}
.idxNews_list dl dd { width: 100%; height: 150px; overflow: hidden; padding: 24px 32px; background-color: #fff; border-radius: 8px; margin-bottom: 32px;}
.idxNews_list dl dd:last-child { margin-bottom: 0;}
.idxNews_list dl dd:hover { background-color: #0098a5;}
.idxNews_list dl dd .idxNewsList_name { width: 100%; height: auto; overflow: hidden; position: relative; clear: both;}
.idxNews_list dl dd .idxNewsList_name a { display: block; width: calc(100% - 120px); height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; float: left;}
.idxNews_list dl dd:hover .idxNewsList_name a { color: #fff;}
.idxNews_list dl dd .idxNewsList_name span { display: block; width: auto; height: 24px; line-height: 24px; color: #999; font-size: 14px; margin: 3px 0; float: right;}
.idxNews_list dl dd:hover .idxNewsList_name span { color: rgba(255, 255, 255, .45);}
.idxNews_list dl dd .idxNewsList_name span i { display: block; width: 13px; height: 13px; overflow: hidden; margin: 5px 8px 5px 0; float: left;}
.idxNews_list dl dd .idxNewsList_name span i svg { display: block; width: 100%; height: 100%;}
.idxNews_list dl dd .idxNewsList_name span i svg path { fill: #999999;}
.idxNews_list dl dd:hover .idxNewsList_name span i svg path { fill: rgba(255, 255, 255, .45);}
.idxNews_list dl dd p { width: 100%; overflow: hidden; max-height: 56px; line-height: 28px; color: #999; font-size: 16px; text-align: justify; margin-top: 12px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxNews_list dl dd:hover p { color: rgba(255, 255, 255, .45);}
/* idxNews end */


/* idxCase start */
#section6 { background: linear-gradient(to bottom, #c1d0e3, #f3f6f9);}
.idxCase { margin: 80px auto 0;}
.idxCase .idxCase_head { position: relative;}
.idxCase_head .ly_more1 { position: absolute; top: 3px; right: 0;}
.idxCase_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}

.idxCase .idxCase_main { margin-top: 20px;}
.idxCase_main ul { margin: 0 -7px;}
.idxCase_main ul li { width: 33.333333%; padding: 0 7px; float: left;}
.idxCase_main ul li:nth-child(2), .idxCase_main ul li:nth-child(3) { margin-bottom: 14px;}
.idxCase_main ul li .idxCase_con { width: 100%; height: 293px; overflow: hidden; border-radius: 8px; position: relative;}
.idxCase_main ul li:nth-child(1) .idxCase_con { height: 600px;}
.idxCase_con a.idxCase_img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxCase_con:hover a.idxCase_img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.idxCase_con a.idxCase_img::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%); position: absolute; left: 0; top: 0;}
.idxCase_con:hover a.idxCase_img::after { background: linear-gradient(to bottom, rgba(0, 152, 165, 0) 50%, rgba(0, 152, 165, 1) 100%);}
.idxCase_con .idxCase_text { width: 100%; overflow: hidden; padding: 24px 32px; position: absolute; left: 0; bottom: 0; z-index: 1;}
.idxCase_con .idxCase_text a.idxCase_name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 22px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.idxCase_con:hover .idxCase_text a.idxCase_name { height: 44px; padding-bottom: 12px;}
.idxCase_con .idxCase_text a.idxCase_name::after { content: ''; display: block; width: 0; height: 1px; background-color: rgba(255, 255, 255, .25); position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxCase_con:hover .idxCase_text a.idxCase_name::after { width: 100%;}
.idxCase_con .idxCase_text a.idxCase_more { display: none; height: 30px; line-height: 30px; color: #fff; font-size: 16px; margin-top: 12px; vertical-align: top;}
.idxCase_con:hover .idxCase_text a.idxCase_more { display: block;}
.idxCase_con .idxCase_text a.idxCase_more i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.idxCase_con:hover .idxCase_text a.idxCase_more:hover i { margin: -2px 0 0 20px;}
/* idxCase end */


@media (max-width:1680px) {
  .idxBanner .swiper-slide .idxBanner_txt { padding-right: 100px;}
  .idxBanner_txt em { width: 50px; height: 5px;}
  .idxBanner_txt p { line-height: 60px; font-size: 52px; margin: 40px 0 20px;}
  .idxBanner_txt span { line-height: 32px; font-size: 24px;}
  .idxBanner_txt a { width: 180px; height: 50px; line-height: 48px; padding-right: 50px;}
  .idxBanner_txt a i { width: 50px; height: 50px; padding: 16px 0;}
  .idxBanner .swiper-pagination { width: 94% !important;}

  .idxAbout .idxAbout_main { padding-right: 80px;}
  .idxAbout_main .idxAbout_text { padding-right: 40px;}
  .idxAbout_text .idxAbout_ms { max-height: 270px; line-height: 30px; font-size: 16px; -webkit-line-clamp: 9;}
  .idxAbout_ms p { line-height: 30px; font-size: 16px;}
  .idxAbout_text .idxAbout_data { margin-top: 40px;}
  .idxAbout_data ul li p { line-height: 40px; font-size: 50px;}
  .idxAbout_data ul li span { line-height: 20px; font-size: 14px;}

  .idxProducts_head .idxProducts_menu { top: 1px;}
  .idxProducts_menu ul li a { padding: 0 20px;}
  .idxProducts_main .idxProducts_swiper { height: 500px;}
  .idxProducts::before, .idxProducts_main .idxProducts_head, .idxProducts_main .idxProducts_big { width: 74%;}
  .idxProducts_swiper i.idxProducts_arrow { left: 74%;}
  .idxProducts_big .swiper-slide .idxProducts_img { width: 50%; padding: 0 50px;}
  .idxProducts_big .swiper-slide .idxProducts_txt { width: 50%; padding: 0 50px 0 40px;}
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { font-size: 28px;}
  .idxProducts::after, .idxProducts_swiper .swiper-button-next { width: 26%;}
  .idxProducts_main .idxProducts_small { width: 26%; padding: 0 50px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 260px;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 96px; line-height: 32px; font-size: 16px; margin: 20px auto 40px;}

  .idxSolution { padding-right: 100px;}
  .idxSolution_head .ly_more1 { top: 0;}
  .idxSolution_list { margin-top: 40px;}
  .idxSolution_list ul li .idxSolution_con { height: 420px;}

  .indText a.idxIndustry_name { font-size: 28px;}
  .indText p { font-size: 16px;}

  .idxNews { padding-right: 100px;}
  .idxNews_head .ly_more1 { position: absolute; top: 0; right: 0;}
  .idxNews .idxNews_main { margin: 40px -15px 0;}
  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list { padding: 0 15px;}
  .idxNewsRec_swiper .idxNewsRec_img { height: 280px;}
  .idxNewsRec_swiper .idxNewsRec_txt { height: 200px; padding: 20px 30px;}
  .idxNews_hot .idxNewsHot_con { height: 480px; padding: 60px 30px;}
  .idxNews_list dl dd { height: 140px; margin-bottom: 30px; padding: 20px 30px;}

  .idxCase { padding-right: 100px;}
  .idxCase_head .ly_more1 { position: absolute; top: 0; right: 0;}
  .idxCase_main ul li .idxCase_con { height: 268px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 550px;}

}

@media (max-width:1600px) {
  .index-nav ul li { padding-top: 20%;}
  .index-nav ul li:hover { padding-top: 8%;}
  .index-nav ul li p { margin-bottom: 50px;}
  .index-nav ul li p span { height: 36px; line-height: 36px; font-size: 28px; margin-bottom: 4px;}
  .index-nav ul li p em { height: 20px; line-height: 20px; font-size: 18px;}
  .index-nav ul li dl dd { padding: 5px 20px;}
  .index-nav ul li dl dd a { font-size: 16px;}
  .index-nav ul li .num { bottom: 10%;}

  .idxBanner_txt p { line-height: 52px; font-size: 44px;}
  .idxBanner_txt span { line-height: 30px; font-size: 22px;}
  .idxBanner_txt a { margin-top: 60px;}

  .idxAbout_data ul li span { margin-top: 6px;}

  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec, .idxCase_dec { line-height: 30px; font-size: 20px;}
  .idxProducts_main .idxProducts_swiper { height: 440px;}
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { font-size: 26px;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 90px; line-height: 30px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 240px;}

  .idxSolution_list ul li .idxSolution_con { height: 400px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a { line-height: 32px; font-size: 22px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 220px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { padding: 20px 30px; border-radius: 12px;}
  .idxIndustry .idxIndustry_swiper2 { bottom: 40px;}
  .idxIndustry_swiper2 .swiper-container { width: 50%;}
  .idxIndustry_swiper2 .swiper-slide p { margin: 0 auto 10px;}

  .idxNewsRec_swiper .idxNewsRec_img { height: 260px;}
  .idxNews_hot .idxNewsHot_con { height: 460px;}
  .idxNews_list dl dd { margin-bottom: 20px;}

  .idxCase_main ul li .idxCase_con { height: 253px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 520px;}

}

@media (max-width:1560px) {
  .idxBanner .swiper-slide .idxBanner_txt { margin-top: 0;}
  .idxBanner_txt a { width: 160px; height: 44px; line-height: 42px; font-size: 15px; padding-right: 44px;}
  .idxBanner_txt a i { width: 44px; height: 44px; padding: 14px 0;}

  .idxAbout_text .idxAbout_ms { margin-top: -10px;}
  .idxAbout_text .idxAbout_ms { max-height: 300px; line-height: 30px; font-size: 15px;}
  .idxAbout_ms p { line-height: 30px; font-size: 15px;}

  .idxProducts_menu ul li a { height: 44px; line-height: 44px; font-size: 16px;}
  .idxProducts_menu ul li a:hover i { margin: -4px 10px 0 0;}
  .idxProducts_main .idxProducts_swiper { height: 420px;}
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { font-size: 24px;}

  .idxProducts_big .swiper-slide .idxProducts_txt p { font-size: 15px; margin: 15px auto 30px;}
  .idxSolution_list ul li .idxSolution_con { height: 380px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { border-radius: 8px;}
  .indText a.idxIndustry_name { font-size: 24px;}

  .indText p { font-size: 15px;}
  .indText a.idxIndustry_more { font-size: 14px;}
  .idxIndustry_swiper2 .swiper-slide span { font-size: 16px;}

  .idxCase_main ul li .idxCase_con { height: 243px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 500px;}
  .idxCase_con .idxCase_text { padding: 20px;}
  .idxCase_con .idxCase_text a.idxCase_name { height: 30px; line-height: 30px; font-size: 18px;}
  .idxCase_con:hover .idxCase_text a.idxCase_name { height: 40px; padding-bottom: 10px;}
  .idxCase_con .idxCase_text a.idxCase_more { font-size: 15px; margin-top: 10px;}
  .idxCase_con .idxCase_text a.idxCase_more i { width: 15px; height: 15px;}
}

@media (max-width:1440px) {
  .index-side { width: 80px;}
  .index-side .language a { line-height: 44px;}
  .index-side .btn { height: 80px;}
  .index-side ul.menu { right: 30px; bottom: 20px;}
  .index-side ul.menu li { height: 30px;}

  .index-nav ul { padding-right: 160px;}
  .index-nav ul li p { margin-bottom: 40px;}
  .index-nav ul li p span { height: 32px; line-height: 32px; font-size: 24px; margin-bottom: 4px;}
  .index-nav ul li dl dd { padding: 0 20px;}
  .index-nav ul li dl dd a { font-size: 14px;}
  .index-nav ul li .num { height: 74px; line-height: 74px; font-size: 100px;}

  .idxBanner .swiper-slide .idxBanner_txt { padding-right: 80px;}
  .idxBanner_txt em { width: 40px; height: 4px;}
  .idxBanner_txt p { line-height: 44px; font-size: 36px; margin: 30px 0 15px;}
  .idxBanner_txt span { line-height: 28px; font-size: 18px;}
  .idxBanner_txt a { width: 152px; margin-top: 40px;}

  .idxAbout .idxAbout_main { padding-right: 80px;}
  .idxAbout_text .idxAbout_ms { max-height: 224px; line-height: 28px; font-size: 14px; -webkit-line-clamp: 8;}
  .idxAbout_ms p { line-height: 28px; font-size: 14px;}
  .idxAbout_data ul li p { line-height: 40px; font-size: 46px;}
  .idxAbout_data ul li p i { width: 26px; height: 26px; padding: 6px; top: -16px; right: -16px;}
  .idxAbout_more a { width: 110px; height: 110px; padding: 24px 0;}
  .idxAbout_more a em { width: 36px; height: 36px;}
  .idxAbout_more a span { font-size: 14px;}
  .idxAbout_more a span i { width: 14px; height: 14px;}
  .idxAbout_more::before { width: 130px; height: 130px;}

  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec, .idxCase_dec { line-height: 28px; font-size: 18px;}
  .idxProducts_main .idxProducts_swiper { height: 400px; margin-top: 0;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 84px; line-height: 28px; font-size: 14px; margin: 12px auto 24px;}
  .idxProducts_main .idxProducts_small { padding: 0 40px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 220px;}

  .idxSolution { padding-right: 80px;}
  .idxSolution_list { margin-top: 30px;}
  .idxSolution_list ul li .idxSolution_con { height: 360px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt p { line-height: 24px; font-size: 14px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt i { margin-bottom: 12px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a { font-size: 16px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt { padding: 20px 30px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a { line-height: 30px; font-size: 20px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after { width: 24px; height: 3px; left: -8px; top: 85px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 200px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { width: 440px; padding: 20px;}
  .indText p { max-height: 48px; line-height: 24px; font-size: 14px; margin: 10px auto 20px;}

  .idxNews, .idxCase { padding-right: 80px;}
  .idxNews .idxNews_main { margin: 30px -10px 0;}
  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list { padding: 0 10px;}
  .idxNewsRec_swiper .idxNewsRec_img { height: 240px;}
  .idxNewsRec_swiper .idxNewsRec_txt { height: 190px; padding: 20px;}
  .idxNewsRec_txt a.idxNewsRec_name, .idxNewsHot_con a.idxNewsHot_name { max-height: 60px; line-height: 30px; font-size: 18px; margin: 10px auto 20px;}
  .idxNewsRec_txt a.idxNewsRec_more, .idxNewsHot_con a.idxNewsHot_more { font-size: 14px;}
  .idxNewsRec_swiper .swiper-container .swiper-pagination { bottom: 190px;}
  .idxNews_hot .idxNewsHot_con { height: 430px; padding: 60px 20px;}
  .idxNewsHot_con .idxNewsHot_ms { max-height: 72px; line-height: 24px; font-size: 14px; margin: 30px auto 60px;}
  .idxNews_list dl dd { height: 130px; padding: 20px;}
  .idxNews_list dl dd p { max-height: 48px; line-height: 24px; font-size: 14px; margin-top: 10px;}

  .idxCase_main ul li .idxCase_con { height: 233px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 480px;}
}

@media (max-width:1366px) {
  .idxProducts_menu ul li { padding: 0 5px;}
  .idxProducts_menu ul li a { font-size: 15px; padding: 0 15px;}
  .idxProducts_main .idxProducts_swiper { height: 360px;}
  .idxProducts_big .swiper-slide .idxProducts_txt, .idxProducts_big .swiper-slide .idxProducts_img { padding: 0 40px;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 72px; line-height: 24px; font-size: 14px; margin: 10px auto 20px;}

  .idxSolution_list ul { margin: 0 -6px;}
  .idxSolution_list ul li { padding: 0 6px;}
  .idxSolution_list ul li .idxSolution_con { height: 350px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a { font-size: 15px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a { font-size: 18px;}

  .idxNewsRec_swiper .idxNewsRec_img { height: 220px;}
  .idxNewsRec_swiper .idxNewsRec_txt { height: 180px;}
  .idxNewsRec_txt a.idxNewsRec_name { margin: 10px auto;}
  .idxNewsRec_swiper .swiper-container .swiper-pagination { padding: 12px; bottom: 180px;}
  .idxNews_hot .idxNewsHot_con { height: 400px; padding: 60px 20px;}
  .idxNewsHot_con .idxNewsHot_ms { margin: 25px auto 50px;}
  .idxNews_list dl dd { height: 120px;}
  .idxNews_list dl dd p { margin-top: 4px;}

  .idxCase_main ul li .idxCase_con { height: 223px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 460px;}

}

@media (max-width:1280px) {
  .idxBanner_txt em { width: 32px;}
  .idxBanner_txt p { line-height: 40px; font-size: 32px; margin: 20px 0 10px;}
  .idxBanner_txt span { line-height: 26px; font-size: 16px;}

  .idxAbout_text .idxAbout_ms { max-height: 192px; line-height: 24px; font-size: 14px;}
  .idxAbout_ms p { line-height: 24px; font-size: 14px;}
  .idxAbout_data ul { margin: 0 -10px;}
  .idxAbout_data ul li { padding: 0 10px;}
  .idxAbout_data ul li p { line-height: 36px; font-size: 40px;}

  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec, .idxCase_dec { line-height: 26px; font-size: 16px;}
  .idxProducts_main .idxProducts_swiper { height: 340px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 200px;}

  .idxSolution_list ul li .idxSolution_con { height: 326px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { width: 400px;}

  .idxNewsRec_swiper .idxNewsRec_img { height: 200px;}
  .idxNewsRec_swiper .idxNewsRec_txt { height: 170px; padding: 15px 20px;}
  .idxNewsRec_swiper .swiper-container .swiper-pagination { bottom: 170px;}
  .idxNews_hot .idxNewsHot_con { height: 370px; padding: 50px 20px;}
  .idxNewsHot_con .idxNewsHot_ms { margin: 20px auto 40px;}
  .idxNews_list dl dd { height: 110px; padding: 15px 20px;}
  .idxNews_list dl dd .idxNewsList_name a { width: calc(100% - 100px); font-size: 16px;}
  .idxNews_list dl dd p { margin-top: 0;}

  .idxCase_main ul li .idxCase_con { height: 203px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 420px;}
  .idxCase_con .idxCase_text { padding: 15px 20px;}
}

@media (max-width:1200px) {
  .index-side { display: none;}

  .section, .fp-tableCell { height: auto !important;}

  .idxBanner { height: 560px; margin-top: 64px;}
  .idxBanner .swiper-slide .idxBanner_txt { padding-right: 0;}
  .idxBanner_txt p { font-size: 28px;}

  .idxAbout { margin: 0 auto; padding: 80px 0;}
  .idxAbout .idxAbout_main { padding-right: 0;}
  .idxAbout_more { left: -30px; bottom: -30px;}
  .idxAbout_more a { width: 90px; height: 90px; padding: 14px 0;}
  .idxAbout_more a em { width: 30px; height: 30px;}
  .idxAbout_more::before { width: 110px; height: 110px;}

  .idxProducts { padding: 80px 0 40px;}
  .idxProducts_main .idxProducts_swiper { height: 320px; margin-top: -40px;}
  .idxProducts_main .idxProducts_small { padding: 0 0 0 40px;}

  .idxSolution { margin: 0 auto; padding: 80px 0;}

  .idxIndustry { height: 560px;}
  .idxIndustry .idxIndustry_head { top: 80px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 80px;}
  .idxIndustry .idxIndustry_swiper2 { display: none;}

  .idxNews, .idxCase { margin: 0 auto; padding: 80px 0;}
}

@media (max-width:1080px) {
  .idxBanner { height: 520px;}
  .idxBanner_txt em { width: 30px; height: 2px;}
  .idxBanner_txt p { line-height: 36px; font-size: 26px;}
  .idxBanner_txt span { line-height: 24px; font-size: 14px;}
  .idxBanner_txt a { width: 144px; font-size: 14px;}
  .idxBanner .swiper-pagination { bottom: 20px !important;}

  .idxAbout { padding: 60px 0;}

  .idxProducts { padding: 60px 0;}
  .idxProducts_main .idxProducts_swiper { height: 300px; margin-top: -20px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 180px;}

  .idxSolution { padding: 60px 0;}
  .idxSolution_list ul li .idxSolution_con { height: 300px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt { padding: 12px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt { padding: 12px 24px;}
  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after { width: 16px; height: 2px; left: -4px; top: 78px;}

  .idxIndustry { height: 520px;}
  .idxIndustry .idxIndustry_head { top: 60px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 60px;}

  .idxNews, .idxCase { padding: 60px 0;}
  .idxCase_main ul li .idxCase_con { height: 183px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 380px;}
}

@media (max-width:1024px) {
  .idxBanner { height: 500px;}

  .idxAbout_data ul { margin: 0 -5px;}
  .idxAbout_data ul li { padding: 0 5px;}

  .idxProducts_main .idxProducts_head { width: 100%;}
  .idxProducts_head .idxProducts_menu { right: 20px;}
  .idxProducts_menu ul li a { background-color: #f2f5f9;}
  .idxProducts_main .idxProducts_swiper { height: 270px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 160px;}

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a { line-height: 24px;}
  .idxSolution_list ul li .idxSolution_con { height: 285px;}

  .idxIndustry { height: 500px;}
}

@media (max-width:920px) {
  .idxBanner { height: 442px;}

  .idxAbout_text .idxAbout_ms { max-height: 144px; -webkit-line-clamp: 6;}
  .idxAbout_data ul li p { line-height: 30px; font-size: 36px;}
  .idxAbout_data ul li span { font-size: 12px;}
  .idxAbout_more { left: -20px; bottom: -20px;}
  .idxAbout_more a { width: 86px; height: 86px;}
  .idxAbout_more a span { line-height: 20px; font-size: 12px;}
  .idxAbout_more a span i { width: 12px; height: 12px;}
  .idxAbout_more::before { width: 106px; height: 106px;}

  .idxProducts_main .idxProducts_swiper { margin-top: 0;}
  .idxProducts_big .swiper-slide .idxProducts_txt { padding: 0 0 0 30px;}
  .idxProducts_big .swiper-slide .idxProducts_img { padding: 0 20px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 140px;}

  .idxIndustry { height: 442px;}

  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot { width: 50%; margin-bottom: 20px;}
  .idxNews_main .idxNews_list { width: 100%;}
  .idxNews_list dl dd { height: auto;}
  .idxNews_list dl dd .idxNewsList_name a { font-size: 18px;}
  .idxNews_list dl dd p { margin-top: 10px;}

  .idxCase_main ul li .idxCase_con { height: 163px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 340px;}
  .idxCase_con .idxCase_text a.idxCase_name { font-size: 16px;}
}

@media (max-width:820px) {
  .idxBanner { height: 394px;}
  .idxBanner_txt p { line-height: 32px; font-size: 24px; margin: 20px 0 5px;}
  .idxBanner_txt a { margin-top: 20px;}
  .idxBanner .swiper-pagination-bullet { width: 32px; height: 32px;}
  .idxBanner .swiper-pagination-bullet .num { font-size: 14px;}
  .idxBanner .swiper-pagination-bullet::before { width: 8px; height: 8px;}
  .idxBanner .swiper-pagination-bullet-active { width: 32px; height: 32px; line-height: 32px;}

  .wrapper_con { width: 16px; height: 32px;}
  .circleProgress { width: 32px; height: 32px;}

  .idxAbout { padding: 40px 0 60px;}
  .idxAbout_main .idxAbout_text { padding-right: 20px;}
  .idxAbout_text .idxAbout_ms { max-height: 120px; -webkit-line-clamp: 5;}
  .idxAbout_data ul li p { font-size: 32px;}
  .idxAbout_more a { width: 82px; height: 82px;} 
  .idxAbout_more::before { width: 96px; height: 96px;}

  .idxProducts { padding: 40px 0;}
  .idxProducts_main .idxProducts_swiper { height: 260px;}
  .idxProducts_big .swiper-slide .idxProducts_img { padding: 0;}
  .idxProducts_big .swiper-slide .idxProducts_txt { padding: 0 20px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 130px;}
  .idxProducts_small .swiper-slide .idxProducts_name a { font-size: 16px;}
  .idxProducts_swiper i.idxProducts_arrow { width: 30px; height: 150px; padding: 0 6px;}

  .idxSolution { padding: 40px 0;}
  .idxSolution_list ul li .idxSolution_con { height: 240px;}

  .idxIndustry { height: 394px;}
  .idxIndustry .idxIndustry_head { top: 40px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 40px;}

  .idxNews, .idxCase { padding: 40px 0;}
  .idxCase_main ul li .idxCase_con { height: 153px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 320px;}
}

@media (max-width:767px) {
  .idxBanner { height: 240px;}
  .idxBanner .swiper-slide .idxBanner_txt { padding-right: 50%;}
  .idxBanner_txt em { width: 24px;}
  .idxBanner_txt p { line-height: 26px; font-size: 18px; margin: 10px 0 0;}
  .idxBanner_txt span { line-height: 22px; font-size: 12px;}
  .idxBanner_txt a { display: none;}
  .idxBanner .swiper-pagination { bottom: 12px !important;}

  .idxAbout { padding: 40px 0;}
  .idxAbout .idxAbout_main { display: block; flex-wrap: inherit; justify-content: inherit;}
  .idxAbout_main .idxAbout_text { width: 100%; padding-right: 0; float: none;}  
  .idxAbout_text .idxAbout_ms { max-height: 192px; -webkit-line-clamp: 8;}
  .idxAbout_main .idxAbout_right { width: 100%; margin-top: 20px; padding: 0; float: none;}  
  .idxAbout_right .swiper-container { height: 240px;}
  .idxAbout_right .swiper-container .swiper-pagination { bottom: 12px;}
  .idxAbout_more { margin: 30px auto 0; position: inherit; left: inherit; bottom: inherit;}
  .idxAbout_more a { margin: 0 auto;}

  .idxProducts { width: 100%; overflow: visible; padding: 40px 3%;}
  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec, .idxCase_dec { line-height: 22px; font-size: 14px; margin: -10px 0 12px;}
  .idxProducts_head .idxProducts_menu { position: inherit; top: inherit; right: inherit;}
  .idxProducts_menu ul li { margin-bottom: 10px;}
  .idxProducts_main .idxProducts_swiper { height: auto; margin-top: 0;}
  .idxProducts::before { width: 100%;}
  .idxProducts_main .idxProducts_head, .idxProducts_main .idxProducts_big { width: 100%;}
  .idxProducts::after, .idxProducts_swiper .swiper-button-next, .idxProducts_swiper i.idxProducts_arrow, .idxProducts_main .idxProducts_small { display: none;}
  .idxProducts_big .swiper-slide .idxProducts_txt { width: 100%; padding: 0 0 0 20px; position: inherit; left: inherit; top: inherit; transform: inherit;-webkit-transform: inherit; -moz-transform: inherit; -ms-transform: inherit; -o-transform: inherit;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: auto; max-height: 72px;}
  .idxProducts_big .swiper-slide .idxProducts_img { width: 100%; height: 300px; float: none;}

  .idxSolution_list { margin-top: 20px;}
  .idxSolution_list ul { margin: 0;}
  .idxSolution_list ul li { width: 100%; margin-top: 20px; padding: 0;}
  .idxSolution_list ul li:first-child { margin-top: 0;}
  .idxSolution_list ul li.active { width: 100%;}
  .idxSolution_list ul li .idxSolution_con { height: 120px;}
  .idxSolution_list ul li.active .idxSolution_con { height: 200px;}
  .idxSolution_list ul li .idxSolution_con .idxSolution_txt p { max-height: 72px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

  .idxIndustry { height: 320px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { width: 100%; padding: 12px;}
  .indText p { margin: 10px auto;}

  .idxNews .idxNews_main { margin: 0 auto;}
  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list { width: 100%; padding: 0;}
  .idxNewsRec_swiper .idxNewsRec_img { height: 240px;}
  .idxNews_hot .idxNewsHot_con { height: auto; padding: 20px;}
  .idxNewsHot_con .idxNewsHot_ms { margin: 20px auto;}
  .idxNews_list dl dd .idxNewsList_name a { width: 100%; float: none;}
  .idxNews_list dl dd .idxNewsList_name span { margin: 4px 0 0; float: none;}

  .idxCase_main ul { margin: 0 -5px;}
  .idxCase_main ul li { width: 50%; padding: 0 5px;}
  .idxCase_main ul li:nth-child(2), .idxCase_main ul li:nth-child(3) { margin-bottom: 10px;}
  .idxCase_main ul li .idxCase_con { height: 115px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 240px;}
  .idxCase_con .idxCase_text { padding: 10px;}
  .idxCase_con .idxCase_text a.idxCase_name, .idxCase_con .idxCase_text a.idxCase_more { height: 24px; line-height: 24px; font-size: 14px;}
  .idxCase_con .idxCase_text a.idxCase_more i { width: 14px; height: 14px;}

}

@media (max-width:390px) {
  .idxBanner { height: 220px;}
  .idxNewsRec_swiper .idxNewsRec_img { height: 220px;}

  .ly_title1 span { line-height: 30px; font-size: 26px;}
  .ly_title1 p, .ly_title2 p { line-height: 26px; font-size: 18px;}
}

@media (max-width:320px) {
  .idxBanner { height: 200px;}
  .idxBanner_txt p { line-height: 24px; font-size: 16px;}

  .idxAbout_text .idxAbout_data { margin-top: 20px;}
  .idxAbout_data ul { justify-content: left;}
  .idxAbout_data ul li { width: 50%; padding-top: 20px;}
  .idxAbout_text .ly_more1 { margin-top: -64px; float: right;}
  .idxAbout_right .swiper-container { height: 200px;}

  .idxProducts_big .swiper-slide .idxProducts_img { height: 260px;}

  .idxIndustry .idxIndustry_head { top: 20px;}
  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt { bottom: 20px;}

  .idxNewsRec_swiper .idxNewsRec_img { height: 180px;}

  .idxCase_main ul { margin: 0;}
  .idxCase_main ul li { width: 100%; margin-top: 10px; padding: 0; float: none;}
  .idxCase_main ul li:nth-child(1) { margin-top: 0;}
  .idxCase_main ul li .idxCase_con { height: 160px;}
  .idxCase_main ul li:nth-child(1) .idxCase_con { height: 200px;}
  .idxCase_con .idxCase_text { padding: 15px;}
  .idxCase_con .idxCase_text a.idxCase_name { height: 30px; line-height: 30px; font-size: 16px;}
  
}