You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.9 KiB

  1. *{
  2. padding:0;
  3. margin:0;
  4. }
  5. html,body{
  6. position:relative;
  7. width:100%;
  8. height:100%;
  9. }
  10. .bannerOne,.bannerOne .swiper-wrapper{
  11. /*width:100%;*/
  12. height:100%;
  13. min-width:1212px;
  14. }
  15. html{
  16. font: 12px/1.5 "Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
  17. }
  18. img{
  19. vertical-align: middle;
  20. }
  21. a{
  22. text-decoration:none;
  23. }
  24. .bannerOne .swiper-wrapper .swiper-slide{
  25. background-position:50% 50%;
  26. position:relative;
  27. /* Center slide text vertically */
  28. display: -webkit-box;
  29. display: -ms-flexbox;
  30. display: -webkit-flex;
  31. display: flex;
  32. -webkit-box-pack: center;
  33. -ms-flex-pack: center;
  34. -webkit-justify-content: center;
  35. justify-content: center;
  36. -webkit-box-align: center;
  37. -ms-flex-align: center;
  38. -webkit-align-items: center;
  39. align-items: center;
  40. }
  41. /*.slide1{background-image:url(../images/bg/1.jpg);}*/
  42. .slide2{background-image:url(../images/jianjie/jjBG.jpg);background-size:100%;}
  43. .slide3{background-image:url(../images/ProductIntro/productBG.jpg);background-size:100%;}
  44. .slide4{background-image:url(../images/jjfa/jjfaBG.jpg);background-size:100%;}
  45. .slide5{background-image:url(../images/SuccessfulCases/cgalBG.jpg);background-size:100%;}
  46. .slide6{background-image:url(../images/recruit/recruitBG.jpg);background-size:100%;}
  47. .slide7{background-image:url(../images/AfterSalesService/AfterSalesServiceBG.jpg);background-size:100%;}
  48. /*.slide8{background-image:url(../images/ContactUs/contactBG.jpg);background-size:100%;}*/
  49. .swiper-container>.seiper-r{
  50. right:8%;
  51. }
  52. .fl{float:left;}
  53. .fr{float:right;}
  54. .fs14{font-size: 14px;}
  55. .fs16{font-size:16px;}
  56. .fs24{font-size:24px;}
  57. .pt5{padding-top:5px;}
  58. .pt10{padding-top:10px;}
  59. .mt30{margin-top:30px;}
  60. .mb20 {margin-bottom: 20px;}
  61. .mt20 {margin-top: 20px;}
  62. .mt15{margin-top:15px;}
  63. .mt40{margin-top:40px;}
  64. .mr35{margin-right:35px;}
  65. .ml10 {margin-left: 10px;}
  66. .white{color:#fff;}
  67. .juse{color:#fcc711;}