inded.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .header div>div.APP{float:left;position: relative;cursor: pointer;}
  2. div.APP>div.xialaewm{width:230px;height:120px;position: absolute;margin-left:0px;float: none;
  3. display:none;justify-content: space-between;background-color: #fff;}
  4. div.APP:hover>div.xialaewm{display:flex;}
  5. .webkitDown{
  6. width: 12px;
  7. height: 8px;
  8. display: inline-block;
  9. background: url(../../img/index/index_down.jpg) no-repeat;
  10. background-size:100% 100%;
  11. margin-left: 6px;
  12. }
  13. .jump{clear: both;list-style: none;}
  14. .jump>li{display: inline-block;font-size: 16px;line-height: 30px;margin-right:10px;}
  15. .jump>li>a{color:#757575;}
  16. .jump>li>a:hover{color:#1797E9}
  17. #terrace{width:100%;margin: 20px 0;}
  18. .terrace_title{width:1200px;height:50px;margin: 20px auto;text-align: center;}
  19. .terrace_cont{width:1200px;height:75px;margin: 0 auto;display: flex;justify-content: space-around;}
  20. .terrace_cont>div{width:400px;height:75px;display: flex;justify-content: flex-start;}
  21. .terraceH{margin-left: 15px;padding-top: 10px;}
  22. .terraceH>h4{margin-bottom: 10px;font-size: 17px;letter-spacing: 2px;font-weight: bold;}
  23. #apply{width:100%;margin-top: 40px;}
  24. .apply{width:1200px;height:300px;margin: 0 auto;display: flex;justify-content: space-between;}
  25. .apply_left{width:260px;height:300px;}
  26. .apply_right{width:915px;height:300px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
  27. .apply_right>div>a{background-color:#F0F9FF;width:295px;height:145px;margin-left: 10px;
  28. display: flex;justify-content: space-around;padding: 35px 40px;}
  29. .apply_right>div>a>img{width:70px;height:75px;}
  30. .apply_right>div>a>h4{line-height: 70px;letter-spacing: 2px;font-size: 17px;font-weight: normal;color:#3C3E3E;}
  31. #wield{width:100%;margin-top: 40px;}
  32. .wield_cont{width:1200px;height:400px;margin: 20px auto;text-align: center;}
  33. .brands{width:100%;margin-top:-4px;}
  34. .brands>img{width:100%;}
  35. #hotProject{width:100%;padding-top: 30px;background:url("../../img/indedImg/inded40.png")no-repeat;}
  36. .hotProject_cont{width: 1200px;height:700px;margin:30px auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
  37. .hotProject_cont>div{width:285px;height:335px;background-color: #fff;}
  38. .hotProject_cont>div>h3{margin:10px 0 10px 20px;letter-spacing: 2px;}
  39. .hotProject_cont>div>p{margin-left:20px;letter-spacing: 1px;
  40. text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
  41. .hotProject_cont>div>a{display:block;width:110px;height:33px;line-height: 30px;border: 2px solid #1596E8;margin-right: 15px;
  42. border-radius: 5px;margin-top:15px;float: right;text-align: center;color:#1596E8;letter-spacing: 1px;cursor: pointer;}
  43. .RecommendTitle>h2{font-weight: 500;}
  44. .view{padding-left: 620px;margin-top:30px;}
  45. .view>h4{font-size: 18px;color: #323131;font-weight: normal;margin-bottom: 24px;}
  46. .view>h4 a{
  47. float: right;
  48. }
  49. .view>h4 a span:nth-child(2){
  50. width: 22px;
  51. height: 22px;
  52. border: 1px solid #cecece;
  53. text-align: center;
  54. line-height: 18px;
  55. display: inline-block;
  56. float: right;
  57. color: #cecece
  58. }
  59. .view>h4 a:hover .line{
  60. background: #1697e9;
  61. }
  62. .view>h4 a:hover span{
  63. border-color:#1697e9;
  64. color:#1697e9;
  65. }
  66. .view>h4 .line{
  67. vertical-align: middle;
  68. width: 470px;
  69. height: 1px;
  70. background: #cecece;
  71. display: inline-block;
  72. }