home.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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: 768px) {
  117. #hexGrid {
  118. text-align: center;
  119. }
  120. #hexGrid .hex3 {
  121. margin-left: 25%;
  122. }
  123. #hexGrid .offset-2 {
  124. margin-left: 0%;
  125. }
  126. .about-background .about-img-box {
  127. margin-bottom: 50px;
  128. }
  129. .ys-text-align .maxWidth {
  130. flex: 0 0 100%;
  131. max-width: 100%;
  132. }
  133. .ys-text-align .about-img-box {
  134. min-height: auto;
  135. }
  136. .trademark-background .col-md-2 {
  137. flex: 0 0 50%;
  138. max-width: 50%;
  139. height: 98px;
  140. line-height: 98px;
  141. text-align: center;
  142. border: 1px #EEEEEE solid;
  143. }
  144. }
  145. @media (max-width: 600px) {
  146. .hex {
  147. margin-top: -35px;
  148. }
  149. }
  150. @media (max-width: 576px) and (max-width: 575px) {
  151. #hexGrid .hex3 {
  152. margin-left: 0%;
  153. }
  154. .hex {
  155. margin-top: 0px;
  156. }
  157. .common-bradcrumb-section {
  158. margin-top: 89px;
  159. height:300px
  160. }
  161. }
  162. @media (max-width: 414px) {
  163. .common-bradcrumb-section {
  164. margin-top: 69px;
  165. }
  166. }
  167. .common-bradcrumb-section img {
  168. width: 100% !important;
  169. }
  170. .header-absolute {
  171. z-index: 2;
  172. /* background-color: #fff; */
  173. }
  174. .menu-items ul li a {
  175. /* color: #333 !important; */
  176. }
  177. .erMenu {
  178. width: 100%;
  179. padding: 0 0 30px;
  180. /* background-color: #fff; */
  181. position: absolute;
  182. z-index: 30;
  183. top: 75px;
  184. display: none;
  185. }
  186. .erMenu>div {
  187. max-width: 1000px;
  188. margin: 20px auto 0;
  189. }
  190. .erMenu p {
  191. font-size: 18px;
  192. text-align: left;
  193. }
  194. .erMenuList {
  195. margin-top: 10px;
  196. margin-left: -20px;
  197. }
  198. .erMenuList li {
  199. /* list-style-type: disc; */
  200. list-style: none;
  201. line-height: 40px;
  202. margin-left: 20px;
  203. width: 20%;
  204. display: inline-block;
  205. /* float: left; */
  206. }
  207. .erMenuList li::before {
  208. content: "·";
  209. font-size: 30px;
  210. margin-right: 10px;
  211. vertical-align: top;
  212. color: #ccc !important;
  213. }
  214. .erMenuList li a {
  215. font-size: 16px;
  216. margin-top: -20px !important;
  217. color: #fff;
  218. }
  219. .menu ul li:hover,
  220. .menuactive,
  221. .menuactive2 {
  222. border-bottom: 4px solid #409eff;
  223. font-weight: 700;
  224. }
  225. .menu ul li:hover {
  226. border-bottom: 4px solid #409eff;
  227. font-weight: 700;
  228. }
  229. /* .copyrigt-text {
  230. text-align: center;
  231. margin-top: 10px;
  232. }
  233. .nav-widget a {
  234. color: #333;
  235. } */
  236. @-webkit-keyframes go {
  237. form {
  238. bottom: 10%;
  239. opacity: 1;
  240. }
  241. to {
  242. bottom: 7%;
  243. opacity: 0.1;
  244. }
  245. }
  246. @keyframes go {
  247. form {
  248. bottom: 10%;
  249. opacity: 1;
  250. }
  251. to {
  252. bottom: 7%;
  253. opacity: 0.5;
  254. }
  255. }
  256. /* 首页视频部分 */
  257. .video-section .num1{
  258. font-size:60px;
  259. display:inline-block;
  260. }
  261. .video-section {
  262. overflow: hidden;
  263. width: 100%;
  264. height: 100vh;
  265. background:black;
  266. position: relative;
  267. }
  268. .video-section .des1{
  269. position:absolute;
  270. top:25%;
  271. width:100%;
  272. text-align:center;
  273. font-size:36px;
  274. }
  275. .video-section .des1 p{
  276. width:95%;
  277. margin:0 auto
  278. }
  279. .video-des .desCom span{
  280. font-size:24px;
  281. border:1px solid #ccc;
  282. border-radius:24px;
  283. padding:0 20px;
  284. margin-top:10px;
  285. }
  286. .video-des p{
  287. font-size:30px;
  288. }
  289. .video-des{
  290. color:#fff;
  291. font-family:AlibabaPuHuiTi-Medium;
  292. }
  293. .video-des .desCom{
  294. text-align:center;
  295. position:absolute;
  296. }
  297. .video-des .desCom p{
  298. font-size:30px;
  299. }
  300. .go_down {
  301. display: block;
  302. width: 60px;
  303. height: 60px;
  304. line-height: 40px;
  305. background-image: url(../img/home/goDownArrow.png);
  306. background-repeat: no-repeat;
  307. background-position: 0 100%;
  308. position: absolute;
  309. left: 50%;
  310. margin-left: -30px;
  311. bottom: 8%;
  312. z-index: 30;
  313. width: 75px;
  314. height: 80px;
  315. -webkit-animation: go 0.5s linear 0s infinite alternate;
  316. animation: go 0.5s linear 0s infinite alternate;
  317. cursor: pointer;
  318. transition: all .5s;
  319. }
  320. .go_down:hover {
  321. -webkit-animation: none;
  322. opacity: 1;
  323. }
  324. @media (max-width: 1500px) {
  325. .video-section {
  326. overflow: hidden;
  327. width: 100%;
  328. height: 100vh;
  329. background:black;
  330. position: relative;
  331. }
  332. .video-des{
  333. color:#fff;
  334. font-family:AlibabaPuHuiTi-Medium;
  335. }
  336. .video-des .des1{
  337. position:absolute;
  338. top:25%;
  339. width:100%;
  340. text-align:center;
  341. font-size:28px;
  342. }
  343. .video-des .des1 p{
  344. width:95%;
  345. margin:0 auto
  346. }
  347. .video-des .des1 span{
  348. font-size:40px
  349. }
  350. .video-des .desCom{
  351. text-align:center;
  352. position:absolute;
  353. }
  354. .video-des .desCom p{
  355. font-size:20px;
  356. }
  357. .video-des .desCom span{
  358. font-size:18px;
  359. border:1px solid #ccc;
  360. border-radius:24px;
  361. padding:0 20px;
  362. margin-top:10px;
  363. }
  364. }
  365. @media (max-width: 992px) {
  366. .video-des .des1 span{
  367. font-size:30px
  368. }
  369. .video-des p{
  370. font-size:20px
  371. }
  372. .video-des .desCom{
  373. width:100%
  374. }
  375. .video-des .des2{
  376. top:45%!important;
  377. left:0!important
  378. }
  379. .video-des .des3{
  380. top:58%!important;
  381. left:0!important
  382. }
  383. .video-des .des4{
  384. top:70%!important;
  385. left:0!important
  386. }
  387. }