lp_list.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. body{background:#F4F7FA;}
  2. /*导航*/
  3. #nav{color:#43A6F5;}
  4. .m_nav_box{width:1200px;overflow:hidden;margin:auto;margin-top:30px;background:#FFF; padding: 30px 0 15px;}
  5. .m_nav_qy{margin-bottom:20px;}
  6. .m_nav_qy:last-child{border-bottom:0px;}
  7. .m_nav_qy_l{width:145px;float:left;text-align:center;}
  8. .m_nav_qy_l em{font-size:14px;color:#333;font-weight:bold;position:relative;}
  9. .m_nav_qy_l a{font-size:14px;margin:10px;position:relative;left:16px;border-radius:3px;color:#333;}
  10. .m_nav_qy_list{width:1040px;float:left;}
  11. .m_nav_qy_list a{font-size:14px;color:#737373;margin:0px 24px 10px 0;display:block;float:left;border-radius:3px;}
  12. .m_nav_qy a:hover {color:#43A6F5;}
  13. .m_nav_qy_listsf{ margin-bottom: 15px;}
  14. .m_nav_qy_listsf i{display:inline-block; width:11px; height: 5px; margin-left: 5px; background: url('/overseas/img/ico_Dn.png') no-repeat center;}
  15. .m_nav_qy_listsf a:hover i{background: url('/overseas/img/ico_Dn_2.png') no-repeat center;}
  16. .m_nav_qy_listsf a#nav i{background: url('/overseas/img/ico_Up.png') no-repeat center; position: relative; top: -2px;}
  17. .m_nav_qy_listsjs{ background: #EAECF6; height: auto; width: 1015px; margin: 0 auto; position: relative; left: 50px;}
  18. .m_nav_qy_listsjs a{font-size:14px;color:#737373;margin:0px 24px 10px 0;display:block;float:left;border-radius:3px;}
  19. .m_nav_qy_listsjs2{
  20. background: #fff;
  21. left: 0px;
  22. width: 910px;
  23. }
  24. .yv2_selected{
  25. display: none;
  26. border-top: 1px dashed #eee;
  27. padding-top: 15px;
  28. display: -webkit-flex; /* Safari */
  29. display: flex;
  30. justify-content:flex-start;
  31. align-items:center;
  32. }
  33. .yv2_selected .yv2_selected_main{
  34. font-size: 16px;
  35. color: #555;
  36. margin-left: 30px;
  37. }
  38. .yv2_selected .yv2_selected_cnter{
  39. display: -webkit-flex; /* Safari */
  40. display: flex;
  41. justify-content:flex-start;
  42. align-items:center;
  43. margin-left: 25px;
  44. }
  45. .yv2_selected .yv2_selected_cnter .yv2_selected_list{
  46. display: -webkit-flex; /* Safari */
  47. display: flex;
  48. justify-content:flex-start;
  49. align-items:center;
  50. }
  51. .yv2_selected .yv2_selected_cnter .yv2_selected_list a{
  52. display: inline-block;
  53. border:1px dashed #F88627;
  54. font-size: 14px;
  55. color: #F88627;
  56. border-radius: 4px;
  57. display: -webkit-flex; /* Safari */
  58. display: flex;
  59. align-items:center;
  60. height: 26px;
  61. padding: 0 7px;
  62. background: #fff;
  63. }
  64. .yv2_selected .yv2_selected_cnter .yv2_selected_list a i{
  65. display: inline-block;
  66. margin-left: 5px;
  67. }
  68. .yv2_selected .yv2_selected_cnter .yv2_selected_list a+a{
  69. margin-left: 10px;
  70. }
  71. .yv2_selected .yv2_selected_cnter .yv2_selected_right{
  72. margin-left: 22px;
  73. }
  74. .yv2_selected .yv2_selected_cnter .yv2_selected_right a{
  75. display: -webkit-flex; /* Safari */
  76. display: flex;
  77. align-items:center;
  78. font-size: 14px;
  79. color: #507DAF;
  80. }
  81. .yv2_selected .yv2_selected_cnter .yv2_selected_right img{
  82. width: 18px;
  83. height: 18px;
  84. display: inline-block;
  85. margin-right: 3px;
  86. }
  87. /*排序*/
  88. .m_sort{width:1200px;height:50px;margin:auto;margin-top:30px;background:#FFF;position:relative; border-bottom: 1px solid #43A6F5;}
  89. .m_sort ul{float:left;}
  90. .m_sort ul li{width:110px;height:50px;float:left;text-align:center;line-height:50px;font-size:16px;color:#444;cursor:pointer;}
  91. .m_sort .m_sort_gs{font-size:14px;color:#666;float:right;display:block;line-height:50px;margin-right:20px;}
  92. .m_sort .m_sort_gs i{color:#FF5849;}
  93. .m_sort ul li:hover{background:#43A6F5;color:#fff;}
  94. .m_sort ul li.sort{background:#43A6F5;color:#fff;}
  95. .m_sort_jg{width:110px;overflow:hidden;position:absolute;top:50px;left:110px;background:#FFF;z-index:1;display:none;}
  96. .m_sort_jg span{display:block;line-height:50px;font-size:14px;color:#666;text-align:center;cursor:pointer;}
  97. .m_sort_jg span:hover{background:#43A6F5;color:#fff;}
  98. .yv2_map{
  99. margin-left: 20px;
  100. height: 50px;
  101. display: -webkit-flex; /* Safari */
  102. display: flex;
  103. align-items:center;
  104. }
  105. .yv2_map a{
  106. display: -webkit-flex; /* Safari */
  107. display: flex;
  108. align-items:center;
  109. font-size: 16px;
  110. color: #333;
  111. }
  112. .yv2_map a img{
  113. width: 20px;
  114. height: 20px;
  115. display: inline-block;
  116. margin-right: 5px;
  117. }
  118. .yv2_map:hover{
  119. background: none;
  120. }
  121. /* v2 改版 列表 */
  122. .m_lp_box{
  123. width:1200px;
  124. margin:auto;
  125. margin-top:30px;
  126. display: -webkit-flex; /* Safari */
  127. display: flex;
  128. justify-content:space-between;
  129. align-items:flex-start;
  130. }
  131. .m_lp_list{
  132. width:880px;
  133. }
  134. .m_lp_list li{
  135. width:880px;
  136. background:#FFF;
  137. padding: 25px 0 15px;
  138. margin-bottom: 30px;
  139. }
  140. .m_lp_list li:hover{
  141. box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.3);
  142. }
  143. .m_lp_list li:hover .lpright_text .lpright_text_l p.title a{
  144. color: #01A4FE;
  145. }
  146. .m_lp_list li .list_main{
  147. display: -webkit-flex; /* Safari */
  148. display: flex;
  149. justify-content:flex-start;
  150. align-items:flex-start;
  151. width: 100%;
  152. }
  153. .m_lp_list li .lpleft_img{
  154. width: 285px;
  155. height: 208px;
  156. margin-left: 20px;
  157. position: relative;
  158. background: #f9f9f9;
  159. }
  160. .m_lp_list li .lpleft_img p.lpico,.m_lp_list li .lpleft_img p.lpico img{
  161. width: 100%;
  162. height: 100%;
  163. }
  164. .m_lp_list li .lpleft_img p.city{
  165. position: absolute;
  166. z-index: 2;
  167. right: 8px;
  168. top: 8px;
  169. background: rgba(0,0,0,0.5);
  170. font-size: 12px;
  171. color: #fff;
  172. height: 20px;
  173. line-height: 20px;
  174. padding: 0 10px;
  175. border-radius: 10px;
  176. }
  177. .m_lp_list li .lpleft_img p.video_ico{
  178. display: -webkit-flex; /* Safari */
  179. display: flex;
  180. justify-content:flex-start;
  181. align-items:center;
  182. position: absolute;
  183. left: 10px;
  184. bottom: 10px;
  185. z-index: 2;
  186. }
  187. .m_lp_list li .lpleft_img p.video_ico i{
  188. width: 32px;
  189. height: 32px;
  190. display: inline-block;
  191. }
  192. .m_lp_list li .lpleft_img p.video_ico i+i{
  193. margin-left: 8px;
  194. }
  195. .m_lp_list li .lpleft_img p.video_ico i img{
  196. width: 100%;
  197. height: 100%;
  198. }
  199. .m_lp_list li .lpleft_img .sdin {
  200. width:54px;
  201. height:54px;
  202. background:rgba(0,0,0,0.3);
  203. position: absolute;;
  204. border-radius:50%;
  205. margin-top:8px;
  206. left: 50%;
  207. top: 50%;
  208. margin-left: -27px;
  209. margin-top: -27px;
  210. border:2px solid #fff;
  211. z-index: 2;
  212. }
  213. .m_lp_list li .lpleft_img .vvid_pic_ico {
  214. border-radius: 100%;
  215. width:100%;
  216. height:100%;
  217. background: url(/overseas/img/vr_animation.png);
  218. background-position-y: 0;
  219. background-repeat: no-repeat;
  220. background-size: 100%;
  221. }
  222. .m_lp_list li .lpleft_img .vr-animation-forever {
  223. -webkit-animation:vr 5s steps(80) infinite;
  224. animation:vr 5s steps(80) infinite;
  225. }
  226. @-webkit-keyframes vr {to{background-position-y:100%}}
  227. @keyframes vr {to{background-position-y:100%}}
  228. .m_lp_list li .lpright_text{
  229. margin-left: 20px;
  230. position: relative;
  231. width: 530px;
  232. height: 205px;
  233. }
  234. .m_lp_list li .lpright_text .lpright_text_l{
  235. width: 370px;
  236. }
  237. .m_lp_list li .lpright_text .lpright_text_l p.title{
  238. display: -webkit-flex; /* Safari */
  239. display: flex;
  240. justify-content:flex-start;
  241. align-items:center;
  242. }
  243. .m_lp_list li .lpright_text .lpright_text_l p.title a{
  244. font-size: 22px;
  245. color: #333;
  246. font-weight: bold;
  247. max-width: 290px;
  248. overflow: hidden;
  249. text-overflow: ellipsis;
  250. white-space: nowrap;
  251. }
  252. .m_lp_list li .lpright_text .lpright_text_l p.title span{
  253. font-size: 12px;
  254. height: 20px;
  255. line-height: 20px;
  256. background: #3882D2;
  257. color: #fff;
  258. border-radius: 2px;
  259. padding: 0 5px;
  260. margin-left: 7px;
  261. }
  262. .m_lp_list li .lpright_text .lpright_text_l p.lp_puic{
  263. display: -webkit-flex; /* Safari */
  264. display: flex;
  265. justify-content:flex-start;
  266. align-items:center;
  267. margin-top:13px;
  268. }
  269. .m_lp_list li .lpright_text .lpright_text_l p.lp_puic i{
  270. display: inline-block;
  271. height: 20px;
  272. height: 20px;
  273. margin-right: 10px;
  274. }
  275. .m_lp_list li .lpright_text .lpright_text_l p.lp_puic i img{
  276. width: 100%;
  277. height: 100%;
  278. }
  279. .m_lp_list li .lpright_text .lpright_text_l p.lp_puic span{
  280. font-size: 14px;
  281. color: #666;
  282. max-width: 250px;
  283. overflow: hidden;
  284. text-overflow: ellipsis;
  285. white-space: nowrap;
  286. }
  287. .m_lp_list li .lpright_text .lpright_text_l p.lpzk span{
  288. color: #FF5849;
  289. }
  290. .m_lp_list li .lpright_text .lpright_text_l p.lpzk a{
  291. display: inline-block;
  292. font-size: 12px;
  293. color: #fff;
  294. background: #FF5849;
  295. height: 24px;
  296. line-height: 24px;
  297. border-radius: 4px;
  298. padding: 0 10px;
  299. margin-left: 10px;
  300. }
  301. .m_lp_list li .lpright_text .lpright_text_l p.lphx span{
  302. width: 315px;
  303. }
  304. .m_lp_list li .lpright_text .lpright_text_l p.lpdiz a{
  305. display: -webkit-flex; /* Safari */
  306. display: flex;
  307. align-items:center;
  308. font-size: 14px;
  309. color: #4AA9F5;
  310. }
  311. .m_lp_list li .lpright_text .lpright_text_l p.lpdiz a img{
  312. display: inline-block;
  313. width: 20px;
  314. height: 20px;
  315. }
  316. .m_lp_list li .lpright_text .lpright_text_l .lptell_main{
  317. display: -webkit-flex; /* Safari */
  318. display: flex;
  319. align-items:center;
  320. justify-content:flex-start;
  321. margin-top:13px;
  322. }
  323. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_l{
  324. display: -webkit-flex; /* Safari */
  325. display: flex;
  326. align-items:center;
  327. }
  328. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_l img{
  329. width: 20px;
  330. height: 20px;
  331. display: inline-block;
  332. }
  333. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_l span{
  334. font-weight: bold;
  335. font-size: 18px;
  336. color: #43A6F5;
  337. margin-left: 10px;
  338. }
  339. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_r{
  340. position: relative;
  341. margin-left: 12px;
  342. }
  343. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_r .lptell_main_r_main a{
  344. display: -webkit-flex; /* Safari */
  345. display: flex;
  346. align-items:center;
  347. font-size: 14px;
  348. color: #555;
  349. font-weight: bold;
  350. }
  351. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_r .lptell_main_r_main a:hover{
  352. color: #43A6F5;
  353. }
  354. .m_lp_list li .lpright_text .lpright_text_l .lptell_main .lptell_main_r .lptell_main_r_main a img{
  355. width: 20px;
  356. height: 20px;
  357. display: inline-block;
  358. margin-right: 5px;
  359. }
  360. .lptell_main .lptell_main_show{
  361. display: none;
  362. position: absolute;
  363. background: #fff;
  364. width: 120px;
  365. height: auto;
  366. right: 0px;
  367. top: 30px;
  368. z-index: 5 !important;
  369. padding-top: 2px;
  370. box-shadow: 0px 0px 10px 3px rgba(187, 186, 186, 0.34);
  371. }
  372. .lptell_main .lptell_main_show p.ewm_main{
  373. width: 90px;
  374. height: 90px;
  375. margin: 0 auto;
  376. background: #ccc;
  377. margin-top: 10px;
  378. display: block;
  379. }
  380. .lptell_main .lptell_main_show p.text{
  381. text-align: center;
  382. font-size: 12px;
  383. color: #999;
  384. line-height: 18px;
  385. padding: 5px 0 10px;
  386. }
  387. .lptell_main .lptell_main_show p.text i{
  388. display:block;
  389. }
  390. .lptell_main_show:after{
  391. position: absolute;
  392. right: 50%;
  393. margin-left: -3.5px;
  394. top: -7px;
  395. content: " ";
  396. width: 0;
  397. height: 0;
  398. border-left: 7px solid transparent;
  399. border-right: 7px solid transparent;
  400. border-bottom: 7px solid #fff;
  401. z-index: 2;
  402. }
  403. .m_lp_list li .lpright_text .lpright_text_l .style{
  404. margin-top: 13px;
  405. display: -webkit-flex; /* Safari */
  406. display: flex;
  407. align-items:center;
  408. }
  409. .m_lp_list li .lpright_text .lpright_text_l .style i{
  410. display: inline-block;
  411. font-size: 12px;
  412. color: #507DAF;
  413. background: #EEF3F9;
  414. height: 24px;
  415. line-height: 24px;
  416. border-radius: 2px;
  417. padding: 0 10px;
  418. }
  419. .m_lp_list li .lpright_text .lpright_text_l .style i+i{
  420. margin-left: 10px;
  421. }
  422. .m_lp_list li .lpright_text .lpright_text_r{
  423. position: absolute;
  424. right: 0px;
  425. top: 0px;
  426. z-index: 2;
  427. text-align: center;
  428. }
  429. .m_lp_list li .lpright_text .lpright_text_r .lppric_main p.lppric{
  430. font-size: 12px;
  431. color: #FF3131;
  432. }
  433. .m_lp_list li .lpright_text .lpright_text_r .lppric_main p.lppric span{
  434. display: inline-block;
  435. font-size: 24px;
  436. font-weight: bold;
  437. }
  438. .m_lp_list li .lpright_text .lpright_text_r .lppric_main p.lptime{
  439. font-size: 12px;
  440. color: #999;
  441. margin-top: 10px;
  442. }
  443. .m_lp_list li .lpright_text .lpright_text_r .lpzx_main{
  444. margin-top: 30px;
  445. }
  446. .m_lp_list li .lpright_text .lpright_text_r .lpzx_main p.ico_top{
  447. width: 74px;
  448. height: 74px;
  449. background: radial-gradient(circle, #FFFFFF 0%, #D0DDE8 100%);
  450. border-radius: 100%;
  451. overflow: hidden;
  452. margin: 0 auto;
  453. }
  454. .m_lp_list li .lpright_text .lpright_text_r .lpzx_main p.ico_top img{
  455. width: 100%;
  456. height: auto;
  457. }
  458. .m_lp_list li .lpright_text .lpright_text_r .lpzx_main a{
  459. display: inline-block;
  460. margin-top: 5px;
  461. width: 94px;
  462. height: 30px;
  463. line-height: 30px;
  464. font-size: 12px;
  465. color: #fff;
  466. text-align: center;
  467. background: linear-gradient(90deg, #01A4FE 0%, #2BC0F8 100%);
  468. border-radius: 4px;
  469. }
  470. .yv2List_news{
  471. margin:0 20px;
  472. margin-top: 14px;
  473. display: -webkit-flex; /* Safari */
  474. display: flex;
  475. align-items:center;
  476. justify-content:flex-start;
  477. font-size: 0;
  478. background: #fff;
  479. }
  480. .yv2List_news span{
  481. background: #F9EFEA;
  482. font-size: 15px;
  483. color: #B4765A;
  484. font-weight: bold;
  485. width: 108px;
  486. text-align: center;
  487. border:1px solid #eee;
  488. border-right: none;
  489. height: 32px;
  490. line-height: 32px;
  491. }
  492. .yv2List_news a h2{
  493. font-size: 15px;
  494. color: #666;
  495. font-weight: normal;
  496. padding: 0 20px;
  497. border:1px solid #eee;
  498. border-left: none;
  499. height: 32px;
  500. line-height: 32px
  501. }
  502. .yv2List_news a:hover h2{
  503. color: #01A4FE;
  504. }
  505. /*广告图*/
  506. .m_lp_list_gg{width:880px;height:100px;position:relative;margin-bottom:30px;}
  507. .m_lp_list_gg img{width:100%;height:100%;}
  508. .m_lp_list_gg .m_lp_list_gg_form{width:365px;height:47px;background:#FFF;border-radius:25px;position:absolute;top:27px;right:20px;overflow:hidden;}
  509. .m_lp_list_gg .f_input{width:250px;height:47px;border:0;margin-left:15px;outline:none;font-size:15px;color:#72423E;float:left;}
  510. .m_lp_list_gg .f_submit{float:right;width:99px;height:37px;background:#F88627;border-radius:25px;border:0;outline:none;font-size:15px;color:#FFF;position:relative;top:5px;right:5px;}
  511. /*分页*/
  512. .m_lp_list .page_list{width: 880px; height: auto; text-align: center; margin: 0 auto; }
  513. .m_lp_list .page_list ul {width: 100%; height: auto; display: flex;justify-content: center;align-items: center;}
  514. .m_lp_list .page_list li{width: auto; height: auto;margin-bottom:0;box-shadow:none;padding: 0; }
  515. .m_lp_list .page_list .pagination > li > a,.m_lp_list .page_list .pagination > li > span {
  516. position: relative;
  517. float: left;
  518. padding: 6px 12px;
  519. margin-left: -1px;
  520. line-height: 1.42857143;
  521. color: #337ab7;
  522. text-decoration: none;
  523. background-color: #fff;
  524. border: 1px solid #ddd;
  525. }
  526. .m_lp_list .page_list .pagination > li > a:hover,.m_lp_list .page_list .pagination > li > span:hover,.m_lp_list .page_list .pagination > li > a:focus, .m_lp_list .page_list .pagination > li > span:focus {
  527. z-index: 2;
  528. color: #23527c;
  529. background-color: #eee;
  530. border-color: #ddd;
  531. }
  532. .m_lp_list .page_list .pagination > .active > a, .m_lp_list .page_list .pagination > .active > span, .m_lp_list .page_list .pagination > .active > a:hover, .m_lp_list .page_list .pagination > .active > span:hover, .m_lp_list .page_list .pagination > .active > a:focus, .m_lp_list .page_list .pagination > .active > span:focus {
  533. z-index: 3;
  534. color: #fff;
  535. cursor: default;
  536. background-color: #337ab7;
  537. border-color: #337ab7;
  538. }
  539. /*右边*/
  540. .m_lp_r{
  541. width:290px;
  542. }
  543. .listHothome{
  544. width: 100%;
  545. height: auto;
  546. }
  547. .listHothome_title{
  548. display: -webkit-flex; /* Safari */
  549. display: flex;
  550. align-items:center;
  551. justify-content:flex-start
  552. }
  553. .listHothome_title i{
  554. display: inline-block;
  555. width: 4px;
  556. height: 20px;
  557. background: #43A6F5;
  558. border-radius: 0px 2px 2px 0px;
  559. }
  560. .listHothome_title span{
  561. display: inline-block;
  562. font-size: 18px;
  563. color: #333;
  564. font-weight: bold;
  565. margin-left: 10px;
  566. }
  567. .listHothome_main{
  568. margin-left: 10px;
  569. }
  570. .listHothome_main ul li{
  571. margin-top: 20px;
  572. }
  573. .listHothome_main ul li .top_texzt{
  574. display: -webkit-flex; /* Safari */
  575. display: flex;
  576. align-items:center;
  577. justify-content:flex-start
  578. }
  579. .listHothome_main ul li .top_texzt i{
  580. display: inline-block;
  581. font-size: 14px;
  582. color: #fff;
  583. background: #CACACA;
  584. width: 17px;
  585. height: 17px;
  586. border-radius: 100%;
  587. line-height: 17px;
  588. text-align: center;
  589. }
  590. .listHothome_main ul li:nth-child(1) .top_texzt i{
  591. background: #FE2C45;
  592. }
  593. .listHothome_main ul li:nth-child(2) .top_texzt i{
  594. background: #FF6500;
  595. }
  596. .listHothome_main ul li:nth-child(3) .top_texzt i{
  597. background: #FBA90E;
  598. }
  599. .listHothome_main ul li .top_texzt span{
  600. display: inline-block;
  601. font-size: 14px;
  602. color: #2D2D2D;
  603. width: 105px;
  604. overflow: hidden;
  605. text-overflow: ellipsis;
  606. white-space: nowrap;
  607. margin-left: 5px;
  608. }
  609. .listHothome_main ul li .top_texzt em{
  610. font-size: 14px;
  611. color: #666;
  612. display: inline-block;
  613. margin-left: 10px;
  614. }
  615. .listHothome_main ul li .top_texzt b{
  616. font-size: 14px;
  617. color: #FF5849;
  618. font-weight: normal;
  619. display: inline-block;
  620. margin-left: 10px;
  621. }
  622. .listHothome_main ul li .bot_img{
  623. width: 100%;
  624. height: 148px;
  625. margin-top: 13px;
  626. display: none;
  627. }
  628. .listHothome_main ul li .bot_img img{
  629. width: 100%;
  630. height: 100%;
  631. }
  632. .listHothome_main ul li:nth-child(1) .bot_img{
  633. display: block;
  634. }
  635. .listHothome_main ul li:hover .top_texzt span{
  636. color: #43A6F5;
  637. }
  638. .yv2_customization{
  639. margin-top: 30px;
  640. border: 1px solid #E8EDF1;
  641. background: #F8FAFC;
  642. padding-top: 25px;
  643. }
  644. .yv2_customization_Box{
  645. width: 258px;
  646. margin: 0 auto;
  647. margin-top: 20px;
  648. }
  649. .yv2_customization_Box .yv2_maing_text p{
  650. font-size: 14px;
  651. color: #666;
  652. line-height: 18px;
  653. }
  654. .yv2_customization_Box .yv2_customization_form{
  655. margin-top: 25px;
  656. }
  657. .yv2_customization_Box .yv2_customization_form input.in_text{
  658. width: 245px;
  659. height: 40px;
  660. font-size: 14px;
  661. color: #666;
  662. background: #E9EEF2;
  663. border-radius: 4px;
  664. border:none;
  665. padding-left: 13px;
  666. margin-bottom: 14px;
  667. }
  668. .yv2_customization_Box .yv2_customization_form a.in_buttom{
  669. display: block;
  670. height: 40px;
  671. line-height: 40px;
  672. border-radius: 4px;
  673. text-align: center;
  674. font-size: 14px;
  675. color: #fff;
  676. background: #FF5849;
  677. }
  678. .yv2_customization_ico{
  679. width: 258px;
  680. height: auto;
  681. }
  682. .yv2_customization_ico img{
  683. width: 100%;
  684. height: 100%;
  685. }