.nav-container { width: 100%; height: 124px; } .nav-container .top-fixed { width: 100%; position: fixed; z-index: 1001; background: #fff; box-shadow: 0 0 10px #ccc; } .nav-container .right { justify-content: flex-end; align-items: flex-end; height: 100%; height: 124px; } .nav-container .phone { color: #16558a; font-size: 22px; font-weight: bold; } .nav-container .phone span { font-size: 15px; color: #666; font-weight: normal; } .nav-container .lang { margin-left: 25px; } .nav-container .lang p { font-size: 16px; color: #16558a; } .nav-container .lang .iconfont { font-size: 30px; color: #9b9b9b; margin-right: 3px; } /* .nav-container .right{ padding-top: 20px; box-sizing: border-box; } */ .nav { margin-top: 15px; width: 800px; /* position: relative; */ } .nav li {} .nav li a { display: block; font-size: 18px; color: #333; height: 54px; text-align: center; white-space: nowrap; border-bottom: 2px solid transparent; } .nav li:hover>a, .nav li>a.active { color: #16558a; border-bottom: 2px solid #16558a; font-weight: bold; } .nav li:hover .subnav { display: block; } .subnav { position: absolute; z-index: 999; background: #fff; width: 100%; padding: 30px 0 50px 0; left: 0; display: none; border-top: 1px solid #eaeaea; } .subnav .content, .patent .flex-row, .company .flex-row { justify-content: flex-start; align-items: flex-start; } .company .flex-row { flex-wrap: wrap; } .nav .subnav .content a { width: 260px; height: 60px; /* background-color: #fff; */ border-bottom: 1px solid #eaeaea; box-sizing: border-box; display: flex; font-size: 16px; color: #666; margin-right: 100px; } .subnav .content .items { width: 1000px; margin: 0 auto; height: 200px; display: flex; flex-wrap: wrap; align-content: flex-start; } .subnav .content .items a:nth-child(3n) { margin-right: 0; } .nav .subnav .content a:hover { color: #004f91; border-color: #004f91; font-weight: bold; } .nav .subnav .content .iconfont { color: #004f91; font-weight: bold; } .subnav img { width: 300px; height: 200px; margin-left: 50px; } .nav .subnav .content span { color: #ccc; font-size: 14px; } .logo img { width: 282px; } .banner .swiper-button-next { right: 10%; } .banner .swiper-button-prev { left: 10%; } .banner .swiper-slide a { display: block; width: 100%; } .banner .swiper-slide a img { width: 100%; } .banner .swiper-pagination-bullet { width: 25px; height: 5px; border-radius: 0; } .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; } .banner .swiper-pagination-bullet { background: #fff; } .banner .swiper-wrapper { transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; } .product-container { width: 100%; overflow: hidden; padding: 70px 0; background-image: linear-gradient(to right, rgba(79, 120, 153, 0.2) , #fff); } .right-top{ width: 800px; } .product-container .flex-row{ align-items: flex-start; } .product-container .text-swiper { margin-bottom: 50px; } .product-container .text-swiper h1 { font-size: 30px; color: #004f91; font-weight: normal; letter-spacing: 1px; } .product-container .text-swiper h2 { font-size: 34px; color: #004f91; letter-spacing: 2px; } .product-container .text-swiper p { font-size: 18px; color: #666; font-weight: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 40px; width: 500px; line-height: 2; text-align: justify; } .pro-right{ width: 800px; } .pro-left{ width: 500px; z-index: 99; } .product-container .pro-nemu li { margin-bottom: 12px; } .product-container .pro-nemu a { width: 450px; height: 76px; border:1px solid #004f91; box-sizing: border-box; padding: 0 34px; line-height: 74px; } .product-container .pro-nemu a p { font-size: 22px; color: #004f91; font-weight: bold; letter-spacing: 1px; } .product-container .pro-nemu a .icon { width: 36px; height: 36px; box-sizing: border-box; border: 1px solid #004f91; border-radius: 50%; margin-top: 19px; } .product-container .pro-nemu a .icon div { width: 30px; height: 30px; box-sizing: border-box; background-color: #004f91; border-radius: 50%; } .pic-swiper a{ width: 800px; height: 530px; overflow: hidden; } .pic-swiper a img{ max-width: 100%; } .pic-swiper p{ text-align: center; font-size: 20px; margin-top: 30px; letter-spacing: 1px; } .pro-nemu{ width: 540px; } .pro-nemu img{ margin: 13px 0 0 5px; opacity: 0; transition: all .3s; } .product-container .pro-nemu li.active img{ opacity: 1; } .product-container .pro-nemu a .icon .iconfont { color: #fff; font-size: 12px; font-weight: bold; } .product-container .pro-nemu li.active a{ background: #004f91; } .product-container .pro-nemu a:hover p, .product-container .pro-nemu li.active a p { color: #fff; } .product-container .pro-nemu a:hover .icon, .product-container .pro-nemu li.active a .icon { border-color: #fff; } .product-container .pro-nemu a:hover .icon div, .product-container .pro-nemu li.active a .icon div { background-color: #fff; } .product-container .pro-nemu a:hover .icon .iconfont, .product-container .pro-nemu li.active a .icon .iconfont { color: #004f91; } .product-container .swiper-buttons { cursor: pointer; } .product-container .swiper-buttons .prev,.product-container .swiper-buttons .next { outline: none; bottom: 0; position: absolute; z-index: 999; } .product-container .swiper-buttons .prev{ left: 0; } .product-container .swiper-buttons .next{ right: 0; } .product-container .swiper-buttons .prev:hover .iconfont,.product-container .swiper-buttons .next:hover .iconfont{ color: #004f91; } .product-container .swiper-buttons .prev .iconfont { font-size: 26px; color: #fff; } .product-container .swiper-buttons .next .iconfont { font-size: 26px; color: #004f91; } .ldgh-container { margin-top: 90px; position: relative; } .in-news-list a { width: 433px; } .ldgh-container .title { width: 330px; } .ldgh-container .title h1 { font-size: 40px; color: #333; letter-spacing: 1px; } .ldgh-container .title h2 { font-size: 30px; color: #666; margin-top: 5px; letter-spacing: 1px; } .ldgh-container .title span { display: block; width: 3px; height: 37px; background: #004f91; } .ldgh-container .swiper-container { width: 100%; margin-top: 50px; } .ldgh-container .swiper-slide .pic, .ldgh-container .swiper-slide .pic img, .news-container .pic, .news-container .pic img, .in-news-list a .pic, .in-news-list a .pic img { width: 433px; height: 300px; overflow: hidden; transition: all .2s; } .ldgh-container .swiper-slide p { font-size: 16px; color: #333; line-height: 1.8; margin-top: 20px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .ldgh-container .more a, .page-title a { color: #004f91; font-size: 16px; transition: all .2s; } .ldgh-container .more a:hover, .page-title a:hover { font-weight: bold; } .ldgh-container .swiper-slide a:hover img, .news-container .swiper-slide a:hover img, .in-news-list a:hover img { transform: scale(1.1); cursor: pointer; } .patent li:hover img { transform: scale(0.9); cursor: pointer; } .ldgh-container .swiper-slide a:hover p, .news-container .swiper-slide a:hover h3, .in-news-list a:hover h3 { color: #004f91; } .news-container .swiper-button, .ldgh-container .swiper-button { position: absolute; top: 260px; outline: none; cursor: pointer; } .news-container .swiper-button { top: 386px; } .news-container .swiper-button .iconfont, .ldgh-container .swiper-button .iconfont { font-size: 40px; color: #999; } .news-container .swiper-button.button-next, .ldgh-container .swiper-button.button-next { right: -60px; } .news-container .swiper-button.button-next span, .ldgh-container .swiper-button.button-next span { color: #004f91; } .news-container .swiper-button.button-prev, .ldgh-container .swiper-button.button-prev { left: -60px; } .publicize-container { background: url('../images/bg.jpg') no-repeat center center; background-size: cover; height: 657px; margin-top: 100px; width: 100%; box-sizing: border-box; } .publicize-container .wrap { position: relative; } .earth { position: absolute; left: 62px; top: 125px; z-index: 1; } @keyframes mymove { from { transform: scale(1); } to { transform: scale(0.8); } } .publicize-container .video img{ animation: mymove 0.7s linear infinite alternate; } .publicize-container .video { margin: 200px 0 0 70px; text-align: center; width: 310px; position: absolute; z-index: 2; } .publicize-container .video a { color: #fff; } .publicize-container .video p { font-weight: bold; font-size: 24px; letter-spacing: 1px; margin-top: 20px; color: #fff; } .publicize-container .content { color: #fff; padding-top: 480px; } .publicize-container .content h2 { font-size: 60px; color: #fff; } .publicize-container .content .title { align-items: flex-start; } .publicize-container .content span { font-size: 35px; color: #fff; } .publicize-container .content p { font-size: 30px; color: #fff; } .news-container { margin-top: 90px; position: relative; } .page-title h1 { font-size: 40px; color: #010101; } .page-title .text::before { display: inline-block; width: 3px; height: 50px; background: #004f91; content: ''; margin-right: 20px; } .page-title a { font-size: 16px; color: #004f91; } .news-container .slider-wrap { background: #f8f8f8; } .news-container .swiper-container { margin-top: 50px; } .news-container .swiper-slide img { width: 433px; height: 300px; } .news-container .swiper-slide .text, .in-news-list a .text { width: 433px; padding: 40px 30px; box-sizing: border-box; background-color: #f8f8f8; } .news-container .swiper-slide .text h3, .in-news-list a h3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; width: 100%; font-size: 24px; font-weight: normal; color: #333; height: 65px; } .news-container .swiper-slide .text p, .in-news-list a p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; width: 100%; margin-top: 20px; font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 30px; height: 54px; } .news-container .swiper-slide .text span, .in-news-list a span { color: #333; } .customers-container { width: 100%; padding: 60px 0 80px 0; background: #f0f5f9; margin-top: 90px; } .cus-list { margin-top: 50px; position: relative; overflow: hidden; width: 1400px; height: 90px; } .cus-list ul { overflow: hidden; position: absolute; /* width: 2000px; */ /* width: fit-content; */ left: 0; top: 0; _height: 1px; } .cus-list li { width: 200px; height: 90px; border: 1px solid #969a9e; box-sizing: border-box; margin-right: 10px; display: flex; justify-content: center; overflow: hidden; } .cus-list li img { max-width: 80%; max-height: 85%; } .link-container { margin-top: 80px; margin-bottom: 80px; } .link-container .links { margin-top: 50px; } .link-container .links img { width: 337px; height: 213px; } .add-container { width: 100%; background: #004f91; color: #fff; padding: 30px 0; } .add-container .wrap { justify-content: space-around; align-items: flex-start; } .add-container .item { width: 370px; justify-content: flex-start; } .add-container .item h2 { font-size: 18px; width: 100%; border-bottom: 1px solid #2e6695; padding-bottom: 12px; text-align: center; font-weight: normal; } .add-container .item .phone { font-size: 30px; margin-top: 15px; } .add-container .item .add { font-size: 16px; margin-top: 5px; } .add-container .item a { width: 200px; height: 40px; background: rgba(255, 255, 255, 0.9); justify-content: center; margin-top: 25px; } .add-container .item a .iconfont { font-size: 18px; color: #004f91; } .add-container .item a p { font-size: 18px; color: #004f91; margin-left: 15px; } .footer { width: 100%; padding: 30px 0; background-color: #003467; color: #fff; border-bottom: 1px solid #274e6f; } .footer .wrap { align-items: flex-start; } .footer .wrap .l { width: 880px; align-items: flex-start; } .footer .wrap .l h3 { font-size: 18px; color: #fff; font-weight: normal; margin-bottom: 15px; } .footer .wrap .l a { font-size: 14px; color: rgba(255, 255, 255, 0.5); ; margin-bottom: 5px; } .footer .wrap .l .item { align-items: flex-start; justify-content: flex-start; } .footer .r img { width: 120px; height: 120px; margin-bottom: 5px; } .cr-container { line-height: 45px; background-color: #003467; } .cr-container a { color: rgba(255, 255, 255, 0.5); font-size: 16px; } /*new*/ .in-subnav { width: 100%; border-bottom: 1px solid #eaeaea; line-height: 55px; } .subnav-item a.active { color: #004f91; font-weight: bold; } .subnav-item a { font-size: 16px; color: #666; } .subnav-item span { width: 1px; height: 15px; background: #eee; display: inline-block; margin: 0 25px; vertical-align: middle; } .bread { font-size: 16px; } .bread span { color: #004f91; margin-right: 5px; } .bread, .bread a { color: #999; } .in-news-list a { margin: 50px 50px 0 0; } .in-news-list.flex-row { flex-wrap: wrap; justify-content: flex-start; } .in-news-list a:nth-child(3n) { margin-right: 0; } .in-more { width: 200px; height: 45px; border: 1px solid #004f91; border-radius: 45px; display: block; margin: 0 auto; color: #004f91; text-align: center; line-height: 45px; font-size: 16px; margin-top: 70px; margin-bottom: 100px; letter-spacing: 1px; transition: all .2s; } .in-more:hover { background: #004f91; color: #fff; } .in-more span { margin-left: 5px; } .news-details .wrap { padding: 50px 80px; min-height: 700px; text-align: center; box-sizing: border-box; border-radius: 5px; } .news-details h2 { font-size: 26px; color: #333; } .news-details span { color: #666; font-size: 14px; margin-top: 10px; display: block; } .news-details .txt { font-size: 16px; line-height: 36px; text-align: left; margin-top: 50px; text-align: justify; } .article { border-top: 1px dotted #ddd; margin-top: 70px; padding-top: 20px; } .article a { display: block; color: #666; text-align: left; margin-bottom: 10px; font-size: 15px; } .article a:hover { color: #004f91; } .in-banner { position: relative; } .in-banner .img { display: block; width: 100%; background-position: center center; background-size: cover; position: relative; } .banner-txt-bg { background: url(../images/pro-bg.png) no-repeat; width: 55%; height: 500px; position: absolute; right: 0; top: 0; } .banner-txt { justify-content: flex-end; z-index: 1000; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 180px; color: #fff; letter-spacing: 1px; } .banner-txt .eng { font-size: 30px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } .banner-txt h2 { font-size: 26px; font-weight: normal; } .banner-txt p { line-height: 30px; font-size: 16px; margin-top: 20px; text-align: justify; opacity: .8; } .banner-txt-con { width: 500px; } .in-sub-nav { position: absolute; bottom: 0; height: 80px; width: 100%; background-color: rgba(0, 0, 0, 0.5); } .in-sub-nav ul { height: 100px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); align-items: flex-end; } .in-sub-nav ul li a { color: #fff; width: 350px; height: 80px; box-sizing: border-box; border-right: 1px solid #556a7d; justify-content: center; transition: all .2s; } .in-sub-nav ul li:last-child a { border-right: none; } .in-sub-nav ul li a.active, .in-sub-nav ul li a:hover { background-color: #fb723c; border: none; height: 100px; } .in-sub-nav ul li a .iconfont { font-size: 40px; margin-right: 10px; } .in-sub-nav ul li a h3 { font-size: 22px; font-weight: normal; } .in-sub-nav ul li a p { font-size: 14px; margin-top: 7px; } .in-pro-navs { width: 100%; margin-top: 50px; } .in-pro-navs ul li a { display: block; height: 75px; padding: 0 25px; box-sizing: border-box; border-bottom: 1px solid #ededed; line-height: 75px; position: relative; font-size: 18px; color: #666; transition: all 0.2s; } .in-pro-navs ul li a:hover, .in-pro-navs ul li a.active { border-bottom: 2px solid #16558a; /* font-size: 20px; */ color: #16558a; font-weight: bold; font-size: 20px; } .in-pro-navs ul li a:hover::after, .in-pro-navs ul li a.active::after { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 6px 7px 6px; border-color: transparent transparent #16558a transparent; bottom: 0; left: 50%; transform: translateX(-50%); } .in-pro-navs .titles h1 { color: #333; font-size: 32px; } .in-pro-navs .titles p { color: #a0a0a0; font-size: 18px; margin-top: 5px; font-weight: bold; letter-spacing: 1px; } .in-pro-list { justify-content: flex-start; flex-wrap: wrap; margin-top: 70px; } .in-pro-list .items { box-sizing: border-box; width: 433px; padding: 10px; padding-bottom: 40px; background-color: #f0f5f9; margin-right: 50px; margin-bottom: 50px; height: 480px; box-sizing: border-box; } .in-pro-list .items:nth-child(3n) { margin-right: 0; } .in-pro-list .items .img { width: 100%; background: #fff; height: 280px; overflow: hidden; } .in-pro-list .items .img img { max-width: 90%; max-height: 95%; transition: all 0.3s; } .in-pro-list .items:hover .img img { transform: scale(1.1); } .in-pro-list .items h2 { margin-top: 38px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .in-pro-list .items p { margin-top: 10px; font-size: 16px; color: #666; height: 50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; padding: 0 20px; box-sizing: border-box; line-height: 26px; } .in-pro-list .items .more { display: block; width: 76px; height: 20px; text-align: center; line-height: 20px; background-color: #16558a; font-size: 12px; color: #fff; margin-top: 24px; } /*solution*/ .solution-top { margin-top: 70px; } .s-top-left, .s-top-left img { width: 720px; height: 450px; overflow: hidden; position: relative; } .s-top-left .txt { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); padding: 20px; width: 100%; color: #fff; letter-spacing: 1px; box-sizing: border-box; } .s-top-left .txt p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; margin-top: 10px; font-size: 16px; } .s-top-left img, .s-top-list .img img, .s-top-list .txt span, .s-bot-item .img img, .s-bot-item span { transition: all .2s; } .s-top-left:hover img, .s-top-list:hover .img img, .s-bot-item:hover .img img { transform: scale(1.1); } .s-top-rig { width: 630px; } .s-top-list .img, .s-top-list .img img { width: 300px; height: 200px; overflow: hidden; } .s-top-list .txt { width: 330px; height: 200px; background: #f5f5f5; padding: 15px 0; box-sizing: border-box; } .solution-top.flex-row { align-content: flex-start; align-items: flex-start; } .s-top-list .txt h3 { border-bottom: 1px solid #e5e5e5; padding: 0 0 15px 30px; font-size: 18px; letter-spacing: 1px; } .s-bot-item h3 { font-size: 18px; letter-spacing: 1px; margin-top: 20px; } .s-bot-item p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 28px; color: #666; font-size: 15px; margin: 15px 0; } .s-top-list .txt p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; padding: 20px 30px; box-sizing: border-box; line-height: 28px; color: #666; font-size: 15px; height: 70px; margin-bottom: 25px; } .s-top-list .txt span { padding: 0 30px; } .s-top-list .txt span, .s-bot-item span { color: #004f91; font-weight: bold; font-size: 12px; display: block; } .s-top-list .txt span i, .s-bot-item span i { font-size: 12px; margin-right: 5px; } .s-top-list:hover span, .s-bot-item:hover span { transform: translate(10px, 0); } .s-top-list { margin-bottom: 50px; } .s-bot-item { width: 433px; margin-right: 50px; margin-bottom: 50px; } .s-bot-item:nth-child(3n) { margin-right: 0; } .s-bot-item .img, .s-bot-item .img img { width: 433px; height: 250px; overflow: hidden; } .solution-bot.flex-row { justify-content: flex-start; flex-wrap: wrap; } /*solution-det*/ .sol-sidebar { width: 380px; } .in-solution-con { margin-top: 70px; } .sol-sidebar h2 { font-size: 36px; font-weight: normal; } .sol-sidebar .line { display: block; width: 380px; height: 1px; background: #e5e5e5; margin: 45px 0; } .sol-sidebar a { display: block; width: 230px; height: 60px; line-height: 60px; padding: 0 20px; box-sizing: border-box; border-bottom: 1px solid #e5e5e5; color: #666; font-size: 16px; transition: all .2s; } .sol-sidebar a span { float: right; font-size: 14px; vertical-align: middle; } .sol-sidebar a.active, .sol-sidebar a:hover { background: #004f91; color: #fff; } .sol-right { width: 1021px; } .sol-right img { width: 100%; height: auto; } .in-solution-con.flex-row { align-content: flex-start; align-items: flex-start; } .sol-right h3 { font-size: 24px; margin-top: 20px; letter-spacing: 1px; } .sol-right p { color: #666; line-height: 30px; font-size: 16px; margin-top: 15px; text-align: justify; } .recommend { position: relative; } .recommend .swiper-button { position: absolute; top: 220px; } .recommend-list { margin: 0 50px; } .recommend .button-next { right: 0; } .recommend .swiper-button span { font-size: 30px; color: #999; cursor: pointer; } .recommend .button-next span { color: #004f91; } /*pro-det*/ .pro-det-top { height: 600px; } .pro-det-wrap { width: 100%; position: relative; } .pro-det-bg { width: 47%; position: absolute; right: 0; background: url(../images/pro-bg.jpg) no-repeat; height: 600px; top: 0; z-index: -1; } .pro-det-wrap .wrap { z-index: 99; } .pro-det-img .swiper-container { width: 700px; height: 500px; margin-top: 50px; } .pro-det-img img { max-width: 90%; max-height: 500px; } .pro-det-img .swiper-slide { background: #fff; } .pro-det-txt { width: 550px; } .pro-det-txt h2 { font-size: 30px; font-weight: normal; } .pro-det-txt span { font-size: 18px; color: #666; margin-top: 10px; display: block; } .pro-det-txt p { font-size: 16px; line-height: 34px; color: #666; margin-top: 50px; } .pro-det-txt a { display: block; width: 260px; height: 56px; border-top: 1px solid #004f91; border-right: 1px solid #004f91; border-bottom: 1px solid #004f91; border-left: 3px solid #004f91; line-height: 56px; margin-top: 30px; font-size: 22px; color: #004f91; padding: 0 20px; box-sizing: border-box; transition: all .2s; } .pro-det-txt a i { float: right; display: inline-block; width: 30px; height: 30px; border-radius: 50%; background: #004f91; line-height: 30px; text-align: center; color: #fff; font-size: 18px; margin-top: 14px; } .pro-det-txt a:hover { background: #004f91; color: #fff; } .pro-det-txt a:hover i { background: #fff; color: #004f91; } .title-con>li { cursor: pointer; display: inline-block; width: 234px; height: 55px; border: 1px solid #eee; font-size: 20px; color: #666; text-align: center; line-height: 55px; margin-right: 3px; } .pro-det-con .item { display: none; } .m-pro-det { margin-top: 70px; } .title-con>li.active { background: #004f91; color: #fff; border: 1px solid #004f91 } .pro-det-con { padding: 50px 0 100px 0; } .pro-det-con img { display: block; max-width: 100%; margin: 0 auto; } /*time*/ #cd-timeline { position: relative; padding: 2em 0; margin-top: 2em; margin-bottom: 2em; } #cd-timeline::before { content: ''; position: absolute; top: 0; left: 18px; height: 100%; width: 5px; background: #e7eef3; } @media only screen and (min-width: 1170px) { #cd-timeline { margin-top: 3em; margin-bottom: 5em; } #cd-timeline::before { left: 50%; margin-left: -2px; } } .cd-timeline-block { position: relative; margin: 2em 0; } .cd-timeline-block:after { content: ""; display: table; clear: both; } .cd-timeline-block:first-child { margin-top: 0; } .cd-timeline-block:last-child { margin-bottom: 0; } @media only screen and (min-width: 1170px) { .cd-timeline-block { margin: 4em 0; } .cd-timeline-block:first-child { margin-top: 0; } .cd-timeline-block:last-child { margin-bottom: 0; } } .cd-timeline-img { position: absolute; top: 0; left: 0; width: 18px; height: 18px; background: #004f91; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 5px #16558a; } @media only screen and (min-width: 1170px) { .cd-timeline-img { width: 18px; height: 18px; left: 50%; margin-left: -12px; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; } .cssanimations .cd-timeline-img.is-hidden { visibility: hidden; } .cssanimations .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s; } } @-webkit-keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes cd-bounce-1 { 0% { opacity: 0; -moz-transform: scale(0.5); } 60% { opacity: 1; -moz-transform: scale(1.2); } 100% { -moz-transform: scale(1); } } @keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .cd-timeline-content { position: relative; margin-left: 60px; background: #f0f5f9; border-radius: 0.25em; padding: 1em; box-shadow: 0 3px 0 #d7e4ed; left: 110px; } .cd-timeline-content:hover { background: #004f91; cursor: pointer; } .cd-timeline-content:hover p { color: #fff; } .cd-timeline-block:nth-child(even) .cd-timeline-content { right: 110px; left: auto; } .cd-timeline-content img { max-width: 480px; } .cd-timeline-content:after { content: ""; display: table; clear: both; } .cd-timeline-content h2 { color: #303e49; } .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date { font-size: 36px; color: #004f91; } .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date { display: inline-block; } .cd-timeline-content p { margin: 1em 0; line-height: 1.6; } .cd-timeline-content .cd-read-more { float: right; padding: .8em 1em; background: #acb7c0; color: #ffffff; border-radius: 0.25em; } .no-touch .cd-timeline-content .cd-read-more:hover { background-color: #bac4cb; } .cd-timeline-content .cd-date { float: left; padding: .8em 0; } .cd-timeline-content::before { content: ''; position: absolute; top: 16px; right: 100%; height: 0; width: 0; border: 7px solid transparent; border-right: 7px solid #ffffff; } @media only screen and (min-width: 768px) { .cd-timeline-content h2 { font-size: 20px; font-size: 1.25rem; } .cd-timeline-content p { font-size: 18px; } } @media only screen and (min-width: 1170px) { .cd-timeline-content { margin-left: 0; padding: 1.6em; width: 480px; } .cd-timeline-content::before { top: 24px; left: 100%; border-color: transparent; border-left-color: #f0f5f9; } .cd-timeline-content .cd-read-more { float: left; } .cd-timeline-content .cd-date { position: absolute; width: 100%; left: 125%; top: -40px; } .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right; } .cd-timeline-block:nth-child(even) .cd-timeline-content::before { top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: #f0f5f9; } .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more { float: right; } .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: auto; right: 125%; text-align: right; } .cssanimations .cd-timeline-content.is-hidden { visibility: hidden; } .cssanimations .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; } } @media only screen and (min-width: 1170px) { .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; } } @-webkit-keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2 { 0% { opacity: 0; -moz-transform: translateX(-100px); } 60% { opacity: 1; -moz-transform: translateX(20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -moz-transform: translateX(100px); } 60% { opacity: 1; -moz-transform: translateX(-20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } /*ctsj*/ .leader { margin-top: 70px; } .leader h2, .cur-part-one h2, .dang-rec h2, .company h2 { font-size: 26px; text-align: center; letter-spacing: 1px; } .leader p { color: #666; text-align: center; margin-top: 10px; font-size: 16px; } .honor { background: #f0f5f9; margin-top: 70px; padding: 70px 0; } .honor .img, .honor .img img { width: 800px; height: 500px; overflow: hidden; } .honor .img { position: relative; } .honor .img p { position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 15px 20px; line-height: 26px; font-size: 16px; box-sizing: border-box; } .honor-txt h2 { font-size: 56px; font-weight: bold; color: #004f91; margin-left: -215px; z-index: 99; position: absolute; letter-spacing: 1px; margin-top: 30px; } .honor-txt { width: 510px; box-sizing: border-box; } .honor .flex-row { align-items: flex-start; } .honor-txt h3 { margin-top: 110px; font-size: 26px; letter-spacing: 2px; } .honor-txt-con { height: 250px; overflow-y: auto; } .honor-txt-con { margin-top: 50px; } .honor-txt-con .item::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #004f91; margin-right: 5px; margin-top: 10px; } .honor-txt-con .item { padding: 20px 0; font-size: 18px; border-bottom: 1px dotted #ddd; } .honor-txt-con .item.flex-row { justify-content: flex-start; } .honor-txt-con .item p { width: 490px; padding-left: 10px; box-sizing: border-box; line-height: 28px; } .video-ad { margin-top: 70px; margin-bottom: 100px; } .video-ad img { width: 1400px; height: 500px; } .video-ad .video-txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .video-ad .wrap { position: relative; } .video-txt { text-align: center; color: #fff; } .video-txt span { font-size: 60px; opacity: .5; transition: all .3s; } .video-txt h2 { font-size: 26px; font-weight: normal; margin-top: 20px; opacity: .5; transition: all .3s; letter-spacing: 2px; } .video-ad:hover span, .video-ad:hover h2 { opacity: 1; } /*online-message*/ .mess-contact { width: 600px; } .message-con { margin-top: 50px; margin-bottom: 100px; } .message-title, .jion-title { margin-top: 30px; text-align: center; font-size: 26px; letter-spacing: 2px; font-weight: bold; } .jion-title { font-weight: normal; font-size: 30px; } .message-table { width: 700px; } .mess-contact .item { background: #f0f5f9; padding: 20px 30px; box-sizing: border-box; margin-bottom: 20px; } .mess-contact h3 { font-size: 20px; margin-bottom: 20px; } .mess-contact .item a { display: block; } .mess-contact .item h4 { font-size: 18px; margin-bottom: 10px; } .mess-contact .item p, .basic-infor .item p, .problem p, .mess-content p { font-size: 18px; } .mess-contact .item span { color: #999; font-size: 12px; } .mess-contact .item a { margin-top: 15px; display: block; margin-bottom: 5px; } .mess-contact .iconfont { font-size: 16px; margin-right: 7px; color: #999; } .prompt, .basic-infor .item p i, .problem p i, .mess-content i { color: red; } .message-con .flex-row { align-items: flex-start; } .basic-infor .item, .basic-infor .item input { width: 223px; } .basic-infor .item p, .problem p, .mess-content p { font-weight: bold; display: block; } .basic-infor .item p i { font-weight: normal; } .prompt { margin-bottom: 20px; } .basic-infor .item input, .problem select { height: 40px; border: 1px solid #ddd; margin-top: 10px; padding: 0 10px; box-sizing: border-box; } .problem, .mess-content { margin-top: 20px; } .problem select, .mess-content textarea { width: 700px; } .mess-content textarea { font-family: Microsoft YaHei, Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma; margin-top: 10px; height: 120px; border: 1px solid #ddd; padding: 0 10px; box-sizing: border-box; } .mess-but { background: #004f91; width: 120px; height: 35px; color: #fff; margin-top: 15px; border: none; } /*job*/ .in-job-container { padding: 50px 0 0 0; } .in-job-container .list li { background: #f0f5f9; } .in-job-container .list .context .title { padding: 30px 40px; } .in-job-container .list .context .title p { cursor: pointer; padding: 5px 20px; background: #004f91; color: #fff; } .position-title { font-size: 18px; font-weight: bold; margin-bottom: 20px; } .position-des { color: #666; font-size: 16px; } .in-job-container .list .detail { padding: 30px 40px; background-color: #f5f5f5; display: none; } .in-job-container .list li.active .detail { display: block; } .in-job-container .list li.active { border: none; } .in-job-container .job-detail .job-title { font-size: 22px; color: #333; font-weight: normal; /* background-color: #f5f5ff; */ } .in-job-container .job-detail .text { font-size: 14px; line-height: 2; color: #666; margin-top: 25px; } .in-job-container .sq { display: block; text-align: center; line-height: 40px; color: #fff; background: #c30d18; margin-top: 25px; font-size: 16px; width: 200px; } .join-search { width: 600px; margin: 0 auto; margin-top: 30px; } .join-search .text { width: 450px; height: 58px; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .join-search .but { width: 150px; height: 60px; background: #004f91; color: #fff; font-size: 18px; border: none; letter-spacing: 5px; cursor: pointer; } .join-search .text span { display: inline-block; font-size: 26px; width: 50px; color: #999; padding-left: 10px; box-sizing: border-box; } .join-search .text input { width: 400px; border: none; } .in-job-container li:nth-child(odd) { background: #fff; } /*group*/ .group .item { width: 430px; padding: 60px 0; box-sizing: border-box; box-shadow: 0 0 15px #ddd; margin: 50px 0 100px 0; text-align: center; } .group .item span { font-size: 50px; margin-bottom: 20px; display: block; color: #666; } .group .item p { font-size: 20px; color: #666; } .group .item h2 { font-size: 18px; } .group .item:last-child p { font-size: 16px; } /*service*/ .internet-con { margin-top: 50px; } .service-title h2, .patent h2 { font-size: 30px; text-align: center; letter-spacing: 1px; } .service-title span { display: block; width: 40px; height: 4px; background: #e5e5e5; margin: 0 auto; margin-top: 10px; } .internet-con img { width: 700px; height: 500px; } .internet-list { width: 600px; } .internet-list { height: 500px; overflow-y: auto; } .internet-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 5px; } .internet-list::-webkit-scrollbar { width: 5px; } .internet-list::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); background-color: #004f91; } .internet-list h3 { border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 15px; font-size: 18px; letter-spacing: 1px; } .internet-list span { color: #004f91; margin-right: 5px; font-size: 18px; } .internet-list p { color: #666; font-size: 16px; } .internet-list .item { width: 550px; padding: 24px 0; } .policy-con { background: #f5f5f5; margin: 50px 0 0 0; height: 600px; position: relative; } .policy-con .pic { position: absolute; right: 0; top: 0; } .policy-con .pic img { width: 960px; height: 600px; } #ser-policy, #ser-advisory { padding-top: 100px; } #ser-internet { padding-top: 70px; } .policy-txt { width: 550px; position: relative; } .policy-txt h3 { font-size: 24px; margin-top: 110px; } .policy-txt .swiper-slide { height: 600px; } .policy-txt p { font-size: 16px; color: #666; margin-top: 50px; line-height: 36px; } .policy-txt .swiper-button-next, .policy-txt .swiper-button-prev { position: absolute; top: 470px; } .policy-txt .swiper-button-next { right: 460px; } .policy-txt .swiper-button-next:after, .policy-txt .swiper-button-prev:after { font-size: 40px; color: #004f91; } .advisory-con { background: url(../images/img27.png) no-repeat; background-size: cover; width: 100%; height: 500px; } .advisory-con .des { text-align: center; margin: 30px 0 50px 0; color: #666; font-size: 16px; } .advisory-wrap { width: 1200px; margin: 0 auto; } .advisory-wrap .item { width: 400px; } .advisory-wrap .item:last-child { width: 1184px; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; font-size: 16px; } .advisory-list.flex-row { justify-content: flex-start; margin-bottom: 20px; } .advisory-list input { width: 433px; margin-right: 50px; height: 50px; border-radius: 3px; line-height: 50px; padding: 0 10px; box-sizing: border-box; border: none; box-shadow: 0 0 5px #ccc; } .advisory-list textarea { width: 100%; height: 100px; border-radius: 3px; border: none; box-shadow: 0 0 5px #ccc; padding: 10px; box-sizing: border-box; font-family: Microsoft YaHei, Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma; } .advisory-list input:last-child { margin-right: 0; } .advisory-wrap .item p { width: 89px; } .advisory-wrap .item input { width: 290px; height: 40px; border: 1px solid #e5e5e5; } .advisory-wrap .item { margin-bottom: 20px; } .advisory-con button { width: 200px; height: 40px; background: #004f91; color: #fff; margin: 0 auto; border: none; display: block; font-size: 18px; margin-top: 50px; } .fixed { position: fixed; top: 124px; z-index: 999; } .fixed.in-subnav { background: rgba(0, 0, 0, 0.7); line-height: 2.8vw; border-bottom: none; } .fixed.in-subnav a, .fixed .bread, .fixed .bread span, .fixed.in-subnav span { color: #fff; } .fixed.in-subnav a.active { color: #fa723d; } .news-details { background: url(../images/news-detbg.png) no-repeat bottom center; width: 100%; padding: 70px 0; margin-top: 20px; background-size: cover; box-sizing: border-box; } /*patent*/ .patent { margin-top: 50px; margin-bottom: 100px; } .patent li { width: 312px; margin: 50px 50px 0 0; transition: all .2s; } .patent li:hover { box-shadow: 0 0 10px #eee; transform: translate(0, -20px); } .patent li .pic { width: 312px; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea; height: 281px; padding: 10px 0; box-sizing: border-box; overflow: hidden; display: flex; align-items: center; justify-content: center; } .patent li .pic img { max-width: 80%; max-height: 260px; transition: all .2s; } .patent .flex-row { flex-wrap: wrap; } .patent li:nth-child(4n) { margin-right: 0; } .patent li p { border: 1px solid #eaeaea; line-height: 50px; text-align: center; width: 312px; box-sizing: border-box; } /*culture*/ .cur-part-one .main { position: relative; width: 100%; height: 500px; margin-top: 50px; } .cur-part-one, .dang-rec, .company, .company ul { margin-top: 50px; } .cur-part-one .img { width: 100%; height: 500px; } .main .list { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 99; } .cul-item.flex-row { justify-content: flex-end; } .cul-item .item { width: 360px; height: 200px; padding: 50px; box-sizing: border-box; color: #fff; letter-spacing: 1px; } .cul-item .item.one { background: rgba(1, 99, 146, 0.9); } .cul-item .item.three { background: rgba(0, 38, 77, 0.9); } .cul-item .item.two { background: rgba(255, 255, 255, 0.9); } .cul-item .item h3 { font-size: 26px; } .cul-item .item p { font-size: 18px; margin-top: 20px; } .cul-item .item.two h3 { color: #333; } .cul-item .item.two p { color: #666; } .s-top-left.dang-txt .txt p { margin-top: 0; } .dang-rig-item { position: relative; } .dang-rig-txt, .dang-rig-txt .img, .dang-rig-txt .img img, .dang-rig-txt a { width: 630px; height: 200px; } .dang-rig-item p { position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); padding: 20px; width: 100%; color: #fff; letter-spacing: 1px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; } .dang-rig-item { display: block; } .dang-bot { margin-top: 50px; } .dang-bot .s-bot-item { margin-bottom: 10px; } .dang-bot .s-bot-item p { color: #333; font-size: 16px; } /*conpany*/ .company li { width: 420px; margin-right: 70px; border: 1px solid #e5e5e5; box-sizing: border-box; margin-bottom: 70px; } .company li:nth-child(3n) { margin-right: 0; } .company li .img { line-height: 180px; height: 180px; text-align: center; } .company li .img img { max-width: 100%; vertical-align: middle; max-height: 180px; } .company li .txt { background: #f0f5f9; position: relative; height: 210px; padding: 35px 30px; box-sizing: border-box; } .company li .txt .sj { position: absolute; left: 50%; top: 0; transform: translateX(-50%); } .company li .txt p { font-size: 16px; text-align: justify; line-height: 26px; } .company li .txt h3 { font-size: 18px; color: #333; margin-bottom: 20px; letter-spacing: 1px; } .company { margin-bottom: 70px; } /*kf*/ .floating_ck { position: fixed; right: 0; top:50%; z-index: 9999; } .floating_ck dl dd { position: relative; width: 75px; height: 57px; background-color: #004f91; text-align: center; background-repeat: no-repeat; background-position: center 20%; cursor: pointer; margin-bottom: 1px; padding-top: 13px; box-sizing: initial; } .floating_ck dl dd:hover { background-color: #003f73; } .floating_ck dl dd:hover .floating_left { display: block; } .floating_ck dl dd a { color: #fff; } .floating_ck dd span { color: #fff; display: block; text-align: center; box-sizing: content-box; } .floating_ck dd span img { display: block; margin: 0 auto; margin-bottom: 3px; } .floating_left { position: absolute; left: -130px; top: 0px; width: 130px; height: 70px; background-color: #004f91; display: none; box-sizing: content-box; } .floating_left a { color: #fff; line-height: 70px; } .floating_ewm { height: 140px; top: -50px; } .floating_ewm i { display: block; width: 81px; height: 81px; margin: auto; margin-top: 15px; } .floating_ewm i img { width: 81px; height: 81px; } .floating_ewm p { color: #fff; margin-top: 5px; } .vidbacking-active-body-back { position: fixed; z-index: -100; min-width: 100%; min-height: 100%; top: 50%; left: 50%; background-size: cover; overflow: hidden; opacity: 1; transition: 2s opacity; transform: translateX(-50%) translateY(-50%); } .vidbacking-active-block-back { position: absolute; min-width: 100%; min-height: 100%; height: auto; width: auto; z-index: -100; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .vidbacking { display: none; } .video-back { display: block; height: 700px; text-align: center; } .video-back img { width: 150px; } /*5.30*/ .leaderimglist { position: relative; width: 1400px; margin: 0 auto; margin-top: 70px; } .leaderimglist .swiper-container { padding-bottom: 40px; } .leaderimglist .swiper-slide { width: 570px; height: 25.5vw; background: #fff; box-shadow: 0 5px 10px #ddd; } .leaderimglist .swiper-slide img { display: block; width: 570px; height: 21vw; } .leaderimglist .swiper-slide p { padding: 15px; margin: 0; text-align: left; line-height: 24px; } .leaderimglist .swiper-button-prev { left: -30px; width: 45px; height: 45px; } .leaderimglist .swiper-button-prev:hover { background-position: 0 -46px; background-size: 100% } .leaderimglist .swiper-button-next { right: -30px; width: 45px; height: 45px; } .leaderimglist .swiper-button-next:hover { background-position: 0 -139px; background-size: 100% } .leaderimglist .swiper-button-next, .leaderimglist .swiper-button-prev { color: #004f91; } .noimg-list h3 { font-size: 22px!important; height: 63px!important; } .noimg-list .slider-wrap .text { transition: all .3s; } .noimg-list .slider-wrap:hover .text { background: #004f91!important; } .noimg-list .slider-wrap:hover .text h3, .noimg-list .slider-wrap:hover .text p, .noimg-list .slider-wrap:hover .text span { color: #fff!important; } .pro-det-txt .phone { font-size: 26px; color: #004f91; margin-top: 70px; } .pro-det-txt .phone i { font-size: 16px; display: block; margin-bottom: 5px; color: #666; }