<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes list { 0% { left: -100%; }
  100% { left: 0; } }

@keyframes toDown { 0% { top: 0; }
  100% { top: 270px; } }

@font-face { font-family: 'Montserrat-Bold'; src: url(https://nalaby.com/fonts/Montserrat-Bold.otf); }

.scroll_box { position: relative; }

.scroll_box .dh_bar { position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 98; }

.scroll_box .dh_bar .dh_lis { color: #fff; text-align: right; display: flex; align-items: center; flex-direction: row-reverse; margin-bottom: 20px; font-size: 14px; cursor: pointer; transition: ease 0.5s; }

.scroll_box .dh_bar .dh_lis::before { content: ''; width: 10px; height: 1px; background-color: #fff; margin-left: 10px; transition: ease 0.5s; }
.scroll_box .dh_bar .dh_lis.on::after{content: ''; width: 16px; height: 16px; background: none; margin-right: 10px;  transition: ease 0.5s; } 

.scroll_box .dh_bar .dh_lis.bl { color: #333; }

.scroll_box .dh_bar .dh_lis.bl::before { background-color: #333; }
.scroll_box .dh_bar .dh_lis.bl::after{ width: 16px;} 
.scroll_box .dh_bar .dh_lis:hover { color: #549CFE;}

.scroll_box .dh_bar .dh_lis.on { color: #549CFE; }

.scroll_box .dh_bar .dh_lis.on::before { width: 40px; background-color: #549CFE; }
.scroll_box .dh_bar .dh_lis.on::after{ background: url(../image/logo3bg.png) center left no-repeat;background-size: 100% 100%;} 
#scroll_cont { width: 100%; height: 100%; }

#scroll_cont .full { width: 100%; height: 100%; display: flex; }

#scroll_cont .flexCenter { align-items: center; justify-content: center; position: relative;}

#scroll_cont .flexBottom { align-items: flex-end; justify-content: center; }

#scroll_cont .foot-slide { height: 350px; }

.pcHead { background: rgba(0,0,0,0.7); background-size: 100% 100%; position: fixed; top: 0; left: 0; z-index: 99; width: 100%; display: flex; justify-content: space-between; height: 100px; align-items: center; padding: 0 50px; transition: ease 1s; }

.pcHead .logoBox img { display: block; }

.pcHead .logoBox img:last-child { display: none; }

.pcHead .navBar a { color: #fff; margin: 0 20px; padding: 10px 0; }

.pcHead .navBar a.on { border-bottom: 2px solid #fff; background: url(../image/logobg.png) no-repeat center top;background-size:auto 60%; }

.pcHead .navBar a:hover { color: #549CFE;  background: url(../image/logobg.png) no-repeat center top;background-size:auto 60%; }

.pcHead .menuBar { position: relative; z-index: 551; transition: ease 0.5s; cursor: pointer; }

.pcHead .menuBar .btn { width: 105px; height: 43px; border-radius: 21.5px; background-color: rgba(0, 0, 0, 0.2); display: flex; color: #fff; justify-content: center; align-items: center; }

.pcHead .menuBar span { text-transform: uppercase; margin-right: 5px; }

.pcHead .menuBar b { display: flex; flex-direction: column; justify-content: center; }

.pcHead .menuBar b i { width: 18px; height: 2px; background-color: #fff; margin-bottom: 4px; transition: ease 0.5s; }

.pcHead .menuBar b i:last-child { margin-bottom: 0; }

.pcHead .menuBar.cur span { color: #333; }

.pcHead .menuBar.cur b { width: 18px; height: 14px; position: relative; }

.pcHead .menuBar.cur b i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; background-color: #333; }

.pcHead .menuBar.cur b i:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }

.pcHead .menuBar.cur b i:nth-child(2) { opacity: 0; }

.pcHead .menuBar.cur b i:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }

.pcHead .btList { display: flex; align-items: center; }

.pcHead .btList .zy { margin-right: 10px; }

.pcHead .btList .zy a { font-size: 14px; margin: 0 10px; color: #808080; }

.pcHead .btList .zy a.on { color: #549CFE; }

.pcHead .btList .spc { background-color: rgba(218, 184, 102, 0.5); height: 43px; width: 43px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 10px; }

.pcHead .btList .spc i { color: #fff; font-size: 24px; }

.pcHead.on { background: none; background-color: #fff; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.pcHead.on .logoBox img { display: none; }

.pcHead.on .logoBox img:last-child { display: block; }

.pcHead.on .navBar a { color: #333; transition: ease 1s;}

.pcHead.on .navBar a.on { border-color: #549CFE; background: url(../image/logo2bg.png) no-repeat center top;background-size:auto 60%; }

.pcHead.on .navBar a:hover { color: #549CFE; background: url(../image/logo2bg.png) no-repeat center top;background-size:auto 60%; }

.pcHead.on .menuBar .btn { background-color: rgba(218, 184, 102, 0.5); }

.pcHead .rightDioBox { position: fixed; top: 0; width: 400px; right: -410px; background-color: #fff; transition: ease 0.5s; z-index: 550; padding: 40px; padding-top: 120px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.pcHead .rightDioBox .lis .lia { display: flex; justify-content: space-between; align-items: center; height: 50px; border-bottom: 1px solid #dedede; }

.pcHead .rightDioBox .lis .lia i { transform: rotate(90deg); transition: ease 0.5s; }

.pcHead .rightDioBox .lis .chrBox { display: none; }

.pcHead .rightDioBox .lis .chrBox a { padding-left: 20px; display: block; height: 50px; line-height: 50px; color: #545454; border-bottom: 1px solid #dedede; }

.pcHead .rightDioBox .lis .chrBox a:hover { color: #549CFE; background-color: rgba(0, 0, 0, 0.05); }

.indexBox1 { 
  /* background: url(../images/index1.png) center center no-repeat; background-size: cover;  */
  position: relative; background: #000;
}
.indexBox1 video{
    width: 100%;
    height: 100%;
    object-fit:cover;opacity: 0.9;
}
.indexBox1 &gt; img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.indexBox1 .container{
  position: absolute;
  margin-top: -80px;
}
.indexBox1 h3 { text-align: center; color: #fff; font-size: 42px; font-weight: normal; margin-bottom: 10px; }

.indexBox1 h3 span { color: #e4e968; border-bottom: 3px solid #e4e968; }

.indexBox1 .toDown { position: absolute; left: 50%; top: 95%; transform: translateX(-50%); color: #fff; margin-top: 50px;}

.indexBox1 .toDown span { display: block; width: 2px; height: 270px; background-color: #fff; margin: auto; position: relative; margin-bottom: 20px; }

.indexBox1 .toDown span i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background-color: #fff; top: 0; left: -6px; animation:toDown  5s ease infinite; }

.indexBox2 { background: url(../image/index2_1.png) bottom left no-repeat; }

.indexBox2 .box { border-radius: 20px; width: 1428px; padding-left: 490px; padding-right: 220px; padding-top: 70px; padding-bottom: 200px; margin-left: -260px; }

.indexBox2 .box h2 { font-size: 140px; color: #549CFE; opacity: 0.2; line-height: 1; margin-bottom: 10px; }

.indexBox2 .box h3 { font-size: 22px; font-weight: normal; color: #333; margin-bottom: 70px; }

.indexBox2 .box h3 span { color: #549CFE; }

.indexBox2 .box p { color: #333; line-height: 1.6; margin-bottom: 70px; }

.indexBox2 .box .list { display: flex; }

.indexBox2 .box .list .lis { width: 25%; }

.indexBox2 .box .list .lis h4 { font-weight: normal; font-size: 20px; margin-bottom: 20px; }

.indexBox2 .box .list .lis .num { color: #549CFE; font-size: 18px; }

.indexBox2 .box .list .lis .num b { font-size: 42px; margin-right: 5px; }

.indexBox3 { background: url(../image/index3.png) center center no-repeat; background-size: cover; }

.indexBox3 .item_list { margin-bottom: 40px; }

.indexBox3 .item_list .text h3 { font-size: 48px; color: #035dac; margin-bottom: 20px; font-weight: normal; padding-left: 20px; }

.indexBox3 .item_list .text p { max-width: 649px; border-radius: 20px; padding: 40px 20px; background-color: rgba(255, 255, 255, 0.6); font-size: 18px; color: #515151; line-height: 2; }

.indexBox3 .item_list .text p a { margin-top: 60px; width: 145px; height: 44px; background-color: #035dac; color: #fff; border-radius: 44px; line-height: 1; display: flex; justify-content: center; align-items: center; }

.indexBox3 .item_list .text p a.rico span { width: 24px; height: 24px; background-color: #fff; color: #035dac; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.indexBox3 .container { background: url(../image/bottomquan.png) bottom center no-repeat; }

.indexBox3 .bot_btn_list { display: flex; justify-content: center; padding-bottom: 40px; }

.indexBox3 .bot_btn_list .lis { margin: 0 60px; cursor: pointer; }

.indexBox3 .bot_btn_list .lis .imgbox { width: 90px; height: 90px; position: relative; margin-bottom: 10px; }

.indexBox3 .bot_btn_list .lis .imgbox img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; }

.indexBox3 .bot_btn_list .lis .imgbox img:last-child { opacity: 0; }

.indexBox3 .bot_btn_list .lis p { color: #fff; text-align: center; }

.indexBox3 .bot_btn_list .lis:hover .imgbox img, .indexBox3 .bot_btn_list .lis.on .imgbox img { opacity: 0; }

.indexBox3 .bot_btn_list .lis:hover .imgbox img:last-child, .indexBox3 .bot_btn_list .lis.on .imgbox img:last-child { opacity: 1; }

.indexBox3 .bot_btn_list .lis:nth-child(1), .indexBox3 .bot_btn_list .lis:nth-child(4) { transform: translateY(20px); }

.indexBox3.bg1 { background: url(../image/bg1.png) center center no-repeat; }

.indexBox4 { background: url(../image/index4.png) center center no-repeat; background-size: cover; }

.indexBox4 .container { background: url(../image/circular.png) center bottom no-repeat; padding-bottom: 20px; }

.indexBox4 h3 { font-size: 32px; font-weight: normal; line-height: 2; }

.indexBox4 .prod_nav { display: flex; margin-top: 10px; margin-bottom: 40px; }

.indexBox4 .prod_nav .lis { margin-right: 20px; display: flex; cursor: pointer; width: 144px; height: 57px; border-radius: 57px; background-color: #fff; border: 1px solid #549CFE; color: #549CFE; justify-content: center; align-items: center; transition: ease 0.5s; }

.indexBox4 .prod_nav .lis.on { background-color: #549CFE; color: #fff; }

.indexBox4 .prod_list { position: relative; }

.indexBox4 .prod_lis { text-align: center; }

.indexBox4 .prod_lis .imgbox { margin-bottom: 20px; }

.indexBox4 .prod_lis h4 { font-weight: normal; font-size: 24px; color: #333; }

.indexBox4 .prod_lis p { color: #549CFE; font-size: 16px; }

.indexBox4 .prod_lis:hover img { transform: scale(1.01); }

.indexBox4 .prod_lis:hover h4 { color: #549CFE; }

.indexBox4 .moreLink { width: max-content; margin: auto; margin-top: 100px; display: flex; justify-content: center; align-items: center; }

.indexBox4 .moreLink.rico span { width: 24px; height: 24px; background-color: #549CFE; color: #fff; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.indexBox4 .moreLink:hover { color: #549CFE; }

.indexBox5 { background: url(../image/index5.png) center center no-repeat; background-size: cover; }

.indexBox5 .qh_list { width: 680px; margin: auto; margin-bottom: 40px; display: flex; justify-content: space-between; }

.indexBox5 .qh_list .lia { margin: 0 20px; cursor: pointer; }

.indexBox5 .qh_list .lia p { text-align: center; font-size: 18px; font-weight: bold; color: #fff; }

.indexBox5 .qh_list .lia .icobox { position: relative; width: 130px; height: 130px; margin: auto; margin-bottom: 10px; }

.indexBox5 .qh_list .lia .icobox img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: ease 0.5s; }

.indexBox5 .qh_list .lia .icobox img:nth-child(2n) { opacity: 0; }

.indexBox5 .qh_list .lia.on img, .indexBox5 .qh_list .lia:hover img { opacity: 0; }

.indexBox5 .qh_list .lia.on img:nth-child(2n), .indexBox5 .qh_list .lia:hover img:nth-child(2n) { opacity: 1; }

.indexBox5 .item_list { border-radius: 15px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); overflow: hidden; }

.indexBox5 .item_list .lis { background-color: #fff; height: 525px; overflow: hidden;}

.indexBox5 .item_list .lis .text { padding: 0 45px; padding-top: 100px; }

.indexBox5 .item_list .lis .text h3 { margin-top: 70px; margin-bottom: 5px; line-height: 1; font-size: 32px; color: #333; font-weight: normal; }

.indexBox5 .item_list .lis .text h4 { margin-bottom: 30px; font-size: 14px; font-weight: normal; color: #666666; }

.indexBox5 .item_list .lis .text p { color: #808080; line-height: 26px; height: 104px; margin-bottom: 40px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.indexBox5 .item_list .lis .text a { display: block; width: 145px; height: 44px; line-height: 44px; border-radius: 44px; color: #fff; background-color: #549CFE; font-weight: bold; text-align: center; display: flex; justify-content: center; align-items: center; }

.indexBox5 .item_list .lis .text a.rico span { width: 24px; height: 24px; background-color: #fff; color: #549CFE; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.indexBox5 .item_list .lis .imgbox { height: 100%; }

.indexBox5 .item_list .lis .imgbox img { max-width: none; height: 100%; }

.indexBox6 { background: url(../image/index6.png) center center no-repeat; background-size: cover; }

.indexBox6 .left .head { margin-bottom: 20px; }

.indexBox6 .left .head h3 { font-size: 48px; color: #333; font-weight: normal; line-height: 1; }

.indexBox6 .left .head h4 { font-size: 28px; color: #808080; font-weight: normal; }

.indexBox6 .left .list li { font-size: 28px; color: #808080; margin-top: 20px; cursor: pointer; }

.indexBox6 .left .list li:hover, .indexBox6 .left .list li.on { color: #549CFE; }

.indexBox6 .indexNews_swiper { height: 550px; }

.indexBox6 .lis_swi .swiper { padding-bottom: 40px; }

.indexBox6 .lis_swi .swiper .swiper-scrollbar { left: 0; height: 8px; width: 100%; background-color: rgba(255, 255, 255, 0.5); }

.indexBox6 .lis_swi .swiper .swiper-scrollbar .swiper-scrollbar-drag { background-color: #549CFE; cursor: pointer; }

.indexBox6 .lis_swi .swiper .swiper-scrollbar .swiper-scrollbar-drag:hover { background-color: #c2a154; }

.indexBox6 .lis_swi .lis_item .imgbox { margin-bottom: 20px; border-radius: 20px; }

.indexBox6 .lis_swi .lis_item .text .date { font-size: 14px; margin-bottom: 20px; color: #333333; }

.indexBox6 .lis_swi .lis_item .text .title { font-size: 18px; margin-bottom: 20px; color: #333; }

.indexBox6 .lis_swi .lis_item .text .date { font-size: 16px; color: #333; }

.indexBox6 .lis_swi .lis_item:hover img { transform: scale(1.1); }

.indexBox6 .lis_swi .lis_item:hover .text .date { color: #549CFE; }

.indexBox6 .lis_swi .lis_item:hover .text .title { color: #549CFE; }

.indexBox7 { background: url(../image/index7.png) center center no-repeat; background-size: cover; }

.indexBox7 .card { width: 546px; height: 611px; background: url(../image/index7_1.png) center center no-repeat; padding: 0 110px; padding-top: 215px; margin: auto; text-align: center; }

.indexBox7 .card h3 { font-size: 38px; font-weight: bold; color: #035dac; margin-bottom: 40px; }

.indexBox7 .card p { color: #808080; line-height: 1.8; margin-bottom: 40px; }

.indexBox7 .card a { display: block; width: 145px; height: 44px; line-height: 44px; border-radius: 44px; color: #fff; background-color: #549CFE; font-weight: bold; text-align: center; margin: auto; display: flex; justify-content: center; align-items: center; }

.indexBox7 .card a.rico span { width: 24px; height: 24px; background-color: #fff; color: #549CFE; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.footer { background-color: #f7f7f7; }

.footer .banquanCont { height: 260px; padding: 60px 70px; border-bottom: 1px solid #dedede; display: flex; justify-content: space-between; align-items: center; }

.footer .banquanCont .dhBar { display: flex; }

.footer .banquanCont .dhBar dl { margin-right: 100px; }

.footer .banquanCont .dhBar dl dt { color: #333333; font-size: 16px; margin-bottom: 30px; }

.footer .banquanCont .dhBar dl dd p { font-size: 14px; color: #808080; line-height: 2; }

.footer .banquanCont .ewmBox .imgbox { margin-bottom: 10px; width:120px;height:120px;}

.footer .banquanCont .ewmBox p { color: #333; font-size: 14px; text-align:center;}

.footer .botBar { display: flex; justify-content: center; padding: 0 70px; align-items: center; height: 90px; }

.footer .botBar .le { display: flex; text-align:center;}

.footer .botBar .tLink { display: flex; margin-left: -20px; align-items: center; }

.footer .botBar .tLink a { height: 60px; width: 126px; line-height: 60px; font-size: 18px; text-align: center; border-radius: 60px; margin-right: 10px; }

.footer .botBar .tLink a:hover { background-color: #549CFE; color: #fff; }

.footer .botBar .imLink { display: flex; align-items: center; margin-right: 40px; }

.footer .botBar .imLink a { width: 46px; height: 46px; border-radius: 50%; border: 1px solid #aaa; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-right: 10px; }

.footer .botBar .imLink a:hover { background-color: #549CFE; border: 1px solid #549CFE; color: #fff; }

.footer .botBar .bq { font-size: 14px; color: #808080; line-height: 60px; }

.footer .botBar .yqlj { width: 250px; display: flex; justify-content: space-between; align-items: center; padding-left: 10px; position: relative; height: 40px; border-bottom: 1px solid #dedede; cursor: pointer; font-size: 14px; }

.footer .botBar .yqlj span { width: 45px; height: 40px; display: flex; align-items: center; justify-content: center; }

.footer .botBar .yqlj span i { width: 8px; height: 8px; border-top: 1px solid #333; border-right: 1px solid #333; transform: rotate(-45deg); }

.footer .botBar .yqlj .yqBox { position: absolute; bottom: 40px; background-color: #fff; width: 100%; left: 0; display: none; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.footer .botBar .yqlj .yqBox a { display: block; padding: 10px; }

.footer .botBar .yqlj .yqBox a:hover { background-color: rgba(51, 51, 51, 0.1); }

.souBox1 { background: url(../image/index3.png) center center no-repeat; background-size: cover; }

.souBox1 .item_list { margin-bottom: 40px; }

.souBox1 .item_list .text h3 { font-size: 48px; color: #035dac; margin-bottom: 20px; font-weight: normal; padding-left: 20px; }

.souBox1 .item_list .text .ct { max-width: 649px; border-radius: 20px; padding: 40px 20px; background-color: rgba(255, 255, 255, 0.6); font-size: 18px; color: #515151; line-height: 2; }

/*.souBox1 .item_list .text .ct p { height: 108px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }*/

.souBox1 .item_list .text .ct p.show { height: auto; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 30; -webkit-box-orient: vertical; }

.souBox1 .item_list .text .ct .vt { display: block; margin: auto; margin-right: 0; margin-top: 20px; padding: 0 10px; height: 18px; background-color: #035dac; color: #fff; font-size: 12px; border-radius: 18px; line-height: 18px; transform: translateY(-2px); width: max-content; cursor: pointer; }

.souBox1 .item_list .text .ct .moreCont { display: none; }

.souBox1 .item_list .text .ct .viewMoLe { display: none; }

.souBox1 .bot_btn_list { display: flex; justify-content: center; padding-bottom: 40px; }

.souBox1 .bot_btn_list .lis { margin: 0 60px; cursor: pointer; }

.souBox1 .bot_btn_list .lis .imgbox { width: 90px; height: 90px; position: relative; margin-bottom: 10px; }

.souBox1 .bot_btn_list .lis .imgbox img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; }

.souBox1 .bot_btn_list .lis .imgbox img:last-child { opacity: 0; }

.souBox1 .bot_btn_list .lis p { color: #fff; text-align: center; }

.souBox1 .bot_btn_list .lis.on .imgbox img { opacity: 0; }

.souBox1 .bot_btn_list .lis.on .imgbox img:last-child { opacity: 1; }

.souBox1 .bot_btn_list .lis:nth-child(1), .souBox1 .bot_btn_list .lis:nth-child(4) { transform: translateY(20px); }

.souBox2 { background: url(../image/bg1.png) center center no-repeat; background-size: cover; }

.souBox2 .container { max-width: 1000px; }

.details .container .title{ text-align: center; }

.souBox2 .text { padding-left: 60px; color: #fff; margin-bottom: 40px; }

.souBox2 .text h3 { font-size: 48px; color: #fff; margin-bottom: 50px; font-weight: normal; }

.souBox2 .text p { max-width: 649px; font-size: 18px; color: #fff; line-height: 2; }

.souBox3 { background: url(../image/bg2.png) center center no-repeat; background-size: cover; }

.souBox3 .container { max-width: 1200px; }

.souBox3 .text { color: #fff; margin-bottom: 40px; }

.souBox3 .text h3 { font-size: 48px; color: #035dac; margin-bottom: 50px; font-weight: normal; }

.souBox3 .text p { max-width: 550px; font-size: 18px; color: #515151; line-height: 2; }

.souBox4 { background: url(../image/bg3.png) center center no-repeat; background-size: cover; }

.souBox4 .container { max-width: 1200px; }

.souBox4 .text { margin-bottom: 40px; }

.souBox4 .text h3 { font-size: 48px; color: #fff; margin-bottom: 50px; font-weight: normal; text-align: center; }

.souBox4 .text p { font-size: 18px; color: #035dac; line-height: 2; text-align: center; }

.souBox5 { background: url(../image/bg4.png) center center no-repeat; background-size: cover; }

.souBox5 .text h3 { color: #fff; font-size: 48px; margin-bottom: 40px; font-weight: normal; text-align: center; }

.souBox5 .card { background-color: #fff; border-radius: 12px; padding: 40px; }

.souBox5 .card .lia { display: flex; padding: 25px 0; align-items: center; justify-content: space-between; color: #333; border-bottom: 1px solid #dedede; }

.souBox5 .card .lia p { font-size: 24px; }

.souBox5 .card .lia span { font-size: 16px; }

.souBox5 .card .lia:hover { color: #549CFE; }

.neiBanner { position: relative; }

.neiBanner .container { position: absolute; width: 100%; bottom: 0; left: 50%; transform: translateX(-50%); padding: 60px 0; }

.neiBanner .container h3 { width: 172px; line-height: 70px; color: #fff; background-color: #549CFE; text-align: center; font-weight: normal; font-size: 32px; border-radius: 10px; margin-bottom: 20px; }

.neiBanner .container h4 { position: relative; line-height: 1; font-size: 48px; color: #fff; }

.neiBanner .container h4 svg { height: 60px; }

.neiBanner .container h4::before { position: absolute; content: ''; left: -640px; top: 50%; height: 1px; transform: translateY(-50%); width: 600px; background-color: #fff; }

.neiBanner .container h4::after { position: absolute; content: ''; left: -40px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background-color: #fff; border-radius: 50%; }

.neiPageNav { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.neiPageNav .container { display: flex; }

.neiPageNav .container .lia { line-height: 70px; padding: 0 40px; border-right: 1px solid #dedede; border-left: 1px solid #dedede; margin-right: -1px; }

.neiPageNav .container .lia:hover, .neiPageNav .container .lia.on { background-color: #549CFE; color: #fff; }

.aboutPage1 .desc { color: #999999; margin-bottom: 20px; }

.aboutPage1 .desc .zkBtn { color: #035dac; cursor: pointer; }

.aboutPage1 .list { display: flex; justify-content: space-around; background-color: #f9f9f9; padding: 40px 0; }

.aboutPage1 .list .lis h3 { margin-bottom: 10px; }

.aboutPage1 .list .lis h3 b { font-weight: normal; color: #549CFE; line-height: 1; font-size: 38px; }

.aboutPage1 .list .lis h3 span { color: #999; font-size: 16px; font-weight: normal; margin-left: 5px; }

.aboutPage1 .list .lis p { color: #999; }

.aboutPage1 .videoBox { margin-top: 60px; cursor: pointer; }

.aboutPage2 { background: url(../image/abg1.png) center center no-repeat; background-size: cover; }

.aboutPage2 .lis { display: block; background-color: #fff; border-radius: 10px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.aboutPage2 .lis .text { padding: 30px 25px; }

.aboutPage2 .lis .text h3 { font-size: 18px; color: #333; font-weight: normal; margin-bottom: 10px; }

.aboutPage2 .lis .text p { color: #549CFE; }

.aboutPage2 .lis:hover img { transform: scale(1.1); }

.aboutPage3 .card { border-radius: 10px; overflow: hidden; margin-top: 40px; }

.aboutPage3 .lis { height: 200px; padding: 20px; color: #fff; padding-top: 40px; }

.aboutPage3 .lis.bg1 { background: url(../image/ab31.png) center center no-repeat; background-size: cover; }

.aboutPage3 .lis.bg2 { background: url(../image/ab32.png) center center no-repeat; background-size: cover; color: #333; }

.aboutPage3 .lis.bg3 { background: url(../image/ab33.png) center center no-repeat; background-size: cover; }

.aboutPage3 .lis.bg4 { background: url(../image/ab34.png) center center no-repeat; background-size: cover; color: #333; }

.aboutPage3 .lis.bg5 { background: url(../image/ab35.png) center center no-repeat; background-size: cover; color: #333; }

.aboutPage3 .lis h3 { font-weight: normal; font-size: 16px; }

.aboutPage3 .lis h4 { font-weight: normal; font-size: 20px; margin-bottom: 10px; }

.aboutPage3 .lis p { font-size: 16px; }

.aboutPage4 { background: url(../image/abg4.png) center center no-repeat; background-size: cover; }

.aboutPage4 .swiper-slide { padding: 10px; display: flex; align-items: flex-end; }

.aboutPage4 .fazhan_lis { background-color: #fff; border-radius: 10px; overflow: hidden; padding: 40px 35px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.aboutPage4 .fazhan_lis .desc .date { font-size: 16px; font-weight: normal; color: #333; }

.aboutPage4 .fazhan_lis .desc .date span { font-size: 30px; color: #549CFE; margin-right: 5px; }

.aboutPage4 .fazhan_lis .desc p { color: #696969; padding: 20px 0; border-bottom: 1px solid #dedede; }

.aboutPage4 .date { margin-top: 40px; position: relative; }

.aboutPage4 .date::before { content: ''; position: absolute; height: 10px; width: 100%; left: 0; top: 49px; width: 100%; background-color: #fff; }

.aboutPage4 .date .lis { position: relative; display: flex; flex-direction: column; align-items: center; cursor: pointer; }

.aboutPage4 .date .lis .jt { margin-bottom: 15px; transition: ease 0.5s; opacity: 0; }

.aboutPage4 .date .lis .jt i { display: block; width: 20px; height: 20px; border-top: 2px solid #549CFE; border-left: 2px solid #549CFE; transform: rotate(45deg); }

.aboutPage4 .date .lis .di { margin-bottom: 20px; width: 18px; height: 18px; border: 3px solid #549CFE; background-color: #fff; border-radius: 50%; transition: ease 0.5s; display: flex; justify-content: center; align-items: center; }

.aboutPage4 .date .lis .di i { font-size: 10px; opacity: 0; color: #fff; }

.aboutPage4 .date .lis h3 { font-size: 22px; color: #808080; font-weight: normal; transition: ease 0.5s; height: 46px; line-height: 46px; }

.aboutPage4 .date .lis:hover .di { transform: scale(1.4); }

.aboutPage4 .date .swiper-slide-active .lis .jt { opacity: 1; }

.aboutPage4 .date .swiper-slide-active .lis .di { background-color: #549CFE; transform: scale(1.5); }

.aboutPage4 .date .swiper-slide-active .lis .di i { opacity: 1; }

.aboutPage4 .date .swiper-slide-active .lis h3 { font-weight: bold; font-size: 32px; color: #549CFE; }

.aboutPage4 .date .npBar { position: absolute; top: 40px; left: 0; height: 0; width: calc(100% + 10px); margin: 0 -5px; display: flex; justify-content: space-between; z-index: 15; }

.aboutPage4 .date .npBar div { background-color: #549CFE; line-height: 1; border-radius: 50%; border: 1px solid #dedede; cursor: pointer; width: 26px; height: 26px; }

.aboutPage4 .date .npBar div i { font-size: 24px; color: #fff; }

.aboutPage4 .date .npBar div:hover { background-color: #fff; }

.aboutPage4 .date .npBar div:hover i { color: #549CFE; }

.aboutPage5 .list { position: relative; }

.aboutPage5 .list .npBar { position: absolute; bottom: -18px; right: 0px; width: 15%; max-width: 100px; margin: 0 -5px; display: flex; justify-content: space-between; z-index: 15; }

.aboutPage5 .list .npBar div { background-color: #999; line-height: 1; border-radius: 50%; border: 3px solid #999; cursor: pointer; }

.aboutPage5 .list .npBar div i { font-size: 36px; color: #fff; }

.aboutPage5 .list .npBar div:hover { background-color: #fff; }

.aboutPage5 .list .npBar div:hover i { color: #999; }

.aboutPage5 .swiper { padding-bottom: 50px; }

.aboutPage5 .swiper .swiper-scrollbar { max-width: 1100px; width: 80%; left: 0; }

.aboutPage5 .swiper .swiper-scrollbar .swiper-scrollbar-drag { background-color: #549CFE; }

.aboutPage5 .swiper .swiper-scrollbar .swiper-scrollbar-drag:hover { background-color: #c2a154; }

.zhiciPage1 .desc h3 { font-size: 34px; color: #333; font-weight: normal; line-height: 1; margin-bottom: 10px; }

.zhiciPage1 .desc h4 { font-size: 24px; font-style: italic; font-weight: normal; color: #808080; margin-bottom: 10px; }

.zhiciPage1 .desc h5 { font-size: 20px; font-weight: normal; color: #333; margin-bottom: 20px; }

.zhiciPage1 .desc .line { height: 4px; width: 40px; background-color: #549CFE; margin-bottom: 30px; }

.zhiciPage1 .desc p { color: #808080; line-height: 2; }

.zhiciPage2 .head { position: relative; margin-bottom: 20px; }

.zhiciPage2 .head h3 { font-size: 24px; color: #333; font-weight: normal; }

.zhiciPage2 .head::before { content: ''; position: absolute; width: calc(100% - 120px); top: 50%; right: 0; height: 1px; background-color: #dedede; }

.zhiciPage2 p { color: #808080; margin-bottom: 15px; }

.prodPage3, .prodPage2, .prodPage1 { background: url(../image/pdbg1.png) center center no-repeat; background-size: cover; }

.prodPage3 .head, .prodPage2 .head, .prodPage1 .head { max-width: 680px; margin: auto; margin-bottom: 60px; }

.prodPage3 .list, .prodPage2 .list, .prodPage1 .list { position: relative; }

.prodPage3 .list .npBar, .prodPage2 .list .npBar, .prodPage1 .list .npBar { position: absolute; top: 50%; left: 0; height: 0; width: calc(100% + 10px); margin: 0 -5px; display: flex; justify-content: space-between; z-index: 15; }

.prodPage3 .list .npBar div, .prodPage2 .list .npBar div, .prodPage1 .list .npBar div { height: max-content; line-height: 1; border-radius: 50%; cursor: pointer; }

.prodPage3 .list .npBar div i, .prodPage2 .list .npBar div i, .prodPage1 .list .npBar div i { font-size: 60px; color: rgba(0, 0, 0, 0.2); }

.prodPage3 .list .npBar div:hover i, .prodPage2 .list .npBar div:hover i, .prodPage1 .list .npBar div:hover i { color: #549CFE; }

.prodPage3 .list .swiper, .prodPage2 .list .swiper, .prodPage1 .list .swiper { max-width: 1200px; margin: auto; }

.prodPage3 .list .lis, .prodPage2 .list .lis, .prodPage1 .list .lis { text-align: center; }

.prodPage3 .list .lis .imgbox, .prodPage2 .list .lis .imgbox, .prodPage1 .list .lis .imgbox { max-width: 386px; margin-bottom: 20px; }

.prodPage3 .list .lis h3, .prodPage2 .list .lis h3, .prodPage1 .list .lis h3 { color: #333; font-weight: normal; font-size: 18px; }

.prodPage3 .list .lis p, .prodPage2 .list .lis p, .prodPage1 .list .lis p { color: #549CFE; font-size: 14px; text-transform: uppercase; }

.prodPage2 { background: url(../image/pdbg2.png) center center no-repeat; background-size: cover; }

.prodPage3 { background: url(../image/pdbg3.png) center center no-repeat; background-size: cover; }

.prod_xilie_page1 .lis { display: flex; align-items: center; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); border-bottom-right-radius: 65px; margin-bottom: 40px; }

.prod_xilie_page1 .lis .imgbox { width: 50%; }

.prod_xilie_page1 .lis .text { width: 50%; padding: 40px; }

.prod_xilie_page1 .lis .text h3 { font-weight: normal; font-size: 32px; }

.prod_xilie_page1 .lis .text h4 { font-weight: normal; font-size: 16px; margin-bottom: 10px; text-transform: uppercase; color: #549CFE; }

.prod_xilie_page1 .lis .text p { color: #808080; line-height: 2; height: 128px; margin-bottom: 20px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.prod_xilie_page1 .lis .text .bta { display: flex; }

.prod_xilie_page1 .lis .text .bta a { width: 144px; height: 57px; line-height: 55px; border-radius: 57px; text-align: center; border: 1px solid #dedede; margin-right: 10px; }

.prod_xilie_page1 .lis .text .bta a:hover { border: 1px solid #549CFE; background-color: #549CFE; color: #fff; }

.prod_xilie_page1 .lis:nth-child(2n) { flex-direction: row-reverse; border-bottom-right-radius: 0; border-bottom-left-radius: 65px; }

.prod_xilie_page1 .lis:nth-child(2n) .text { text-align: right; }

.newsPage1 .hotNews { display: flex; border-radius: 10px; border-top-right-radius: 0; border-bottom-right-radius: 65px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); overflow: hidden; margin-bottom: 20px; }

.newsPage1 .hotNews .imgbox { width: 50%; }

.newsPage1 .hotNews .text { width: 50%; padding: 60px; }

.newsPage1 .hotNews .text h3 { font-size: 22px; color: #549CFE; font-weight: normal; margin-bottom: 20px; }

.newsPage1 .hotNews .text p { color: #808080; height: 128px; margin-bottom: 20px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.newsPage1 .hotNews .text .bts { width: 145px; height: 44px; padding: 0 15px; background-color: #fff; color: #549CFE; border-radius: 44px; line-height: 1; display: flex; justify-content: space-between; align-items: center; border: 1px solid #549CFE; transition: ease 0.5s; }

.newsPage1 .hotNews .text .bts span { width: 24px; height: 24px; background-color: #fff; color: #549CFE; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.newsPage1 .hotNews .text .bts:hover { background-color: #549CFE; color: #fff; }

.newsPage1 .list .lis { display: block; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; }

.newsPage1 .list .lis .desc { padding: 20px; }

.newsPage1 .list .lis .imgbox { border-radius: 10px; }

.newsPage1 .list .lis .date { font-size: 14px; color: #808080; }

.newsPage1 .list .lis h3 { font-size: 20px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; }

.newsPage1 .list .lis p { font-size: 14px; color: #808080; line-height: 2; height: 56px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 20px; }

.newsPage1 .list .lis .bts { width: 145px; height: 44px; padding: 0 15px; background-color: #fff; color: #549CFE; border-radius: 44px; line-height: 1; display: flex; justify-content: space-between; align-items: center; border: 1px solid #549CFE; transition: ease 0.5s; }

.newsPage1 .list .lis .bts span { width: 24px; height: 24px; background-color: #fff; color: #549CFE; font-size: 10px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-left: 10px; }

.newsPage1 .list .lis .bts:hover { background-color: #549CFE; color: #fff; }

.newsPage1 .list .lis:hover h3 { color: #549CFE; }

.kechixuPage1 .hot { display: flex; justify-content: space-between; margin-bottom: 40px; }

.kechixuPage1 .hot .lis { display: block; width: 49%; position: relative; border-radius: 10px; overflow: hidden; }

.kechixuPage1 .hot .lis .desc { position: absolute; bottom: 0; width: 100%; left: 0; color: #fff; padding: 30px; transition: ease 0.5s; }

.kechixuPage1 .hot .lis .desc .date { font-size: 18px; margin-bottom: 10px; }

.kechixuPage1 .hot .lis .desc .tit { background: url(../image/kcx.png) bottom center no-repeat; background-size: cover; display: flex; font-size: 18px; line-height: 1; align-items: center; justify-content: space-between; }

.kechixuPage1 .hot .lis .desc .tit span i { font-size: 26px; }

.kechixuPage1 .hot .lis:hover .desc { color: #549CFE; }

.kechixuPage1 .list .lia { display: block; padding: 30px 0; border-bottom: 1px solid #dedede; }

.kechixuPage1 .list .lia .desc { display: flex; justify-content: space-between; align-items: center; color: #333; margin-bottom: 10px; transition: ease 0.5s; }

.kechixuPage1 .list .lia .desc h3 { font-size: 18px; font-weight: normal; width: calc(100% - 90px); }

.kechixuPage1 .list .lia .desc span { width: 90px; text-align: center; }

.kechixuPage1 .list .lia .desc span i { margin-left: 5px; }

.kechixuPage1 .list .lia .date { font-size: 18px; color: #808080; }

.kechixuPage1 .list .lia:hover .desc { color: #549CFE; }

.contactPage1 .bo { border-radius: 10px; overflow: hidden; }

.contactPage1 .cont { padding: 45px; background-color: #f6f6f6; }

.contactPage1 .cont h3 { color: #333; font-size: 28px; font-weight: normal; margin-bottom: 10px; }

.contactPage1 .cont .call { display: flex; align-items: flex-end; margin-bottom: 25px; }

.contactPage1 .cont .call span { font-size: 18px; color: #666; }

.contactPage1 .cont .call b { font-size: 42px; color: #549CFE; line-height: 1; }

.contactPage1 .cont .co { display: flex; color: #808080; margin-bottom: 25px; }

.contactPage1 .cont .ewmBox { display: flex; }

.contactPage1 .cont .ewmBox .lis { text-align: center; margin-right: 20px; }

.contactPage1 .cont .ewmBox .lis p { font-size: 14px; color: #808080; margin-top: 10px; }

.contactPage1 .fom { background-color: #549CFE; height: 100%; color: #fff; padding: 45px; }

.contactPage1 .fom h3 { font-size: 28px; font-weight: normal; text-align: center; margin-bottom: 10px; }

.contactPage1 .fom p { font-size: 14px; text-align: center; line-height: 2; margin-bottom: 10px; }

.contactPage1 .fom form { display: block; }

.contactPage1 .fom form .input_item { background-color: #fff; padding: 10px; color: #808080; font-size: 14px; border-radius: 8px; display: flex; }

.contactPage1 .fom form .input_item span { width: 45px; text-align: center; }

.contactPage1 .fom form .input_item input, .contactPage1 .fom form .input_item textarea { width: calc(100% - 45px); border: none; resize: none; outline: none; padding: 0 5px; }

.contactPage1 .fom form .input_item textarea { padding: 3px 5px; height: 80px; }

.contactPage1 .fom form button { display: block; width: 180px; line-height: 44px; text-align: center; background-color: #fff; color: #549CFE; font-size: 18px; border-radius: 10px; margin: auto; margin-top: 20px; }

#map { margin-top: 60px; height: 500px; width: 100%; }

.renliPage1 .input_item { border-bottom: 1px solid #dedede; display: flex; justify-content: space-between; align-items: center; }

.renliPage1 .input_item select { padding: 15px; width: 100%; }

.renliPage1 .list { margin-top: 40px; }

.renliPage1 .list .lis { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; background-color: #f5f5f5; border-top-left-radius: 45px; border-bottom-right-radius: 45px; }

.renliPage1 .list .lis .desc h3 { font-size: 24px; font-weight: normal; color: #333; margin-bottom: 10px; }

.renliPage1 .list .lis .desc p { font-size: 14px; color: #808080; }

.renliPage1 .list .lis .mo { color: #333; }

.renliPage1 .list .lis:hover { background-color: #549CFE; }

.renliPage1 .list .lis:hover .desc p, .renliPage1 .list .lis:hover .desc h3 { color: #fff; }

.renliPage1 .list .lis:hover .mo { color: #fff; }

.detailPage1 { position: relative; }

.detailPage1 .bg { height: 1723px; }

.detailPage1 .bg img { height: 100%; max-width: none; }

.detailPage1 .container { position: absolute; left: 50%; top: 0; transform: translateX(-50%); }

.detailPage1 .container .text { padding-top: 200px; padding-left: 200px; height: 900px; }

.detailPage1 .container .text .imgbox { width: 339px; margin-left: 0; }

.detailPage1 .container .text2 .imgbox { margin-top: 40px; }

.pd_head { margin-bottom: 40px; text-align: center; }

.pd_head .imgbox { width: 70px; margin-bottom: 10px; }

.pd_head h3 { font-size: 42px; color: #2458a8; font-weight: normal; }

.pd_head h4 { font-size: 24px; color: #007ed2; font-weight: normal; }

.detailPage2 { background: url(../image/prod_bg2.png) center center no-repeat; background-size: cover; }

.detailPage2 .list { max-width: 1200px; margin: auto; }

.detailPage2 .list .lis { display: flex; align-items: center; margin-bottom: 40px; }

.detailPage2 .list .lis .imgbox { width: 510px; }

.detailPage2 .list .lis .desc { width: calc(100% - 510px); }

.detailPage2 .list .lis .desc h3 { font-size: 38px; color: #066cb7; font-weight: normal; margin-bottom: 10px; }

.detailPage2 .list .lis .desc p { color: #066cb7; height: 60px; }

.detailPage3 { background: url(../image/prod_bg3.png) center center no-repeat; background-size: cover; }

.detailPage3 .pd_head { margin-bottom: 40px; }

.detailPage3 .list { max-width: 1200px; margin: auto; display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }

.detailPage4 { background: url(../image/cfbg.png) center center no-repeat; background-size: cover; }

.detailPage4 .cont { background-color: rgba(255, 255, 255, 0.8); padding: 60px; }

.detailPage4 ._table ._tbr { display: flex; color: #808080; }

.detailPage4 ._table ._tbr._tbh { background-color: #a2c1dd; color: #fff; }

.detailPage4 ._table ._tbr ._tbc { width: 33%; height: 50px; line-height: 50px; text-align: center; }

.dameiPage2 .lis { max-width: 300px; margin: auto; text-align: center; }

.dameiPage2 .lis .ico { color: #a0a0a0; margin-bottom: 15px; transition: ease 0.5s; }

.dameiPage2 .lis .ico i { font-size: 60px; }

.dameiPage2 .lis h3 { font-weight: normal; color: #333; margin-bottom: 20px; transition: ease 0.5s; }

.dameiPage2 .lis p { color: #a0a0a0; }

.dameiPage2 .lis:hover .ico, .dameiPage2 .lis:hover h3 { color: #549CFE; }

.dameiPage3 .lunbo { position: relative; }

.dameiPage3 .lunbo .swiper { max-width: 1200px; margin: auto; }

.dameiPage3 .lunbo .np { position: absolute; width: 100%; top: 50%; left: 0; height: 0; display: flex; justify-content: space-between; }

.dameiPage3 .lunbo .np div { cursor: pointer; }

.dameiPage3 .lunbo .np div i { font-size: 60px; opacity: 0.4; }

.dameiPage3 .lunbo .np div:hover i { color: #549CFE; opacity: 0.9; }

.dameiPage4 .container { max-width: 1200px; }

.dameiPage4 .__col_ty1 { width: 980px; }

.dameiPage4 .__col_ty2 { width: 220px; }

.dameiPage4 .__col_ty3 { width: 400px; }

.dameiPage4 .__col_ty4 { width: 580px; }

.dameiPage4 .text { width: 100%; height: 100%; padding: 30px; display: flex; flex-direction: column; align-items: center; background-color: #f7f7f7; justify-content: center; }

.dameiPage4 .text h3 { font-size: 24px; font-weight: normal; color: #333; }

.dameiPage4 .text h4 { font-weight: normal; color: #a2a2a2; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }

.dameiPage4 .text p { font-size: 14px; color: #808080; }

.dameiPage5 .imgbox { height: 240px; }

.dameiPage5 .imgbox img { max-width: none; height: 100%; }

.dameiPage6 .container { max-width: 1200px; }

.dameiPage6 .__col_ty1 { width: 900px; }

.dameiPage6 .__col_ty2 { width: 300px; padding: 10px 5px; }

.dameiPage6 .list .lis { position: relative; }

.dameiPage6 .list .lis .desc { width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff; padding: 30px; }

.dameiPage6 .list .lis .desc h3 { font-weight: normal; font-size: 24px; }

.dameiPage6 .list .lis .desc h4 { font-size: 14px; font-weight: normal; margin-bottom: 10px; text-transform: uppercase; }

.dameiPage6 .list .lis .desc p { font-size: 14px; }

.detail2Page1 { padding: 60px 0; }

.detail2Page1 .container { position: relative; }

.detail2Page1 .prod { position: absolute; right: 150px; top: -40px; }

.detail2Page1 .cont {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 150px 0;}

.detail2Page1 .cont .head { margin-bottom: 30px; }

.detail2Page1 .cont .head h3 { font-size: 36px; color: #549CFE; font-weight: normal; margin-bottom: 20px; }

.detail2Page1 .cont .head h4 { width: 66px; height: 4px; background-color: #549CFE; margin-bottom: 20px; }

.detail2Page1 .cont .head p { font-size: 20px; margin-bottom: 10px; color: #549CFE; }

.detail2Page1 .cont .desc p { font-size: 18px; color: #333; margin-bottom: 10px; }

.dameiPage7 .list .lis { padding: 10px; border: 1px solid #dedede; transition: ease 0.5s; }

.dameiPage7 .list .lis .imgbox { margin-bottom: 20px; }

.dameiPage7 .list .lis .desc h3 { font-size: 16px; font-weight: normal; color: #333333; padding-left: 10px; border-left: 6px solid #549CFE; line-height: 16px; margin-bottom: 10px; }

.dameiPage7 .list .lis .desc p { font-size: 16px; color: #808080; padding-left: 16px; }

.dameiPage7 .list .lis:hover { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.pd_de_item1 .container { max-width: 1100px; }

.pd_de_item1 .text { height: 100%; display: flex; flex-direction: column; justify-content: center; }

.pd_de_item1 .text .tit { color: #007ed2; margin-bottom: 20px; }

.pd_de_item1 .text .tit h3 { font-size: 48px; font-weight: normal; margin-bottom: 20px; }

.pd_de_item1 .text .tit .line { height: 6px; width: 66px; background-color: #007ed2; margin-bottom: 20px; }

.pd_de_item1 .text .tit h4 { font-size: 26px; font-weight: normal; }

.pd_de_item1 .text .desc { font-size: 20px; color: #333333; }

.pd_de_item1 .text .desc p { margin-bottom: 10px; }

.pd_de_item3 { min-height: 950px; }

.pd_de_item3 .cont { border: 1px solid #fff; padding: 10px; border-radius: 10px; }

.pd_de_item3 .cont .card { border-radius: 10px; background-color: rgba(255, 255, 255, 0.8); padding: 60px; }

.pd_de_item3 .cont .card .tit { text-align: center; margin-bottom: 40px; color: #007ed2; }

.pd_de_item3 .cont .card .tit h3 { font-size: 32px; font-weight: normal; }

.pd_de_item3 .cont .card .tit p { font-size: 18px; text-transform: uppercase; }

.mbView { display: none; }
.scroll_box #scroll_cont .pc{
  display: block;
}
.scroll_box #scroll_cont .wap{
  display: none;
}
.zhiciPage2 .container .zcxq{
  display: block;
}
.zhiciPage2 .container .zcxq1{
  display: none;
    
}
.pcView .prodetailimg{
    overflow: hidden;
}
.pcView .prodetailimg img{
    width: 1920px;
    
    max-width: 1920px;
    margin: 0 auto;
}
@media (max-width: 768px) { 
  .pcView { display: none; }
  .mbView { display: block; } 
  .scroll_box #scroll_cont .pc{
    display: none;
  }
  .scroll_box #scroll_cont .wap{
    display: block;
  }
}
@charset "utf-8";

@font-face {
  font-family: 'AuxinMedium';
  src: url(../fonts/AuxinMedium.otf);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.otf);
}

.page_info {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  color: #333;
  height: auto;
  margin-bottom: 30px;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
}

.page_list {
  display: flex;
  justify-content: center;
  height: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.page_list a {
  display: inline-block;
  color: #549CFE;
  text-align: center;
  padding: 3px 10px;
  margin: 3px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.page_list a:hover {
  color: #fff;
  color: #549CFE;
  border-bottom: 2px solid #549CFE;
  border-radius: 0px;
}

.page_list a.on {
  color: #333;
  background: #549CFE;
  color: #fff;
}

html,
body,
div,
span,
p,
a,
img,
ul,
li,
form,
table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

body,
html {
  font-family: 'å¾®è½¯é›…é»‘', 'playfair_regular', Arial, 'PingFangSC-Regular', 'Microsoft YaHei', 'Helvetica', sans-serif;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font: 14px;
  line-height: 1.4286;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:active {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  outline: none;
  -webkit-appearance: none;
  border: 0;
}

button {
  background: none;
  border: 0;
  outline: none;
  font-family: Arial, 'PingFang', 'Helvetica', sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fw {
  display: flex;
}

.fwc {
  justify-content: space-between;
}

.pd40 {
  padding: 40px 0;
}

.pd60 {
  padding: 60px 0;
}

.pd80 {
  padding: 40px 0;
}

.pd100 {
  padding: 100px 0;
}

.pd120 {
  padding: 120px 0;
}

.pdbot0 {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.imgbox {
  width: max-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.imgbox img {
  max-width: 100%;
  /*object-fit: cover;*/
  transition: ease 0.5s;
}

.imgbox-1 {
  border: 4px solid rgba(84,156,254, 0.5);
  ;
}

.icobox {
  width: max-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.icobox img {
  max-width: 100%;
}


._row {
  display: flex;
  flex-wrap: wrap;
}

._warp {
  flex-wrap: wrap;
}

._col1 {
  width: 5%;
}

._col2 {
  width: 10%;
}

._col3 {
  width: 15%;
}

._col4 {
  width: 20%;
}

._col5 {
  width: 25%;
}

._col6 {
  width: 30%;
}

._col7 {
  width: 35%;
}

._col8 {
  width: 40%;
}

._col9 {
  width: 45%;
}

._col10 {
  width: 50%;
}

._col11 {
  width: 55%;
}

._col12 {
  width: 60%;
}

._col13 {
  width: 65%;
}

._col14 {
  width: 70%;
}

._col15 {
  width: 75%;
}

._col16 {
  width: 80%;
}

._col17 {
  width: 85%;
}

._col18 {
  width: 90%;
}

._col19 {
  width: 95%;
}

._col20 {
  width: 100%;
}

._col_1_3_32 {
  width: 32%;
}

._col_1_3 {
  width: 33.3333%;
}

._col_2_3 {
  width: 66.6666%;

}

._col_1_6 {
  width: 16.6666%;
}

.headTit {
  text-align: center;
  margin-bottom: 40px;
}

.headTit h3 {
  font-size: 33px;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 10px;
}


.headTit h4 {
  font-size: 16px;
  margin: auto;
  color: #999999;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
}

.headTit.w p,
.headTit.w h3,
.headTit.w h4 {
  color: #fff;
}

.headTit h5 {
  width: 60px;
  height: 3px;
  background-color: #549CFE;
  margin: auto;
  margin-top: 10px;
}

.headTit p {
  margin-top: 15px;
  color: #999999;
  text-align: center;
  opacity: 0.9;
  font-size: 14px;
}

.headTit_l {
  text-align: left;
}

.headTit_l h5 {
  margin-left: 0;
}

a {
  transition: ease 0.3s;
}

._More {
  display: block;
  width: max-content;
  padding: 10px;
  border: 1px solid #dedede;
  width: 180px;
  text-align: center;
  color: #616161;
  margin: 40px auto 0;
  border-left: 3px solid #d80000;
}

._More i {
  color: red;
}

._More:hover {
  border-color: #d80000;
  background-color: #d80000;
  color: #fff;
}

._More:hover i {
  color: #fff;
}

._pd010 {
  padding: 0 10px;
}

._pd015 {
  padding: 0 15px;
}

._pd020 {
  padding: 0 20px;
}

._pd030 {
  padding: 0 30px;
}

._pd05 {
  padding: 0 5px;
}

._pd15 {
  padding: 15px;
}

._pd20 {
  padding: 20px;
}

._pd30 {
  padding: 30px;
}

._pd10 {
  padding: 10px;
}

._pd5 {
  padding: 5px;
}

._gut5 {
  margin: 0 -5px;
}

._gut10 {
  margin: 0 -10px;
}

._gut15 {
  margin: 0 -15px;
}

._gut20 {
  margin: 0 -20px;
}

._gut30 {
  margin: 0 -30px;
}

._mg_bot_20 {
  margin-bottom: 20px;
}

._mg_bot_40 {
  margin-bottom: 40px;
}

.pd_top_100_onlyPc {
  padding-top: 100px;
}

@media (max-width:768px) {
  .pd_top_100_onlyPc {
    padding-top: 0;
  }

  .pd60 {
    padding: 3rem 0;
  }

  .headTit {
    margin-bottom: 2rem;
  }

  .headTit h3 {
    font-size: 1.4rem;
  }

  .headTit h4 {
    font-size: 1rem;
  }

  ._row {}

  ._col_mb_1 {
    width: 5%;
  }

  ._col_mb_2 {
    width: 10%;
  }

  ._col_mb_3 {
    width: 15%;
  }

  ._col_mb_4 {
    width: 20%;
  }

  ._col_mb_5 {
    width: 25%;
  }

  ._col_mb_6 {
    width: 30%;
  }

  ._col_mb_7 {
    width: 35%;
  }

  ._col_mb_8 {
    width: 40%;
  }

  ._col_mb_9 {
    width: 45%;
  }

  ._col_mb_10 {
    width: 50%;
  }

  ._col_mb_11 {
    width: 55%;
  }

  ._col_mb_12 {
    width: 60%;
  }

  ._col_mb_13 {
    width: 65%;
  }

  ._col_mb_14 {
    width: 70%;
  }

  ._col_mb_15 {
    width: 75%;
  }

  ._col_mb_16 {
    width: 80%;
  }

  ._col_mb_17 {
    width: 85%;
  }

  ._col_mb_18 {
    width: 90%;
  }

  ._col_mb_19 {
    width: 95%;
  }

  ._col_mb_20 {
    width: 100%;
  }

  ._col_mb_none {
    display: none;
  }

  ._mb20 {
    margin-bottom: 20px;
  }

  ._mb_disnone {
    display: none;
  }

}















/* æ‰‹æœºå¯¼èˆª */
.mbHead {
  display: none;
}

@media (max-width:768px) {
  .pcHead {
    display: none;
  }

  .swiper-pagination {
    z-index: 3;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .mbHead {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background: url() center center no-repeat #fff;
    background-size: 100% auto;
  }

  .mbHead .bc {
    position: relative;
    height: 4rem;
    padding-top: 1rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }

  .mbHead .bc img {
    /* width: 80%; */
    height: 2rem;
    /* transform: translateY(-0.5rem); */
    margin-left: 1rem;
  }

  .mbHead .menuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4rem;
    height: 2rem;
    z-index: 1000;
  }

  .mbHead .menuBtn .menuBtns {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mbHead .menuBtn li {
    position: absolute;
    right: 1rem;
    height: 2px;
    width: 2rem;
    background-color: #333;
    margin: 0.5rem 0;
    transition: ease 0.2s;
  }

  .mbHead .menuBtn li:nth-child(1) {
    top: 0.05rem;
  }

  .mbHead .menuBtn li:nth-child(2) {
    top: 0.5rem;
  }

  .mbHead .menuBtn li:nth-child(3) {
    top: 1rem;
  }

  .mbHead .menuBtn .del {
    background-color: #999;
  }

  .mbHead .menuBtn .del:nth-child(1) {
    top: 0.5rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
  }

  .mbHead .menuBtn .del:nth-child(2) {
    display: none;
  }

  .mbHead .menuBtn .del:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
  }

  .mbHead .menuBox {
    position: absolute;
    width: 20rem;
    height: 100%;
    top: 0;
    right: -20rem;
    transition: 0.5s ease;
    z-index: 999;
    opacity: 0;
  }

  .mbHead .menuBox .menuBox1 {
    padding-top: 4rem;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  }

  .mbHead .menuBox .menuBox2 {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: 100%;
    display: none;
  }

  .mbHead .show {
    right: 0;
    opacity: 1;
  }

  .mbHead .chd {
    display: none;
    overflow: hidden;
    padding: 0 3%;
  }

  .mbHead .menuLi {
    padding: 1rem 3% 0;
    transition: ease 0.5s;
    border-bottom: 1px solid #dedede;
    color: #333;
  }

  .mbHead .menuLi h4 {
    padding: 0 0.5em 1rem;
    font-size: 1.1rem;

  }

  .mbHead .menuLi&gt;a {
    font-size: 1.2rem !important;
  }

  .mbHead .menuLi a {
    display: block;
    padding: 0 1rem 1rem;
    position: relative;
    font-size: 1rem;
  }

  .mbHead .menuLi a i {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: ease 0.5s;

  }

  .mbHead .menuLi a .cur {
    transform: translateY(-50%) rotate(135deg);
  }

  .mbHead .menuLi .on {}


  .aboutPage5 .swiper .swiper-scrollbar {
    width: 100% !important;
  }
}









/* tp åˆ†é¡µæ&nbsp;·å¼ */
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination li:hover:nth-child(1) span,
.pagination li:hover:nth-child(1) a {
  background-color: #d80000;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li.active span,
.pagination li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}





.swiper-pagination-bullet {
  background-color: #d80000;
}

.blo {
  height: 100px;
}

.aboutPage3 .lis.bg2 h3 {
  color: #549CFE;
}

.aboutPage3 .lis.bg2 p {
  color: #777;
}


.aboutPage4 .swiper-slide {
  justify-content: center;
}
.aboutPage5 .list .lis p{
margin-top: 10px;
}


@media (max-width:768px) {
  .aboutPage4 .date .swiper-slide-active .lis h3 {
    font-size: 2rem !important;
  }
  .renliPage1 .input_item {
    display: none;
  }
}

.botBlo { display: none; width: 100%; }

.mb_bot_nav_bar { display: none; position: fixed; bottom: 0; height: 6rem; width: 100%; left: 0; background-color: #fff; padding-bottom: 1rem; padding-top: 0.5rem; z-index: 99; }

.mb_bot_nav_bar a { height: 5rem; width: 25%; }

.mb_bot_nav_bar a .icobox { width: 6rem; height: 3rem; margin: auto; position: relative; }

.mb_bot_nav_bar a .icobox img { position: absolute; width: 2rem; height: 2rem; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.mb_bot_nav_bar a .icobox img:last-child { opacity: 0; }

.mb_bot_nav_bar a p { height: 1.5rem; line-height: 1.5rem; text-align: center; }

.mb_bot_nav_bar a.on .icobox img { opacity: 0; }

.mb_bot_nav_bar a.on .icobox img:last-child { opacity: 1; }

.mb_bot_nav_bar a.on p { color: #549CFE; }

@media (max-width: 768px) { .neiBanner .imgbox { height: 20rem; }
  .neiBanner .imgbox img { max-width: none; height: 100%; }
  .neiBanner .container { padding: 0 1rem; }
  .mb_bot_nav_bar { display: flex; }
  .scroll_box .dh_bar { display: none; }
  .botBlo { display: block; height: 6rem; }
  .blo { display: block; height: 4rem; width: 100%; }
  .pcHead { display: none; }
  .indexBox1 .container { position: absolute;margin-top: 0; overflow: visible;}
  .indexBox1 .toDown{ top: 60%;}
  .indexBox1 .toDown span { height: 10rem; }
  .indexBox1 .toDown span i{}
  .indexBox1 h3 { font-size: 1.5rem; }
  .indexBox2 { align-items: center !important; }
  .indexBox2 .box { width: 100%; margin-left: 0; padding: 1rem; }
  .indexBox2 .box h2 { font-size: 1.5rem; }
  .indexBox2 .box h3 { margin-bottom: 1rem; }
  .indexBox2 .box p { margin-bottom: 2rem; }
  .indexBox2 .box .list .lis { text-align: center; }
  .indexBox2 .box .list .lis h4 { font-size: 1rem; margin-bottom: 0.5rem; }
  .indexBox2 .box .list .lis .num { font-size: 1rem; }
  .indexBox2 .box .list .lis .num b { font-size: 1.5rem; }
  .indexBox3 .item_list .text p { font-size: 1rem; padding: 1rem; }
  .indexBox3 .item_list .text h3 { font-size: 1.5rem; }
  .indexBox3 .item_list .text p a { margin-top: 2rem; }
  .indexBox3 .bot_btn_list .lis { width: 25%; margin: 0; }
  .indexBox3 .bot_btn_list .lis .imgbox { width: 5rem; height: 5rem; }
  .indexBox4 h3 { font-size: 1.5rem; }
  .indexBox4 .prod_nav .lis { width: 8rem; height: 3rem; }
  .indexBox4 .prod_lis h4 { font-size: 1.2rem; }
  .indexBox4 .prod_lis p { font-size: 1rem; }
  .indexBox5 .qh_list { width: 100%; margin-bottom: 1rem; }
  .indexBox5 .qh_list .lia .icobox { width: 5rem; height: 6rem; }
  .indexBox5 .qh_list .lia p { font-size: 1rem; }
  .indexBox5 .item_list .lis { height: 30rem; }
  .indexBox5 .item_list .lis .text { padding: 2rem; }
  .indexBox5 .item_list .lis .text h3 { margin-top: 2rem; }
  .indexBox6 .left .head h3 { font-size: 2rem; }
  .indexBox6 .left .list { display: flex; }
  .indexBox6 .left .head h4 { font-size: 1rem; }
  .indexBox6 .left .list { margin-bottom: 1rem; }
  .indexBox6 .left .list li { margin-top: 0; font-size: 1.2rem; margin-right: 1rem; }
  .indexBox6 .lis_swi .lis_item .text .date { font-size: 1rem; margin-bottom: 0.5rem; }
  .indexBox6 .lis_swi .lis_item .text .title { font-size: 1rem; margin-bottom: 1rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .indexBox7 .card { width: 100%; padding: 0 2rem; padding-top: 215px; }
  .indexBox7 .card h3 { margin-bottom: 1rem; font-size: 2rem; }
  .indexBox7 .card p { font-size: 1rem; }
  .footer .banquanCont { padding: 1rem; height: 350px; flex-wrap: wrap; }
  .footer .banquanCont .dhBar { width: 100%; }
  .footer .banquanCont .ewmBox { width: 100%; text-align: center; }
  .footer .banquanCont .dhBar dl { margin-right: 1rem; width: 50%; }
  .footer .banquanCont .dhBar dl:nth-child(:last-child) { margin-right: 0; }
  .footer .botBar .tLink { display: none; }
  .footer .botBar .yqlj { display: none; }
  .footer .botBar .imLink { display: none; }
  .footer .botBar { padding: 0 1rem; }
  .footer .botBar .bq { font-size: 1rem; }
  .footer .banquanCont .dhBar dl dt { font-size: 1rem; }
  .footer .banquanCont .dhBar dl dd p { font-size: 0.8rem; }
  .indexBox6 .indexNews_swiper { height: 30rem; }
  .souBox5 .text h3, .souBox4 .text h3, .souBox3 .text h3, .souBox2 .text h3, .souBox1 .item_list .text h3 { font-size: 2rem; margin-bottom: 1rem; }
  .souBox4 .text p, .souBox3 .text p, .souBox2 .text p, .souBox1 .item_list .text p { font-size: 1rem; padding: 1rem; }
  .souBox5 .card { padding: 1rem; }
  .souBox5 .card .lia { padding: 1rem 0; }
  .souBox5 .card .lia p { font-size: 1rem; width: 20rem; }
  .souBox5 .card .lia span { font-size: 0.8rem; }
  .neiPageNav .container { padding: 0; }
  .neiPageNav .container .lia { width: 100%; padding: 0; text-align: center; line-height: 4rem; }
  .aboutPage1 .desc { margin-top: 1rem; }
  .aboutPage1 .list { flex-wrap: wrap; padding: 0; }
  .aboutPage1 .list .lis { width: 50%; text-align: center; padding: 1rem; }
  .aboutPage2 .lis .text { padding: 1rem; }
  .aboutPage2 .lis .text h3 { font-size: 1rem; }
  .aboutPage2 .lis .text p { font-size: 1rem; line-height: 1rem; height: 2rem; }
  .aboutPage4 .fazhan_lis .desc .date { margin-top: 0; }
  .aboutPage5 .list .npBar { bottom: 0; }
  .aboutPage5 .swiper { padding-bottom: 3rem; }
  .aboutPage5 .list .npBar div i { font-size: 1.5rem; }
  .contactPage1 .cont { padding: 2rem 1rem; }
  .contactPage1 .cont .call span { font-size: 1rem; }
  .contactPage1 .cont .call b { font-size: 2rem; }
  .contactPage1 .cont h3 { font-size: 2rem; }
  .contactPage1 .cont .co { margin-bottom: 1rem; }
  .contactPage1 .fom { padding: 2rem 1rem; }
  .contactPage1 .fom h3 { font-size: 2rem; }
  .contactPage1 .fom p { font-size: 1rem; }
  #map { height: 30rem; }
  .kechixuPage1 .hot { flex-wrap: wrap; }
  .kechixuPage1 .hot .lis { width: 100%; margin-bottom: 1rem; }
  .kechixuPage1 .hot .lis .desc .tit { font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .kechixuPage1 .hot .lis .desc { padding: 1rem; }
  .kechixuPage1 .list .lia .desc h3 { font-size: 1rem; }
  .kechixuPage1 .list .lia .date { font-size: 0.9rem; }
  .kechixuPage1 .list .lia { padding: 1rem 0; }
  .kechixuPage1 .list .lia .desc span { font-size: 0.8rem; }
  .newsPage1 .hotNews { flex-wrap: wrap; }
  .newsPage1 .hotNews .imgbox { width: 100%; }
  .newsPage1 .hotNews .text { width: 100%; padding: 1rem; }
  .newsPage1 .hotNews .text h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
  .newsPage1 .hotNews .text p { height: 3rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .newsPage1 .list .lis h3 { font-size: 1.2rem; }
  .newsPage1 .list .lis p { font-size: 1rem; line-height: 1.6rem; }
  .detailPage1 .container .text { padding: 0; padding-top: 4rem; }
  .pd_head { margin-bottom: 2rem; }
  .pd_head h3 { font-size: 1.5rem; }
  .pd_head h4 { font-size: 1rem; }
  .detailPage2 .list .lis { flex-wrap: wrap; }
  .detailPage2 .list .lis .desc { width: 100%; margin-top: 1rem; }
  .detailPage2 .list .lis .desc h3 { font-size: 1.2rem; }
  .detailPage2 .list .lis .desc p { font-size: 0.8rem; height: auto; }
  .detailPage3 .list .lis { width: 31%; }
  .detailPage4 .cont { padding: 1rem; }
  .prodPage3 .list .lis h3, .prodPage2 .list .lis h3, .prodPage1 .list .lis h3 { font-size: 1.2rem; height: 3rem; line-height: 1.5rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .prodPage3 .list .lis p, .prodPage2 .list .lis p, .prodPage1 .list .lis p { font-size: 1rem; }
  .renliPage1 .list .lis .desc { width: calc(100% - 6rem); }
  .renliPage1 .list .lis .desc h3 { font-size: 1.2rem; }
  .renliPage1 .list .lis .desc p { font-size: 0.9rem; }
  .renliPage1 .list .lis .mo { width: 6rem; font-size: 0.8rem; }
  .prod_xilie_page1 .lis { flex-wrap: wrap; }
  .prod_xilie_page1 .lis .text, .prod_xilie_page1 .lis .imgbox { width: 100%; }
  .prod_xilie_page1 .lis .text { padding: 2rem 1rem; }
  .prod_xilie_page1 .lis .text h3 { font-size: 1.5rem; }
  .prod_xilie_page1 .lis .text h4 { font-size: 1.1rem; }
  .prod_xilie_page1 .lis .text p { font-size: 1rem; height: 6rem; line-height: 1.5rem; }
  .prod_xilie_page1 .lis .text .bta a { width: 8rem; height: 3rem; line-height: 3rem; }
  .zhiciPage1 .icobox { margin: auto; margin-bottom: 2rem; }
  .zhiciPage1 .desc h3 { font-size: 2rem; }
  .zhiciPage1 .desc h4 { font-size: 1.1rem; }
  .zhiciPage1 .desc h5 { font-size: 1rem; }
  .dameiPage4 .__col_ty4, .dameiPage4 .__col_ty3, .dameiPage4 .__col_ty1 { width: 100%; }
  .dameiPage4 .__col_ty4 { margin-bottom: 10px; }
  .dameiPage4 .__col_ty2 { display: none; }
  .dameiPage5 .imgbox { height: 120px; }
  .dameiPage6 .__col_ty2, .dameiPage6 .__col_ty1 { width: 100%; }
  .dameiPage6 .__col_ty1 .imgbox { height: 17rem; }
  .dameiPage6 .__col_ty1 .imgbox img { max-width: none; height: 100%; }
  .dameiPage6 .list .lis .desc h3 { font-size: 1.5rem; }
  .dameiPage6 .list .lis .desc h4 { font-style: 0.9rem; }
  .dameiPage6 .list .lis .desc p { font-size: 1rem; }
  .detail2Page1 { padding: 0 0 2rem; }
  .detail2Page1 .imgbox { height: 46rem; justify-content: flex-start; }
  .detail2Page1 .imgbox img { height: 100%; max-width: none; }
  .detail2Page1 .cont { padding: 2rem; padding-top: 6rem; }
  .detail2Page1 .cont .head h3 { font-size: 1.5rem; margin-bottom: 1rem; }
  .detail2Page1 .cont .head h4 { height: 4px; margin-bottom: 1rem; }
  .detail2Page1 .cont .head p { font-size: 1.2rem; margin-bottom: 0.5rem; }
  .detail2Page1 .cont .desc p { font-size: 1rem; }
  .detail2Page1 .prod { width: 10rem; right: 1rem; top: 1rem; }
  .detail2Page1 .prod img { width: 100%; }
  .prodPage3 .list .lis .imgbox, .prodPage2 .list .lis .imgbox, .prodPage1 .list .lis .imgbox { max-width: 100%; }
  .prodPage3 .list .npBar, .prodPage2 .list .npBar, .prodPage1 .list .npBar { position: relative; height: auto; justify-content: center; margin-top: 20px; }
  .prodPage3 .list .npBar div, .prodPage2 .list .npBar div, .prodPage1 .list .npBar div { margin: 0 10px; }
  .prodPage3 .list .npBar div i, .prodPage2 .list .npBar div i, .prodPage1 .list .npBar div i { font-size: 40px; }
  .gangweiyaoqiu { display: flex; flex-wrap: wrap; }
  .gangweiyaoqiu span { width: 50%; margin: 0 !important; }
  .pd_de_item1 .container ._mb_fan { flex-direction: column-reverse; }
  .pd_de_item1 .container .imgbox { height: 20rem; }
  .pd_de_item1 .container .imgbox img { max-width: auto; height: 100%; }
  .pd_de_item1 .container .text h3 { font-size: 2rem; margin-bottom: 1rem; }
  .pd_de_item1 .container .text .line { height: 3px; }
  .pd_de_item1 .container .text h4 { font-size: 1.5rem; }
  .pd_de_item1 .container .desc p { font-size: 1rem; }
  .pd_de_item3 { min-height: auto; }
  .pd_de_item3 .cont { padding: 0.5rem; }
  .pd_de_item3 .cont .card { padding: 1rem; }
  .pd_de_item3 .cont .card .tit { margin-bottom: 1rem; }
  .pd_de_item3 .cont .card .tit h3 { font-size: 1.5rem; }
  .pd_de_item3 .cont .card .tit p { font-size: 1rem; } 
    .zhiciPage2 .container .zcxq{
    display: none;
  }
  .zhiciPage2 .container .zcxq1{
    display: block;
  }
  .zhiciPage2 .container .zcxq1 img{
    max-width: 100%;
    height: auto;
  }
}

</pre></body></html>