home.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. .banner-section .shutter #videoBtn {
  2. position: absolute;
  3. right: 0;
  4. bottom: 40px;
  5. border: 2px solid #409eff;
  6. border-radius: 43px;
  7. background-color: transparent;
  8. color: #409eff;
  9. font-size: 21px;
  10. font-weight: 500;
  11. display: none;
  12. z-index: 9999;
  13. }
  14. .about-background {
  15. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  16. background-color: #ffffff;
  17. padding: 60px;
  18. }
  19. .about-background .about-text-box .title-tag {
  20. font-size: 30px;
  21. font-family: Microsoft YaHei;
  22. font-weight: 400;
  23. color: #333333;
  24. }
  25. .ys-text-align .about-img-box {
  26. text-align: center;
  27. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  28. padding: 60px;
  29. min-height: 540px;
  30. }
  31. .ys-text-align .about-img-box img {
  32. margin-bottom: 30px;
  33. }
  34. .ys-text-align .about-img-box .span1 {
  35. color: #E89E54;
  36. }
  37. .ys-text-align .about-img-box .span2 {
  38. color: #59D2B4;
  39. }
  40. .ys-text-align .about-img-box .span3 {
  41. color: #409eff;
  42. }
  43. .ys-text-align .about-img-box .title-tag {
  44. font-size: 30px;
  45. margin-bottom: 30px;
  46. }
  47. .trademark-background {
  48. background-color: #ffffff;
  49. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  50. }
  51. .trademark-background .col-md-2 img {
  52. padding: 10px;
  53. }
  54. .news-section .newsBack {
  55. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  56. }
  57. .news-section .newsBack .newsImg {
  58. text-align: center;
  59. height: 98px;
  60. line-height: 98px;
  61. border: 1px #EEEEEE solid;
  62. }
  63. @media (min-width: 414px) {
  64. .footer-widget-area .footerOne .col-md-6 {
  65. flex: 0 0 100%;
  66. max-width: 100%;
  67. }
  68. }
  69. @media (min-width: 576px) {
  70. .footer-widget-area .footerOne .col-md-6 {
  71. flex: 0 0 50%;
  72. max-width: 50%;
  73. }
  74. }
  75. @media (min-width: 600px) {
  76. .hex {
  77. margin-top: -35px;
  78. }
  79. }
  80. @media (min-width: 768px) {
  81. .hex {
  82. margin-top: -35px;
  83. }
  84. .trademark-background .col-md-2 {
  85. flex: 0 0 20%;
  86. max-width: 20%;
  87. height: 98px;
  88. line-height: 98px;
  89. text-align: center;
  90. border: 1px #EEEEEE solid;
  91. }
  92. }
  93. @media (min-width: 992px) {
  94. .footer-widget-area .footerOne .col-md-6 {
  95. flex: 0 0 25%;
  96. max-width: 25%;
  97. }
  98. }
  99. @media (min-width: 1200px) {
  100. .hex {
  101. margin-top: -55px;
  102. }
  103. .footer-widget-area .footerOne .col-md-6 {
  104. flex: 0 0 14.28571428571429%;
  105. max-width: 14.28571428571429%;
  106. }
  107. }
  108. @media (max-width: 1200px) {
  109. .ys-text-align .about-img-box {
  110. padding: 50px;
  111. }
  112. .footer-widget-area .footerOne .col-md-6 {
  113. margin-bottom: 30px;
  114. }
  115. }
  116. @media (max-width: 991px) {
  117. .footer-widget-area .container .footerOne .footerWidth {
  118. flex: 0 0 100%;
  119. max-width: 100%;
  120. }
  121. .footer-widget-area .container .footerOne .footerNone {
  122. display: none;
  123. }
  124. .ys-text-align .maxWidth {
  125. flex: 0 0 50%;
  126. max-width: 50%;
  127. }
  128. .ys-text-align div {
  129. margin-bottom: 15px;
  130. }
  131. }
  132. @media (max-width: 768px) {
  133. #hexGrid {
  134. text-align: center;
  135. }
  136. #hexGrid .hex3 {
  137. margin-left: 25%;
  138. }
  139. #hexGrid .offset-2 {
  140. margin-left: 0%;
  141. }
  142. .about-background .about-img-box {
  143. margin-bottom: 50px;
  144. }
  145. .ys-text-align .maxWidth {
  146. flex: 0 0 100%;
  147. max-width: 100%;
  148. }
  149. .ys-text-align .about-img-box {
  150. min-height: auto;
  151. }
  152. .trademark-background .col-md-2 {
  153. flex: 0 0 50%;
  154. max-width: 50%;
  155. height: 98px;
  156. line-height: 98px;
  157. text-align: center;
  158. border: 1px #EEEEEE solid;
  159. }
  160. }
  161. @media (max-width: 600px) {
  162. .hex {
  163. margin-top: -35px;
  164. }
  165. }
  166. @media (max-width: 576px) and (max-width: 575px) {
  167. #hexGrid .hex3 {
  168. margin-left: 0%;
  169. }
  170. .hex {
  171. margin-top: 0px;
  172. }
  173. .common-bradcrumb-section {
  174. margin-top: 89px;
  175. height:300px
  176. }
  177. }
  178. @media (max-width: 414px) {
  179. .common-bradcrumb-section {
  180. margin-top: 69px;
  181. }
  182. }
  183. .common-bradcrumb-section img {
  184. width: 100% !important;
  185. }
  186. .header-absolute {
  187. z-index: 2;
  188. /* background-color: #fff; */
  189. }
  190. .menu-items ul li a {
  191. /* color: #333 !important; */
  192. }
  193. .erMenu {
  194. width: 100%;
  195. padding: 0 0 30px;
  196. /* background-color: #fff; */
  197. position: absolute;
  198. z-index: 30;
  199. top: 75px;
  200. display: none;
  201. }
  202. .erMenu>div {
  203. max-width: 1000px;
  204. margin: 20px auto 0;
  205. }
  206. .erMenu p {
  207. font-size: 18px;
  208. text-align: left;
  209. }
  210. .erMenuList {
  211. margin-top: 10px;
  212. margin-left: -20px;
  213. }
  214. .erMenuList li {
  215. /* list-style-type: disc; */
  216. list-style: none;
  217. line-height: 40px;
  218. margin-left: 20px;
  219. width: 20%;
  220. display: inline-block;
  221. /* float: left; */
  222. }
  223. .erMenuList li::before {
  224. content: "·";
  225. font-size: 30px;
  226. margin-right: 10px;
  227. vertical-align: top;
  228. color: #ccc !important;
  229. }
  230. .erMenuList li a {
  231. font-size: 16px;
  232. margin-top: -20px !important;
  233. color: #fff;
  234. }
  235. .menu ul li:hover,
  236. .menuactive,
  237. .menuactive2 {
  238. border-bottom: 4px solid #409eff;
  239. font-weight: 700;
  240. }
  241. .menu ul li:hover {
  242. border-bottom: 4px solid #409eff;
  243. font-weight: 700;
  244. }
  245. /* .copyrigt-text {
  246. text-align: center;
  247. margin-top: 10px;
  248. }
  249. .nav-widget a {
  250. color: #333;
  251. } */
  252. @-webkit-keyframes go {
  253. form {
  254. bottom: 10%;
  255. opacity: 1;
  256. }
  257. to {
  258. bottom: 7%;
  259. opacity: 0.1;
  260. }
  261. }
  262. @keyframes go {
  263. form {
  264. bottom: 10%;
  265. opacity: 1;
  266. }
  267. to {
  268. bottom: 7%;
  269. opacity: 0.5;
  270. }
  271. }
  272. /* 首页视频部分 */
  273. .video-section .num1{
  274. font-size:60px;
  275. display:inline-block;
  276. }
  277. .video-section {
  278. overflow: hidden;
  279. width: 100%;
  280. height: 100vh;
  281. background:black;
  282. position: relative;
  283. }
  284. .video-section .des1{
  285. position:absolute;
  286. top:25%;
  287. width:100%;
  288. text-align:center;
  289. font-size:36px;
  290. }
  291. .video-section .des1 p{
  292. width:95%;
  293. margin:0 auto
  294. }
  295. .video-des .desCom span{
  296. font-size:24px;
  297. border:1px solid #ccc;
  298. border-radius:24px;
  299. padding:0 20px;
  300. margin-top:10px;
  301. }
  302. .video-des p{
  303. font-size:30px;
  304. }
  305. .video-des{
  306. color:#fff;
  307. font-family:AlibabaPuHuiTi-Medium;
  308. }
  309. .video-des .desCom{
  310. text-align:center;
  311. position:absolute;
  312. }
  313. .video-des .desCom p{
  314. font-size:30px;
  315. }
  316. .go_down {
  317. display: block;
  318. width: 60px;
  319. height: 60px;
  320. line-height: 40px;
  321. background-image: url(../img/home/goDownArrow.png);
  322. background-repeat: no-repeat;
  323. background-position: 0 100%;
  324. position: absolute;
  325. left: 50%;
  326. margin-left: -30px;
  327. bottom: 8%;
  328. z-index: 30;
  329. width: 75px;
  330. height: 80px;
  331. -webkit-animation: go 0.5s linear 0s infinite alternate;
  332. animation: go 0.5s linear 0s infinite alternate;
  333. cursor: pointer;
  334. transition: all .5s;
  335. }
  336. .go_down:hover {
  337. -webkit-animation: none;
  338. opacity: 1;
  339. }
  340. @media (max-width: 1500px) {
  341. .video-section {
  342. overflow: hidden;
  343. width: 100%;
  344. height: 100vh;
  345. background:black;
  346. position: relative;
  347. }
  348. .video-des{
  349. color:#fff;
  350. font-family:AlibabaPuHuiTi-Medium;
  351. }
  352. .video-des .des1{
  353. position:absolute;
  354. top:25%;
  355. width:100%;
  356. text-align:center;
  357. font-size:28px;
  358. }
  359. .video-des .des1 p{
  360. width:95%;
  361. margin:0 auto
  362. }
  363. .video-des .des1 span{
  364. font-size:40px
  365. }
  366. .video-des .desCom{
  367. text-align:center;
  368. position:absolute;
  369. }
  370. .video-des .desCom p{
  371. font-size:20px;
  372. }
  373. .video-des .desCom span{
  374. font-size:18px;
  375. border:1px solid #ccc;
  376. border-radius:24px;
  377. padding:0 20px;
  378. margin-top:10px;
  379. }
  380. }
  381. @media (max-width: 992px) {
  382. .video-des .des1 span{
  383. font-size:30px
  384. }
  385. .video-des p{
  386. font-size:20px
  387. }
  388. .video-des .desCom{
  389. width:100%
  390. }
  391. .video-des .des2{
  392. top:45%!important;
  393. left:0!important
  394. }
  395. .video-des .des3{
  396. top:58%!important;
  397. left:0!important
  398. }
  399. .video-des .des4{
  400. top:70%!important;
  401. left:0!important
  402. }
  403. }