| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- @charset "utf-8";
- body{
- padding: 0;
- margin: 0;
- font-weight: normal;
- font-style: normal;
- font-size: 12px;
- font-family:"微软雅黑","Tahoma";
- vertical-align: baseline;
- text-align:justify;
- word-wrap:break-word;
- text-justify:inter-ideograph;
- color: #000000cc;
- }
- .navBody{
- background: rgba(33, 33, 41, 1);
- height: 36px;
- color: #fff;
- }
- .globalNav a{
- float:left;
- height:36px;
- line-height:36px;
- padding:0 10px;
- color:#eee;
- position: relative;
- cursor: pointer
- }
- .globalNav a:hover{
- background:#666E70;
- color:#fff
- }
- .globalNav a.now{
- background:#008FFF;
- color:#fff;
- font-weight:600
- }
- .globalNav .zhzd{
- float:left;
- height:36px;
- position: relative;
- z-index:999
- }
- .globalNav .zhzd a b{
- border-color: #FFDDC9 transparent transparent;
- border-right: 3px dashed transparent;
- border-style: solid dashed dashed;
- border-width: 3px 3px 0;
- display: inline-block;
- font-size: 0;
- height: 0;
- line-height: 0;
- width: 0;
- position: relative;
- top:-1px;
- left:4px
- }
- .globalNav .zhzd .zhzdMenu{
- position: absolute;
- left:0;
- top:29px;
- background:#fff;
- border:1px solid #ccc;
- border-top:none;
- box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
- z-index: 0;
- display:none
- }
- .globalNav .zhzd .zhzdMenu a{
- width:100%;
- padding:0;
- text-align:center;
- color:#3366cc
- }
- .globalNav .zhzd .zhzdMenu a:hover{
- background:#f2f2f2
- }
- .globalNav .zhzd a.now{
- background:#fff;
- border:1px solid #ccc;
- border-bottom:none;
- border-top:none;
- color:#3366cc;
- z-index:10
- }
- .width1200{
- max-width: 1200px;
- margin: 0 auto;
- }
- .table-cell{
- display: table-cell;
- vertical-align: middle;
- }
- .btnText{
- padding-right: 10px;
- font-size: 16px;
- font-weight: 500;
- }
- .bannerBox{
- height: 950px;
- background: rgba(245, 247, 253, 1);
- }
- .banner{
- position: relative;
- width: 100%;
- max-height: 950px;
- /*background: url(img/image_banner_01.png) no-repeat right -110px;*/
- }
- .banner .lottie{
- position: relative;
- z-index: 50;
- width: 100%;
- height: 100%;
- }
- .bannerTitleBox{
- position: absolute;
- top: 30%;
- z-index: 60;
- }
- .bannerTitle{
- font-size: 64px;
- font-weight: 600;
- }
- .bannerTitle1{
- color: rgba(47, 84, 235, 1);
- }
- .bannerTitle2{
- color: rgba(0, 0, 0, 0.8);
- }
- .bannerTitle3{
- color: rgba(0, 0, 0, 0.5);
- font-size: 24px;
- }
- .btnHand{
- font-size: 24px;
- font-weight: 500;
- padding: 16px 32px;
- }
- .moreBox{
- position: absolute;
- bottom: 30px;
- }
- .moreBox h4{
- font-size: 14px;
- color: rgba(47, 84, 235, 1);
- }
- .moreBox .iconMore{
- width: 32px;
- height: 54px;
- background: url(img/css_sprites.png) no-repeat -80px -1078px;
- }
|