| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- @charset "utf-8";
- body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 1em;
- font: inherit;
- vertical-align: baseline;
- }
- html,body {
- font-family: "微软雅黑";
- width: 100%;
- overflow-x: hidden;
- }
- em {
- font-style: normal
- }
- li {
- list-style: none
- }
- a {
- text-decoration: none;
- outline: 0;
- color: #333;
- }
- img {
- cursor: pointer;
- vertical-align: middle;
- border: 0 none;
- }
- table {
- border-collapse: collapse;
- }
- input {
- font-family: "Microsoft YaHei";
- padding: 0;
- }
- textarea {
- resize: none;
- overflow: auto;
- padding: 0;
- font-family: "Microsoft YaHei"
- }
- textarea:focus {
- outline: none;
- }
- input:focus {
- outline: none;
- }
- .clear {
- zoom: 1
- }
- .clear:after {
- content: "";
- display: block;
- clear: both;
- }
- .fl {
- float: left
- }
- .fr {
- float: right
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- /***************************************首页***************************************/
- header{
- width: 100%;
- height: 100px;
- background: #FFF;
- }
- nav{
- width: 1200px;
- height: 100px;
- min-width: 1200px;
- margin: 0 auto;
-
- position: relative;
- }
- nav .logo{
- width: 270px;
- height: 70px;
- margin-top: 15px;
- }
- nav .dh{
- position: absolute;
- right: 5px;
- bottom: 10px;
- }
- nav .dh li{
- float: left;
- margin-left: 10px;
- }
- nav .dh li a{
- font-size: 16px;
- text-align: center;
- padding: 15px;
- color: #6c6c6c;
- }
- nav .dh li a:hover{
- color: #E41839;
- }
- /* banner */
- .banner{
- width: 100%;
- min-width: 1200px;
- background: url(../images/banner_bg.jpg) no-repeat center top;
- height: 736px;
- }
- .banner .w1200{
- width: 1200px;
- margin: auto;
- position: relative;
- height: 736px;
- }
- .banner .w1200 .ban_left{
- bottom: 0px;
- position: absolute;
- width: 895px;
- }
- .banner .w1200 .ban_right{
- width: 450px;
- text-align: center;
- position: absolute;
- right: 0px;
- bottom: 30px;
- }
- .banner .w1200 .ban_right span{
- color: #000000;
- font-size: 28px;
- }
- .banner .w1200 .ban_right h3{
- color: #000000;
- font-size: 52px;
- margin-bottom: 40px;
- }
- .banner .w1200 .ban_right a{
- display: block;
- width: 213px;
- height: 48px;
- line-height: 48px;
- margin: auto;
- border-radius: 8px;
- color: #fff;
- font-size: 22px;
- transition: all 0.4s;
- }
- .banner .w1200 .ban_right a.a1{
- margin-top: 20px;
- margin-bottom: 10px;
- background: #77ce41;
- /*background: #77ce41 url(../images/index2.png) no-repeat 15px center;*/
- padding-left: 15px;
- }
- .banner .w1200 .ban_right a.a2{
- background: #77ce41 url(../images/index3.png) no-repeat 15px center;
- padding-left: 15px;
- }
- .banner .w1200 .ban_right a:hover{
- background-color: #7fdb46;
- }
- .w1000{
- width: 1000px;
- margin: auto;
- position: relative;
- overflow: hidden;
- }
- /* 首页轮播 */
- .box_wap{
- width: 307px;
- height: 636px;
- background: url(../images/shouji_bg.png) no-repeat center;
- position: relative;
- margin-top: 85px;
- }
- .box_wap .swiper-container {
- width: 260px;
- height: 457px;
- top: 85px;
- }
- .title{
- position: absolute;
- top: 200px;
- left: 0;
- width: 500px;
- height: 480px;
- }
- .title h3,.Online h3{
- color: #000;
- font-size: 30px;
- font-weight: bold;
- margin-bottom: 20px;
- }
- .title p,.Online p{
- color: #878787;
- font-size: 20px;
- font-weight: 100;
- font-family: "微软雅黑";
- }
- .title img,.Online img{
- margin-top: 40px;
- }
- .transaction{
- height: auto;
- }
- .Online{
- position: absolute;
- top: 200px;
- right: 0;
- width: 500px;
- height: 480px;
- }
- footer{
- width: 100%;
- height: auto;
- padding-bottom: 50px;
- }
- .navigation{
- width: 800px;
- margin: 100px auto 50px auto;
- }
- footer ul li{
- float: left;
- width: 200px;
- text-align: center;
- }
- footer ul li a{
- color: #878787;
- }
- footer p{
- text-align: center;
- color: #878787;
- margin-bottom: 10px;
- }
|