@charset "utf-8";
/* CSS Document */

/* .idxBanner start */
.idxBanner, .idxBanner .swiper-container { width: 100%; height: 100%;}
.idxBanner .swiper-slide { height: 100%; overflow: hidden; position: relative;}
.idxBanner .swiper-slide .idxBanner_txt { margin-top: 40px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxBanner_txt p { line-height: 60px; color: #fff; font-family: "AlimamaShuHeiTi-Bold"; font-size: 56px; margin-bottom: 10px;}
.idxBanner_txt span { display: block; line-height: 24px; color: #fff; font-size: 18px; text-transform: uppercase;}
.idxBanner_txt a { display: block; width: 200px; height: 60px; overflow: hidden; line-height: 58px; color: #fff; font-size: 18px; text-align: center; margin-top: 80px; border: 1px solid #fff; border-radius: 30px; position: relative;}
.idxBanner_txt a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; margin: -4px 0 0 10px; vertical-align: middle;}
.idxBanner_txt a:hover i { margin: -4px 0 0 20px;}

.idxBanner .swiper-pagination { height: 5px; bottom: 40px !important;}
.idxBanner .swiper-pagination-bullet { width: 40px; height: 5px; margin: 0 4px !important; background: #fff; border-radius: 2px !important; opacity: .5 !important;}
.idxBanner .swiper-pagination-bullet-active { opacity: 1 !important;}
.idxBanner .swiper-button-prev, .idxBanner .swiper-button-next { width: 80px; height: 80px; margin-top: -24px; padding: 20px; background: rgba(31, 32, 34, 0); top: 50%;}
.idxBanner .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.idxBanner .swiper-button-next { right: 0;}
.idxBanner .swiper-button-prev:hover, .idxBanner .swiper-button-next:hover { background: rgba(31, 32, 34, .6);}
.idxBanner .swiper-button-disabled { opacity: .25 !important;}
/* .idxBanner end */


/* .idxAbout start */
#section2 { overflow: hidden;}
.idxAbout { height: 100%; position: relative;}
.idxAbout .idxAbout_text { width: 50%; margin-top: 50px; position: absolute; left: calc(50% - 800px); top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1;}
.idxAbout_text .idxAbout_con { padding: 40px; background-color: #fff; border-radius: 8px;}
.idxAbout_con a.name { display: block; line-height: 40px; color: #222; font-size: 30px; font-weight: bold; margin-bottom: 20px;}
.idxAbout_con a.name:hover { color: #2d367e;}
.idxAbout_con .idxAbout_ms { margin-bottom: 30px;}
.idxAbout_con .idxAbout_ms, .idxAbout_ms p { overflow: hidden; max-height: 128px; line-height: 32px; color: #555; font-size: 18px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.idxAbout_text .idxAbout_data { margin-top: 60px; padding: 0 240px 0 40px;}
.idxAbout_data ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px;}
.idxAbout_data ul li { width: 25%; padding: 0 20px;}
.idxAbout_data ul li p { line-height: 50px; color: #2d367e; font-family: "DINCondensed-Bold"; font-size: 60px; position: relative;}
.idxAbout_data ul li p sup { display: inline-block; line-height: 20px; color: #555; font-size: 18px; margin-left: 4px; vertical-align: top;}
.idxAbout_data ul li span { display: block; line-height: 30px; color: #555; font-size: 18px; margin-top: 10px;}

.idxAbout .idxAbout_right { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; right: 0;}
.idxAbout_right a.abImg { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxAbout_right a.abImg:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
/* .idxAbout end */


/* idxProducts start */
.idxProducts { width: 100%; height: 100%; overflow: hidden; background: url(../images/proBg.jpg) center center no-repeat; background-size: cover; position: relative;}
.idxProducts_main { margin-top: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxProducts_head { margin-bottom: 80px;}
.idxProducts_head .idxProducts_dec { padding: 10px 0;}
.idxProducts_head .idxProducts_dec p { line-height: 32px; color: #fff; font-size: 18px;}

.idxProducts_swiper .swiper-container { margin: -20px 0; padding: 20px 0;}
.idxProducts_swiper .swiper-slide { height: 100%; margin: 0; padding: 40px; background-color: #fff; border-radius: 8px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxProducts_swiper .swiper-slide:hover { margin: -20px 0; background-color: #1b7eee;}
.idxProducts_swiper .swiper-slide a.ico { display: block; width: 100px; height: 100px; overflow: hidden; margin: 0 auto 30px;}
.idxProducts_swiper .swiper-slide a.ico img { display: block; width: 100px; height: 200px; margin: 0 auto;}
.idxProducts_swiper .swiper-slide a.name { display: block; line-height: 32px; color: #222; font-size: 24px; text-align: center;}
.idxProducts_swiper .swiper-slide span { display: block; line-height: 22px; color: #777; font-size: 14px; text-align: center; text-transform: uppercase; margin-top: 6px;}
.idxProducts_swiper .swiper-slide:hover a.ico img { margin: -100px auto 0;}
.idxProducts_swiper .swiper-slide:hover a.name { color: #fff;}
.idxProducts_swiper .swiper-slide:hover span { color: rgba(255, 255, 255, .5);}

.idxProducts_swiper .swiper-pagination { display: none !important; width: 100%; height: 5px; text-align: center; bottom: 0 !important;}
.idxProducts_swiper .swiper-pagination-bullet { width: 40px; height: 5px; margin: 0 4px !important; background: #fff; border-radius: 2px !important; opacity: .5 !important;}
.idxProducts_swiper .swiper-pagination-bullet-active { opacity: 1 !important;}
.idxProducts_swiper .swiper-button-prev, .idxProducts_swiper .swiper-button-next { display: none !important; width: 80px; height: 80px; margin-top: -24px; padding: 20px; background: rgba(31, 32, 34, 0); top: 50%;}
.idxProducts_swiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.idxProducts_swiper .swiper-button-next { right: 0;}
.idxProducts_swiper .swiper-button-prev:hover, .idxProducts_swiper .swiper-button-next:hover { background: rgba(31, 32, 34, .6);}
.idxProducts_swiper .swiper-button-disabled { opacity: .25 !important;}
/* idxProducts end */


/* idxSupport start */
.idxSupport { width: 100%; height: 100%; overflow: hidden; background: url(../images/suppBg.jpg) center center no-repeat; background-size: cover; position: relative;}
.idxSupport_main { margin-top: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxSupport_con { display: flex; margin-top: 80px;}
.idxSupport_left { width: 50%; padding-right: 10px;}
.idxSupport_left dl { display: flex; flex-wrap: wrap; justify-items: left;}
.idxSupport_left dl dd { width: 33.333333%;}
.idxSupport_left dl dd a { display: block; min-height: 100%; padding: 40px; background-color: rgba(255, 255, 255, .45);}
.idxSupport_left dl dd a:hover { background-color: #fff;}
.idxSupport_left dl dd:nth-child(2n) a { background-color: #3058bd;}
.idxSupport_left dl dd:nth-child(2n) a:hover { background-color: rgba(0, 50, 177, .8);}
.idxSupport_left dl dd a i { display: block; width: 70px; height: 70px; overflow: hidden; margin: 0 auto 20px; position: relative;}
.idxSupport_left dl dd a span { display: block; line-height: 30px; color: #2d367e; font-size: 18px; text-align: center;}
.idxSupport_left dl dd:nth-child(2n) a span { color: #fff;}

.idxSupport_right { width: 50%; padding-left: 10px; }
.idxSupport_right .idxSupport_chk { min-height: 100%; overflow: hidden; background-color: rgba(0, 50, 177, .8); display: flex; align-items: center; justify-content: center;}
.idxSupportChk_main { width: 70%;}
.idxSupportChk_tit { display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
.idxSupportChk_tit i { display: block; width: 70px; height: 70px;}
.idxSupportChk_tit p { padding-left: 20px;}
.idxSupportChk_tit p span { display: block; line-height: 42px; color: #fff; font-size: 32px; letter-spacing: 8px;}
.idxSupportChk_tit p em { display: block; line-height: 28px; color: #fff; font-size: 14px; font-style: normal; text-transform: uppercase;}

.idxSupportChk_form form { display: block; width: 100%; height: 60px; overflow: hidden; background-color: rgba(255, 255, 255, .5); border-radius: 30px; padding-right: 80px; position: relative;}
.idxSupportChk_form form .chkIpt { width: 100%;}
.idxSupportChk_form form .chkIpt input { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; padding: 0 30px; background: none !important; border-radius: 30px 0 0 30px !important; border: 0; outline: none;}
.idxSupportChk_form form .chkIpt input::placeholder { color: rgba(31, 32, 34, .6);}
.idxSupportChk_form form .chkBtn { width: 80px; height: 60px; overflow: hidden; position: absolute; top: 0; right: 0;}
.idxSupportChk_form form .chkBtn button { display: block; width: 100%; height: 100%; overflow: hidden; padding: 18px; border-radius: 30px; background: none; border: 0; outline: none; cursor: pointer;}
.idxSupportChk_form form .chkBtn button:hover { background:#fff;}
/* idxSupport end */


/* idxHonor start */
.idxHonor { width: 100%; height: 100%; overflow: hidden; background: url(../images/hnrBg.jpg) center center no-repeat; background-size: cover; position: relative;}
.idxHonor_main { margin-top: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxHonor_swiper { padding: 40px 0; position: relative;}
.idxHonor_swiper .swiper-container { margin: -20px 0; padding: 20px 0;}
.idxHonor_swiper .swiper-slide { margin: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxHonor_swiper .swiper-slide:hover { margin: -20px 0;}
.idxHonor_swiper .swiper-slide p { width: 100%; height: 380px; overflow: hidden; margin-bottom: 20px; padding: 20px; background-color: #fff; border-radius: 10px;}
.idxHonor_swiper .swiper-slide p a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxHonor_swiper .swiper-slide:hover p a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.idxHonor_swiper .swiper-slide a.name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}

.idxHonor_swiper .swiper-pagination { width: 100%; height: 5px; text-align: center; bottom: 0 !important;}
.idxHonor_swiper .swiper-pagination-bullet { width: 40px; height: 5px; margin: 0 4px !important; background: #fff; border-radius: 2px !important; opacity: .5 !important;}
.idxHonor_swiper .swiper-pagination-bullet-active { opacity: 1 !important;}
.idxHonor_swiper .swiper-button-prev, .idxHonor_swiper .swiper-button-next { width: 80px; height: 80px; margin-top: -24px; padding: 20px; background: rgba(31, 32, 34, 0); top: 50%;}
.idxHonor_swiper .swiper-button-prev { left: -80px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.idxHonor_swiper .swiper-button-next { right: -80px;}
.idxHonor_swiper .swiper-button-disabled { opacity: .25 !important;}
/* idxHonor end */


/* idxHonor start */
.idxNews { width: 100%; height: 100%; overflow: hidden; background: url(../images/newBg.jpg) center center no-repeat; background-size: cover; position: relative;}
.idxNews_main { margin-top: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxNews_swiper { padding: 40px 0; position: relative;}
.idxNews_swiper .swiper-container { margin: -20px 0; padding: 20px 0;}
.idxNews_swiper .swiper-slide { margin: 0; padding: 20px; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .06); border-radius: 10px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxNews_swiper .swiper-slide:hover { margin: -20px 0;}
.idxNews_swiper .swiper-slide .img { width: 100%; height: 240px; overflow: hidden; margin-bottom: 20px;}
.idxNews_swiper .swiper-slide .img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxNews_swiper .swiper-slide:hover .img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.idxNews_swiper .swiper-slide .img a::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, .45); position: absolute; left: 0; top: 100%; transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxNews_swiper .swiper-slide:hover .img a::after { top: 0;}
.idxNews_swiper .swiper-slide .img a i { display: block; width: 72px; height: 72px; overflow: hidden; padding: 16px; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 100%; z-index: 1; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transition: all 0.5s; -webkit-transition: all 0.5s;}
.idxNews_swiper .swiper-slide:hover .img a i { top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.idxNews_swiper .swiper-slide .text a.name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 22px; white-space: nowrap; text-overflow: ellipsis;}
.idxNews_swiper .swiper-slide:hover .text a.name { color: #2d367e;}
.idxNews_swiper .swiper-slide .text p { height: 60px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 10px 0 15px;}
.idxNews_swiper .swiper-slide .text span { display: block; height: 30px; line-height: 30px; color: #999; font-size: 16px; float: left;}
.idxNews_swiper .swiper-slide .text span i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 7px 7px 7px 0; float: left;}
.idxNews_swiper .swiper-slide .text a.btn { display: block; height: 30px; line-height: 30px; color: #999; font-size: 16px; float: right;}
.idxNews_swiper .swiper-slide:hover .text a.btn { color: #2d367e;}
.idxNews_swiper .swiper-slide .text a.btn i { display: inline-block; width: 28px; height: 28px; overflow: hidden; margin: -4px 0 0 10px; padding: 0; vertical-align: middle;}
.idxNews_swiper .swiper-slide .text a.btn:hover i { margin: -4px 0 0 20px;}
.idxNews_swiper .swiper-slide:hover .text a.btn i svg path { fill: #2d367e;}

.idxNews_swiper .swiper-pagination { width: 100%; height: 5px; text-align: center; bottom: 0 !important;}
.idxNews_swiper .swiper-pagination-bullet { width: 40px; height: 5px; margin: 0 4px !important; background: #fff; border-radius: 2px !important; opacity: .5 !important;}
.idxNews_swiper .swiper-pagination-bullet-active { opacity: 1 !important;}
.idxNews_swiper .swiper-button-prev, .idxNews_swiper .swiper-button-next { width: 80px; height: 80px; margin-top: -24px; padding: 20px; background: rgba(31, 32, 34, 0); top: 50%;}
.idxNews_swiper .swiper-button-prev { left: -80px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.idxNews_swiper .swiper-button-next { right: -80px;}
.idxNews_swiper .swiper-button-disabled { opacity: .25 !important;}
/* idxHonor end */
