123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- @charset "utf-8";
- /* CSS Document */
- body {
- min-width: 1200px;
- font-family: Tahoma, 'Microsoft Yahei', 'Simsun';
- background-color: #FFF;
- color: #333333;
- }
- *{
- margin: 0;
- padding: 0;
- }
- input {
- border: none;
- outline: none;
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #006bb7;
- font-size: 14px;
- }
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: #006bb7;
- font-size: 14px;
- }
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: #006bb7;
- font-size: 14px;
- }
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: #006bb7;
- font-size: 14px;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- img {
- border: 0;
- }
- address,
- caption,
- cite,
- code,
- dfn,
- em,
- th,
- var {
- font-style: normal;
- font-weight: normal;
- }
- ol,
- ul,
- li {
- list-style: none;
- float: left;
- }
- caption,
- th {
- text-align: left;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size: 100%;
- font-weight: normal;
- }
- #tabcontent ul {
- list-style-type: none;
- }
- .hidden {
- display: none;
- }
- .l {
- float: left;
- }
- .y {
- float: right;
- }
- a {
- text-decoration: none;
- color: rgba(253, 252, 252,.6);
- }
- .bgFFF {
- background-color: #FFF;
- }
- .bgF7 {
- background-color: #F7F7F7;
- }
- /**** Clearfix ****/
- .clearfix {
- *zoom: 1;
- overflow: hidden;
- }
- .clearfix:after {
- content: "";
- display: block;
- height: 0;
- font-size: 0;
- clear: both;
- }
- .container {
- width: 1200px;
- margin: auto;
- }
- .mt52 {
- margin-top: 52px;
- }
- .header {
- width: 100%;
- height: 122px;
- background: url(../images/top-bg@2x.png) no-repeat top center;
- background-size: cover;
- }
- .flex {
- display: flex;
- }
- .flexItem {
- align-items: center;
- }
- .logo {
- height: 100%;
- }
- .headerBox {
- width: 100%;
- position: fixed;
- top: 0;
- background: #fff;
- z-index: 9999;
- }
- /* nav */
- .navBox {
- height: 78px;
- background: #000F4A;
- font-size: 18px;
- line-height: 78px;
- }
- .navBox a {
- margin-right: 112px;
- }
- .navBox .active{
- color: #fff;
- }
- .banner {
- margin-top: 200px;
- }
- .banner img{
- vertical-align: bottom;
- }
- /* news */
- .news .swiper-container {
- width: 580px;
- height: 290px;
- }
- .newsInfo {
- width: 580px;
- margin-left: 40px;
- }
- .titleBox {
- height: 34px;
- border-bottom: 1px solid #BFBFBF;
- justify-content: space-between;
- }
- .titleBox a {
- color: #000;
- font-size: 14px;
- }
- .titleBox .title {
- height: 100%;
- font-weight: bold;
- font-size: 18px;
- border-bottom: 1px solid #1485C9;
- }
- .newsList {
- width: 100%;
- }
- .dot {
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: #BFBFBF;
- display: block;
- margin-right: 12px;
- }
- .newsList li {
- width: 100%;
- justify-content: space-between;
- margin: 20px 0 0;
- color: #666666;
- }
- .newsList .txt {
- width: 440px;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- color: #333333;
- font-size: 14px;
- }
- .newsList .time {
- color: #666666;
- font-size: 12px;
- }
- /* expert */
- .expert, .service {
- width: 580px;
- }
- .expert .item {
- position: relative;
- }
- .expert .item {
- margin-top: 30px;
- }
- .expert .item .focus {
- width: 172px;
- height: 188px;
- background: rgba(0, 0, 0,.6);
- position: absolute;
- top: 0;
- left: 0;
- border-radius: 6px 6px 6px 6px;
- text-align: center;
- color: #fff;
- font-size: 14px;
- display: none;
- }
- .focus .content {
- width: 100%;
- margin-top: 36px;
- }
- .focus .name {
- color: #1485C9;
- font-size: 18px;
- margin-bottom: 5px;
- }
- .focus .line {
- width: 11px;
- height: 1px;
- background: #FFFFFF;
- margin: 0 auto;
- }
- .focus .intro {
- margin: 10px 0 15px;
- }
- /* service */
- .service {
- margin-left: 40px;
- }
- /* .swiper-container1 {
- margin-top: 30px;
- } */
- .swiper-container1 {
- margin-left: auto;
- margin-right: auto;
- position: relative;
- overflow: hidden;
- z-index: 1;
- margin-top: 30px;
- padding: 0 20px;
- }
- .swiper-container1 .swiper-slide {
- transform: scale(.9);
- }
- .swiper-container1 .swiper-slide-next{
- transform: scale(1);
- }
- .swiper-container1 .swiper-button-prev {
- width: 12px;
- height: 20px;
- background-image: url(../images/left.svg);
- background-size: 12px 20px;
- left: 0px;
- }
- .swiper-container1 .swiper-button-next {
- width: 12px;
- height: 20px;
- background-image: url(../images/right.svg);
- background-size: 12px 20px;
- right: 0px;
- }
- .swiper-container1 .swiper-slide .contnent {
- position: relative;
- }
- .swiper-container1 .swiper-slide .contnent .txt {
- position: absolute;
- top: calc(50% - 164px);
- left: calc(50% - 20px);
- width: 20px;
- height: 328px;
- font-size: 20px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 30px;
- text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
- text-align: center;
- }
- .swiper-container1 .swiper-slide .contnent img{
- border-radius: 6px 6px 6px 6px;
- }
- .viewpoint {
- width: 100%;
- }
- .viewpoint .item {
- width: 45%;
- margin-top: 30px;
- }
- .viewpoint .Info {
- margin-left: 30px;
- padding-top: 12px;
- }
- .viewpoint .Info .name {
- color: #1485C9;
- font-size: 18px;
- display: inline-block;
- margin-right: 25px;
- }
- .viewpoint .Info .location {
- font-size: 14px;
- }
- .viewpoint .Info .des {
- margin-top: 30px;
- font-size: 14px;
- line-height: 26px;
- }
- /* case */
- .caseBox {
- width: 100%;
- height: 300px;
- background: url(../images/case-bg.png) no-repeat center;
- background-size: cover;
- padding-top: 30px;
- }
- .caseBox .caseTxt {
- justify-content: space-between;
- }
- .caseBox .caseTxt .item {
- margin-top: 30px;
- }
- footer {
- width: 100%;
- height: 276px;
- background: #041435;
- font-weight: bold;
- font-size: 16px;
- font-family: PingFang SC-Bold, PingFang SC;
- }
- .footerLogo {
- position: absolute;
- left: 120px;
- top: 94px;
- }
- .contact {
- position: absolute;
- right: 229px;
- top: 94px;
- color: #D3D0D0;
- }
- .contact p {
- margin-top: 9px;
- }
- .icp {
- height: 68px;
- line-height: 68px;
- text-align: center;
- background: #2F2F2F;
- font-weight: bold;
- color: #D3D0D0;
- font-size: 16px;
- }
|