assessment.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /* 热门推荐 */
  2. .continueHighBanner img{
  3. width: 100%;
  4. }
  5. .constainer{
  6. width: 1200px;
  7. margin: 0 auto;
  8. }
  9. .RecommendTitle{
  10. width: 1200px;
  11. margin: 0 auto;
  12. clear: both;
  13. text-align: center;
  14. margin-top: 60px;
  15. }
  16. .RecommendTitle h2{
  17. font-weight: normal;
  18. font-size: 26px;
  19. color: #323131;
  20. }
  21. .RecommendTitle span{
  22. display: inline-block;
  23. width: 54px;
  24. height: 4px;
  25. background: #1697e9;
  26. transition: all .2s ease-in;
  27. }
  28. .assessTop {
  29. margin-top: 35px;
  30. display: flex;
  31. display: -webkit-flex;
  32. justify-content: space-around;
  33. padding-bottom: 20px;
  34. }
  35. .assessTop .zcLeft{
  36. width: 620px;
  37. height: 495px;
  38. display: inline-block;
  39. background: url(../../../../img/load/assess1.png)no-repeat;
  40. background-size:100% 100%;
  41. }
  42. .assessTop .zcLeft a{
  43. display: inline-block;
  44. width: 139px;
  45. height: 40px;
  46. line-height: 36px;
  47. background: #fff;
  48. border: 2px solid #1697e9;
  49. margin-top: 344px;
  50. margin-left: 348px;
  51. text-align: center;
  52. border-radius: 20px;
  53. font-size: 18px;
  54. }
  55. .assessTop .zcLeft a:hover{
  56. background: #1697e9;
  57. color: #fff;
  58. }
  59. .assessTop .zcRight{
  60. width: 580px;
  61. }
  62. .assessTop .zcRight div{
  63. float: left;
  64. margin-top: 145px;
  65. margin-left: 105px;
  66. text-align: center;
  67. width: 154px;
  68. }
  69. .assessTop .zcRight div img{
  70. width: 154px;
  71. height: 174px;
  72. display: inline-block;
  73. margin-bottom: 30px;
  74. }
  75. .assessTop .zcRight div p{
  76. font-size: 18px;
  77. color: #707070;
  78. margin-bottom: 30px;
  79. }
  80. .assessTop .zcRight div a{
  81. display: inline-block;
  82. width:148px;
  83. height: 38px;
  84. font-size: 18px;
  85. color: #fff;
  86. background: #1697e9;
  87. line-height: 38px;
  88. border-radius: 10px;
  89. transition: all .2s ease-in-out
  90. }
  91. .assessTop .zcRight div a:hover{
  92. background: #5db9f3;
  93. transition: all .2s ease-in
  94. }
  95. body>.RecommendTitle{
  96. margin-top: 125px;
  97. }
  98. .assessYs {
  99. width: 100%;
  100. text-align: center;
  101. background: url(../../../../img/load/assess4.jpg)no-repeat;
  102. background-size:100% 100%;
  103. margin-top: 40px
  104. }
  105. .assessYs .container ul {
  106. height: 453px;
  107. width: 100%;
  108. display:flex;
  109. display:-webkit-flex;
  110. justify-content: space-between;
  111. align-items: flex-end;
  112. margin-top: 114px;
  113. }
  114. .assessYs .container ul li{
  115. text-align: left;
  116. width: 290px;
  117. vertical-align: bottom;
  118. padding: 0 20px;
  119. box-shadow: 0 0 2px #ccc;
  120. }
  121. .assessYs .container ul li h3{
  122. font-size: 20px;
  123. color: #1697e9;
  124. margin-top: 56px;
  125. margin-bottom: 56px;
  126. text-align: center;
  127. }
  128. .assessYs .container ul li p{
  129. font-size: 16px;
  130. color: #8f8f8f;
  131. line-height: 34px
  132. }
  133. .assessYs .container ul li:nth-child(1){
  134. height: 310px;
  135. background: url(../../../../img/load/assess8.jpg)no-repeat;
  136. background-size:100% 100%;
  137. }
  138. .assessYs .container ul li:nth-child(2){
  139. height: 360px;
  140. background: url(../../../../img/load/assess9.jpg)no-repeat;
  141. background-size:100% 100%;
  142. }
  143. .assessYs .container ul li:nth-child(3){
  144. height: 414px;
  145. background: url(../../../../img/load/assess10.jpg)no-repeat;
  146. background-size:100% 100%;
  147. }
  148. .assessYs .container ul li:nth-child(4){
  149. height: 458px;
  150. background: url(../../../../img/load/assess11.jpg)no-repeat;
  151. background-size:100% 100%;
  152. }
  153. .assessYs a{
  154. width: 206px;
  155. height: 44px;
  156. line-height: 40px;
  157. background: #fff;
  158. border: 2px solid #1697e9;
  159. color: #1697e9;
  160. display: inline-block;
  161. margin-top: 50px;
  162. margin-bottom: 33px;
  163. font-size: 18px;
  164. border-radius: 6px;
  165. }
  166. .assessYs a:hover{
  167. background: #1697e9;
  168. color: #fff;
  169. }
  170. .assessLc{
  171. margin-top: 30px;
  172. text-align: center;
  173. }
  174. .assessLc img{
  175. width: 100%;
  176. height: 36px;
  177. margin-bottom: 50px;
  178. }
  179. .assessLc ul{
  180. display: flex;
  181. display:-webkit-flex;
  182. justify-content: space-around;
  183. }
  184. .assessLc ul li{
  185. text-align: left;
  186. width: 296px;
  187. height: 400px;
  188. background: #f9f9f9;
  189. box-shadow: 0 0 4px #ccc;
  190. }
  191. .assessLc ul li img{
  192. width: 100%;
  193. height: 188px;
  194. display: inline-block;
  195. margin-bottom: 20px;
  196. }
  197. .assessLc ul li p{
  198. font-size: 16px;
  199. color: #949494;
  200. margin-left: 20px;
  201. margin-bottom: 8px;
  202. }
  203. .assessLc a{
  204. display: inline-block;
  205. width: 208px;
  206. height: 44px;
  207. background: #fff;
  208. border: 2px solid #1697e9;
  209. color: #1697e9;
  210. margin-top: 57px;
  211. margin-bottom: 150px;
  212. line-height: 38px;
  213. font-size: 19px;
  214. border-radius: 6px;
  215. }
  216. .assessLc a:hover{
  217. background:#1697e9;
  218. color: #fff;
  219. }
  220. @media screen and (max-width:1200px){
  221. .continueHighBanner,.assessYs{
  222. width: 1200px!important;
  223. margin: 0 auto;
  224. }
  225. }