﻿/*只写布局，颜色、交互效果全部不写*/
.banner { position: relative; height: 480px !important; overflow: hidden; }
.banner .items { height: 480px; position: absolute; left: 0px; top: 0px; white-space: nowrap; }
.banner .item { display: inline-block; width: 100%; height: 100% !important; background: #F8F7F7; position: relative; }
.banner .item .info { width: 100%; height: 100%; }
.banner .item .info a { text-decoration: none; }
.banner .item img { width: 100%; height: 480px; object-fit: cover; }
.banner .items .item video { width: 100%; height: 100%; object-fit: cover; }
.banner .items .item .text { width: 80%; max-width: 1200px; position: absolute; top: 210px; left: 50%; z-index: 1; transform: translate(-50%, -50%); }
.banner .items .item .text-center { text-align: center; }
.banner .items .item .text-center p { text-align: center !important; }
.banner .items .item .text-left { text-align: left; }
.banner .items .item .text-left p { text-align: left !important; }
.banner .items .item .text-right { text-align: right; }
.banner .items .item .text-right p { text-align: right !important; }

.banner .indexs { position: absolute; bottom: 60px; left: 50%; transform: translate(-50%,0); text-align: center; z-index: 1; }
.banner .indexs span { width: 16px; height: 6px; margin-right: 12px; background: rgba(255, 255, 255, 0.5); border-radius: 2px; }
.banner .indexs span:last-child { margin-right: 0px; }
.banner .indexs .active { width: 48px; background: #FFFFFF; }

.banner .buttons { display: none; position: absolute; top: 50%; transform: translate(0, -50%); width: 60px; height: 60px; text-align: center; z-index: 1; cursor: pointer; }
.banner .buttons:hover { opacity: 0.8; background-color: rgba(0, 0, 0, 0.3); }
.banner:hover .buttons { display: block; border-radius: 50%; }
.banner:hover .buttons i { margin-top: 11px; }
.banner .buttons-left { left: 60px; }
.banner .buttons-right { right: 60px; }

/*统一的模块样式*/
.section { padding: 56px 0px; }
.section .title { line-height: 32px; margin-bottom: 30px; padding-bottom: 12px; border-bottom: 1px solid #ddd; }
.section .title .fll { font-size: 24px; font-weight: bold; }
.section .title .flr i { margin-top: -2px; }

/*服务1*/
.service1 { position: relative; text-align: center; padding: 48px 0 132px; }
.service1 .title { margin-top: 12px; margin-bottom: 32px; font-size: 32px; font-weight: bold; }
.service1 .desc { font-size: 24px; font-weight: bold; }
.service1 .item { margin-right: 32px; box-sizing: border-box; width: 276px; height: 323px; border-radius: 10px; box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
.service1 .item:nth-child(4n) { margin-right: 0; }
.service1 .item .name { margin: 20px 0 18px; font-size: 20px; font-weight: bold; }
.service1 .item .text { line-height: 150%; text-align: center; }
.service1 .item a { display: block; padding: 40px 24px 24px; width: 100%; height: 100%; border-radius: 10px; text-decoration: none; box-sizing: border-box; }
.service1 .item img { max-width: 112px; object-fit: cover; vertical-align: middle; margin-right: 4px; }
.service1 .item span { vertical-align: middle; }
.service1 .item:first-child { border: none; }

/*关于我们*/
.aboutus { position: relative; padding: 80px 0px; height: 714px; box-sizing: border-box; background-size: cover; }
.aboutus .pic { position: relative; top: -114px; width: 420px; height: 412px; }
.aboutus .pic img { position: absolute; z-index: 99; width: 312px; height: 296px; transform: rotate(-15deg); border-radius: 10px; border: 2px solid #FFF; opacity: 1; background: rgba(249, 249, 249, 0.9); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.aboutus .pic span { position: absolute; display: block; width: 312px; height: 296px; transform: rotate(-30deg); border-radius: 10px; opacity: 1; background: #BEE6F9; box-shadow: 0px 1.94px 4.85px 0px rgba(0, 0, 0, 0.3); }
.aboutus .info { width: 760px; }
.aboutus .info .text { margin-bottom: 4px; font-size: 16px; }
.aboutus .info .title { margin-bottom: 24px; font-size: 32px; font-weight: bold; }
.aboutus .info .desc { font-size: 16px; font-weight: normal; line-height: 200%; }
.aboutus .info .buttons { text-align: right; }
.aboutus .info .buttons a { width: 160px; height: 40px; line-height: 40px; }
.aboutus .info .buttons i { position: relative; top: -1px; margin-left: 8px; }

/*产品*/
.products { position: relative; top: -300px; background: url(http://116.62.105.18:86/SysAttachment/img/511) no-repeat; background-position-y: 300px; }
.products .container { position: relative; overflow: hidden; }
.products .title { padding-bottom: 24px; margin-bottom: 24px; border-width: 0px 0px 2px 0px; border-style: solid; border-image: linear-gradient(90deg, #32FF2E 0%, #A7F1A6 20%, rgba(51, 116, 255, 0) 100%) 0 0 1 0; }
.products .title h1 { font-size: 32px; font-weight: bold; }
.products .tabs { margin-bottom: 32px; font-size: 16px; color: #999; }
.products .tabs .active { font-weight: bold; }
.products .tabs .split { width: 8px; height: 8px; background: #EFF7FF; border-radius: 50%; margin: 0px 16px; }
.products .more { font-size: 16px; font-weight: bold; }
.products .more span { position: relative; top: -4px; display: inline-block; margin-left: 12px; width: 24px; height: 24px; border-radius: 50%; background: #FFF; }
.products .more i { margin: 2px 0 0 6px; }
.products .wrap { overflow: hidden; width: 100%; box-sizing: border-box; }
.products .wrap .items-box { width: 1200px; position: absolute; white-space: nowrap; }
.products .wrap .items { position: relative; display: inline-block; vertical-align: top; }
.products .wrap .items .item { margin-right: 14px; margin-bottom: 16px; width: 227px; height: 287px; border-radius: 10px; overflow: hidden; box-sizing: border-box; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }
.products .wrap .items .item:nth-child(5n) { margin-right: 0; }
.products .wrap .items .item:nth-child(5n+1) { margin-left: 5px; }
.products .wrap .items .item .pic div { margin: 0 12px; box-sizing: border-box; border-width: 0 0 1px 0; border-style: solid; border-color: #E0E0E0; }
.products .wrap .items .item .ratio43 { padding-top: 67%; width: 90%; }
.products .wrap .items .item .info { padding: 12px 12px 26px 12px; text-align: left !important; }
.products .wrap .items .item .num { margin-bottom: 8px; color: #3D3D3D !important; }
.products .wrap .items .item .name { color: #103667 !important; }

/*服务2*/
.service2 { position: relative; padding: 48px 0 60px; margin-top: -256px; text-align: center; }
.service2 .text { font-size: 24px; font-weight: bold; }
.service2 .title { margin-top: 4px; margin-bottom: 24px; padding-bottom: 24px; font-size: 32px; font-weight: bold; border-width: 0 0 1px 0; border-style: solid; border-image: linear-gradient(270deg, rgba(51, 116, 255, 0) 0%, #32FF2E 21%, #32FF2E 79%, rgba(51, 116, 255, 0) 100%) 0 0 1 0; }
.service2 .desc { margin: auto; max-width: 800px; font-size: 14px; font-weight: normal; line-height: 150%; }
.service2 .items { padding: 32px 48px 0; }
.service2 .item { margin-right: 24px; box-sizing: border-box; width: 258px; height: 406px; }
.service2 .item:nth-child(4n) { margin-right: 0; }
.service2 .item .pic { margin: 0 auto; width: 200px; height: 200px; border-radius: 50%; box-sizing: border-box; border: 10px solid #FFF; box-shadow: 0px 2.84px 7.09px 0px rgba(0, 0, 0, 0.3); overflow: hidden; }
.service2 .item img { max-width: 200px; object-fit: cover; vertical-align: middle; }
.service2 .item .name { margin: 20px 0 18px; font-size: 20px; font-weight: bold; }
.service2 .item .desc { font-size: 12px; font-weight: normal; line-height: 200%; }
.service2 .item a { text-decoration: none; }
.service2 .item span { vertical-align: middle; }
.service2 .item:first-child { border: none; }

/*新闻*/
.news { padding: 60px 0px 68px; }
.news .title { font-size: 32px; font-weight: bold; }
.news .tabs { margin-top: 24px; }
.news .tabs .fll a { font-size: 18px; }
.news .tabs .fll .split { width: 8px; height: 8px; background: #EFF7FF; border-radius: 50%; margin: -4px 12px 0px 12px; vertical-align: middle; }
.news .tabs .fll .active { color: #0084CE; }
.news .wrap { margin-top: 24px; border-top: 1px solid #F0F0F0; padding: 24px 12px 0; overflow: hidden; height: 432px !important; }
.news .items-box { position: relative; left: 0px; top: 0px; width: 100%; }
.news .items { position: relative; margin-bottom: 24px; width: 100%; white-space: nowrap; font-size: 0; }
.news .item { position: relative; display: inline-block; margin-left: 24px; width: 376px; border-radius: 10px; box-sizing: border-box; font-size: 14px; vertical-align: top; z-index: 10; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
.news .item:first-child { margin-left: 0; }
.news .item .info { padding: 24px; }
.news .item .name { padding: 12px 0 26px; height: 54px; font-size: 20px; font-weight: bold; white-space: wrap; overflow: hidden; border-bottom: 1px solid #EEEEEE; }
.news .item .name a { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; /* 显示2行 */ overflow: hidden; text-overflow: ellipsis; }
.news .item .more { margin-top: 24px; }
.news .item .more a { text-decoration: none; font-size: 14px; }
.news .item .more i { margin-left: 4px; }
.news .item .pic { width: 100%; height: 215px; border-radius: 10px 10px 0 0; overflow: hidden; }
.news .item .pic img { max-height: 100%; object-fit: cover; }
.news .buttons .btn-light { margin-top: 24px; width: 160px; height: 40px; line-height: 40px; border-radius: 8px; font-weight: bold; }
.news .buttons .btn-light i { position: relative; top: -2px; margin-left: 8px; filter: brightness(1.4); }
/*服务3*/
.service3 { font-size: 0; height: 300px; background-size: 100% 300%; background-position-y: 50%; }
.service3 .wrap { height: 100%; background: rgba(0, 0, 0, 0.5) }
.service3 .title { margin-top: 82px; font-size: 32px; font-weight: bold; line-height: 150%; text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }
.service3 .text { margin-top: 18px; font-size: 16px; font-weight: bold; text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }
.service3 .btn-light { margin-top: 130px; width: 160px; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; border: none; }
