body { font-family: "SourceHanSansCN-Light","Microsoft Yahei",arial } ul, li { list-style: none; list-style-type: none; } .row.no-gutters { margin-left: 0px; margin-right: 0px; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0px; padding-right: 0px; } @media (min-width: 992px) { .container.index { width: 1000px; } } @media (min-width: 1200px) { .container.carousel { width: 1000px; } .container.index { width: 1360px; } .container { width: 1280px; } } .container.relative { position: relative; margin: 0 auto; } .index-fix-nav { position: fixed; left: 0; right: 0; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px; z-index: 9999; } .top-container { background: #f1f1f1; height: 35px; line-height: 35px; padding: 0 80px; } .top-container ul { float: right; } .top-container ul li { float: left; margin: 0 0 0 20px; } .top-container ul li.language { padding: 0 0 0 25px; background: url(../images/language.jpg) no-repeat left 7px; } .logo { display: inline-block; width: 108px; height: 45px; margin: 20px 0 0 80px; } .logo img { width: 100%; } .nav.nav-custom { height: 130px; background-color: #ffffff; } .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { text-decoration: none; background-color: transparent; } .nav > a, .nav > a:focus, .nav a:hover { background-color: transparent; } .nav.nav-custom .navbar-collapse { border-top: 1px #ffffff solid; } .nav.nav-custom .navbar-nav { float: right; margin: 20px 80px 0 0; } .nav.nav-custom .navbar-toggle .icon-bar { background-color: #808080; } .nav.nav-custom .navbar-nav > li { margin-left: 35px; } .nav.nav-custom .navbar-nav > li a { padding: 20px 0 20px 0; font-size: 18px; color: #333333; } .nav.nav-custom .navbar-nav .dropdown-menu { padding: 0; } .nav.nav-custom .navbar-nav .dropdown-menu > li > a { padding: 10px 15px; font-size: 14px; } .nav.nav-custom .navbar-nav > li.active, .nav.nav-custom .navbar-nav > li:hover { } .nav.nav-custom .navbar-nav > li.active a, .nav.nav-custom .navbar-nav > li:hover a { color: #08b2ed; } .nav.nav-custom .navbar-nav > li.active .dropdown-menu > li > a, .nav.nav-custom .navbar-nav > li:hover .dropdown-menu > li > a { color: #333333; } .col-cus-2 { width: 16%; padding-left: 5px; padding-right: 5px; text-align: center; float: left; } .telandlink .tel { font-size: 26px; color: #ffffff; line-height: 30px; padding: 0; } .telandlink, .telandlink .tel, .telandlink p { text-align: center; color: #ffffff; } .telandlink select { margin-top: 20px; width: 80%; font-size: 14px; border-style: none; border: 0px; height: 30px; text-align: center; text-align-last: center; color: #333333; max-width: 200px; } footer { padding: 40px 0 0 0; position: relative; } footer:after { content: ""; width: 100%; height: 650px; position: absolute; left: 0; top: 0; z-index: -2; background: #929292; } footer h5 { font-size: 18px; color: #ffffff; line-height: 40px; text-align: left; } footer p { line-height: 30px; text-align: left; } footer a { color: #ffffff; font-size: 15px; } .footerbottom { line-height: 30px; color: #666666; position: relative; } .footerbottom:after { content: ""; -webkit-transform: skewY( -5deg ); transform: skewY( -5deg ); -webkit-transform-origin: 0; transform-origin: 0; position: absolute; top: -280px; left: 0; z-index: -1; height: 400px; width: 100%; background: -webkit-gradient(linear, left bottom, left top, from(#a4a4a4), to(#a4a4a4)); background: linear-gradient(to top, #a4a4a4, #a4a4a4); } .footerbottom a { margin-left: 10px; color: #666666; } .service-footer { width: 100%; height: 300px; text-align: center; padding: 100px 0 0 0; position: relative; } .service-footer:after { content: ""; background: #929292; width: 100%; height: 300px; } .service-footer h5 { text-align: center; font-size: 18px; } .service-footer .subtitle { color: #ffffff; font-size: 15px; } .follow-us { margin: 0; padding: 20px 0 0 0; list-style-type: none; margin: 15px auto 0; display: flex; flex-wrap: wrap; justify-content: center; } .follow-us:before, .follow-us:after { content: ""; display: table } .follow-us:after { clear: both } .follow-us li { margin: 0px 12px; } .copyright { border-top: 1px #a8a8a8 solid; height: 100px; text-align: center; } .copyright p { text-align: center; line-height: 100px; color: #ffffff; font-size: 12px; } .solution { margin: 50px 0 0 0; overflow: hidden; } .solution .content-title { padding: 50px 0; } .solution h1 { font-size: 36px; line-height: 50px; } .solution .subtitle { font-size: 18px; line-height: 30px; max-width: 700px; padding: 25px 0 20px 0; } .solution .more { display: inline-block; font-size: 18px; text-decoration: underline; } .solution .more i { margin: 0 0 0 5px; font-size: 16px; } .solution_item { position: relative; display: block; } .solution_item:before { content: ""; background: url(../images/block.png); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2; -webkit-transition: all .5s; transition: all .5s; opacity: 0; } .solution_item:hover:before { opacity: 1; } .solution_item .name { width: 100%; height: 100%; position: absolute; display: flex; justify-content: center; /*实现水平居中*/ align-items: center; /*实现垂直居中*/ top: 0; left: 0; line-height: 30px; padding: 20px; text-align: center; color: #ffffff; font-size: 18px; transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ overflow: hidden; z-index: 9; } .entrance { padding: 100px 0 60px 0; } .entrance-column { box-sizing: border-box; margin: 0; overflow: hidden; position: relative; } .entrance-column .col { width: 50%; float: left; max-height: 485px; position: relative; overflow: hidden; } .entrance-column .col img { width: 100%; } .entrance-title { position: absolute; left: 60px; top: 50%; transform: translate(0,-50%); } .entrance-title h1 { line-height: 42px; color: #ffffff; } .entrance-title .subtitle { line-height: 30px; padding: 15px 0; font-size: 18px; color: #ffffff; } .entrance-title .more { display: inline-block; padding: 10px 30px; text-align: center; border: 2px #ffffff solid; color: #ffffff; font-size: 18px; width: 220px; } .owl-carousel.owl-solution .owl-stage-outer { overflow: visible !important; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .owl-carousel.owl-solution .owl-stage { padding-left: 0 !important; } .owl-carousel.owl-solution .owl-nav { padding: 50px 0 0 0; text-align: center; } .owl-carousel.owl-solution .owl-prev, .owl-carousel.owl-solution .owl-next { position: relative; color: #ffffff; border-radius: 3px; overflow: hidden; z-index: 8; background: #08b2ed; } .owl-carousel.owl-solution .owl-prev:after, .owl-carousel.owl-solution .owl-next:after { content: ""; -webkit-transform: skew( 45deg, 0); transform: skew( 45deg, 0); width: 0; height: 100%; position: absolute; top: 0px; left: -30px; z-index: -1; -webkit-transition: all .5s; transition: all .5s; } .owl-carousel.owl-solution .owl-prev:hover:after, .owl-carousel.owl-solution .owl-next:hover:after { width: 150%; background: #13489d; } .owl-carousel.owl-solution .owl-prev { float: left; margin-right: 30px; } .owl-carousel.owl-solution .owl-next { float: right; margin-right: 30px; } .owl-carousel.owl-solution .owl-nav .owl-nav-btn { float: left; width: 80px; height: 43px; line-height: 43px; z-index: 8; } .owl-carousel.owl-solution .owl-nav .icon { float: left; width: 43px; height: 43px; line-height: 43px; border-left: 1px #ffffff solid; border-right: 1px #ffffff solid; text-align: center; border-radius: 3px; font-size: 18px; z-index: 8; } .owl-absolute { position: relative; } .owl-absolute .owl-nav { position: absolute; height: 50px; line-height: 50px; top: 50%; margin-top: -60px; left: -42px; right: -42px; z-index: -1; color: #dddddd; overflow: hidden; } .owl-absolute .owl-nav .owl-prev { float: left; } .owl-absolute .owl-nav .owl-next { float: right; } .owl-people .item { text-align: center; background: #ffffff; padding: 50px 5px 20px 5px; } .owl-people .pic-box { display: inline-block; width: 90px; height: 90px; overflow: hidden; margin-bottom: 20px; } .owl-people .pic-box img { border-radius: 100%; } .owl-people .remark { text-align: center; padding: 0 0 20px 0; margin: 15px 0; position: relative; line-height: 30px; } .owl-people .remark:after { content: ""; position: absolute; height: 1px; border-bottom: 1px #999999 solid; left: 10%; right: 10%; bottom: 0px; box-sizing: border-box; } .owl-people h5 { line-height: 40px; color: #000000; } .owl-people p { line-height: 45px; } .owl-carousel.owl-index-banner .owl-stage-outer { width: 100%; } .owl-carousel.owl-index-banner .content { width: 100%; height: 140px; background: url(../images/bannerbg.png); position: absolute; left: 0; bottom: 0; padding: 20px 0; color: #ffffff; text-align: left; } .owl-carousel.owl-index-banner h5 .index_banner .bd li .content p { padding: 0 360px 0 0; } .owl-carousel.owl-index-banner h5 { color: #ffffff; line-height: 50px; font-size: 24px; } .owl-carousel.owl-index-banner p { font-size: 16px; line-height: 25px; } .owl-carousel.owl-index-banner .detailbtn { cursor: pointer; position: absolute; right: -30px; top: 30px; width: 160px; height: 40px; line-height: 40px; text-align: center; border: 1px #ffffff solid; border-radius: 25px; font-size: 16px; } .owl-carousel.owl-index-banner .owl-dots { width: 100%; position: absolute; bottom: 100px; } .owl-carousel.owl-index-banner .owl-dots .owl-dot span { width: 30px; height: 5px; margin: 1px 3px; overflow: hidden; background: #ffffff; filter: alpha(opacity=50); opacity: 0.3; border-radius: 0; } .owl-carousel.owl-index-banner .owl-dots .owl-dot.active span { opacity: 1; } .index_banner_nav { position: absolute; height: 1px; bottom: 140px; left: 30px; right: 30px; z-index: 999; color: #dddddd; } .index_banner_nav .owl-prev, .index_banner_nav .owl-next { display: inline-block; width: 30px; height: 140px; line-height: 130px; font-size: 60px; cursor: pointer; text-align: center; } .index_banner_nav .owl-prev { float: left; } .index_banner_nav .owl-next { float: right; } .owl-carousel.owl-subpage-banner .owl-stage-outer { width: 100%; } .owl-carousel.owl-subpage-banner .owl-dots { width: 100%; position: absolute; bottom: 100px; } .owl-carousel.owl-subpage-banner .owl-dots .owl-dot span { width: 30px; height: 5px; margin: 1px 3px; overflow: hidden; background: #ffffff; filter: alpha(opacity=50); opacity: 0.3; border-radius: 0; } .owl-carousel.owl-subpage-banner .owl-dots .owl-dot.active span { opacity: 1; } .hiSlider-item { max-height: 485px; overflow: hidden; position: relative } .hiSlider-item a { display: block; max-height: 485px; width: 100%; overflow: hidden; } .hiSlider-title { height: 80px; line-height: 60px; padding: 10px 0; font-size: 18px; } .hiSlider-pages { bottom: 26px; } .hiSlider-pages a { text-indent: 0; width: 28px; height: 28px; line-height: 30px; border-radius: 3px; background: #ffffff; font-size: 16px; text-align: center; } .hiSlider-pages a.active { background: #13489d; color: #ffffff; } .investment-box { padding: 100px 0 120px 0; background: #ffffff; min-height:300px; } .trend-box { padding: 5px 0 0 0; } .trend-box .subtitle { font-size: 14px; padding: 30px 0; color: #666666; } .trend-box .price-box { padding: 0px 30px 0 0; margin: 0; position: relative; display: inline-block; color:red; } .trend-box .price-box .symbol { font-size: 50px; } .trend-box .price-box .price { font-size: 90px; } .trend-box .price-box .trend { width: 30px; position: absolute; display: inline-block; top: 10px; right: 0px; font-size: 22px; } .trend-box .trend-detail { line-height: 45px; color: red; } .trend-box .trend-detail .date { color: #666666; margin: 0 0 0 20px; } .trend-box .more { color: #5997e0; margin: 20px 0; line-height: 45px; } .infoitem { margin: 40px 0 0 0; } .infoitem h5 { font-size: 18px; line-height: 30px; color: #666666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .infoitem .date { font-size: 14px; line-height: 40px; color: #999999; } .subpage-nav { background: #73b6ea; height: 60px; line-height: 60px; text-align: center; font-size: 18px; } .subpage-nav a { display: inline-block; height: 60px; line-height: 60px; padding: 0px 25px; color: #ffffff; } .subpage-nav a.active, .subpage-nav a:hover { background: #437fc3; color: #ffffff; } .location { background: url(../images/location.png) no-repeat left center; padding: 25px 0 25px 20px; font-size: 14px; color: #437fc3; } .location i { margin: 0 5px; } .location a { color: #999999; } .pagewrapper { padding: 20px 10px; } .pagewrapper .pages { color: #999; margin: 10px auto; width: 100%; margin-left: 0px; } .pagewrapper .pages a, .pagewrapper .pages .cpb { text-decoration: none; float: left; padding: 0px 10px; border: 1px solid #ddd; margin: 0 2px; font-size: 14px; color: #000; line-height: 30px; background: #f1f1f1; } .pagewrapper .pages a:hover { background-color: #5997e0; color: #fff; border: 1px solid #007cc3; text-decoration: none; } .pagewrapper .pages .cpb { color: #fff; background: #007cc3; border: 1px solid #007cc3; } .news ul li { position: relative; overflow: hidden; padding: 10px 0; padding-left: 20px; border-bottom: 1px solid #eee; } .news ul li:before { position: absolute; top: 18px; left: 0; display: block; width: 6px; height: 6px; content: ''; background-color: #d44417; } .news ul li a { display: block; color: #333; } .news ul li p { font-size: 16px; line-height: 1.5; display: -webkit-box; overflow: hidden; height: 28px; margin: 0; color: #333; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .news ul li span { font-size: 12px; line-height: 1.25; display: block; color: #999; } .message-wraper input, .message-wraper textarea { background: #f8f8f8; width: 100%; margin: 0 0 10px 0; border: 1px #f8f8f8 solid; padding: 15px; font-size: 16px; border-radius: 3px; } .message-wraper textarea { min-height: 320px; } .message-wraper .msg-btn { width: 200px; display: inline-block; margin: 0 auto; background: #13489d; color: #ffffff; } .message-wraper input.layui-form-danger, .message-wraper textarea.layui-form-danger { border: 1px red solid; } .map { padding: 20px 0 50px 0; } .col-md-4.pc-no-right { padding-right: 0px; } .col-md-8.pc-no-left { padding-left: 0px; } .map-wrapper { height: 500px; } .map-info-window { text-align: left; padding: 0 0 10px 0; width: 250px; line-height: 22px; } .map-info-window { white-space: normal } .map-info { background: #17499e; } .map-info ul { padding: 30px 25px 20px 25px; } .map-info ul li { color: #ffffff; padding: 25px 0 25px 50px; line-height: 23px; } .map-info ul li.bg1 { background: url(../images/icon/1_03.png) no-repeat left center; } .map-info ul li.bg2 { background: url(../images/icon/2_03.png) no-repeat left center; } .map-info ul li.bg3 { background: url(../images/icon/3_03.png) no-repeat left center; } .map-info ul li.bg4 { background: url(../images/icon/4_03.png) no-repeat left center; } .map-info ul li p { word-break: break-all; word-wrap: break-word; } .rlist { margin-top: 50px; } .rlist div.listgroup { padding: 0 20px 0 20px; margin-bottom: 40px; } .rlist div.listgroup .item { border: 2px #eeeeee solid; box-shadow: 0 0 8px rgba(0, 0, 0, .15); position: relative; min-height: 320px; } .rlist div.listgroup:hover .item { border: 2px #007cc3 solid; } .rlist div.listgroup .item a { display: block; padding: 20px; color: #333333; } .rlist div.listgroup .item h5 { overflow: hidden; color: #5997e0; font-size: 18px; line-height: 35px; } .rlist div.listgroup .item p { line-height: 30px; font-size: 16px; margin-top: 10px; } .rlist div.listgroup .item .icon-fonts { width: 40px; height: 40px; line-height: 36px; border: 1px solid #b3b3b3; background-color: #fff; text-align: center; margin-bottom: 0; cursor: pointer; font-size: 18px; color: #666; font-weight: bold; position: absolute; right: 20px; bottom: 20px; } .rlist div.item:hover .icon-fonts { border: 1px solid #2b6fb6; background-color: #2b6fb6; color: #ffffff; font-weight: bold; } .investor-left, investor-right { margin-bottom: 30px; } .company-info { position: absolute; width: 80%; left: 10%; top: 50%; transform: translateY(-50%); color: #ffffff; } .company-info h2 { color: #ffffff; font-size: 30px; margin-bottom: 20px; color: #ffffff; } .company-info p { line-height: 1.8em; font-size: 16px; } .investor-data { margin-left: 11.56%; top: 50%; position: absolute; transform: translateY(-50%); } .investor-data .subtitle { font-size: 30px; } .col-md-6.investor-left, .col-sm-6.investor-left { padding-right: 0px; } .col-md-6.investor-right, .col-sm-6.investor-right { padding-left: 0px; } .mtspace { margin-top: 80px; } .mbspace { margin-bottom: 80px; } .subpage-banner { padding-top: 130px; } .ellipsis-text { display: inline-block; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; }