style.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box}
  7. *,body{padding:0px; margin:0px;font-family: "微软雅黑";}
  8. body{color:#fff;font-size: 16px; background: #033c76;
  9. background: -webkit-radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
  10. background: radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
  11. }
  12. html,body{min-height: 100%;}
  13. li{ list-style-type:none;}
  14. table{}
  15. i{ margin:0px; padding:0px; text-indent:0px;}
  16. img{ border:none; max-width: 100%;}
  17. a{ text-decoration:none; color:#fff;}
  18. a.active,a:focus{ outline:none!important; text-decoration:none;}
  19. ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
  20. a:hover{ color:#06c; text-decoration: none!important}
  21. .clearfix:after, .clearfix:before {display: table;content: " "}
  22. .clearfix:after {clear: both}
  23. .pulll_left{float:left;}
  24. .pulll_right{float:right;}
  25. i{font-style: normal;}
  26. .text-w{color: #ffe400}
  27. .text-d{color: #ff6316}
  28. .text-s{color: #14e144}
  29. .text-b{color: #07e5ff}
  30. .head{position: relative; height: 90px; margin: 0 15px; padding-right: 60px;}
  31. .head h1{ font-size: 30px; letter-spacing: -2px; text-align: center; line-height: 90px; padding-right: 55px; color: #daf9ff;}
  32. .head .menu{}
  33. .head .menu ul{ font-size: 0;}
  34. .head .menu li{ display: inline-block; position: relative;margin: 30px 15px;;}
  35. .head .menu li a{ display: block; font-size: 18px; color: #fff; line-height: 30px; padding: 0 10px; }
  36. .head .time{position: absolute; right: 0; line-height: 90px; top: 0;}
  37. .menu li:before,
  38. .menu li:after{ position:absolute; width:10px; height:5px;opacity: .4; content: ""; border-top: 2px solid #02a6b5; top: -1px;border-radius: 2px;}
  39. .menu li:before,.menu li a:before{border-left: 2px solid #02a6b5;left: -1px;}
  40. .menu li:after,.menu li a:after{border-right: 2px solid #02a6b5; right: -1px;}
  41. .menu li a{ position:relative;}
  42. .menu li a:before,
  43. .menu li a:after{ position:absolute; width:10px; height:5px; opacity: .4; content: "";border-bottom: 2px solid #02a6b5; bottom:-1px;border-radius: 2px;}
  44. .head .menu li a:hover{ color: #f4e925;}
  45. .menu li a:hover:before,
  46. .menu li a:hover:after,
  47. .menu li:hover:before,
  48. .menu li:hover:after{border-color: #f4e925; opacity: 1;}
  49. .mainbox{padding: 0px 10px;}
  50. .nav1{margin-left: -6px; margin-right:-6px;}
  51. .nav1>li{padding:0 6px; float: left;}
  52. .box{ border:1px solid rgba(7,118,181,.5); box-shadow:inset 0 0 10px rgba(7,118,181,.4); margin-bottom: 12px; position: relative;}
  53. .tit{ padding: 10px 10px 10px 25px;border-bottom:1px solid rgba(7,118,181,.7);font-size: 16px; font-weight: 500; position: relative;}
  54. .tit:before,.tit01:before{position: absolute; content: ""; width: 6px; height: 6px; background: rgba(22,214,255,.9);box-shadow: 0 0 5px rgba(22,214,255,.9); border-radius: 10px; left: 10px; top: 18px;}
  55. .tit:after,.box:before{ width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom:-1px; background:linear-gradient(to right,#076ead,#4ba6e0,#076ead); box-shadow: 0 0 5px rgba(131,189,227,1); opacity: .6}
  56. .box:before{top: -1px;}
  57. .boxnav{padding: 10px; height: 390px;}
  58. .tit01{font-size: 16px; font-weight: 500; position: relative; padding-left: 15px;}
  59. .tit01:before{ left: 3px; top: 8px;}
  60. .mapc{background: url(../images/bg3.png) no-repeat center center; background-size: 100% 100%}
  61. .map{position: relative; height: 100%; padding-left: 10%;}
  62. .map img{}
  63. .mapnav{position: absolute;z-index: 10;}
  64. .anchorBL{display: none;}
  65. .BMap_Marker img{border-radius: 30px; overflow: hidden; border:2px solid rgba(155,155,155,1)!important;}
  66. .zjia {margin-left: -10px; margin-right: -10px;}
  67. .zjia li{float: left; width: 33.33333%;padding: 15px 10px; text-align: center;}
  68. .zjia li img{width: 72px; border-radius: 100px; margin: 0 auto; display: block; border: 2px solid rgba(255,255,255,.1); padding: 5px; }
  69. .zjia li h3{text-align: center; padding: 5px 0 0 0; font-size: 14px;}
  70. .zjia li span{ font-size: 12px; display: inline-block; opacity: .4;}
  71. .zjia li p{ font-size: 14px; opacity: .6; line-height: 140%;
  72. display: -webkit-box;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. word-wrap: break-word;
  76. word-break: break-all;
  77. white-space: normal !important;
  78. -webkit-line-clamp: 2;
  79. -webkit-box-orient: vertical;}