123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- body {
- margin: 0;
- padding: 0;
- background-color: #f7f8fb;
- }
- img {
- /* width: 100%;
- height: 100%; */
- object-fit: cover;
- }
- input,
- select {
- outline: none;
- background-color: transparent;
- border: 0;
- margin: 0;
- }
- a {
- text-decoration: none;
- }
- .wrap {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .page {
- width: 100%;
- position: relative;
- background: url(../image/bg_IMG.png) center top no-repeat;
- background-size: 100%;
- -moz-background-size: 100%;
- height: 91.59375rem;
- }
- .pagelong {
- width: 100%;
- position: relative;
- background: url(../image/longwu/long_bj.png) center top no-repeat;
- background-size: 100%;
- -moz-background-size: 100%;
- height: 198.25rem;
- }
- .pageGfwx {
- width: 100%;
- position: relative;
- background: url(../image/gfxx/bj_gfxx.png) center top no-repeat;
- background-size: 100%;
- -moz-background-size: 100%;
- height: 52.25rem;
- }
- .pageGfwx .btn {
- position: absolute;
- top: 34.5625rem;
- left: 50%;
- margin-left: -4.484375rem;
- }
- .pageGfwx .btn img {
- width: 8.96875rem;
- height: 2.75rem;
- }
- .top_navlong{
- background: url(../image/longwu/topnav750.png) center top no-repeat !important;
- background-size: 100% !important;
- -moz-background-size: 100% !important;
- }
- .top_nav {
- position: fixed;
- width: 23.4375rem;
- height: 3.8125rem;
- background: url(../image/topnav750.png) center top no-repeat;
- background-size: 100%;
- -moz-background-size: 100%;
- top: 0;
- }
- .top_nav img {
- width: 7.65625rem;
- position: absolute;
- right: 0.7rem;
- top: 0.7rem;
- }
- .centerBtn {
- padding-top: 35rem;
- text-align: center;
- }
- .centerBtnLong {
- padding-top: 41rem !important;
- text-align: center;
- }
- .centerBtn img {
- width: 9.9375rem;
- }
- .download-btn-2 {
- position: absolute;
- bottom: 3%;
- }
- .download-btn-2 img {
- margin: 0 auto;
- }
- header {
- width: 100%;
- }
- .default-menu.navbar {
- padding-bottom: 0;
- padding-top: 0;
- min-height: 70px;
- margin-bottom: 0;
- background-color: #ffffff;
- font-family: "Raleway", sans-serif;
- position: fixed;
- }
- .navbar {
- padding-bottom: 0;
- padding-top: 0;
- min-height: 70px;
- margin-bottom: 0;
- background-color: #ffffff;
- font-family: "Raleway", sans-serif;
- position: fixed;
- width: 100%;
- z-index: 10;
- }
- .container-fluid {
- padding: 1rem 0.7rem;
- }
- .navbar img {
- width: 5.3rem;
- height: 100%;
- }
- .font_img img {
- width: 1.375rem;
- margin-right: 0.78125rem;
- }
- .font_imgLong img {
- width: 1.1875rem;
- margin-right: 0.78125rem; margin-top: 0.1rem;
- }
- .font_size {
- font-size: 1rem;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #620C0C;
- }
- .font_sizeLong {
- font-size: .9rem;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 1.5;
- }
- /* .font_li div{
- display: inline-block;
- } */
- .font_li {
- display: flex;
- margin-left: 2rem;
- margin-bottom: 0.625rem;
- }
- .font_liLong {
- display: flex;
- margin-left: 3rem;
- margin-bottom: .6rem;
- }
- .font_b {
- margin-top: 39.5rem; padding-right: 2rem
- }
- .font_blong {
- margin-top: 7.5rem;
- padding-right: 3rem;
- }
|