@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1.2; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

img { border: none; vertical-align: top; max-width: 100%; }

/* 清除a标签中图片边框 */
input, button, textarea { vertical-align: middle; }

button, label, a { cursor: pointer; }

button { font-family: inherit; }

/* H1 - H6 */
h1 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 36px; }

h2 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 30px; }

h3 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 25px; }

h4 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 20px; }

h5 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 15px; }

h6 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 11px; }

/* 列表 */
ul { margin-left: 25px; }

ul li { list-style: disc; }

ul li ul li { list-style: circle; margin-left: 5px; }

ol { margin-left: 25px; }

ol li { list-style-type: decimal; }

ol li ol li { list-style-type: lower-alpha; margin-left: 5px; }

dl dt { font-weight: bold; }

dl dd { margin-left: 10px; }

table { border: 1px solid #CCC; }

td { padding: 5px; border: 1px solid #CCC; }

p { margin: 15px 0; }

hr { width: 100%; border: none; border-bottom: 1px solid #DDD; margin-top: 12px; margin-bottom: 12px; }

:focus { outline: 0; }

/*清除链接虚线边框*/
.flex-center { align-items: center; display: flex; }

.flex-start { align-items: flex-start; display: flex; }

.flex-end { align-items: flex-end; display: flex; }

.juzhong { display: flex; align-items: center; justify-content: center; }

.flex-stretch { align-items: stretch; display: flex; }

.flex-center-colum { flex-direction: column; display: flex; align-items: center; display: flex; }

.flex-start-colum { flex-direction: column; display: flex; align-items: flex-start; display: flex; }

.flex-end-colum { flex-direction: column; display: flex; align-items: flex-end; display: flex; }

.flex-stretch-colum { align-items: stretch; display: flex; flex-direction: column; display: flex; }

.juzhong-colum { display: flex; flex-direction: column; align-items: center; justify-content: center; display: flex; }

.jc-start { justify-content: flex-start; display: flex; }

.jc-center { justify-content: center; display: flex; }

.jc-end { justify-content: flex-end; display: flex; }

.jc-between-colum { justify-content: space-between; display: flex; flex-direction: column; }

.jc-end-column { justify-content: flex-end; display: flex; flex-direction: column; }

.flex-item { flex: 1; }

.ellipsis { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }

.ellipsis-2 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.ellipsis-3 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.ellipsis-4 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.ellipsis-5 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.ellipsis-6 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }

.ellipsis-7 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; }

.ellipsis-8 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; }

.ellipsis-9 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 9; }

.ellipsis-10 { white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; }

.img1-1 { display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img, .img1-1 video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.col20 { width: 20% !important; }

.col3 { width: 25% !important; }

.col4 { width: 33.33% !important; }

.col6 { width: 50% !important; }

.col8 { width: 66.66% !important; }

.col9 { width: 75% !important; }

.col12 { width: 100% !important; }

.color-primary { color: #0080FF; }

.container { margin: 0 96px; }
.container:before, .container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

* { min-width: 0; box-sizing: border-box; }

body { background-color: #f6f8fa; line-height: 1.6; margin: 0; padding: 0; font-size: 14px; }

a { text-decoration: none; color: inherit; }
a:hover { color: #0080FF; }

.mask { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); z-index: 90; display: none; }

.header { background-color: #fff; position: sticky; z-index: 99; top: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.header .topbar { background: linear-gradient(to right, #fff 50%, #D6E8F9); }
.header .topbar .container { height: 46px; display: flex; align-items: center; }
.header .topbar .sharebtns { display: flex; align-items: center; flex: 1; justify-content: flex-end; }
.header .topbar .sharebtns img { height: 26px; margin-left: 14px; cursor: pointer; }
.header .topbar .lxfs .youxiang { margin-left: 98px; }
.header .topbar .language { display: flex; align-items: center; margin-left: 50px; }
.header .topbar .language a { display: flex; align-items: center; height: 30px; background-color: #F3F8FE; border-radius: 30px; padding: 0 20px; color: #787d84; margin-left: 10px; line-height: 1; }
.header .topbar .language a.active { background-color: #0080FF; color: #fff; }
.header .cont { height: 140px; display: flex; align-items: center; }
.header .logo { flex: 1; }
.header .logo img { height: 68px; }
.header .menubtn { width: 24px; height: 20px; border-top: 2px solid #666; border-bottom: 2px solid #666; position: relative; display: none; }
.header .menubtn:before, .header .menubtn:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 2px; background-color: #666; }
.header .menubtn.active { border: none; }
.header .menubtn.active:before { transform: rotateZ(45deg); }
.header .menubtn.active:after { transform: rotateZ(-45deg); }
.header .nav { display: flex; align-items: stretch; }
.header .nav .item { position: relative; font-size: 20px; }
.header .nav .item > a { display: flex; align-items: center; padding: 0 35px; height: 140px; }
.header .nav .item:hover > a, .header .nav .item.active > a { background-color: #0080FF; color: #fff; }
.header .nav .item .subnav { position: absolute; left: 0; right: 0; top: 100%; background-color: #fff; box-shadow: 0 10px 20px rgba(28, 39, 76, 0.3); font-size: 16px; display: none; }
.header .nav .item .subnav a { display: block; text-align: center; padding: 15px 10px; }
.header .nav .item:hover .subnav { display: block; }

.banner { overflow: hidden; position: relative; }
.banner img { width: 100%; }

.jianjie { background-color: #fff; padding: 96px 0 50px; }
.jianjie .container { display: flex; align-items: center; }
.jianjie .img { width: 50%; max-width: 650px; height: 370px; margin-right: 40px; }
.jianjie .img img { width: 100%; height: 100%; border-radius: 20px; }
.jianjie .title { font-size: 36px; font-weight: bold; }
.jianjie .desc { font-size: 18px; color: #7e8291; margin-top: 20px; }
.jianjie .btn { width: 130px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background-color: #0080FF; color: #fff; border-radius: 10px; }

.tongji { padding: 50px 0; background-color: #F7F8FA; display: flex; align-items: flex-start; justify-content: space-around; line-height: 1; }
.tongji .item { display: flex; align-items: center; flex-direction: column; }
.tongji .number { font-size: 60px; font-weight: bold; color: #0080FF; }
.tongji .name { color: #666; font-size: 16px; margin-top: 10px; }

.fuwu { background-color: #fff; padding: 96px 0; }
.fuwu .hd img { height: 48px; }
.fuwu .hd .title { font-size: 48px; font-weight: bold; color: #0080FF; margin-left: 30px; }
.fuwu .bd { display: flex; flex-wrap: wrap; margin: 60px -20px 0; }
.fuwu .bd .item { width: calc(50% - 40px); height: 350px; margin: 20px; background-color: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); display: flex; align-items: center; padding-right: 40px; }
.fuwu .bd .item .img { width: 48%; max-width: 380px; height: 350px; margin-right: 10px; }
.fuwu .bd .item .img img { width: 100%; height: 100%; object-fit: cover; }
.fuwu .bd .item .title { font-size: 36px; }
.fuwu .bd .item .line { width: 24px; height: 4px; background-color: #0080FF; margin-top: 10px; }
.fuwu .bd .item .desc { font-size: 18px; color: #7e8291; margin-top: 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.gongyi { background-color: #F7F8FA; padding: 96px 0; }
.gongyi .hd img { height: 48px; }
.gongyi .hd .title { font-size: 48px; font-weight: bold; color: #0080FF; margin-left: 30px; }
.gongyi .bd { display: flex; flex-wrap: wrap; margin: 60px -20px 0; }
.gongyi .bd .item { width: calc(50% - 40px); margin: 20px; background-color: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); }
.gongyi .bd .item .img { height: 315px; }
.gongyi .bd .item .img img { width: 100%; height: 100%; object-fit: cover; }
.gongyi .bd .item .cont { padding: 36px; }
.gongyi .bd .item .title { font-size: 36px; height: 58px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.gongyi .bd .item .desc { height: 87px; font-size: 18px; color: #7e8291; margin-top: 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gongyi .bd .item .btn { margin-top: 25px; color: #666; }

.youshi { background-color: #fff; padding-bottom: 60px; }
.youshi .gdbox { height: 440px; padding-top: 90px; background: url(../images/adbg.png) no-repeat center; text-align: center; color: #fff; text-shadow: 0 1px 4px #0B2242; }
.youshi .gdbox .title { font-size: 48px; }
.youshi .gdbox .desc { font-size: 24px; }
.youshi .list { display: flex; flex-wrap: wrap; margin: -150px -20px 0; }
.youshi .list .item { width: calc(50% - 40px); height: 240px; margin: 20px; background-color: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); display: flex; align-items: center; padding: 0 60px; }
.youshi .list .item .img { height: 183px; margin-right: 46px; }
.youshi .list .item .img img { height: 100%; }
.youshi .list .item .title { font-size: 32px; }
.youshi .list .item .desc { font-size: 18px; color: #7E8291; margin-top: 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.anli { background-color: #fff; padding-bottom: 96px; }
.anli .hd img { height: 48px; }
.anli .hd .title { font-size: 48px; font-weight: bold; color: #0080FF; margin-left: 30px; }
.anli .hd .more { font-size: 24px; color: #9da1aa; }
.anli .list { overflow: hidden; margin-top: 80px; }
.anli .list .item { background-color: #EFF2F6; border-radius: 20px; padding: 20px; cursor: pointer; }
.anli .list .item:hover { background-color: #0080FF; color: #fff; }
.anli .list .item .img { display: block; position: relative; }
.anli .list .item .img:after { display: block; padding-top: 74.86188%; content: ''; }
.anli .list .item .img img, .anli .list .item .img video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.anli .list .item .title { font-size: 24px; text-align: center; font-weight: bold; margin-top: 15px; }
.anli .btns { display: flex; justify-content: center; margin-top: 60px; }
.anli .btns .item { width: 52px; height: 52px; cursor: pointer; background-color: #7CBEFF; display: flex; align-items: center; justify-content: center; }
.anli .btns .item img { width: 26px; height: 26px; }
.anli .btns .item:nth-child(2) { background-color: #0080FF; }

.lianxi { background-color: #F7F8FA; padding: 96px 0; }
.lianxi .hd img { height: 48px; }
.lianxi .hd .title { font-size: 48px; font-weight: bold; color: #0080FF; margin-left: 30px; }
.lianxi .hd .desc { font-size: 20px; color: #7e8291; }
.lianxi .bd { margin-top: 80px; display: flex; align-items: flex-start; }
.lianxi .bd .map { width: 50%; height: 531px; background-color: #fff; }
.lianxi .bd .formbox { font-size: 16px; display: flex; flex-wrap: wrap; }
.lianxi .bd .formbox .item { width: 50%; padding-left: 60px; padding-bottom: 35px; }
.lianxi .bd .formbox .inputbox { appearance: none; width: 100%; height: 50px; margin-top: 15px; background-color: #fff; border: none; padding: 0 20px; font: inherit; }
.lianxi .bd .formbox .textareabox { appearance: none; width: 100%; height: 150px; margin-top: 15px; background-color: #fff; border: none; padding: 15px 20px; font: inherit; }
.lianxi .bd .formbox .btn { appearance: none; width: 200px; height: 50px; background: #0080FF; color: #fff; border: none; font-size: 16px; }

.news { background-color: #fff; padding: 96px 0; }
.news .hd img { height: 48px; }
.news .hd .title { font-size: 48px; font-weight: bold; color: #0080FF; margin-left: 30px; }
.news .hd .more { font-size: 24px; color: #9da1aa; }
.news .hd .types { display: flex; align-items: center; margin-right: 96px; }
.news .hd .types .item { height: 46px; display: flex; align-items: center; padding: 0 24px; background-color: #DFDFDF; border-radius: 46px; font-size: 18px; color: #333; margin-left: 32px; cursor: pointer; }
.news .hd .types .item.active { background-color: #0080FF; color: #fff; }
.news .types2 { display: none; align-items: center; margin-top: 15px; }
.news .types2 .item { height: 30px; display: flex; align-items: center; padding: 0 12px; background-color: #DFDFDF; border-radius: 46px; font-size: 14px; color: #333; margin-right: 15px; cursor: pointer; }
.news .types2 .item.active { background-color: #0080FF; color: #fff; }
.news .bd { margin-top: 80px; display: flex; align-items: flex-start; }
.news .bd .imgnews { flex: 1; height: 543px; border-radius: 20px; overflow: hidden; position: relative; }
.news .bd .imgnews .swiper-pagination { text-align: right; right: 20px; left: auto; width: auto; display: flex; align-items: center; height: 66px; bottom: 0; }
.news .bd .imgnews .swiper-pagination .swiper-pagination-bullet { background: #fff; opacity: 1; width: 12px; height: 12px; }
.news .bd .imgnews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #0080FF; }
.news .bd .imgnews .cont { position: absolute; left: 0; right: 0; bottom: 0; height: 66px; display: flex; align-items: center; padding-left: 20px; padding-right: 100px; background-color: rgba(0, 0, 0, 0.7); font-size: 20px; color: #fff; }
.news .bd .tuijian { width: 25%; margin-left: 35px; }
.news .bd .tuijian .item { height: 266px; background-color: #fff; border-radius: 20px; padding: 30px 40px; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); cursor: pointer; margin-top: 10px; }
.news .bd .tuijian .item:first-child { margin-top: 0; }
.news .bd .tuijian .item .title { font-size: 20px; font-weight: bold; }
.news .bd .tuijian .item .desc { font-size: 18px; color: #999; margin-top: 10px; }
.news .bd .tuijian .item .ft { margin-top: 15px; padding-top: 20px; border-top: 1px solid #E2E2E2; display: flex; align-items: center; }
.news .bd .tuijian .item .ft .date { flex: 1; color: #999; line-height: 1; }
.news .bd .tuijian .item .ft .date .day { font-size: 36px; }
.news .bd .tuijian .item .ft .date .month { font-size: 16px; margin-top: 5px; }
.news .bd .tuijian .item .ft .morebtn { overflow: hidden; width: 36px; }
.news .bd .tuijian .item .ft .morebtn img { width: 36px; height: 36px; }
.news .bd .tuijian .item:hover { background-color: #0080FF; color: #fff; }
.news .bd .tuijian .item:hover .desc { color: #fff; }
.news .bd .tuijian .item:hover .ft { border-top-color: #3098FF; }
.news .bd .tuijian .item:hover .ft .date { color: #fff; }
.news .bd .tuijian .item:hover .morebtn img { filter: drop-shadow(-36px 0px 0 #fff); margin-left: 36px; }
.news .bd .list { width: 25%; margin-left: 35px; }
.news .bd .list .item { height: 176px; background-color: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); cursor: pointer; margin-top: 8px; display: flex; align-items: center; }
.news .bd .list .item:first-child { margin-top: 0; }
.news .bd .list .item .title { font-size: 20px; font-weight: bold; }
.news .bd .list .item .date { color: #999; line-height: 1; padding-right: 36px; border-right: 1px solid #000; margin-right: 36px; }
.news .bd .list .item .date .day { font-size: 36px; }
.news .bd .list .item .date .line { width: 20px; border-bottom: 1px solid #E2E2E2; margin: 15px 0; }
.news .bd .list .item .date .month { font-size: 16px; }
.news .bd .list .item .morebtn { margin-top: 15px; overflow: hidden; }
.news .bd .list .item .morebtn img { width: 24px; height: 24px; }
.news .bd .list .item:hover { background-color: #0080FF; color: #fff; }
.news .bd .list .item:hover .date { color: #fff; border-right-color: #fff; }
.news .bd .list .item:hover .morebtn img { filter: drop-shadow(24px 0px 0 #fff); margin-left: -24px; }

.footer { background-color: #22293C; color: #fff; }
.footer .fnav { padding: 30px 0; border-bottom: 1px solid #344561; font-size: 16px; }
.footer .fnav a { display: inline-block; margin-right: 140px; }
.footer .fnav a:last-child { margin-right: 0; }
.footer .cont { display: flex; align-items: flex-start; justify-content: space-between; padding: 50px 0; }
.footer .logo img { height: 68px; }
.footer .shareimgs { display: flex; align-items: center; margin-top: 40px; }
.footer .shareimgs img { height: 26px; margin-right: 14px; cursor: pointer; }
.footer .lxwm .name { font-size: 16px; font-weight: bold; }
.footer .lxwm .row { margin-top: 20px; font-size: 14px; }
.footer .chanpin .name { font-size: 16px; font-weight: bold; }
.footer .chanpin .list { display: flex; flex-wrap: wrap; font-size: 14px; }
.footer .chanpin .list .item { margin-top: 20px; width: 50%; }
.footer .bjbtn { width: 224px; height: 74px; background-color: #0080FF; color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.footer .copyright { border-top: 1px solid #344561; font-size: 14px; padding: 20px 0; text-align: center; }

.sidebar { position: fixed; z-index: 99; right: 10px; top: 50%; transform: translateY(-50%); }
.sidebar .group { width: 70px; padding: 20px 0; margin: 20px 0; background-color: #fff; border-radius: 70px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); overflow: hidden; }
.sidebar .group .item { min-height: 70px; padding: 16px 0; display: flex; align-items: center; justify-content: center; flex-direction: column; border-bottom: 1px solid #EFF1F8; cursor: pointer; }
.sidebar .group .item:last-child { border-bottom: none; }
.sidebar .group .item .icon { line-height: 1; }
.sidebar .group .item .icon img { width: 26px; height: 26px; object-fit: contain; }
.sidebar .group .item .name { font-size: 14px; margin-top: 10px; }
.sidebar .group .item:hover { color: #0080FF; }

.cbanner img { width: 100%; }

.caseprofile { background-color: #fff; border-radius: 20px; padding: 20px; display: flex; align-items: center; box-shadow: 0 5px 20px rgba(28, 39, 76, 0.1); position: relative; z-index: 2; margin-top: -60px; }
.caseprofile .title { width: 72px; font-size: 36px; color: #0080FF; line-height: 1; }
.caseprofile .desc { font-size: 24px; color: #7e8291; margin-left: 20px; }

.caseList { display: flex; flex-wrap: wrap; margin: 20px -20px; }
.caseList .item { display: block; width: calc(25% - 40px); margin: 20px; background-color: #EFF2F6; border-radius: 20px; padding: 20px; }
.caseList .item .img { display: block; position: relative; }
.caseList .item .img:after { display: block; padding-top: 74.58564%; content: ''; }
.caseList .item .img img, .caseList .item .img video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.caseList .item .img img { border-radius: 20px; }
.caseList .item .title { font-size: 24px; text-align: center; margin-top: 15px; }
.caseList .item .desc { color: #7e8291; font-size: 16px; margin-top: 10px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.pagenav { display: flex; align-items: center; justify-content: center; text-align: center; margin: 50px 0; font-size: 16px; color: #4e5969; }
.pagenav .btn { min-width: 44px; height: 44px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; text-align: center; margin: 0 5px; }
.pagenav .btn.active { background-color: #E8F3FF; border-radius: 5px; color: #0080FF; }
.pagenav .btn .iconfont { font-size: 12px; }

.path { background-color: #fff; padding: 20px 0; color: #7e8291; font-size: 16px; }

.casewrap { display: flex; align-items: flex-start; margin: 70px 0; }
.casewrap .main { flex: 1; background-color: #fff; padding: 40px; border-radius: 20px; }
.casewrap .main .title { font-size: 32px; text-align: center; }
.casewrap .main .info { text-align: center; font-size: 16px; color: #7e8291; margin-top: 10px; }
.casewrap .main .line { border-bottom: 1px solid #DDE1E9; margin: 40px 0; }
.casewrap .main .content { font-size: 16px; line-height: 1.8; color: #222; }
.casewrap .main .prevnext { font-size: 18px; display: flex; align-items: flex-start; justify-content: space-between; }
.casewrap .tuijian { width: 400px; background-color: #fff; padding: 30px; border-radius: 20px; margin-left: 40px; }
.casewrap .tuijian .hd { font-weight: bold; font-size: 24px; }
.casewrap .tuijian .item { margin-top: 20px; display: block; }
.casewrap .tuijian .item .img { display: block; position: relative; }
.casewrap .tuijian .item .img:after { display: block; padding-top: 74.8538%; content: ''; }
.casewrap .tuijian .item .img img, .casewrap .tuijian .item .img video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.casewrap .tuijian .item .img img { border-radius: 20px; }
.casewrap .tuijian .item .tit { font-size: 20px; text-align: center; margin-top: 15px; }
.casewrap .tuijian .bktj { font-size: 18px; }
.casewrap .tuijian .bktj a { margin: 20px 0 0; }
.casewrap .tuijian .bktj a:before { content: ""; width: 6px; height: 6px; background-color: #60A900; display: inline-block; margin-right: 10px; vertical-align: middle; }

.bokeList { display: flex; flex-wrap: wrap; margin: 60px -20px; }
.bokeList .item { width: calc(50% - 40px); margin: 20px; background-color: #fff; border-radius: 20px; padding: 36px; display: flex; align-items: flex-start; }
.bokeList .item .img { width: 290px; display: block; position: relative; margin-right: 26px; }
.bokeList .item .img:after { display: block; padding-top: 66.89655%; content: ''; }
.bokeList .item .img img, .bokeList .item .img video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.bokeList .item .img img { border-radius: 20px; }
.bokeList .item .title { font-size: 20px; font-weight: bold; }
.bokeList .item .desc { font-size: 18px; color: #999; margin-top: 10px; }
.bokeList .item .ft { margin-top: 15px; padding-top: 20px; border-top: 1px solid #E2E2E2; display: flex; align-items: center; }
.bokeList .item .ft .date { flex: 1; color: #999; line-height: 1; }
.bokeList .item .ft .date .day { font-size: 36px; }
.bokeList .item .ft .date .month { font-size: 16px; margin-top: 5px; }
.bokeList .item .ft .morebtn { overflow: hidden; width: 36px; }
.bokeList .item .ft .morebtn img { width: 36px; height: 36px; }

.contact { width: 960px; margin: 0 auto; padding: 100px 0; }
.contact .hd { text-align: center; }
.contact .hd .title { font-size: 48px; }
.contact .hd .desc { font-size: 24px; color: #666; }
.contact .bd { font-size: 16px; display: flex; flex-wrap: wrap; margin-top: 80px; }
.contact .bd .item { width: 50%; padding-left: 60px; padding-bottom: 35px; }
.contact .bd .inputbox { appearance: none; width: 100%; height: 50px; margin-top: 15px; background-color: #fff; border: none; padding: 0 20px; font: inherit; }
.contact .bd .textareabox { appearance: none; width: 100%; height: 150px; margin-top: 15px; background-color: #fff; border: none; padding: 15px 20px; font: inherit; }
.contact .bd .btn { appearance: none; width: 200px; height: 50px; background: #0080FF; color: #fff; border: none; font-size: 16px; }

.about-one { padding: 96px 0; }
.about-one .jieshao { display: flex; align-items: flex-start; justify-content: space-between; padding: 0 120px; }
.about-one .jieshao .hd { line-height: 1; }
.about-one .jieshao .hd .title { font-size: 64px; }
.about-one .jieshao .hd .desc { font-size: 15px; color: #666; margin-top: 10px; }
.about-one .jieshao .cont { width: 680px; border-top: 2px solid #C3CDDB; font-size: 15px; color: #666; padding-top: 30px; }
.about-one .videobox { display: block; position: relative; background-color: #000; border-radius: 20px; overflow: hidden; margin-top: 100px; }
.about-one .videobox:after { display: block; padding-top: 44.77612%; content: ''; }
.about-one .videobox img, .about-one .videobox video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.about-two { background-color: #f7f8fa; padding: 96px 0; }
.about-two .hd { line-height: 1; }
.about-two .hd .title { font-size: 64px; }
.about-two .hd .desc { font-size: 15px; color: #666; margin-top: 10px; }
.about-two .bd { display: flex; align-items: flex-start; justify-content: space-between; margin-top: 80px; position: relative; padding: 0 96px; }
.about-two .bd:before { content: ""; position: absolute; width: 100%; height: 0; left: 0; top: 0; bottom: 0; margin: auto; border-bottom: 1px solid #C3CDDB; }
.about-two .bd .item { width: 250px; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 2; }
.about-two .bd .item:nth-child(2n) { flex-direction: column-reverse; }
.about-two .bd .item .img { height: 166px; width: 100%; }
.about-two .bd .item .img img { width: 100%; height: 100%; border-radius: 20px; }
.about-two .bd .item .no { width: 36px; height: 36px; background-color: #0080FF; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; margin: 50px 0; }
.about-two .bd .item .cont { height: 166px; width: 100%; text-align: center; }
.about-two .bd .item .cont .tit { font-size: 24px; font-weight: bold; }
.about-two .bd .item .cont .desc { font-size: 18px; color: #666; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; margin-top: 10px; }

.about-three { padding: 150px 0; }
.about-three .item { display: flex; align-items: center; margin-top: 150px; }
.about-three .item:first-child { margin-top: 0; }
.about-three .item:nth-child(2n) { flex-direction: row-reverse; }
.about-three .item:nth-child(2n) .img { margin: 0 150px 0 0; }
.about-three .item .title { font-size: 54px; line-height: 1; }
.about-three .item .en { font-size: 16px; color: #666; margin-top: 15px; }
.about-three .item .desc { font-size: 20px; color: #666; margin-top: 60px; }
.about-three .item .img { display: block; position: relative; width: 45%; margin-left: 150px; }
.about-three .item .img:after { display: block; padding-top: 66.66667%; content: ''; }
.about-three .item .img img, .about-three .item .img video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.about-three .item .img img { border-radius: 20px; }

.about-four { padding: 96px 0; background-color: #f7f8fa; }
.about-four .hd { display: flex; align-items: center; line-height: 1; }
.about-four .hd .title { font-size: 64px; }
.about-four .hd .desc { font-size: 15px; color: #666; margin-top: 10px; }
.about-four .hd .btns { display: flex; }
.about-four .hd .btns .item { width: 52px; height: 52px; cursor: pointer; background-color: #7CBEFF; display: flex; align-items: center; justify-content: center; }
.about-four .hd .btns .item img { width: 26px; height: 26px; }
.about-four .hd .btns .item:nth-child(2) { background-color: #0080FF; }
.about-four .bd { overflow: hidden; margin-top: 80px; }
.about-four .bd .item { background-color: #fff; border-radius: 20px; padding: 40px; }
.about-four .bd .item .cont { font-size: 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; height: 225px; }
.about-four .bd .item .ft { display: flex; align-items: flex-start; justify-content: space-between; margin-top: 40px; font-size: 20px; color: #666; }

.danye { padding: 96px 0; font-size: 20px; }

.lianxi .bd .map img{width: 100%;height: 100%;object-fit: cover;}
