@keyframes list { 0% { left: -100%; }
  100% { left: 0; } }

@keyframes toDown { 0% { bottom: 80px; }
  50% { bottom: 100px; }
  100% { bottom: 80px; } }

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

.pcHead { position: fixed; z-index: 30; width: 100%; transition: ease 0.5s; border-bottom: 1px solid rgba(255, 255, 255, 0.4); box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05); }

.pcHead .container { display: flex; justify-content: space-between; align-items: center; height: 140px; }

.pcHead .container .logo { display: flex; justify-content: center; align-items: center; }

.pcHead .container .logo img { height: 70px; }

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

.pcHead .container .headNav { display: flex; }

.pcHead .container .headNav dl { position: relative; }

.pcHead .container .headNav dl .inputBar { display: none; position: fixed; width: 100%; top: 140px; left: 0; background-color: #fff; height: 100px; padding: 30px; }

.pcHead .container .headNav dl .inputBar .input_item { border: 1px solid #dedede; width: 600px; height: 40px; display: flex; margin: auto; }

.pcHead .container .headNav dl .inputBar .input_item input { display: block; width: calc(100% - 160px); height: 100%; padding: 10px; }

.pcHead .container .headNav dl .inputBar .input_item button { width: 80px; height: 40px; text-align: center; cursor: pointer; }

.pcHead .container .headNav dl .inputBar .input_item button:last-child { background-color: #ccc; color: #fff; }

.pcHead .container .headNav dl .inputBar .input_item button:hover { background-color: #aaa; }

.pcHead .container .headNav dl dt { height: 140px; overflow: hidden; transition: ease 0.3s; }

.pcHead .container .headNav dl dt .navLink { height: 140px; width: 120px; text-align: center; display: block; line-height: 140px; transition: ease 0.5s; transform: translateY(-140px); color: #fff; font-size: 18px; }

.pcHead .container .headNav dl dt .navLink .iconfont { font-size: 32px; }

.pcHead .container .headNav dl dt .navLink span { border-bottom: 2px solid transparent; }

.pcHead .container .headNav dl dt .navLink:nth-child(2) { color: #fff; }

.pcHead .container .headNav dl.on .navLink { transform: translateY(0); }

.pcHead .container .headNav dl.on .navLink span { border-color: #fff; padding: 5px 0; }

.pcHead .container .headNav dl:hover .navLink { transform: translateY(0); background-color: rgba(0, 0, 0, 0.05); }

.pcHead .container .headNav dl:hover .navLink span { border-color: #005197; }

.pcHead .container .headNav .nav_chr { display: none; position: absolute; top: 140px; left: 50%; transform: translateX(-50%); width: max-content; min-width: 120px; background-color: rgba(255, 255, 255, 0.8); }

.pcHead .container .headNav .nav_chr a { display: block; text-align: center; padding: 15px; color: #333; font-size: 16px; }

.pcHead .container .headNav .nav_chr a:hover { background-color: #005ca0; color: #fff; }

.pcHead .container .headNav .nav_chr.secul { width: 360px; flex-wrap: wrap; transform: translateX(-25%); }

.pcHead .container .headNav .nav_chr.secul a { display: inline-block; width: 176px; }

.pcHead .container .headNav .searchBox { display: flex; align-items: center; }

.pcHead .container .headNav .searchBox .btn { cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; width: 40px; height: 40px; border: 1px solid #dedede; }

.pcHead .container .headNav .searchBox .btn img { width: 100%; }

.pcHead.nei, .pcHead.on, .pcHead:hover { background-color: #fff; }

.pcHead.nei .container .logo img, .pcHead.on .container .logo img, .pcHead:hover .container .logo img { display: none; }

.pcHead.nei .container .logo img:last-child, .pcHead.on .container .logo img:last-child, .pcHead:hover .container .logo img:last-child { display: block; }

.pcHead.nei .navLink, .pcHead.on .navLink, .pcHead:hover .navLink { color: #333 !important; }

.pcHead.nei dl.on .navLink span, .pcHead.on dl.on .navLink span, .pcHead:hover dl.on .navLink span { border-color: #005197 !important; }

.pcBanner { position: relative; }

.pcBanner .npBox { position: absolute; z-index: 15; height: 0; top: 50%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 40px; display: flex; justify-content: space-between; }

.pcBanner .npBox .prev, .pcBanner .npBox .next { cursor: pointer; height: 60px; }

.pcBanner .npBox .prev i, .pcBanner .npBox .next i { font-size: 60px; line-height: 60px; color: #6eb92b; }

.pcBanner .ms { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 15; animation: toDown linear infinite 1s; }

.pcBanner .ms i { color: #fff; font-size: 40px; }

.pcBanner .swiper .item { width: 100%; height: 997px; overflow: hidden; position: relative; }

.pcBanner .swiper .item .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: ease 5s; transform: scale(1.1); }

.pcBanner .swiper .item .container { height: 100%; }

.pcBanner .swiper .item .videoBg { width: 100%; height: 997px; background-color: #000; }

.pcBanner .swiper .text { display: flex; height: 100%; position: absolute; top: 0; justify-content: center; flex-direction: column; color: #fff; }

.pcBanner .swiper .text h3 { font-size: 18px; margin-bottom: 10px; color: #f2af20; }

.pcBanner .swiper .text h4 { font-size: 45px; margin-bottom: 20px; }

.pcBanner .swiper .text h5 { width: 100px; height: 2px; background-color: #008ed1; margin-bottom: 40px; display: none; }

.pcBanner .swiper .text h6 { font-size: 18px; display: none; }

.pcBanner .swiper .text .ct { display: flex; }

.pcBanner .swiper .text .ct p { margin: 0 20px; font-size: 24px; display: flex; align-items: center; font-weight: 300; }

.pcBanner .swiper .text .ct p i { font-size: 24px; margin-right: 10px; }

.pcBanner .swiper .swiper-slide-active .item .bg { transform: scale(1); }

.pcBanner .swiper .swiper-pagination-bullet { width: 60px; height: 6px; border-radius: 0px; background-color: #fff; opacity: 1; }

.pcBanner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #005ca0; }

.neiBanner { position: relative; }

.neiBanner .bgBox { height: 500px; width: 100%; }

.neiBanner .container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; display: flex; align-items: center; }

.neiBanner .container h4 { font-size: 30px; color: #fff; margin: 2px 0; text-transform: uppercase; margin-top: 20px; opacity: .7; line-height: 1; }

.neiBanner .container span { display: block; height: 3px; width: 100px; background-color: #005ca0; margin: 10px 0; }

.neiBanner .container h3 { font-weight: normal; font-size: 36px; color: #fff; margin: 2px 0; text-transform: uppercase; }

.neiBanner.bgb .container h4 { color: #333; }

.neiBanner.bgb .container h3 { color: #333; }

.indexPage1 .desc .head { margin-bottom: 40px; }

.indexPage1 .desc .head h3 { font-size: 30px; color: #333; }

.indexPage1 .desc .head h4 { width: 80px; height: 4px; background-color: #008ed1; margin-top: 10px; }

.indexPage1 .desc p { color: #666666; line-height: 2; text-indent: 2em; }

.indexPage1 .desc h5 { margin: 30px 0 20px; font-size: 18px; }

.indexPage1 .desc ._More { margin-left: 0; }

.indexPage2 { background: url(../images/inbg1.png) center top no-repeat; background-size: cover; }

.indexPage2 .list .lis { background-color: #fff; padding: 40px; }

.indexPage2 .list .lis > ._row { align-items: center; }

.indexPage2 .list .lis .desc { height: 270px; }

.indexPage2 .list .lis .head { border-bottom: 2px solid #e8e8e8; position: relative; margin-bottom: 20px; padding-bottom: 10px; }

.indexPage2 .list .lis .head h3 { font-size: 25px; color: #333; }

.indexPage2 .list .lis .head::before { content: ''; position: absolute; bottom: -2px; height: 2px; width: 80px; left: 0; transition: ease 0.5s; background-color: #008ed1; }

.indexPage2 .list .lis .txt p { height: 120px; line-height: 30px; font-size: 14px; color: #666; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.indexPage2 .list .lis .txt a { margin-left: 0; }

.indexPage2 .list .lis .imgbox { transition: ease 0.5s; }

.indexPage2 .list .lis:hover .head::before { width: 100%; }

.indexPage2 .list .lis:hover .imgbox { transform: scale(1.1); }

.indexPage3 .list { margin-top: 100px; }

.indexPage3 .list > ._row > ._pd10 { border-right: 1px solid #dedede; }

.indexPage3 .list > ._row > ._pd10.las { border: none; }

.indexPage3 .list .lis { text-align: center; padding: 10px; }

.indexPage3 .list .lis .ico { transition: ease 0.5s; color: #008ed1; margin-bottom: 10px; }

.indexPage3 .list .lis .ico i { font-size: 115px; }

.indexPage3 .list .lis h3 { font-size: 20px; margin-bottom: 10px; }

.indexPage3 .list .lis h4 { font-size: 14px; font-weight: normal; color: #666; line-height: 2; }

.indexPage3 .list .lis:hover .ico { transform: rotateY(180deg); }

.indexPage4 { background-color: #f7f7f7; }

.indexPage4 .list .lia { display: block; background-color: #fff; }

.indexPage4 .list .lia .desc { position: relative; padding: 20px 15px; }

.indexPage4 .list .lia .desc h3 { font-size: 16px; color: #333; transition: ease 0.5s; margin-bottom: 10px; }

.indexPage4 .list .lia .desc p { font-size: 16px; color: #545454; line-height: 30px; height: 90px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.indexPage4 .list .lia .desc span { border-top-left-radius: 20px; position: absolute; right: 0; top: -40px; height: 40px; width: 120px; background-color: #fff; line-height: 40px; text-align: center; color: #008ed1; }

.indexPage4 .list .lia:hover img { transform: scale(1.1); }

.indexPage4 .list .lia:hover .desc h3 { color: #008ed1; }

.pcFooter { background-color: #2f2f2f; padding-top: 40px; }

.pcFooter .logo img { width: 200px; }

.pcFooter .topCo { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.pcFooter .topCo .le { display: flex; }

.pcFooter .topCo .le dl { color: #fff; margin-right: 70px; }

.pcFooter .topCo .le dl dt { font-weight: bold; margin-bottom: 20px; opacity: 0.9; }

.pcFooter .topCo .le dl dd a { display: block; margin-bottom: 10px; opacity: 0.8; }

.pcFooter .topCo .le dl dd a:hover { opacity: 1; }

.pcFooter .topCo .mid .contUs p { color: #fff; opacity: 0.8; display: flex; }

.pcFooter .topCo .mid .contUs p span { margin-right: 20px; display: flex; align-items: center; }

.pcFooter .topCo .mid .contUs p span i { font-size: 24px; margin-right: 5px; color: #008ed1; }

.pcFooter .topCo .ri { display: flex; }

.pcFooter .topCo .ri .ewmBox { margin: 0 10px; color: #fff; text-align: center; }

.pcFooter .topCo .ri .ewmBox .imgbox { width: 100px; }

.pcFooter .topCo .ri .ewmBox p { margin-top: 10px; opacity: 0.9; }

.pcFooter .midCo { padding: 30px 0; color: #fff; display: flex; align-items: center; font-size: 12px; margin: 0 -15px; }

.pcFooter .midCo a { margin: 0 15px; font-size: 16px; font-weight: bold; }

.pcFooter .midCo a:hover { color: #008ed1; }

.pcFooter .botCo { padding: 30px 0; color: #fff; opacity: 0.9; }

.pcFooter .botCo a:hover { text-decoration: underline; }

.newsPage1 .lia { display: flex; padding: 10px; margin-bottom: 40px; }

.newsPage1 .lia .date { width: 100px; text-align: center; color: #555; }

.newsPage1 .lia .date h4 { font-size: 50px; }

.newsPage1 .lia .date p { font-size: 14px; }

.newsPage1 .lia .imgbox { width: 380px; margin: 0; margin-right: 20px; }

.newsPage1 .lia .desc { width: calc(100% - 500px); }

.newsPage1 .lia .desc h3 { font-size: 24px; margin-bottom: 20px; }

.newsPage1 .lia .desc p { color: #616161; font-size: 16px; line-height: 32px; height: 72px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 40px; }

.newsPage1 .lia .desc span { display: block; line-height: 38px; text-align: center; width: 120px; height: 40px; border: 1px solid #005ca0; background-color: #005ca0; color: #fff; opacity: 0.9; }

.newsPage1 .lia:hover { background-color: #f1f1f1; }

.newsPage1 .lia:hover .date { color: #005ca0; }

.newsPage1 .lia:hover .desc p, .newsPage1 .lia:hover .desc h3 { color: #005ca0; }

.newsPage1 .lia:hover .desc span { opacity: 1; }

.aboutPage1 .lis { position: relative; }

.aboutPage1 .lis .desc { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.2); color: #fff; text-align: center; transition: ease 0.5s; }

.aboutPage1 .lis .desc .tit { margin-bottom: 20px; }

.aboutPage1 .lis .desc .tit .ri i { font-size: 58px; }

.aboutPage1 .lis .desc .tit h3 { font-size: 30px; color: #e5e5e5; font-family: 'Montserrat-Light'; }

.aboutPage1 .lis .desc .tit h4 { font-size: 24px; font-weight: bold; }

.aboutPage1 .lis .desc p { line-height: 2; }

.aboutPage1 .lis:hover .desc { background-color: rgba(0, 0, 0, 0.3); }

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

.aboutPage1 .item .desc.se { background-color: #005ca0; color: #fff; }

.aboutPage1 .imgbox:hover img { transform: scale(1.1); }

.joinPage .desc { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #dedede; margin-bottom: 30px; padding: 40px; height: 420px; background: url(../images/zhaopin1.jpg) left center no-repeat; }

.joinPage .desc h4 { font-size: 24px; font-weight: bold; border-left: 4px solid #005197; line-height: 1; margin-bottom: 20px; padding-left: 10px; }

.joinPage .desc p { font-size: 16px; color: #616161; max-width: 400px; line-height: 2; }

.joinPage .desc p a { color: #005197; font-weight: bold; }

.joinPage .imgbox:hover img { transform: scale(1.1); }

.joinPage .list .headlis .tt, .joinPage .list .lis .tt { display: flex; background-color: #dedede; transition: ease 0.5s; cursor: pointer; }

.joinPage .list .headlis .tt .zw, .joinPage .list .lis .tt .zw { width: 30%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .headlis .tt .dd, .joinPage .list .lis .tt .dd { width: 10%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .headlis .tt .rs, .joinPage .list .lis .tt .rs { width: 10%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .headlis .tt .sj, .joinPage .list .lis .tt .sj { width: 10%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .headlis .tt .plu, .joinPage .list .lis .tt .plu { width: 40%; height: 50px; display: flex; align-items: center; }

.joinPage .list .headlis .tt .plu li, .joinPage .list .lis .tt .plu li { width: 30px; height: 30px; overflow: hidden; margin-right: 20px; margin-left: auto; }

.joinPage .list .headlis .tt .plu li i, .joinPage .list .lis .tt .plu li i { display: block; width: 30px; height: 30px; font-size: 30px; line-height: 1; position: relative; }

.joinPage .list .headlis .tt.on i, .joinPage .list .lis .tt.on i { transform: translateY(-30px); }

.joinPage .list .headlis .cont, .joinPage .list .lis .cont { padding: 20px; background-color: #f1f1f1; color: #545454; font-size: 14px; display: none; line-height: 2; }

.joinPage .list .headlis .tt.on { background-color: #005197 !important; color: #fff; }

.prodListPage1 .item { background-color: #fff; padding: 60px 40px; }

.prodListPage1 .item .imgbox { max-width: 80%; }

.prodListPage1 .item .desc .head { border-bottom: 2px solid #e8e8e8; position: relative; margin-bottom: 20px; padding-bottom: 10px; }

.prodListPage1 .item .desc .head h3 { font-size: 25px; color: #333; }

.prodListPage1 .item .desc .head::before { content: ''; position: absolute; bottom: -2px; height: 2px; width: 80px; left: 0; transition: ease 0.5s; background-color: #008ed1; }

.prodListPage1 .item .desc .txt { line-height: 2; text-indent: 2em; color: #545454; }

.prodListPage1 .item .desc ._More { margin-right: 0; }

.prodListPage1 .item:nth-child(2n) { background-color: #f1f2f3; }

.prodListPage1 .item:nth-child(2n) ._More { margin-left: 0; margin-right: auto; }

.prodShowPage { padding: 20px 0 60px; }

.prodShowPage .prod_desc .desc { display: flex; height: 100%; flex-direction: column; justify-content: center; }

.prodShowPage .prod_desc .desc .head { margin-bottom: 20px; }

.prodShowPage .prod_desc .desc .head h3 { font-size: 32px; line-height: 1; border-left: 5px solid #005ca0; padding-left: 10px; }

.prodShowPage .prod_desc .desc .txt { line-height: 2; color: #545454; }

.prodShowPage .prod_desc .desc .txt b { color: #666; }

.prodShowPage .prod_desc .desc .txt p { margin-top: 10px; text-indent: 2em; }

.prodShowPage .prod_desc .desc .txt ._More { margin-left: 0; }

.prodShowPage .prod_deta { margin-top: 40px; border-top: 1px solid #005ca0; padding-top: 40px; }

.prodShowPage .prod_deta .table_cont { border-top-left-radius: 15px; border-top-right-radius: 15px; overflow: hidden; }

.prodShowPage .prod_deta .table_cont .table_head { background-color: #005ca0; color: #fff; padding: 15px; text-align: center; }

.prodShowPage .prod_deta .table_cont .table_row { display: flex; border-left: 1px solid #dedede; }

.prodShowPage .prod_deta .table_cont .table_row.he { background-color: #008ed1; color: #fff; }

.prodShowPage .prod_deta .table_cont .table_row .table_col { width: 25%; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; display: flex; flex-direction: column; justify-content: center; }

.prodShowPage .prod_deta .table_cont .table_row .table_col p { display: flex; width: 100%; justify-content: center; align-items: center; text-align: center; padding: 10px; }

.prodShowPage .prod_deta .table_cont .table_row.full .table_col { width: 100%; }

.casePage1 .list .lia { display: block; }

.casePage1 .list .lia p { margin-top: 10px; text-align: center; color: #545454; }

.casePage1 .list .lia:hover img { transform: scale(1.1); }

.jishuPage1 .item { background-color: #fff; padding: 20px; }

.jishuPage1 .item .imgbox { margin-top: 20px; }

.jishuPage1 .item .desc { text-align: center; }

.jishuPage1 .item .desc .head { border-bottom: 2px solid #e8e8e8; position: relative; margin-bottom: 20px; padding-bottom: 10px; }

.jishuPage1 .item .desc .head h3 { font-size: 32px; color: #333; }

.jishuPage1 .item .desc .head::before { content: ''; position: absolute; bottom: -2px; height: 2px; width: 80px; left: 50%; transform: translateX(-50%); transition: ease 0.5s; background-color: #008ed1; }

.jishuPage1 .item .desc .txt { line-height: 2; min-height: 64px; }

.jishuPage1 .item .desc .txt p { color: #545454; }

.jishuPage1 .item .desc ._More { margin-right: 0; }

.newsDetailPage_item1 .topBar { padding: 20px; background-color: #f1f1f1; color: #434343; }

.newsDetailPage_item1 .topBar a { color: #434343; }

.newsDetailPage_item1 .topBar a:hover { color: #005ca0; }

.newsDetailPage_item1 .topBar span { color: #005ca0; }

.newsDetailPage_item1 .cont .head h4 { color: #005ca0; margin-bottom: 5px; }

.newsDetailPage_item1 .cont .head h3 { font-size: 32px; margin-bottom: 20px; }

.newsDetailPage_item1 .cont .news-text-cont { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 40px 0; }

.newsDetailPage_item1 .cont .nespn { display: flex; justify-content: space-between; }

.newsDetailPage_item1 .cont .nespn a { display: block; padding: 10px 0; }

.newsDetailPage_item1 .cont .nespn a span { margin-left: 5px; }

.newsDetailPage_item1 .cont .nespn a.back { color: #878787; font-weight: bold; }

.newsDetailPage_item1 .cont .nespn a:hover { color: #005ca0; }

.fanganPage .lis { display: block; border-bottom: 1px solid #dedede; padding: 40px 0; }

.fanganPage .lis:last-child { border-bottom: none; }

.fanganPage .lis .ct { display: flex; height: 100%; align-items: center; }

.fanganPage .lis .desc { position: relative; z-index: 1; background-color: rgba(241, 241, 241, 0.8); padding: 40px 60px; min-height: 300px; transform: translateX(-40px); padding-right: 60px; display: flex; flex-direction: column; justify-content: center; }

.fanganPage .lis .desc .icobox { color: #008ed1; }

.fanganPage .lis .desc .icobox i { font-size: 60px; }

.fanganPage .lis .desc h3 { font-size: 20px; margin-bottom: 10px; }

.fanganPage .lis .desc h4 { height: 4px; width: 80px; background-color: #005ca0; margin-bottom: 20px; }

.fanganPage .lis .desc p { color: #545454; line-height: 2; text-indent: 2em; }

.fanganPage .lis .imgt { text-align: center; margin-top: 10px; color: #808080; font-size: 14px; }

.fanganPage .lis:nth-child(2n) .desc { transform: translateX(40px); }

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