﻿body { font-family: 微软雅黑,"Open Sans", sans-serif; background: #eaf3f9; font-size: 14px; line-height: 1.5 }
input,
select,
textarea { font-family: 微软雅黑,"Open Sans", sans-serif; font-size: 1em;; }
.wrap { width: 98%; max-width: 1540px; margin: 0 auto; position: relative; }
*, *:after, *:before { transition: all 0.3s,color 0s; margin: 0; padding: 0; box-sizing: border-box; }
img, a { border: 0; text-decoration: none; color: initial; -webkit-tap-highlight-color: transparent }
input { outline: none; }
a:hover { color: #0061a9 }
p { word-break: break-all }
ul, li { list-style: none; }
.flt { float: left; }
.frt { float: right; }
.clear { clear: both; }
.clear:after, .clear:before { content: ''; clear: both; display: table; }
.flex { display: flex; }
.flex-c { display: flex; align-items: center; }
.flex-j-c { display: flex; align-items: center; justify-content: center; }
.flex-j-sb { display: flex; align-items: center; justify-content: space-between }
h1, h2, h3, h4, h5 { font-weight: normal; }

select { -webkit-appearance: none; }
.img { overflow: hidden; }
.img img { display: block; }
.img:hover img { transform: scale(1.05) }
.swiper-container { overflow: hidden; position: relative; }
img { max-width: 100%; }
table, table th, table td { border-collapse: collapse; }
.header { border-bottom: 1px solid rgba(255,255,255,0.1); position: sticky; top: 0; left: 0; width: 100%; z-index: 10001 }
.header .wrap { height: 80px; grid-gap: 20px; display: flex; align-items: center; }
.header .logo { flex: 1;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center; }
.header .logo a{max-width:238px; display:block;position:relative;overflow:hidden}
.header .logo a:after{    content: "";
    position: absolute;
    width: 400px;
    height: 80px;
    left: -250px;
    top: 0px;display: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    transform: rotate(-70deg);
    webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    -webkit-animation: searchLights 2s ease-in 2s infinite;
    -o-animation: searchLights 2s ease-in 2s infinite;
    animation: searchLights 5s ease-in 2s infinite;}
    @-webkit-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
@keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 120px; top: 100px; }
}
.logo_fff { display: block; }
.logo_black { display: block; } 
.menu > ul { display: flex; justify-content: flex-end; font-size: 16px; }
.menu > ul > li > a { display: block; line-height: 80px; padding: 0 30px; color: #fff; position: relative; }
.menu > ul > li > a:after { content: ''; display: block; width: 0px; height: 3px; border-radius: 1px; background: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; }
.menu > ul > li.on > a,
.menu > ul > li:hover > a { font-weight: bold; color: #fff }
.search:hover .menu_drop,
.menu > ul > li:hover .menu_drop { display: block; }
.menu > ul > li.on > a:after, .menu > ul > li:hover > a:after { width: 30px; }
.menu_drop { display: none; position: fixed; top: 80px; left: 0; width: 100%; z-index: 11 }
.mask { transition: all 0s; position: fixed; top: 0; left: 0; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.7); display: none; z-index: 10; }
.menu_drop .drop { transform: translateY(-100%); display: flex; background: #eaf3f9; line-height: 80px; }
.search:hover .menu_drop .drop,
.menu > ul > li:hover .menu_drop .drop { transform: translateY(0) }
.menu_drop .drop .tit { width: 30%; background: #0061a9; color: #fff; font-size: 24px; text-align: center; display: flex; align-items: center; justify-content: center; }
.menu_drop ul { display: flex; flex-wrap: wrap; flex: 1; padding-left: 5%; padding-right: 10%; }
.menu_drop .drop li { flex: 0 0 33.3%; text-align: center; }

.search { width: 80px; height: 80px; border: 1px solid rgba(255,255,255,0.1); border-top: 0; border-bottom: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.icon_search { width: 18px; height: 18px; background: url(../img/search.png); display: block; }
.search .menu_drop { display: none; }
.search .menu_drop.on { display: block; }

.h_btn { width: 20px; }
.h_btn .btn { display: flex; white-space: nowrap; width: 132px; align-items: center; grid-gap: 7px; padding: 2px; padding-right: 20px; border-radius: 50px; background: #0061a9; color: #fff; cursor: pointer; transform: translateX(30px) }
.h_btn .btn:hover { background: #00a9a3 }
.icon_1 { display: block; max-width: 36px; min-width: 36px; height: 36px; background: url(../img/icon1.png) no-repeat center center #fff; border-radius: 100%; }
.header.header_fff,
.header.fixed,
.header.on { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1) }
.header.header_fff .logo_fff,
.header.fixed .logo_fff,
.header.on .logo_fff { display: none; }
.header.header_fff .logo_black,
.header.fixed .logo_black,
.header.on .logo_black { display: block; }
.header.header_fff .menu > ul > li > a,
.header.fixed .menu > ul > li > a,
.header.on .menu > ul > li > a { color: #000 }
.header.header_fff .menu > ul > li > a:after,
.header.fixed .menu > ul > li > a:after,
.header.on .menu > ul > li > a:after { background: #0061a9 }
.header.header_fff .search,
.header.fixed .search,
.header.on .search { border-color: #e6ebef }
.header.header_fff .icon_search,
.header.fixed .icon_search,
.header.on .icon_search { background-image: url(../img/search-1.png) }

.header.header_fff .menu > ul > li.on > a,
.header.header_fff .menu > ul > li:hover > a,
.header.fixed .menu > ul > li.on > a,
.header.fixed .menu > ul > li:hover > a,
.header.on .menu > ul > li.on > a,
.header.on .menu > ul > li:hover > a { color: #0061a9 }

.swiper1 .swiper-slide { position: relative; }
.swiper1 .swiper-slide:before { content: ''; display: block; width: 100%; height: 200px; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0)); z-index: 1; }
.swiper-pagination { display: flex; align-items: center; justify-content: center; bottom: 30px !important; }
.swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; opacity: .5 }
.swiper-pagination-bullet-active { opacity: 1; width: 8px; height: 8px; }

.page { padding: 100px 0; background: #fff; }
.page1 { background: url(../img/page1_bg.jpg) no-repeat top center #eaf2f8 }
.page_tit { margin-bottom: 40px; display: flex; align-items: center; }
.page_tit h3 { flex: 1; font-size: 36px; color: #0061a9; font-weight: normal; }
.page1_box { display: flex; grid-gap: 40px; }
.page1_img_list { flex: 1; }
.page1_rt_list { width: 190px; }
.page1_info_lt { flex: 1; }
.page1_info_lt .flex { grid-gap: 40px;    }
.page1_info { width: 30%; display: flex; flex-direction: column;   padding-top:40px;gap:40px  }
.page1_info .page1_info { width: 100%; }
.page1_info:hover .page_txt *{color:#0061a9;}
.page1_info .page_txt h3 { font-size: 24px; margin-bottom: 28px; color: #000 }
.page_txt { line-height: 24px; }
.page_txt p { color: rgba(0,0,0,0.6); }
.page_txt .txt { min-height: 120px; }
.a_more { font-size: 16px; color: #0061a9; padding-right: 10px; background: url(../img/icon4.png) no-repeat right center; display: inline-block; line-height: 20px; }
.a_more:hover { text-decoration: underline }
.lbl_list { display: flex; align-items: center; flex-wrap: wrap; grid-gap: 5px; min-height:85px;}
.lbl_list li { display: flex; align-items: center; height: 40px; padding: 4px; border-radius: 40px; background: #d2e3f0; padding-right:15px ; grid-gap: 7px; color: #0061a9 }
.icon_zan { display: block; width: 32px; height: 32px; border-radius: 100%; background: url(../img/icon5.png) no-repeat center center #0061a9 }
.btn_box { display: flex; grid-gap: 10px; }
.a_btn { display: block; width: 160px; height: 44px; border-radius: 44px; display: flex; align-items: center; justify-content: center; background: #fff; color: #00a9a3; grid-gap: 5px; }
.a_btn:hover { color: #00a9a3; background: #edfffe }
.a_btn.on { background: #00a9a3 !important; color: #fff; }
.a_btn.on:hover { background: #0061a9 !important }
.icon_zx { display: block; width: 20px; height: 20px; background: url(../img/icon6.png) no-repeat center center; }
.icon_hd { display: block; width: 20px; height: 20px; background: url(../img/icon7.png) no-repeat center center; }
.page1_rt_list li { cursor: pointer; position: relative; font-size: 16px; }
.page1_rt_list li:after, .page1_rt_list li:before { content: ''; display: block; width: 50vw; bottom: 0; left: 0; height: 1px; background: #d2e3f0; position: absolute; }
.page1_rt_list li:after { width: 0; background: #0061a9 }
.page1_rt_list li:not(:first-child) { margin-top: 26px; }
.page1_rt_list li.on span,
.page1_rt_list li:hover span { color: #0061a9; font-weight: bold; }
.page1_rt_list li.on:after,
.page1_rt_list li:hover:after { transition: all 1s; width: 30vw; }
.page1_rt_list .li { display: flex; align-items: center; justify-content: center; height: 75px; grid-gap: 10px; }
.page1_rt_list .icon { display: block; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center center; }
.page1_rt_list .icon1 { background-image: url(../img/icon8.png) }
.page1_rt_list .icon2 { background-image: url(../img/icon9.png) }
.page1_rt_list .icon3 { background-image: url(../img/icon10.png) }
.page1_rt_list .icon4 { background-image: url(../img/icon11.png) }
.page1_rt_list .icon5 { background-image: url(../img/icon12.png) }
.page1_rt_list li.on .icon1,
.page1_rt_list li:hover .icon1 { background-image: url(../img/icon8-1.png) }
.page1_rt_list li.on .icon2,
.page1_rt_list li:hover .icon2 { background-image: url(../img/icon9-1.png) }
.page1_rt_list li.on .icon3,
.page1_rt_list li:hover .icon3 { background-image: url(../img/icon10-1.png) }
.page1_rt_list li.on .icon4,
.page1_rt_list li:hover .icon4 { background-image: url(../img/icon11-1.png) }
.page1_rt_list li.on .icon5,
.page1_rt_list li:hover .icon5 { background-image: url(../img/icon12-1.png) }

.kangti_ul li:nth-child(odd) {
	 background-color: #F9FBFF; /* 奇数项的样式 */
}

.kangti_ul li:nth-child(even) {
    background-color: #fff; /* 偶数项的样式 */
}

.swiper-slide img { margin: 0 auto; display: block; }
.page1_img_list > ul { border: 5px solid #fff; display: flex; flex-wrap: wrap; background: #fff; align-items: flex-start; }
.page1_img_list > ul > li { width: 25%; flex: 0 0 25%; padding: 1px; }
.img_box { position: relative; padding-top: 69%; }
.img_box .img { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; top: 0; left: 0 }
.img_box .img img { max-width: 100%; max-height: 100%; object-fit: cover; }

.page1_img_list .logo { background: #0061a9 }
.page1_img_list .logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.page1_img_list ul { position: relative; }
.page1_img_list > ul > li { z-index: 1; position: relative; }
.page1_img_list > ul > li .img_box { padding-top: 136px; }
.page1_img_list > ul > li:nth-child(7):after { content: ''; display: block; width: 100%; height: 10vw; background: url(../img/icon2.png) no-repeat top center; position: absolute; top: 45%; left: 0 }
.page1_img_list > ul > li:nth-child(7) { margin-right: 20%; }
.page1_img_list > ul > li:nth-child(8) .img_box { padding-top: 274px; }
.page1_img_list > ul > li:nth-child(8) { position: absolute; top: 138px; right: 0 }
.page1_img_list > ul > li:nth-child(11),
.page1_img_list > ul > li:nth-child(12),
.page1_img_list > ul > li:nth-child(9) { width: 50%; flex: 0 0 50%; }
.page1_img_list .text { background: #00a9a3 }
.page1_img_list .text h3 { width: 4em; color: #fff; font-size: 22px; line-height: 30px; }
.page1_img_list .list { background: #0061a9; color: #fff; }
.page1_img_list > ul > li:nth-child(11):after { content: ''; display: block; width: 100%; height: 10vw; background: url(../img/icon3.png) no-repeat top left; position: absolute; top: 0; left: 0; }

.page1_img_list .list li { position: relative; display: flex; align-items: center; grid-gap: 10px; }
.page1_img_list .list ul { position: relative; line-height: 30px; }
.page1_img_list .list ul:before { content: ''; display: block; width: 2px; position: absolute; top: 15px; bottom: 15px; background: #fff; left: 4px; }
.page1_img_list .list li:before { content: ''; display: block; width: 9px; height: 9px; border-radius: 9px; border: 2px solid #fff; background: #0061a9; z-index: 2; }
.page2_box { display: flex; grid-gap: 20px;  }
.page2_lt { width: 380px; background: #eaf2f8 }
.page2 { background: url(../img/page2_bg.png) no-repeat left bottom #fff }
.page2_lt .img_box { padding-top: 100% }
.page2_lt .text { padding: 20px 40px; padding-top: 0 }
.page2_lt h3 { font-size: 20px; margin-bottom: .5em; }
.page2_lt .txt { color: rgba(0,0,0,0.6); min-height: 70px; }
.page2_list { flex: 1; }
.page2_list ul { display: flex; flex-wrap: wrap; }
.page2_list li { width: 25%; margin-top:-1px}
.page2_list .img_box { display: block; padding-top: 100%; border: 1px solid #e6ebef; margin-left: -1px; margin-bottom: -1px; position: relative; z-index: 1; 
    margin-bottom: 40px;}
.page2_list .img_box p {     position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;right:0;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #fff;margin:-1px}
.page2_list li:hover .img_box { z-index: 2; border-color: #0061a9; box-shadow: 0 8px 40px rgba(0,53,92,0.16) }
.page2_list li:hover p{border-color: #0061a9;}
.page_tag ul { display: flex; align-items: center; grid-gap: 20px; }
.page_tag li.on a, .page_tag a:hover { background: #0061a9; color: #fff; border-color: #0061a9 }
.page_tag a { display: block; width: 140px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 16px; border-radius: 45px; border: 1px solid #e6ebef; color: #000; background: #fff; }
.page { overflow: hidden; }
.page3 { background: url(../img/page3_bg.png) no-repeat left bottom #eaf2f8 }
.page3 .wrap { display: flex; grid-gap: 70px; }
.page3_list { min-width: 330px; min-height: 500px; }
.page3_list li { margin-top: 40px; position: relative; }
.page3_list li:after, .page3_list li:before { content: ''; display: block; width: 30vw; height: 1px; background: #d2e3f0; bottom: 0; transition: all 1s; right: 0; position: absolute; }
.page3_list li:after { width: 0; }
.page3_list li:hover:after, .page3_list li.on:after { width: 30vw; background: #0061a9 }
.page3_list a { display: block; min-height: 50px; font-size: 16px; padding: 20px 0; padding-right: 30px; background: url(../img/icon13.png) no-repeat right center; }
.page3_list a h3 { font-size: 32px; font-weight: bold; }
.page3_list a p { font-size: 14px; color: rgba(0,0,0,0.7) }
.page3_list li.on a,
.page3_list li:hover a { color: #0061a9; font-weight: bold; background-image: url(../img/icon13-1.png); }
.page3_list li.on a *,
.page3_list li:hover a * { color: #0061a9 }

.page3_lt { width: 330px; }
.page3_box { flex: 1; position: relative; z-index: 1; }
.page3_box:before { content: ''; display: block; width: 50vw; position: absolute; top: -100px; bottom: -100px; background: url(../img/page3_bg.jpg) no-repeat left center #0067ae; left: 50%; z-index: -1 }

.tab_box { padding-right: 2px; border: 2px solid #fff; background: #fff; box-shadow: 0 8px 40px rgba(0,53,92,0.16) }
.tab_box table { width: 100%;   text-align: center; }
.tab_box th { color: #1e5d8b; font-weight: bold; height: 44px; background: #e5eff6 }
.tab_box td { height: 56px; vertical-align: middle; border-bottom: 1px solid #eeeff0; padding: 0 10px; }
.tab_box .thead { padding-right: 8px; background: #e5eff6 }
.tab_box tr:nth-child(2n) td { background: #f6f8f9 }
.tab_box .tbody { padding-right: 4px; height: 670px; overflow-y: auto; }
::-webkit-scrollbar { background: #eaf2f8; width: 4px; padding: 0 5px; }
::-webkit-scrollbar-thumb { width: 4px; background: #9eb4c5 }

.lbl_list2 { display: flex; grid-gap: 4px; justify-content: center; align-items: center; }
.lbl_list2 label { padding: 0 7px; line-height: 22px; background: #fff; border: 1px solid #0061a9; color: #0061a9 }

.video_box .video { padding-top: 52%; position: relative; transition: all 0s; }
.video_box .video:not(:first-child) { display: none; }
.play_btn { position: absolute; width: 78px; height: 78px; background: url(../img/play.png) no-repeat center center; background-size: 100% auto; position: absolute; top: 50%; left: 50%; margin-top: -36px; margin-left: -36px; z-index: 2; cursor: pointer; border-radius: 100%; }
.video_box .video:after { content: ''; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.2); position: absolute; top: 0; left: 0 }
.video_box .video > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; }
.video_box .video.pause .play_btn { display: none; }
.video_box .video > div img { width: 100%; height: 100%; object-fit: cover }
.video_box .v { width: 100%; height: 100%; object-fit: cover }
.video_list ul { display: flex; margin-top: 20px; }
.video_list .box { flex: 1; padding-right: 20px; }
.video_list ul li { cursor: pointer; flex: 1; height: 100px; display: flex; align-items: center; position: relative; }
.video_list ul li:not(:first-child) { margin-left: 80px; }
.video_list ul li:after { width: 0; content: ''; display: block; height: 1px; position: absolute; left: 0; bottom: 0; background: #0061a9 }
.video_list { border-bottom: 1px solid #e5eff6 }
.video_list h3 { font-size: 22px; margin-bottom: .2em }
.video_list p { color: rgba(0,0,0,0.6) }
.play_btn2 { opacity: 0; width: 52px; height: 52px; display: flex; align-items: center; position: relative; z-index: 1; cursor: pointer; }
.play_btn2:after,
.play_btn2:before { content: ''; display: block; width: 100%; height: 100%; background: url(../img/icon15.png) no-repeat center center; position: absolute; top: 0; left: 0; z-index: 1 }
.play_btn2:after { background: url(../img/icon14.png) no-repeat center center; z-index: -1; animation: rotate 2s infinite linear }

@keyframes rotate {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(-360deg) }
}

.video_list ul li:hover *,
.video_list ul li.on * { color: #0061a9 }
.video_list ul li.on .play_btn2 { opacity: 1; }
.video_list ul li.on:after { width: 100%; }

.page5 { background: url(../img/page5_bg.jpg) no-repeat center center #0067ae; background-size: cover; }
.page_tit.fff h3 { color: #fff; }
.page_btn { display: flex; align-items: center; height: 40px; padding: 4px; border-radius: 40px; background: #fff; color: #0061a9; grid-gap: 5px; padding-right: 15px; }
.page_btn b { font-size: 16px; }
.page_btn .icon { width: 32px; height: 32px; border-radius: 100%; background: url(../img/icon16.png) no-repeat center center #0061a9; }
.page5_box { width: 700px; height: 700px; margin: 0 auto; position: relative; }
.page5_img { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; }
.page5_img .img1, .page5_img .img2 { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) }
.page5_img .img1 { z-index: 1; animation: rotate3 35s linear infinite }
.page5_img .img2 { z-index: 2; width: 85.7%; animation: rotate2 30s linear infinite }
.page5_img .img3 { z-index: 3; width: 59.8% }

@keyframes rotate2 {
    0% { transform: translateX(-50%) translateY(-50%) rotate(0deg) }
    100% { transform: translateX(-50%) translateY(-50%) rotate(-360deg) }
}

@keyframes rotate3 {
    0% { transform: translateX(-50%) translateY(-50%) rotate(0deg) }
    100% { transform: translateX(-50%) translateY(-50%) rotate(360deg) }
}

.page5 .page_tit { margin-bottom: 0 }
.page5_box .box { position: absolute; top: 50%; transform: translateY(-50%); width: 340px; color: #fff; line-height: 22px; }
.page5_box .box.lt { right: 100%; text-align: right; margin-right: 70px; }
.page5_box .box.rt { left: 100%; margin-left: 70px; }
.page5_box h3 { font-size: 22px; margin-bottom: 10px; position: relative; }
.page5_box h3:after, .page5_box h3:before { content: ''; display: block; position: absolute; top: 50% }
.page5_box h3:after { width: 13px; height: 13px; background: url(../img/icon17.png) no-repeat center center; margin-top: -7px; }
.page5_box li { height: 170px; }
.page5_box li:hover *{color:#14dbff}
.page5_box li:last-child { height: 50px; }
.page5_box .box.lt h3:after { left: 100%; margin-left: 10px; }
.page5_box .box.rt h3:after { right: 100%; margin-right: 10px; }
.page5_box h3:before { height: 1px; background: #fff; opacity: 0.1 }
.page5_box li:nth-child(1) h3:before { width: 75px; }
.page5_box li:nth-child(2) h3:before { width: 25px; }
.page5_box li:nth-child(3) h3:before { width: 65px; }
.page5_box .box.lt h3:before { left: 100%; margin-left: 30px; }
.page5_box .box.rt h3:before { right: 100%; margin-right: 30px; }
.page5_box .box p { opacity:0.6; }
.swiper6 { position: relative; padding-bottom: 88px; }
.swiper_cur { position: relative; }
.page6 { padding: 80px 0 }
.page6_swiper { position: relative; }
.page6_swiper:before, .page6_swiper:after { content: ''; display: block; width: 100vw; position: absolute; left: 50%; margin-left: -50vw; height: 1px; background: #e6ebef }
.page6_swiper:before { top: 0; }
.page6_swiper:after { bottom: 88px }
.swiper6 .news_a { padding: 30px; display: flex; flex-direction: column-reverse; border-left: 1px solid #e6ebef; position: relative; }
.swiper6 .news_a > * { position: relative; z-index: 2 }
.swiper6 .news_a:after { content: ''; display: block; width: 100%; height: 100%; border: 1px solid #0061a9; opacity: 0; position: absolute; top: 0; left: 0; z-index: 1; }
.swiper6 .news_a:hover:after { opacity: 1; }
.swiper6 .news_a:hover { background: #eaf2f8 }
.swiper6 .news_a:hover * { color: #0061a9 }
.swiper6 { padding-right: 1px; }
.news_a h3 { margin-bottom: 15px; font-size: 20px; line-height: 30px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.line2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_a .txt { height: 80px; margin-bottom: 20px; overflow: hidden;; color: rgba(0,0,0,0.6); }
.news_a .img_box { margin-top: 15px; padding-top: 56% }

.swiper_cur { position: absolute; bottom: 0; width: 100%; left: 0; display: flex; align-items: center; grid-gap: 40px; justify-content: center; }
.swiper_cur * { position: initial !important; margin: 0 !important }
.swiper_cur .swiper-pagination { width: auto; grid-gap: 12px; }
.swiper_cur .swiper-pagination-bullet { background: #cfd3d7 }
.swiper_cur .swiper-pagination-bullet-active { background: #0061a9 }
.swiper_cur .swiper-button-next, .swiper_cur .swiper-button-prev { width: 48px; height: 48px; border-radius: 100%; border: 1px solid #eeeff0; background-position: center center; background-repeat: no-repeat; background-color: #fff; background-image: url(../img/prev.png) }
.swiper_cur .swiper-button-next:after, .swiper_cur .swiper-button-prev:after { content: ''; }
.swiper_cur .swiper-button-next { background-image: url(../img/next.png) }
.swiper_cur .swiper-button-next:hover { background-image: url(../img/next-1.png); background-color: #0061a9; border-color: #0061a9 }
.swiper_cur .swiper-button-prev:hover { background-image: url(../img/prev-1.png); background-color: #0061a9; border-color: #0061a9 }

.page7 { background: url(../img/page7_bg.jpg) no-repeat left top #eaf2f8; padding: 64px 0 }
.page7_1 { background: url(../img/page7_bg_1.jpg) no-repeat left top #dbeaf4; padding: 64px 0 }
.page_tit:last-child { margin-bottom: 0 }
.page_form { width: 70%; display: flex; grid-gap: 20px }
.page_form .div_select:after { right: 20px; }
.page_form .div_select select { border-radius: 50px; height: 52px; padding: 0 20px; font-size: 16px; }
.div_input { display: flex; align-items: center; padding: 0 30px; height: 52px; border-radius: 52px; background: #fff; min-width: 260px; }
.div_input input { flex: 1; border: 0; background: none; font-size: 16px; }
.flex1 { flex: 1; }
.div_btn a { width: 180px; height: 52px; display: flex; align-items: center; justify-content: center; grid-gap: 7px; color: #fff; border-radius: 52px; background: #0061a9; color: #fff; font-size: 16px; }
.div_btn a:hover { background: #00a9a3 }
.icon_mess { display: block; width: 20px; height: 20px; background: url(../img/icon18.png) no-repeat center center }
.footer { background: url(../img/foot_bg.jpg) no-repeat center center #015192; padding-top: 44px; padding-bottom: 60px; color: #fff; }
.foot { display: flex; justify-content: space-between; align-items: center; height: 88px; border-bottom: 2px solid rgba(255,255,255,0.1) }
.foot .logo { transform: translateX(-10px) }
.foot .tel { position: relative; color: #fff; display: flex; align-items: center; grid-gap: 10px; }
.tel_icon { width: 50px; height: 50px; background: url(../img/icon19.png) no-repeat left center; position: relative; }
.tel_icon span { position: absolute; top: 10px; left: 25px; font-size: 12px; }
.foot .tel h3 { font-size: 24px; font-weight: bold; }
.foot .tel p { color: rgba(255,255,255,0.5) }
.foot2 { display: flex; justify-content: space-between; margin-top: 48px; }
.foot2 h3 { color: #abdbff; font-size: 24px; margin-bottom: 15px; }
.foot2 p {cursor:pointer; line-height: 28px; }
.foot2 p:hover{color:#14dbff}
.foot_menu { display: flex; grid-gap: 60px; }
.foot_menu a { color: #abdbff; font-size: 16px; }
.foot_menu a:hover { color: #fff; }
.foot3 { display: flex; justify-content: space-between; margin-top: 35px; align-items: flex-end; }
.foot3 .ewm { width: 110px; background: #fff; }
img { display: block; }
.copyright { text-align: right; }
.copyright > div { display: flex; align-items: center; justify-content: flex-end; grid-gap: 10px; }
.copyright, .copyright a { color: rgba(255,255,255,0.5); }
.copyright a:hover { color: #fff; }


.page_banner { padding-top: 80px; background-size: cover; background-position: right }
.page_banner .wrap { height: 460px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.page_banner h2 { font-size: 36px; font-weight: bold; margin-bottom: 5px; }
.page_banner p { max-width: 700px; opacity: 0.7 }
.page_banner .btn_box { margin-top: 30px; }
.page_pos { background: #eaf3f9 }
.page_pos .pos { flex: 1; }
.page_pos .wrap { height: 60px; display: flex; align-items: center; }
.page_pos .pos a { padding-left: 22px; margin-left: 15px; background-position: left center; background-repeat: no-repeat; background-image: url(../img/icon21.png) }
.page_pos .pos a:first-child { padding-left: 26px; background-image: url(../img/icon20.png); margin-left: 0 }

.page_pos .tag ul { display: flex; line-height: 60px; }
.page_pos .tag ul li { padding: 0 30px; position: relative; }
.page_pos .tag a { display: block; position: relative; }
.page_pos .tag a:hover { color: #0061a9 }
.page_pos .tag a:after { content: ''; display: block; width: 0px; height: 3px; background: #0061a9; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.page_pos .tag li.on a { font-weight: bold; color: #0061a9 }
.page_pos .tag li.on a:after { width: 32px; }
.page_pos .tag ul li:last-child { padding-right: 0 }
.page_pos .tag ul li:last-child:after { display: none; }
.page_pos .tag ul li:after { content: ''; display: block; width: 1px; height: 20px; background: #d0dce4; position: absolute; top: 50%; margin-top: -10px; right: 0 }
.page_pos .pos a:hover { color: #0061a9 }
.page_about { background: url(../img/about_bg.png) no-repeat left bottom #fff; }
.video_box2 { margin: 0 auto; width: 440px; height: 440px; border: 1px solid #0061a9; border-radius: 100%; padding: 6px; position: relative; z-index: 1; }
.video_box2:before { content: ''; display: block; width: 600px; height: 600px; background: url(../img/img22.png) no-repeat center center; background-size: 100% auto; position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -300px; z-index: -1; }
.video_box2 .video { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; border-radius: 100%; overflow: hidden; }
.object-fit { width: 100%; height: 100%; object-fit: cover }
.page_about .wrap { grid-gap: 12%; display: flex; align-items: center; }
.page_about .ct { width: 440px; padding-top: 40px; }
.page_about .lt, .page_about .rt { flex: 1; }
.h3_tit { font-size: 36px; color: #0061a9; margin-bottom: 1.5em }
.h3_tit.fff { color: #fff; }
.about_txt { margin-top: 80px; position: relative; max-width: 350px; }
.about_txt:before { content: ''; display: block; width: 100%; height: 1px; border-left: 140px solid #0061a9; background: #e7ebee; margin-bottom: 20px; }
.about_txt h4 { font-size: 22px; color: #0061a9; margin-bottom: 20px; }
.about_txt p { line-height: 32px; }

.about_list { position: relative; margin-left: 4vw; }
.about_list li { padding-left: 60px; position: relative; height: 114px; display: flex; align-items: center; grid-gap: 30px; z-index: 1; }
.about_list:before,
.about_list li:before { content: ''; display: block; position: absolute; width: 30vw; height: 1px; background: #e7ebee; bottom: 0; left: 0 }
.about_list:before { bottom: auto; top: 0 }
.about_list .icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.about_list h3 { font-size: 32px; color: #0061a9; font-weight: bold; font-family: Arial }
.page_his { background: url(../img/page_his_bg.jpg) no-repeat bottom center; background-size: cover; }
.wrap2 { max-width: 1024px; margin: 0 auto; width: 90%; }
.swiper_his .swiper-slide { padding: 50px 0 }
.swiper_his .wrap2 { display: flex; align-items: center; justify-content: center; grid-gap: 10%; color: #fff; }
.his_img { width: 430px; height: 430px; position: relative; }
.his_img:before { position: absolute; top: -20px; left: -20px; bottom: -20px; right: -20px; content: ''; display: block; background: url(../img/icon26.png) no-repeat center center; background-size: 100% 100%; }
.his_img .img_box { border-radius: 100%; overflow: hidden; padding-top: 100%; border: 2px solid #cde2f2; }
.his_img .img_box img { width: 100%; height: 100%; object-fit: cover }
.swiper_his .text { flex: 1; }
.page_his .h3_tit { margin-bottom: 0 }
.page_his .text h2 { font-size: 80px; font-weight: bold; font-family: Arial }
.page_his .text p { line-height: 28px; font-size: 16px; }
.swiper-button-btn { width: 48px; height: 48px; border-radius: 100%; background: rgba(255,255,255,0.4) url(../img/prev-1.png) no-repeat center center; }
.swiper-button-btn.swiper-button-next { background-image: url(../img/next-1.png) }
.swiper-button-btn.swiper-button-next:hover { background-image: url(../img/next-2.png); background-color: #fff; }
.swiper-button-btn.swiper-button-prev:hover { background-image: url(../img/prev-2.png); background-color: #fff; }
.swiper-button-btn:after { display: none; }

.swiper_his_thumbs { margin-top: 30px; position: relative; }
.swiper_his_thumbs:after { content: ''; display: block; width: 100%; left: 0; top: 12px; height: 1px; position: absolute; background: #fff; opacity: 0.1 }
.swiper_his_thumbs .swiper-slide { position: relative; text-align: center; padding-top: 30px; width: 15vw }
.swiper_his_thumbs .swiper-slide span { cursor: pointer; position: relative; color: rgba(255,255,255,0.3); font-size: 20px; }
.swiper_his_thumbs .swiper-slide span:before { position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; content: ''; display: block; width: 20px; height: 20px; background: url(../img/icon27.png) no-repeat center center; }
.swiper_his_thumbs .swiper-slide-thumb-active.swiper-slide span:before { background-image: url(../img/icon27-1.png) }
.swiper_his_thumbs .swiper-slide-thumb-active.swiper-slide span { color: #fff; font-weight: bold; }

.ry_list li { padding: 30px 0; border-bottom: 1px solid #d2e4f1; width: 360px; margin-top: 30px; position: relative; }
.ry_list li:after { content: ''; display: block; width: 140px; height: 1px; background: #0061a9; position: absolute; left: 0; bottom: -1px; }
.ry_list h3 { font-weight: bold; font-size: 32px; color: #0061a9 }
.ry_list li:hover:after { width: 100%; }

.ry_lt { flex: 1; }
.ry_item { position: relative; width: 59%; margin: -100px 0; display: flex; }
.ry_item:before, .ry_item:after { content: ''; display: block; position: absolute; width: 100%; left: 0; height: 50px; }
.ry_item:after { background: linear-gradient(to top,rgba(234,243,249,1),rgba(234,243,249,0)); bottom: 0 }
.ry_item:before { background: linear-gradient(to bottom,rgba(234,243,249,1),rgba(234,243,249,0)); top: 0 }
.ry_item .img { padding: 16px; background: #eaf3f9; box-shadow: 0 12px 30px rgba(0,53,92,0.16) }
.ry_item li { padding-bottom: 30px; }
.ry_item .item { padding: 0 24px; height: 800px; overflow: hidden; }

.page_why_list ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.page_why_list li { padding: 0 20px; }
.page_why_list .icon { display: flex; align-items: center; justify-content: center; background: url(../img/icon32.png) no-repeat center center; background-size: 100% auto; width: 240px; height: 240px; margin: 0 auto; margin-bottom: 40px; border-radius: 100% }
.page_why_list li:hover .icon { background-size: 150% auto }
.icon_box { padding-top: 100%; position: relative; }
.icon_box .icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.page_why_list .text { text-align: center; }
.page_why_list h3 { font-size: 18px; margin-bottom: 10px; }
.page_why_list p { opacity: 0.7 }

.page8 { background: url(../img/page8_bg.jpg) no-repeat center center #eaf3f9; position: relative }
.page8:before { content: ''; display: block; position: absolute; width: 25%; height: 100%; top: 0; right: 0; background: url(../img/page8_bg_1.jpg) no-repeat center center; background-size: cover }

.swiper8 .swiper-slide { background: #fff; }
.swiper8 { padding-bottom: 80px; }
.swiper_btn > * { width: 48px; height: 48px; border-radius: 100%; background-color: #fff; background-repeat: no-repeat; background-position: center center; position: initial; }
.swiper_btn { grid-gap: 16px; position: absolute; bottom: 0; display: flex; align-items: center; }
.swiper_btn *:after { content: ''; }
.swiper_btn .swiper-button-prev { background-image: url(../img/prev-2.png) }
.swiper_btn .swiper-button-prev:hover { background-image: url(../img/prev-1.png); background-color: #0061a9 }
.swiper_btn .swiper-button-next { background-image: url(../img/next-2.png) }
.swiper_btn .swiper-button-next:hover { background-image: url(../img/next-1.png); background-color: #0061a9 }
.page9_list { flex: 1; max-height: 554px; margin-left: 60px; overflow: hidden; overflow-y: auto; box-shadow: 0 0px 30px rgba(0,53,92,0.16) }
.page9_box { display: flex; align-items: center; }
.page9_list ul { margin: -3px; display: flex; flex-wrap: wrap; }
.page9_list li { flex: 0 0 33.3%; padding: 3px; }
.page9_list .box { height: 64px; padding: 0 30px; display: flex; align-items: center; background: #fff; box-shadow: 0 12px 30px rgba(0,53,92,0.16); cursor: auto }
.page9_list .box:hover { background: #f6fbff }
.page9_list p { font-size: 16px; width: 0; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page9_list label { display: block; line-height: 26px; padding: 0 10px; border: 1px solid #e7ebee; color: #737373 }


.page.page_news { padding-top: 0; padding-bottom: 60px; }
.news_types { padding: 40px 0; }
.news_types ul { display: flex; flex-wrap: wrap; grid-gap: 10px }
.news_types a { display: block; line-height: 36px; border-radius: 38px; border: 1px solid #e6ebef; padding: 0 20px; }
.news_types li.on a, .news_types a:hover { background: #0061a9; color: #fff; border-color: #0061a9 }
.news_list { overflow: hidden; }
.news_list ul { margin: -40px -20px; display: flex; flex-wrap: wrap; }
.news_list li { flex: 0 0 25%; padding: 40px 20px; border-bottom: 1px solid #e6ebef }
.news_list .img_box { padding-top: 75% }
.news_list .img_box img { width: 100%; height: 100%; }
.news_list .date { color: rgba(0,0,0,0.7); font-size: 16px; line-height: 50px; }
.news_list h3 { margin-bottom: 15px; font-size: 20px; line-height: 30px; height: 60px; }
.news_list p { color: rgba(0,0,0,0.7) }
.news_list .box:hover * { color: #0061a9 }

.pagesize { padding-top: 60px; }
.pagesize, .pagesize ul { display: flex; align-items: center; justify-content: center; grid-gap: 12px; }
.pagesize a, .pagesize span, .pagesize .prev, .pagesize .next { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; font-size: 16px; }
.pagesize li { background: #eaf3f9 }
.pagesize li.active,
.pagesize li.on,
.pagesize li:hover { background: #0061a9; color: #fff; }
.pagesize li.active *,
.pagesize li.on *,
.pagesize li:hover * { color: #fff; }
.pagesize li.prev, .pagesize li.next { background: url(../img/icon33.png) no-repeat center center; }
.pagesize li.next { transform: rotate(180deg) }
.pagesize li.prev:hover, .pagesize li.next:hover { background-image: url(../img/icon33-1.png); }
.pagesize li { border-radius: 100%; }
.page_pos:first-child { margin-top: 80px; }

.page_news_det .wrap { display: flex; grid-gap: 7.7% }
.det_rt { width: 420px; }
.details_box { flex: 1; }
.details_box h1 { font-size: 34px; font-weight: normal; margin-bottom: 15px }
.details_box .des { display: flex; grid-gap: 35px; color: rgba(0,0,0,.7); }
.details_box .text { font-size: 16px; color: #333; margin-top: 40px; line-height: 1.8 }
.details_box .text p { min-height: 30px; }
.details_box .btm { display: flex; align-items: center; padding-top: 30px; border-top: 2px solid #0061a9; margin-top: 40px }
.details_box .btm a { color: rgba(51,51,51,0.7); flex: 1 }
.details_box .btm a:last-child { text-align: right; }
.details_box .btm h3 { margin-top: 5px; font-size: 16px; color: #333; }
.details_box .btm a:hover * { color: #0061a9 }

.det_rt ul { border-top: 1px solid #eaedf0 }
.det_rt li { border-bottom: 1px solid #eaedf0; padding: 25px 0 }
.det_rt li h3 { margin-top: 5px; font-size: 18px; line-height: 28px; }
.det_rt .btn_box { margin-top: 40px; }
.btn_box1 a { background: #e5f6f6 }
.btn_box1 a:hover { background: #e6ebef }


.page_search_det { padding: 40px 0 }
.search_head { margin-bottom: 10px; height: 90px; background: url(../img/bg1.jpg) no-repeat center bottom #0061a9; display: flex; align-items: center; color: #fff; grid-gap: 16px; padding-left: 30px; }
.search_head h3 { font-size: 34px; }
.search_head > h3 { flex: 1; }
.search_head > p { transform: translateY(8px); font-size: 16px; }
.search_head ul { display: flex; }
.search_head ul li { height: 90px; width: 90px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-left: 1px solid #fff; }
.search_head ul li h3 { font-weight: bold; line-height: 40px; }
.search_head ul li h4 { line-height: 40px; font-size: 22px; font-weight: bold; }
.search_head ul li:nth-child(1) { background: #00a977 }
.search_head ul li:nth-child(2) { background: #80328e }
.search_head ul li:nth-child(3) { background: #a98300 }
.search_head ul li:nth-child(4) { background: #00a9a3 }

.table_box table { width: 100%; border: 1px solid #eaedf0 }
.table_box table p { padding: 0 10px; }
.table_box table th { font-weight: normal; background: #f6f8f9; }
.table_box table .p1 { opacity: .7 }
.table_box table th, .table_box table td { border: 1px solid #eaedf0; padding: 15px; }
.f-label { display: flex; align-items: center; justify-content: center; }
.lbl_style { display: block; padding: 0 4px; line-height: 20px; border: 1px solid #0061a9; color: #0061a9; margin-left: 10px; }
.lbl_style.lbl1 { border-color: #00a9a3; color: #00a9a3 }
.center { text-align: center; }
.f-label div { text-align: left; }

.charts { height: 200px; }
.page_product_det { padding: 20px 0 80px; background: none; }
.page_product_det .wrap { display: flex; grid-gap: 20px; align-items: flex-start; }
.pro_det_lt { width: 280px; }
.pro_det_lt .item { margin-bottom: 20px; background: #fff; }
.pro_lt_nav { padding-bottom: 10px }
.pro_det_lt .title { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: url(../img/bg2.png) no-repeat top left #0061a9; color: #fff; margin-bottom: 11px; }
.pro_det_lt .title h3 { font-size: 16px; }
a.a_dele { padding-left: 20px; background: url(../img/icon36.png) no-repeat left center; color: #fff; }
.pro_lt_nav .tit { height: 48px; display: flex; align-items: center; padding: 0 20px; justify-content: space-between; cursor: pointer; }
.pro_lt_nav .tit .icon { width: 8px; height: 6px; background: url(../img/icon34.png) no-repeat center center; }
.pro_lt_nav .list > ul > li { position: relative; }
.pro_lt_nav .list > ul > li:after { position: absolute; bottom: 0; left: 20px; right: 20px; border-bottom: 1px dashed #e6ebef; display: block; content: ''; }
.pro_lt_nav .list > ul > li:last-child:after { display: none; }

.pro_lt_nav .subtit { cursor: pointer; display: flex; padding: 0 20px; align-items: center; height: 40px; }
.pro_lt_nav .subtit .icon { display: block; width: 14px; height: 14px; background: url(../img/icon35.png) no-repeat center center; margin-right: 9px; }
.pro_lt_nav .drop,
.pro_lt_nav .sub_drop { transition: all 0s; display: none; }
.pro_lt_nav .sub_drop a { display: block; padding: 0 40px; line-height: 40px; }
.pro_lt_nav h4 { font-size: 14px; }
.pro_lt_nav ._in h4,
.pro_lt_nav .on > a { color: #0061a9; font-weight: bold; }
.pro_lt_nav ._in.subtit .icon { background-image: url(../img/icon35-1.png) }
.pro_lt_nav ._in.tit .icon { background-image: url(../img/icon34-1.png) }
.pro_lt_nav ._in.tit { background: #e5eff6 }


.pro_lt_nav .a_tit { display: flex; align-items: center; grid-gap: 8px; margin-left: 20px; line-height: 42px; }
.pro_lt_nav .a_tit:before { content: ''; display: block; width: 12px; height: 1px; background: #0061a9 }
.check_list { padding: 4px; }
.check_list ul { max-height: 290px; overflow: hidden; margin-top: -10px; overflow-y: auto; line-height: 36px; padding: 0 15px; }
.check_list li { padding-left: 26px; background: url(../img/icon37.png) no-repeat left center; cursor: pointer; }
.check_list li.on { background-image: url(../img/icon37-1.png) }

.pro_det { flex: 1; width: 0 }
.pro_det .head { padding: 20px; background: #fff; margin-bottom: 2px; }

.pro_det_text { background: #fff; padding: 20px; }
.pro_det_text .tit { display: flex; align-items: center; }
.pro_det_scroll .scroll { padding-top: 20px; }
.pro_det_text .tit h3 { flex: 1; padding-left: 40px; line-height: 30px; background: url(../img/icon38.png) no-repeat left center;; font-size: 22px; color: #0061a9 }
.pro_det_text .text { line-height: 36px; margin-top: 10px; }
.swiper_pro_det_thumbs .swiper-slide { width: 80px; }
.swiper_pro_det_thumbs .swiper-slide-thumb-active { border: 2px solid #0061a9 }
.swiper_box { width: 400px; }
.swiper_pro_det { margin-bottom: 4px; position: relative; }
.det_btns { position: absolute; bottom: 20px; left: 0; width: 100%; z-index: 9 }
.det_btns ul { display: flex; align-items: center; justify-content: center; grid-gap: 10px; }
.det_btns li { display: flex; align-items: center; border: 1px solid #fff; padding: 1px; height: 40px; background: linear-gradient(to bottom,#cfe1ef,#fff); border-radius: 40px; padding-right: 15px; color: #0061a9 }
.det_btns .icon { display: block; width: 36px; height: 36px; border-radius: 100%; background: url(../img/icon39.png) no-repeat center center #0061a9; margin-right: 6px; }
.det_btns .icon2 { background-image: url(../img/icon40.png) }
.det_btns .icon3 { background-image: url(../img/icon41.png) }
.swiper_pro_det .swiper-slide { width: 400px; }
.swiper_pro_det .swiper-slide img { width: 100%; height: 100%; object-fit: cover }

.pro_det .head { display: flex; grid-gap: 50px; }
.pro_det .info { flex: 1; padding-right: 25px; }
.info_title { margin-bottom: 20px; height: 90px; display: flex; align-items: center; border-bottom: 1px solid #e7ebee }
.info_title h3 { font-size: 30px; flex: 1; }

.money { color: #c70000; font-size: 24px; }
.money span { font-size: 30px; }
.info_list ul { display: flex; margin-bottom: 20px; grid-gap: 20px; }
.info_list li { min-width: 150px; }
.info_list p { opacity: .7; }
.info_list h5 { font-size: 16px; }
.info_lbl_list { display: flex; }
.info_lbl_list .lbl_style { min-width: 36px; text-align: center; margin-left: 8px }
.info_lbl_list .lbl_style:first-child { margin-left: 0 }
.info_box { min-height: 420px; }
.info_links { margin-top: 50px; display: flex; grid-gap: 30px; }
.info_links a { display: block; padding-left: 20px; line-height: 30px; text-decoration: underline; background: url(../img/icon42.png) no-repeat left center; color: #0061a9 }
.info_specs { margin-top:30px; }
.info_specs p { opacity:0.7; }
.info_specs_list { margin-top:5px; }
.info_specs_list ul { display:flex; flex-wrap:wrap; grid-gap:10px; }
.info_specs_list ul li { border:1px solid #aaa; line-height:28px; padding:0 15px; border-radius:14px; font-size:16px; cursor:default; }
.info_specs_list ul li.on, .info_specs_list ul li:hover { color: #fff; background: #0061a9; border-color: #0061a9; }



.page_case_det { padding-top: 60px; padding-bottom: 80px; }
.page_case_det .wrap { display: flex; align-items: center; grid-gap: 50px; }
.page_case_det .img { border: 2px solid #f3f8fb; width: 33%; max-width: 494px; }
.page_case_det .tit { padding-bottom: 10px; border-bottom: 1px solid #e7ebee; }
.page_case_det .info { flex: 1; padding-right: 50px; }
.page_case_det .tit h2 { font-size: 30px; }
.page_case_det .tit .btm { display: flex; justify-content: space-between; align-items: center; color: rgba(0,0,0,0.7); margin-top: 20px; }
.p_tips { padding-left: 20px; background: url(../img/icon43.png) no-repeat left center; }
.ul_list { margin: 80px 0; display: flex; grid-gap: 20px; flex-wrap: wrap; max-width: 400px; }
.ul_list li { min-width: 170px; }
.ul_list p { opacity: .7 }
.ul_list h4 { font-size: 16px; margin-top: 5px; }

.ul_list2 { margin:0 0; display: flex; grid-gap:10px 20px; flex-wrap: wrap; max-width: 600px; }
.ul_list2 li { min-width: 170px; }
.ul_list2 p { opacity: .7 }
.ul_list2 h4 { font-size: 16px; margin-top: 5px; }

.bank_list { width: 300px; background: url(../img/bg3.png) no-repeat center center #0061a9; border-top: 3px solid #00a9a3; height: 494px; padding: 15px 20px; }
.bank_list h3 { font-size: 18px; color: #abdbff }
.bank_list a { color: #fff; grid-gap: 8px; height: 55px; display: flex; align-items: center; font-size: 15px; }
.bank_list a:hover { text-decoration: underline }
.bank_list p { flex: 1; width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bank_list li span { display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #fff; color: #0061a9; width: 24px; height: 24px; }
.bank_list li:nth-child(1) span { background: #00a9a3; color: #fff; font-weight: bold; }
.bank_list li:nth-child(2) span { background: #edc422; color: #fff; font-weight: bold; }
.bank_list li:nth-child(3) span { background: #e87c42; color: #fff; font-weight: bold; }

.page_case_tj { padding: 80px 0; background: #eaf3f9 }
.page_case_tj .h3_tit { color: #000; margin-bottom: 20px; }

.tj_list { display: flex; margin: -10px; flex-wrap: wrap; }
.tj_list li { flex: 0 0 20%; min-width: 20%; max-width: 20%; padding: 10px; }
.tj_list a { display: block; background: #fff; }
.tj_list a:hover { box-shadow: 0 8px 40px rgba(0,53,92,0.16) }
.tj_list .img_box { padding-top: 100%; border-bottom: 1px solid #e7ebee }
.tj_list .text { padding: 15px 20px }
.tj_list h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; margin-bottom: 5px; }
.f-c { display: flex; }
.tj_list .lbl_style { margin-left: 7px; border-color: #e7ebee; color: #737373; font-size: 14px; line-height: 22px; }
.lbl_style.lbl2 { color: #0061a9 !important }
.tj_list .lbl_style:first-child { margin-left: 0 }

.search_box { margin-top: 50px; max-width: 600px; height: 50px; display: flex; align-items: center; border-bottom: 1px solid #fff; }
.search_box input { flex: 1; width: 0; background: none; border: 0; color: #fff; font-size: 16px; }
.search_box input::-webkit-input-placeholder { color: rgba(255,255,255,0.4); }
.icon_search2 { display: block; width: 20px; height: 20px; background: url(../img/search3.png) no-repeat center center; margin-right: 10px; }

.page_where { padding: 30px 0; line-height: 36px; background: #fff; }
.page_where .item { border-bottom: 1px solid #e7ebee; padding: 20px 0; display: flex; }
.page_where .item:last-child { border-bottom: 0 }
.page_where ul { margin-left: 20px; flex: 1; display: flex; flex-wrap: wrap; grid-gap: 20px; }
.page_where li a { display: flex; padding: 0 15px; height: 36px; align-items: center; }
.page_where li.on a { background: #0061a9; color: #fff; }
.page_where li span { display: block; padding: 0 7px; line-height: 22px; border-radius: 1px; background: #e5eff6; color: #0061a9; margin-left: 5px; }
.page_where li.on span { background: #00a9a3; color: #fff; }


.item_order { display: flex; align-items: center; grid-gap: 35px; }
.item_order > div { display: flex; align-items: center; justify-content: center; }
.item_order .order { display: flex; width: 20px; height: 30px; flex-direction: column; align-items: center; justify-content: center; }
.order i { display: block; width: 10px; height: 10px; background: url(../img/icon44.png) no-repeat center center; cursor: pointer; }
.order i:hover, .order i.on { background-image: url(../img/icon44-1.png) }
.order i:last-child { transform: rotate(180deg) }
.page_case { background: none; padding: 30px 0 60px }
.page_training { padding: 40px 0; background: #eaf3f9 }
.training_tag { margin-bottom: 40px; display: flex; grid-gap: 10px; }
.training_tag a { display: block; line-height: 38px; padding: 0 22px; border-radius: 38px; background: #fff; white-space: nowrap }
.training_tag li.on a, .training_tag li:hover a { background: #0061a9; color: #fff; }

.training_list ul { display: flex; flex-wrap: wrap; margin: -20px; }
.training_list li { flex: 0 0 25%; min-width: 25%; max-width: 25%; padding: 20px; }
.training_list .box { display: block; background: #fff; }
.training_list .img_box { padding-top: 56.5% }
.training_list .text { padding: 20px; padding-top: 15px; }
.training_list .btm { display: flex; justify-content: space-between; align-items: center;  white-space: nowrap; }
.training_list h3 { font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px; }
.training_list .lbls{height: 65px;}
.training_list .f-c {     flex-wrap: wrap;align-items: flex-start;gap:5px 3px }
.training_list .lbl_style { margin-left: 4px; border-color: #e6ebef; color: #737373 }
.training_list .lbl_style:first-child { margin-left: 0 }
.btn_video { display: flex; align-items: center; height: 40px; padding: 2px; border-radius: 40px; background: #e5eff6; color: #0061a9; grid-gap: 10px; padding-right: 20px; }
.btn_video .icon { display: block; width: 36px; height: 36px; background: url(../img/icon45.png) no-repeat center center #0061a9; border-radius: 100%; }
.training_list .box:hover { box-shadow: 0 8px 40px rgba(0,53,92,0.16) }
.training_list .box:hover .btn_video { background: #0061a9; color: #fff; }
.training_list .box:hover .btn_video .icon { background-color: #00a9a3 }
.page_service_det { background: none; padding: 50px 0; overflow: initial; }
.page_service_det .wrap { display: flex; grid-gap: 20px; }
.page_service_det .swiper_box { width: 500px; }
.page_service_det .swiper_pro_det_thumbs .swiper-slide { width: 118px; }
.page_service_det .info_box { min-height: 360px; }
.info_txt { min-height: 100px;margin-bottom:10px; font-size: 16px; line-height: 28px;}
.lbl_list{margin-bottom: 15px;}
.page_service_det .lbl_list li { background: #e5eff6 }
.lbl_list li.li_more { width: 40px; height: 40px; border-radius: 100%; background: url(../img/icon46.png) no-repeat center center #e5eff6; }
.pro_det2 { margin-bottom: 30px; border-top: 20px solid #eaf3f9; background: #fff; }
.pro_det2 div.title { position: sticky; top: 80px; margin: -20px; border-bottom: 1px solid #e7ebee; background: #fff; z-index: 1009; margin-bottom: -10px; }
.swiper-pagination{z-index: 9;}
.pro_det2 .title ul { display: flex; align-items: center; }
.pro_det2 .title a { display: block; line-height: 54px; padding: 0 30px; font-size: 16px; position: relative; }
.pro_det2 .title li a:before { content: ''; display: block; height: 3px; background: #0061a9; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0 }
.pro_det2 .title li.on a:before { width: 24px; }
.pro_det2 .title li.on a { color: #0061a9; font-weight: bold; }
.pro_det2 .tit h3 { color: #000 }
.pro_det2 .tit:not(:first-child) { margin-top: 30px; }
.swiper_cur2 { display: flex; grid-gap: 10px; align-items: center; }
.swiper_cur2 div { cursor: pointer; width: 48px; height: 48px; border-radius: 100%; background: url(../img/prev-2.png) no-repeat center center #eaf3f9 }
.swiper_cur2 div.next { transform: rotate(180deg) }
.swiper_cur2 div:hover { background-color: #0061a9; background-image: url(../img/prev-1.png) }
.swiper_case { margin-top: 10px; }
.swiper_case .img_box { padding-top: 59.5%; }
.swiper_case .text { margin-top: 0; padding-bottom: 20px; }
.swiper_case .swiper-pagination { bottom: 0 !important }
.case-pagination .swiper-pagination-bullet { background: #ccd5db; opacity: 1; }
.case-pagination .swiper-pagination-bullet-active { background: #0061a9; }
.a_more_btn { display: block; padding: 0 27px; line-height: 40px; border-radius: 40px; background: #eaf3f9; color: #0061a9 }
.news_list2 { margin-top: 10px; }
.news_list2 ul { display: flex; margin: -12px; }
.news_list2 li { flex: 0 0 25%; padding: 12px; }
.news_list2 .text h3 { margin-bottom: 20px; line-height: 24px; font-size: 16px; height: 48px; }
.news_list2 .text p { color: rgba(0,0,0,0.7) }
.news_list2 a:hover .text p { color: #0061a9 }
.news_list2 .box { display: block; border-bottom: 1px solid #e7ebee }
.news_list2 .box:hover { border-color: #0061a9 }
.news_list2 .img_box { padding-top: 56%; }
.det_tab table { table-layout: fixed; width: 100%; margin-top: 20px; }
.det_tab table th { height: 44px; background: #0061a9; color: #fff; text-align: left; }
.det_tab table th, .det_tab table td { padding: 0 20px; }
.det_tab table td { height: 50px; border-bottom: 1px solid #eaedf0 }
.det_tab table tr:nth-child(2n+1) td { background: #f6f8f9 }
.pro_det_tab table { table-layout: inherit; }
.pro_det_tab .tab_box { box-shadow: none; }
.tab_box tr:hover td { background: #fff; }
.tab_box tr { position: relative; cursor: pointer; }
.tab_box tr:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #0061a9; opacity: 0; display: block; }
.tab_box tr:hover td { color: #0061a9 }
.tab_box tr:first-child:after{ display:none;}
.tab_box tr:hover:after { opacity: 1; box-shadow: 0 8px 40px rgba(0,53,92,0.16); z-index: 1; }
.pro_det_tab { padding-bottom: 40px; background: #fff; flex: 1; width: 0 }
.pro_det_tab .pagesize { padding-top: 40px; }

.icon_xz { display: block; width: 20px; height: 20px; background: url(../img/icon47.png) no-repeat center center; }
.page.page_search { padding: 0 }
.page_search_head { padding: 30px 0; display: flex; align-items: center; flex-wrap: wrap; grid-gap: 12px; }
.page_search_head .div_input2 { flex: 1; }
.div_input2, .div_select select { padding: 0 10px; height: 40px; border: 1px solid #dde2e5 }
.div_input2 input { width: 100%; border: 0; background: none; height: 40px; line-height: 40px; outline: none; }
.div_select { position: relative; width: 240px; }
.div_select select { outline: none; width: 100%; padding-right: 20px; }
.div_select:after { content: ''; display: block; width: 10px; height: 10px; background: url(../img/select.png) no-repeat center center; position: absolute; right: 10px; top: 50%; margin-top: -5px; }
.page_search_head .btn { display: block; width: 140px; height: 40px; line-height: 40px; background: #00a9a3; color: #fff; font-size: 16px; text-align: center; }
.page_search_head .btn:hover { background: #0061a9; }
.page_search .pro_det_tab { width: 100%; }
.tab_box .left { text-align: left; padding-left: 20px; }
.block { display: block; }
.c1 { color: #0061a9 }
.fs12 { font-size: 12px; }
.page_zhuli { background: #eaf3f9; padding-top: 60px; }
.zhuli_list ul { height: 400px; position: relative; }
.zhuli_list li { box-shadow: 0 8px 40px rgba(0,53,92,0.16); position: absolute; width: 460px; background: #fff; padding: 15px 20px; }
.zhuli_list h3 { font-size: 14px; color: #0061a9 }
.zhuli_list p { line-height: 24px; font-size: 16px; margin-top: 10px; margin-bottom: 15px; }
.zhuli_list .btm { opacity: .7 }
.zhuli_list li:first-child { top: 50%; transform: translateY(-50%); left: 0 }
.zhuli_list li:nth-child(2) { left: 20%; top: 0 }
.zhuli_list li:nth-child(3) { left: 20%; bottom: 0 }
.zhuli_list li:nth-child(4) { left: 55%; top: 50%; transform: translateY(-50%); z-index: 6; }
.zhuli_list li:nth-child(5) { top: 0; right: 5% }
.zhuli_list li:nth-child(6) { bottom: 0; right: 0 }
.fp_modal,
.modal { z-index: 10010; position: fixed; top: 0; left: 0; width: 100%; height: 100%; transition: all 0s }
.modal { display: none; background: rgba(0,0,0,0.7); }
.fp_modal { display: flex; align-items: center; justify-content: center; }
.modal_cont { padding: 20px; padding-bottom: 32px; flex: 1; max-width: 970px; border-radius: 10px; background: url(../img/bg4.png) no-repeat top center #eaf3f9; position: relative; }
.modal_cont .close { cursor: pointer; width: 40px; height: 40px; position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; top: 10px; right: 10px; }
.modal_cont .close:hover { transform: rotate(180deg) }
.modal_cont .title h3 { font-size: 22px; font-weight: bold; margin-bottom: 5px; }
.modal_cont .title { margin-bottom: 20px; }
.modal_cont .title p { opacity: .7; }
.zx_list > ul { display: flex; margin: -8px; }

.zx_list > ul > li { flex: 0 0 25%; padding: 8px; }


.zx_list .box { overflow: hidden; border-radius: 5px; height: 100%; background: #fff; }
.zx_list .box .tit { height: 48px; display: flex; align-items: center; padding: 0 24px; text-align: left; background: url(../img/bg5.png) no-repeat top left #00a977; }
.zx_list > ul > li:nth-child(1) .box .tit { background-color: #00a977 }
.zx_list > ul > li:nth-child(2) .box .tit { background-color: #00a9a3 }
.zx_list > ul > li:nth-child(3) .box .tit { background-color: #a98300 }
.zx_list > ul > li:nth-child(4) .box .tit { background-color: #a98300 }
.zx_list .box .tit h3 { font-size: 16px; font-weight: bold; color: #fff; }
.zx_list .box ul { padding: 20px; }
.zx_list .box li { display: flex; height: 36px; grid-gap: 5px; align-items: center; }
.zx_list .box li:before { content: ''; display: block; width: 15px; height: 15px; background: url(../img/icon48.png) no-repeat center center; }
.modal_btn { margin-top: 40px; display: flex; align-items: center; justify-content: center; grid-gap: 20px; }
.modal_btn a { line-height: 48px; border-radius: 48px; width: 180px; color: #fff; background: #0061a9; display: block; text-align: center; font-size: 16px; }
.modal_btn a:hover { background: #00a9a3 }
.menu_wrap { display: none; }
.page_tag_box .tag_box:not(:first-child) { display: none; }

.index_wap_show { display: none !important; }

.header.white { background: #fff; }













@media only screen and (max-width: 1840px) {
    .h_btn .btn { transform: translate(0) }
    .h_btn { width: auto; overflow: hidden; }
    .menu > ul > li > a { padding: 0 20px; }
}

@media only screen and (max-width: 1650px) {
}

.page1_img_list > ul > li .img_box img { width: 100%; height: 100%; object-fit: cover }
.page1_img_list > ul > li .img_box .logo img { width: auto; height: auto; }

@media only screen and (max-width: 1350px) {
    .search { width: 60px; }
    .header .wrap { grid-gap: 15px; }
    .menu > ul > li > a { padding: 0 15px; }
    .page { padding: 60px 0 }
    .page1_box { grid-gap: 20px; }
    .page1_img_list > ul > li .img_box { padding-top: 100px; }
    .page1_img_list > ul > li:nth-child(8) .img_box { padding-top: 202px; }
    .page1_img_list > ul > li:nth-child(8) { top: 102px; }
    .page5_box .box.rt { margin-left: 30px; }
    .page5_box li:nth-child(1) h3:before { width: 45px; }
    .page5_box li:nth-child(2) h3:before { width: 0 }
    .page5_box li:nth-child(3) h3:before { width: 35px; }
    .page5_box .box.lt { margin-right: 30px; }
    .page5_box .box { width: 250px; }
    .swiper6 .news_a { padding: 20px; }
    .div_input { min-width: initial; }
    .page_form { width: auto; grid-gap: 10px; }
    .page_banner .wrap { height: 340px; }
}

.wap_show { display: none !important; }
.pc_show { display: block !important }

@media only screen and (max-width: 1200px) {
    .page1_img { margin: 10px 0; }
    .pc_show { display: none !important }
    .wap_show { display: block !important }
    .page_banner .wrap { height: 300px; }
    .search { width: 50px; }
    .header .wrap { grid-gap: 5px; }
    .menu > ul > li > a { padding: 0 10px; }
    .page_tit h3 { font-size: 30px; }
    .page2_list li { width: 50%; }
    .page1_img_list .list ul { line-height: 20px; margin-left: 10px; }
    .page_tit { margin-bottom: 20px; }
    .page1_info { padding: 0 }
    .swiper6 .news_a { padding: 10px; }
    .news_a h3 { font-size: 18px; line-height: 25px; height: 50px; margin-bottom: 5px; }
    .news_a .txt { height: 60px; margin-bottom: 10px; }
    .page { padding: 30px 0 }
    .pro_det .head { display: block; }
    .info_txt { height: auto; }
    .page_service_det .info_box {min-height:initial; height: auto; }

    .page_service_det .info_box > * { margin-bottom: 20px; }

    .page_where { line-height: 30px }
    .page_where li a { padding: 0 10px; height: 30px; }
    .page_where ul { grid-gap: 10px; }
    .page_where .item { padding: 10px 0 }
    .page_where, .page_search_head { padding: 10px 0; }
    .wrap { width: 96%; }
    .news_list li { padding: 20px 10px }
    .news_list h3 { font-size: 16px; line-height: 25px; margin-bottom: 5px; height: 50px }
    .search_box { margin-top: 20px; }
    .page_banner .btn_box { margin-top: 10px; }
    .tj_list { margin: -0px }
    .tj_list li { padding: 10px; }
    .foot_menu { grid-gap: 20px; }
    .news_types { padding: 20px 0 }
    .zhuli_list li:nth-child(2) { left: 5%; top: 10px; }
    .zhuli_list li:nth-child(5) { right: 2%; }
    .zhuli_list li:nth-child(3) { left: 2% }
    .page_about .wrap { display: block; }
    .about_txt { max-width: 100%; margin-top: 20px; }
    .h3_tit { margin-bottom: 20px; font-size: 30px; }
    .page_about .ct { float: left; }
    .page_about .rt { overflow: hidden; padding-left: 70px; }
    .about_list:before, .about_list li:before { width: 100vw }
    .about_list { margin-left: 0; }
    .swiper_his .wrap2 { grid-gap: 40px; }
    .ry_item .img { padding: 8px; }
    .ry_item li { padding-bottom: 20px; }
    .ry_item .item { padding: 0 10px; }
    .page_why_list .icon { width: 19vw; height: 19vw; }
    .page_why_list ul { justify-content: center; }
    .page_why_list li { flex: 0 0 20%; }
    .page3_list li:hover:after, .page3_list li.on:after,
    .page3_list li:after, .page3_list li:before { width: 50vw }
    .page9_list li { flex: 0 0 50%; }
    .page9_list .box { height: 50px; padding: 0 10px 0 15px; }
    .training_list li { padding: 10px; flex: 0 0 33.3%; min-width: 33.3%; max-width: 33.3%; }
    .training_list ul { margin: -10px; }
    .page_banner p { opacity: 1; }
    .page_product_det { padding-top: 0 }
    .news_list2 li { padding: 5px; }
    .news_list2 ul { margin: -5px; }
}

.table_box .w1 { width: 300px; }
.table_box .w2 { width: 50%; }
.pro_det_tab table td:first-child { width: 200px }

.search_box2 { max-width: 50%; height: 50px; border-radius: 50px; background: #fff; padding: 0 20px; align-items: center; margin: 0 auto; display: flex; margin-top: 15px; grid-gap: 10px; position: relative; }
.search_box2 input { flex: 1; background: none; border: 0; width: 100%; }
.search_box2 a { display: block; height: 50px; line-height: 50px; width: 80px; border-radius: 25px; background: #0061a9; font-size: 18px; color: #fff; text-align: center; position: absolute; right: -100px; top: 0; }
.search_box2 button { display: block; height: 50px; line-height: 50px; width: 80px; border-radius: 25px; background: #0061a9; font-size: 18px; color: #fff; text-align: center; position: absolute; right: -100px; top: 0; }

@media only screen and (max-width:1024px) {
    .pro_det2 .title { top: 60px; margin-left: -10px; margin-right: -10px;   }
    .pro_det .head { margin-bottom: 20px; }

    .search .menu_drop { position: fixed; top: 60px; left: 0; }
    .search .menu_drop .tit { display: none; }
    .search_box2 { height: 40px; margin: 0 80px 0 10px; max-width: initial; flex: 1; }
    .search_box2 a { height: 40px; line-height: 40px; font-size: 14px; width: 60px; right: -70px; }
    .search_box2 button { height: 40px; line-height: 40px; font-size: 14px; width: 60px; right: -70px; }
    .page_search_det .table_box { overflow-x: auto; }
    .page_search_det .table_box table { min-width: 800px; }
    .table_box .w1 { width: 300px; min-width: 150px; }
    .table_box .w2 { width: 40%; }
    .menu { position: fixed; top: 60px; right: -100%; width: 50%; min-width: 300px; height: 100%; background: #fff; border-top: 1px solid #eaf3f9 }
    .menu ul { display: block; text-align: center; }
    .search, .header .wrap { height: 60px; }
    .h_menu .menu { right: 0 }
    .menu_wrap { display: block; }
    .header { background: #fff; }
    .logo_fff { display: none; }
    .logo_black { display: block; }
    .icon_search { background-image: url(../img/search-1.png) }
    .search { border-color: rgba(0,0,0,0.1) }
    .menu > ul > li > a:after { background: #0061a9 }
    .menu > ul > li.on > a, .menu > ul > li:hover > a,
    .menu > ul > li > a { color: #000 }
    .menu > ul > li > a { position: relative; z-index: 1; line-height: 60px; }
    .menu > ul > li { border-bottom: 1px solid #eaf3f9; position: relative; }
    .menu > ul > li > i { display: block; width: 50px; height: 50px; background: url(../img/icon33.png) no-repeat center center; transform: rotate(-90deg); position: absolute; top: 0; right: 0; z-index: 100 }
    .menu > ul > li:hover > i { transform: rotate(90deg); }
    .menu_drop { position: initial; }
    .menu_drop .drop { line-height: 40px; padding: 10px 0 }
    .menu_drop .drop .tit { display: none; }
    .menu_drop ul { padding: 0 }
    .menu_wrap { margin-left: 10px; width: 24px; height: 30px; cursor: pointer; display: flex; align-items: center; user-select: none; align-items: center; }
    .menu_wrap span:before,
    .menu_wrap span:after { content: ""; position: absolute; height: 2px; display: block; left: 0; width: 100%; transition: all .2s linear; background: #0061a9 }
    .menu_wrap span:before { top: -7px; }
    .menu_wrap span:after { top: 7px; }
    .menu_wrap span { width: 100%; height: 2px; display: block; position: relative; transition: all .2s linear; background: #0061a9 }
    .menu_wrap span:before { content: '' }
    .menu_wrap.active span { animation: buttonAnimation 0.3s ease forwards; }
    .menu_wrap.active span:before { animation: buttonAnimationBefore 0.3s ease forwards; }
    .menu_wrap.active span:after { animation: buttonAnimationAfter 0.3s ease forwards; }

    @keyframes buttonAnimationBefore {
        0% { -moz-transform: translateY(0px) rotate(0); -ms-transform: translateY(0px) rotate(0); -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
        50% { -moz-transform: translateY(7px) rotate(0); -ms-transform: translateY(7px) rotate(0); -webkit-transform: translateY(7px) rotate(0); transform: translateY(7px) rotate(0); }
        100% { -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); }
    }

    @keyframes buttonAnimationAfter {
        0% { -moz-transform: translateY(0) rotate(0); -ms-transform: translateY(0) rotate(0); -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
        50% { -moz-transform: translateY(-7px) rotate(0); -ms-transform: translateY(-7px) rotate(0); -webkit-transform: translateY(-7px) rotate(0); transform: translateY(-7px) rotate(0); }
        100% { -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); }
    }

    @keyframes buttonAnimation {
        0% { background: transparent; }
        50% { background: rgba(255, 255, 255, 0); }
        100% { background: rgba(255, 255, 255, 0); }
    }

    .search { width: 40px; }
    .h_btn .btn { width: auto; padding-right: 10px; }
    .page_banner h2 { font-size: 25px; }
    .page_banner { padding-top: 60px; position: relative; z-index: 1; }
    .page_banner:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; z-index: -1 }
    .search_box input::-webkit-input-placeholder { color: rgba(255,255,255,0.8) }
    .page_pos .wrap { height: 50px; }
    .page_pos .pos a:first-child { padding-left: 20px; }
    .page_pos .pos a { padding-left: 15px; margin-left: 10px; }

    .page_pos .pos { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .pro_det_lt { width: 100%; }
    .pro_det_lt .item .check_list,
    .pro_det_lt .list { display: none; }
    .pro_det_lt .item.on .check_list,
    .pro_det_lt .item.on .list { display: block; }
    .pro_det_lt .item.on .title:after { content: '<' }
    .pro_det_lt .item { padding-bottom: 0; margin-bottom: 10px; }
    .pro_det_lt .title { position: relative; padding-right: 30px }
    .pro_det_lt .title:after { position: absolute; right: 10px; content: '>'; transform: rotate(90deg) }
    .page_service_det .wrap { display: block; }
    .pro_det { width: 100%; }
    .pro_det2 { border-top-width: 10px; }
    .pro_det .head { padding: 14px; }
    .news_list2 .img_box img { width: 100%; height: 100%; object-fit: cover }
    .page_product_det .wrap { display: block; }
    .pro_det_tab { width: 100%; }
    .pro_det_tab table { min-width: 800px; }
    .info_links { margin-top: 20px; }
    .info_box {min-height:initial; height: auto; margin-bottom: 20px }
    .info_specs { margin-top:20px; }


    .page_case_det .wrap { display: block; }
    .page_case_det .img { width: 400px; float: left; }
    .page_case_det .info { overflow: hidden; padding-left: 20px; }
    .ul_list { margin: 20px 0 }
    .bank_list { width: 100%; display: none; }
    .page_news_det .wrap { display: block; }
    .det_rt { width: 100%; margin-top: 30px; }
    .det_rt li { padding: 15px 0 }
    .det_rt .btn_box { margin-top: 20px; }
    .page_pos:first-child { margin-top: 60px; }
    .table_box .w1 { width: 200px; }
}

@media only screen and (max-width: 750px) {
    .swiper1 { padding-top: 0px; }
    .index_pc_show { display: none !important; }
    .index_wap_show { display: block !important; }
    .page { padding: 20px 0 }
    .details_box h1 { font-size: 26px; }
    .details_box .text p { min-height: 20px; }
    .details_box .text { font-size: 14px; line-height: 1.5; margin-top: 20px; }
    .page_case_det .img { max-width: 400px; width: 100%; }
    .ul_list li { flex: 0 0 50%;; min-width: initial; margin-top: 10px; }
    .ul_list { grid-gap: 0; margin-top: 10px; }
    .details_box .btm { display: block; }
    .details_box .btm a { display: block; }
    .details_box .des { display: block; }
    .details_box .btm a:last-child { text-align: left; margin-top: 20px; }
    .page_case_det .img { float: none; margin-bottom: 20px; }
    .news_list2 li { flex: 0 0 50%; }
    .news_list2 ul { flex-wrap: wrap; }
    .page_service_det .swiper_box { width: 100%; }
    .page1_box { display: block; }
    .page1_info { width: 100%; }
    .page_txt .txt { min-height: 10px; }
    .page1_info .page_txt h3 { font-size: 20px; margin-bottom: 10px; }
    .page_tit h3 { font-size: 26px; }
    .page_tit { margin-bottom: 10px; }
    .page1_info { grid-gap: 20px; }
    .page1_img_list { margin-top: 20px; }
    ::-webkit-scrollbar { width: 0; height: 0 }
    .page1_rt_list li { margin-top: 0 !important }
    .page1_rt_list .icon { width: 35px; }
    .page1_rt_list { width: 100%; overflow-x: auto; }
    .page1_rt_list ul { display: flex; grid-gap: 0px; }
    .page1_rt_list .li { height: 50px; white-space: nowrap }
    .page1_rt_list li:after, .page1_rt_list li:before { width: 100%; }
    .page1_rt_list li { padding: 0 20px; }
    .page1_rt_list li:after { width: 0 }
    .page1_rt_list li.on:after, .page1_rt_list li:hover:after { width: 100%; }
    .page1_img_list > ul > li .img_box { padding-top: 150px; }
    .page1_img_list > ul > li:nth-child(8) { top: 152px; }
    .page1_img_list > ul > li:nth-child(8) .img_box { padding-top: 302px; }
    .page_tit { display: block; }
    .page_tag { margin-top: 10px; }
    .page_tag ul { overflow-x: auto; grid-gap: 10px; }
    .page_tag a { width: auto; padding: 0 15px; white-space: nowrap; height: 40px; }
    .page2_box { display: block; }
    .page2_lt { width: 100%; }
    .page2_lt .img_box { padding-top: 80%; }
    .page2_lt .text { padding: 15px; padding-top: 0 }
    .page2_lt .txt { min-height: initial; margin-bottom: 10px; }
    .swiper1 .swiper-slide img { min-height: 350px; object-fit: cover }
    .page1_img_list > ul > li { flex: 0 0 50%; width: 50%; }
    .page1_img_list > ul > li:nth-child(9),
    .page1_img_list > ul > li:nth-child(7) { margin-right: 50%; }
    .page1_img_list > ul > li:nth-child(8) { top: 456px }
    .page1_img_list > ul > li:last-child { width: 100%; flex: 0 0 100% }
    .page3 .wrap { display: block; }
    .page3_lt { width: 100%; }
    .page3_list li { margin-top: 10px; }
    .page3_list li:hover:after, .page3_list li.on:after, .page3_list li:after, .page3_list li:before { width: 100%; }
    .page3_list a { min-height: 40px; padding: 10px 0 }
    .page3_list { min-height: initial; margin-bottom: 10px; }
    .page3_box:before { display: none; }
    .page3_box { margin-top: 30px; }
    .video_list ul li:not(:first-child) { margin-left: 0 }
    .video_list ul { display: block; }
    .video_box .video { padding-top: 70% }
    .video_list ul li { height: 80px; }
    .video_list ul li:after { width: 100%; background: #eaf3f9 }
    .video_list ul li.on:after { background: #0061a9 }
    .video_list { border-bottom: 0 }
    .video_list h3 { font-size: 18px; }
    .page_btn { float: left; margin-top: 10px; }
    .tab_box .tbody { height: auto; }
    .tab_box { overflow-x: auto; }
    .tab_box > div { width: 750px; }
    .tab_box td { height: 40px; }
    .page5_img { width: 90vw; height: 90vw; }
    .page5_box { width: auto; height: auto; }
    .page5_box .box { margin: 0; width: auto; position: initial; transform: none; }
    .page5_box .box.lt { margin: 0; margin-left: 30px; text-align: left; }
    .page5_box li { height: auto; margin-bottom: 20px; }
    .page5_box .box h3:before { display: none !important; }
    .page5_box h3 { font-size: 18px; }
    .swiper6 { padding-bottom: 60px; }
    .page6_swiper:after { bottom: 60px; }
    .page_form { display: block; }
    .page_form > * { margin-top: 10px; }
    .div_btn a { width: 100%; }
    .foot3, .foot2 { margin-top: 20px; display: block; }
    .copyright { margin-top: 20px; }
    .copyright > div { display: block; text-align: center; }
    .copyright > div > img { display: inline-block }
    .copyright > div:first-child { display: flex; align-items: center; justify-content: center; }
    .foot3 .ewm { margin: 0 auto; }
    .footer { padding: 20px 0 }
    .foot_menu { flex-wrap: wrap; grid-gap: 10px; margin-top: 20px; }
    .page5_box .box.lt h3:after { right: 100%; margin-right: 10px; left: auto; }
    .news_list2 li { padding: 5px; }
    .news_list2 ul { margin: -5px; }
    .det_tab table th, .det_tab table td { padding: 0 5px; }
    .pro_det_text { padding: 10px; padding-top: 0 }
    .pro_det2 .title a { padding: 0 10px;         white-space: nowrap;}
    .pro_det2 .title ul { justify-content: space-between }
    .pro_det2 .tit:not(:first-child) { margin-top: 10px; }
    .page_pos .wrap { display: block; height: auto; padding: 10px 0 }
    .page_pos .tag ul { line-height: 40px; margin-bottom: -10px; justify-content: space-between; text-align: center; padding: 0 50px; }
    .page_pos .tag ul li { padding: 0 }
    .page_where ul { margin-left: 10px; grid-gap: 4px; }
    .tj_list li { flex: 0 0 50%; min-width: 50%; max-width: 50%; padding: 5px; }
    .page_case { padding-top: 10px; }
    .pagesize { padding-top: 30px; }
    .pagesize a, .pagesize span, .pagesize .prev, .pagesize .next { width: 30px; height: 30px; }
    .news_types a { line-height: 30px; padding: 0 15px; }
    .news_types ul { grid-gap: 5px; }
    .news_list li { flex: 0 0 50%; padding: 10px 5px; }
    .news_list ul { margin: 0 }
    .news_list .date { line-height: 35px; }
    .page_search_head { grid-gap: 5px; }
    .zhuli_list li { position: initial; transform: none !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; margin: 0 auto !important; width: auto }
    .zhuli_list ul { height: auto; display: flex; flex-direction: column; grid-gap: 10px; }
    .page_form .div_select { width: 100%; }
    .video_box2 { width: 80vw; height: 80vw; margin: 0 auto }
    .page_about .ct { width: 100%; }
    .video_box2:before { width: 100vw; height: 100vw; margin-top: -50vw; margin-left: -50vw; z-index: -1; }
    .page_about .rt { padding-left: 0; margin-top: 30px; }
    .page_about .ct { float: none; }
    .about_list li { height: 100px; padding-left: 20px; width: 50%; float: left; grid-gap: 10px; }
    .about_txt p { line-height: 28px; }
    .swiper_his .wrap2 { display: block; }
    .his_img { width: 60vw; height: 60vw; margin: 0 auto; }
    .page_his .text h2 { font-size: 60px; text-align: center; margin-top: 30px; }
    .swiper_his_thumbs .swiper-slide { width: 20vw }
    .ry_list li { width: 100%; margin-top: 0px; padding: 0; padding-bottom: 10px; }
    .page_why_list li { flex: 0 0 50%; min-width: 50%; max-width: 50%; padding: 10px }
    .page_why_list .icon { width: 40vw; height: 40vw; margin-bottom: 10px; }
    .ry_list { display: flex; }
    .ry_item { margin: 0; width: 100%; height: 350px; margin-top: 30px; }
    .ry_item .item { height: 350px; }
    .page9_box { display: block; }
    .page3_list ul { display: flex; grid-gap: 30px; }
    .page3_list a h3 { font-size: 26px; }
    .page9_list { margin-left: 0; max-height: initial; overflow: hidden; }
    .page3_list li { flex: 1 }
    .training_tag { overflow-x: auto; margin-bottom: 20px; }
    .page_training { padding-top: 20px; }
    .training_list li { flex: 0 0 100%; min-width: 100%; max-width: 100%; }
    .training_list .img_box img { width: 100%; height: 100%; }
    .h_btn .btn { width: 40px; }
    .page_search_head .btn { flex: 1; }
    .pro_det_tab table td:first-child { width: 100px }
    .zx_list > ul > li { flex: 0 0 50%; }
    .zx_list > ul { flex-wrap: wrap; }
    .zx_list .box ul { padding: 10px; }
    .modal_btn { margin-top: 20px; }
    .modal_cont { padding-bottom: 20px; }
    .zx_list .box li { height: 30px; }
    .swiper_box { width: 100%; max-width: 400px; }

    .table_box .w1 { width: 300px; min-width: 150px; }
    .page3_list ul { display: block; }
    .page3_list li { margin-top: 0 }
    .page3_list a { padding-right: 20px; font-size: 14px; }
    .swiper_cur .swiper-button-next, .swiper_cur .swiper-button-prev { width: 36px; height: 36px; }
    .header .logo img { height: 40px; }
    .foot .logo img { height: 70px; }
    .foot .tel h3 { font-size: 20px; }
    .foot2 h3 { font-size: 20px; margin-bottom: 5px; }
    .foot_menu { margin-top: 10px; grid-gap: 5px; }
    .foot_menu a { font-size: 14px; }
    .copyright > div { font-size: 12px; }
    .page_form .div_select select,
    .div_input { height: 40px; padding: 0 15px; }
    .search_head ul { position: absolute; bottom: 0; left: 0; width: 100%; }
    .search_head { display: block; padding: 10px 20px; }
    .search_head h3 { font-size: 30px; }
    .search_head { position: relative; height: auto; padding-bottom: 100px; }
}

@media only screen and (max-width: 550px) {
    .menu > ul > li > a { line-height: 50px; }
    .tj_list li { width: 100%; flex: 0 0 100%; min-width: 100%; max-width: 100%; }
    .info_list ul { flex-wrap: wrap; }
    .info_list li { min-width: 40%; }
    .pro_det_text .text { line-height: 26px; }
    .pro_det_text .tit h3 { font-size: 20px; }
    .news_a h3 { height: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .news_a .txt { height: auto; }
    .news_a .img_box img { width: 100%; height: 100%; }
    .news_list2 li { flex: 0 0 100% }
    .news_list2 .text h3 { margin-bottom: 5px; height: auto; }
    .ry_item .item { padding: 0 5px; }
    .ry_item li { padding-bottom: 10px; }
    .det_rt li h3,
    .page_why_list h3 { font-size: 16px; line-height: 1.3 }
    .about_list h3 { font-size: 26px; }
    .page9_list p { font-size: 14px; }
    .h3_tit { font-size: 26px; margin-bottom: 10px; }
    .news_list li { flex: 0 0 100% }
    .news_list h3 { height: auto; }
    .pagesize, .pagesize ul { grid-gap: 5px; }
    .page.page_news { padding-bottom: 30px; }
    .about_list li { padding-left: 10px; grid-gap: 5px; white-space: nowrap }
    .page_where .item { display: block; }
    .page_where .item_order { display: flex; grid-gap: 10px; padding-left: 10px; }
    .page_where ul { margin-left: 0; margin-top: 5px; }
    .page1_img_list > ul > li:nth-child(7) { margin-bottom: 152px; }
    .page1_img_list > ul > li:nth-child(11),
    .page1_img_list > ul > li:nth-child(9) { width: 100%; flex: 0 0 100%; }
    .page1_img_list > ul > li:nth-child(10) { position: absolute; top: 608px; left: 0 }
    .wrap { width: 94% }
    .page2_list .img_box p { bottom: 5px; }
    .page2_list .img_box { padding-top: 110%; }


    .page_banner h2 { font-size: 20px; }
    .page_banner .a_btn { width: 140px; }
}

img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.modal_img img { max-width: 90vw; max-height: 90vh }

.modal_cont .video_box .video {padding-top:0 }
video{display:block;}
.modal_video .modal_cont{ padding:0}

.full{ position:fixed; top:50%; right:10px;z-index:1003}
.full li{position:relative;margin-bottom:10px;}
.full .drop{ display:none; position:absolute;top:0; right:100%;margin-right:10px;box-shadow:0 4px 20px rgba(0,0,0,0.06); padding:0 20px; background:#fff; white-space:nowrap; }
.full li:hover .drop{display:block;}
.full .drop1 { border-radius: 48px; height: 48px; line-height: 48px; font-size: 18px; font-weight: bold; }
.full .drop2{ border-radius:10px;padding:15px 10px;padding-bottom:5px;text-align:center;}
.full .drop2 p{font-size:16px; font-weight:bold;}
.full .drop2 .ewm { width: 110px; height: 110px; border: 2px solid #0061ac; border-radius: 3px; display: flex; align-items: center; justify-content: center; margin:0 auto;margin-bottom:4px;}
.full .drop2 .ewm img{max-width:100%;max-height:100%;}
.full span { display: block; width: 48px; height: 48px; border-radius: 100%; background: url(../img/full_icon1.png) no-repeat center center #0061ac; box-shadow: 0 8px 20px rgba(0,0,0,.2); cursor: pointer; }
.full span.icon_wx { background-image: url(../img/full_icon2.png) }
.full span.icon_top { background-image: url(../img/full_icon3.png) }
.full span:hover { background-color: #00a9a3; box-shadow: 0 8px 20px rgba(0,169,163,.3); }
@media only screen and (max-width: 750px){
    .full span{width:40px;height:40px; }
    .full li{margin-bottom:3px;}
    .full li:not(:last-child){display:none;}
    .full { top: auto; bottom: 10px; }
    .page1_info_lt .flex{display:block;}
    .det_btns li{font-size: 12px;padding-right:10px}
    .det_btns{bottom:10px;}
    .det_btns ul{    grid-gap: 5px;}
    .info_title{display: block;height:auto}
    .info_title h3{line-height: 1.2;}
    .info_specs_list ul li{ font-size: 14px;}
    .det_btns .icon{width:32px;height:32px;}
    .pro_det .info{padding-right: 0;padding-top:15px;}
}
.page1_img{position:relative; overflow: hidden;}
/*
.page1_img:after{content:'';display:block;top:0;left:0; right:0; bottom:0; border:5px solid #fff;position:absolute}*/
.page1_img{}
.page1_img img{ transition: all 0.3s;}
.page1_img:hover img{transform:scale(1.02);}

.details_box .text img{margin: 0 auto;}
.details_box .text>section{display: block !important;width:auto !important;}
.details_box .text>section>section{width:auto !important;}

.scroll .text img{margin: 0 auto !important;}
.scroll .text>section{display: block !important;width:auto !important;}
.scroll .text>section>section{width:auto !important;}

.lbl_type{    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #f5d682;
    height: 27px;
    line-height: 27px;
    z-index: 3;
    padding: 0 10px;
    border-radius: 8px 0 8px 0;
    background: #3d3b37;
    cursor: pointer;}
    
    
    
.modal_video .m_video {max-width : 80vw; max-height: 80vh ;position:relative;border-radius:20px;}
.m_video video{ width:100%; height:100%; object-fit:cover}
.modal .close{ position:absolute; top:-40px; right:-40px; width:40px; height:40px; border-radius:40px; background:url(../img/menu-1.png) no-repeat center center rgba(0,0,0,0.5);background-size:20px auto;cursor:pointer;}
.modal .close:hover{ background-color:rgba(0,0,0,0.8)}
@media only screen and (max-width: 750px){
    .modal_video .m_video{max-width: 100%;height:auto;max-height:80vh}
    .modal .close{ top:110%; left: 0;right: 0;margin: 0 auto;}
}
.url_page{ position: absolute;left: 0;width:100%; top:-130px;}