marketOpen.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .continueHighBanner img{
  2. width: 100%;
  3. }
  4. .marketTitle{
  5. clear: both;
  6. margin-top: 100px;
  7. margin-bottom: 15px;
  8. }
  9. .marketTitle h3{
  10. font-weight: 700;
  11. font-size: 28px;
  12. color: #333333;
  13. margin-bottom: 10px;
  14. }
  15. .marketTitle p{
  16. width: 1000px;
  17. font-size: 16px;
  18. }
  19. .marketInternational,.marketGovernment,.marketJun{
  20. width: 100%;
  21. display: flex;
  22. display: -webkit-flex;
  23. justify-content: space-between;
  24. }
  25. .marketInternational a,.marketGovernment a,.marketJun a {
  26. display: inline-block;
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .marketInternational >div{
  31. width: 280px;
  32. height: 210px;
  33. padding-right: 30px;
  34. text-align: right;
  35. transition: all .2s ease-in-out
  36. }
  37. .marketInternational>div:nth-child(1){
  38. background: url(../../../../img/load/marketOpen_2.jpg) no-repeat;
  39. background-size:100% 100%;
  40. }
  41. .marketInternational>div:nth-child(2){
  42. background: url(../../../../img/load/marketOpen_3.jpg) no-repeat;
  43. background-size:100% 100%;
  44. }
  45. .marketInternational>div:nth-child(3){
  46. background: url(../../../../img/load/marketOpen_4.jpg) no-repeat;
  47. background-size:100% 100%;
  48. }
  49. .marketInternational>div:nth-child(4){
  50. background: url(../../../../img/load/marketOpen_5.jpg) no-repeat;
  51. background-size:100% 100%;
  52. }
  53. .marketInternational>div div,.marketGovernment>div div{
  54. float: right;
  55. width: 160px;
  56. margin-top: 56px;
  57. font-size: 18px;
  58. color: #fff;
  59. }
  60. .marketGovernment,.marketInternational{
  61. height: 210px;
  62. }
  63. .marketJun{
  64. height: 320px;
  65. }
  66. .marketInternational div span,.marketGovernment div span{
  67. width: 44px;
  68. height: 4px;
  69. display: inline-block;
  70. background: #fff;
  71. margin-top: 5px;
  72. }
  73. .marketGovernment>div div{
  74. margin-top: 110px;
  75. }
  76. .marketGovernment>div{
  77. width: 573px;
  78. height: 210px;
  79. text-align: right;
  80. padding-right:30px;
  81. transition: all .2s ease-in-out
  82. }
  83. .marketGovernment>div:nth-child(1){
  84. background: url(../../../../img/load/marketOpen_6.jpg) no-repeat;
  85. background-size:100% 100%;
  86. }
  87. .marketGovernment>div:nth-child(2){
  88. background: url(../../../../img/load/marketOpen_7.jpg) no-repeat;
  89. background-size:100% 100%;
  90. }
  91. .marketJun{
  92. margin-bottom: 150px;
  93. }
  94. .marketJun>div {
  95. width: 358px;
  96. height: 320px;
  97. padding-right:40px;
  98. text-align: right;
  99. transition: all .2s ease-in-out
  100. }
  101. .marketJun>div p{
  102. width: 140px;
  103. font-size: 18px;
  104. color: #fff;
  105. margin-top: 237px;
  106. float: right
  107. }
  108. .marketJun>div:nth-child(1){
  109. background: url(../../../../img/load/marketOpen_8.jpg) no-repeat;
  110. background-size:100% 100%;
  111. }
  112. .marketJun>div:nth-child(2){
  113. background: url(../../../../img/load/marketOpen_9.jpg) no-repeat;
  114. background-size:100% 100%;
  115. }
  116. .marketJun>div:nth-child(3){
  117. background: url(../../../../img/load/marketOpen_10.jpg) no-repeat;
  118. background-size:100% 100%;
  119. }
  120. .marketInternational>div:hover,.marketJun >div:hover,.marketGovernment>div:hover{
  121. box-shadow: 0 0 20px #ccc;
  122. margin-top: -4px;
  123. transition: all .2s ease-in;
  124. cursor: pointer;
  125. }
  126. @media screen and (max-width:1200px){
  127. .advantage,.continueHighBanner{
  128. width: 1200px;
  129. }
  130. }