style.css 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. .public_signup,.y_footer{
  2. display: none !important;
  3. }
  4. .y_footmzsm{
  5. margin-bottom: 100px;
  6. }
  7. body{
  8. background: #fff;
  9. }
  10. .hnbsztBox_head,.hnbsztBox_head img{
  11. width: 100%;
  12. height: auto;
  13. }
  14. .hnbsztBox_fenlei{
  15. width: 1200px;
  16. margin:0 auto;
  17. margin-top: 52px;
  18. background: #fff;
  19. height: 111px;
  20. box-shadow:0px 2px 10px 0px rgba(233,233,233,0.74);
  21. display: -webkit-flex; /* Safari */
  22. display: flex;
  23. justify-content:center;
  24. align-items:center;
  25. }
  26. .hnbsztBox_fenlei ul{
  27. display: -webkit-flex; /* Safari */
  28. display: flex;
  29. justify-content:space-between;
  30. align-items:center;
  31. }
  32. .hnbsztBox_fenlei ul li+li{
  33. position: relative;
  34. padding-left:54px;
  35. margin-left: 75px;
  36. }
  37. .hnbsztBox_fenlei ul li:after{
  38. content:'';
  39. height: 33px;
  40. width: 1px;
  41. background: #EFEFEF;
  42. position: absolute;
  43. left: 0px;
  44. top: 50%;
  45. margin-top: -16.5px;
  46. }
  47. .hnbsztBox_fenlei ul li .top_t{
  48. display: -webkit-flex; /* Safari */
  49. display: flex;
  50. align-items:center;
  51. font-size: 22px;
  52. color: #333;
  53. font-weight: bold;
  54. }
  55. .hnbsztBox_fenlei ul li .top_t img{
  56. width: 25px;
  57. height: 25px;
  58. line-height: 25px;
  59. display: inline-block;
  60. margin-left: 5px;
  61. }
  62. .hnbsztBox_fenlei ul li .bottom_t{
  63. font-size: 14px;
  64. color: #999;
  65. margin-top: 10px;
  66. }
  67. .hnbsztBox_zc{
  68. width: 1251px;
  69. margin: 0 auto;
  70. margin-top: 50px;
  71. }
  72. .hnbsztBox_zc img{
  73. width: 100%;
  74. height: 100%;
  75. }
  76. .hnbsztBox_hfbm{
  77. width: 1200px;
  78. margin: 0 auto;
  79. position: relative;
  80. margin-top: 40px;
  81. height: 100px;
  82. }
  83. .hnbsztBox_hfbm img{
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .hnbsztBox_hfbm .bm_form{
  88. position: absolute;
  89. right: 37px;
  90. top: 50%;
  91. height: 48px;
  92. margin-top: -24px;
  93. width: 368px;
  94. }
  95. .hnbsztBox_hfbm .bm_form p{
  96. width: 100%;
  97. height: 48px;
  98. background: #fff;
  99. display: -webkit-flex; /* Safari */
  100. display: flex;
  101. align-items:center;
  102. justify-content:space-between;
  103. }
  104. .hnbsztBox_hfbm .bm_form p i{
  105. display: inline-block;
  106. height: 14px;
  107. width: 10px;
  108. margin-left: 18px;
  109. }
  110. .hnbsztBox_hfbm .bm_form p i img{
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .hnbsztBox_hfbm .bm_form p input{
  115. display: inline-block;
  116. font-size: 18px;
  117. color: #666;
  118. height: 40px;
  119. border:none;
  120. background: #fff;
  121. width: 185px;
  122. }
  123. .hnbsztBox_hfbm .bm_form p a{
  124. display: inline-block;
  125. height: 40px;
  126. line-height: 40px;
  127. background: #090D4F;
  128. width: 130px;
  129. text-align: center;
  130. font-size: 18px;
  131. font-weight: bold;
  132. color: #fff;
  133. margin-right: 4px;
  134. }
  135. .hnbsztBox_hfbm .bm_form p a:hover{
  136. background-color: #0912a0;
  137. }
  138. .hnbsztBox_hot{
  139. width: 1200px;
  140. margin: 0 auto;
  141. margin-top: 60px;
  142. }
  143. .hot_title{
  144. text-align: center;
  145. }
  146. .hot_title .title_m{
  147. font-size: 36px;
  148. color: #333;
  149. font-weight: bold;
  150. }
  151. .hot_title .title_m i{
  152. width: 11px;
  153. height: 17px;
  154. display:inline-block;
  155. background: url('/overseas/zt/hnbszt20200701/image/ico_m10.png') no-repeat center;
  156. background-size:100% 100%;
  157. }
  158. .hot_title .title_m i.l{
  159. position: relative;
  160. margin-left: 12px;
  161. transform:rotate(180deg);
  162. -ms-transform:rotate(180deg); /* IE 9 */
  163. -moz-transform:rotate(180deg); /* Firefox */
  164. -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  165. -o-transform:rotate(180deg); /* Opera */
  166. top: -17px;
  167. margin-right: 5px;
  168. }
  169. .hot_title .title_m i.r{
  170. position: relative;
  171. bottom: -5px;
  172. margin-left: 5px;
  173. }
  174. .hot_title p.xian{
  175. width: 35px;
  176. height: 4px;
  177. background: #D7BB83;
  178. margin: 7px auto;
  179. }
  180. .hot_title p.ico_m{
  181. height: 10px;
  182. width: auto;
  183. padding-top: 5px;
  184. }
  185. .hot_title p.ico_m img{
  186. width: auto;
  187. height: 100%;
  188. }
  189. .hotlist_nav{
  190. margin-top: 42px;
  191. display: -webkit-flex; /* Safari */
  192. display: flex;
  193. justify-content:center;
  194. }
  195. .hotlist_nav a{
  196. display: inline-block;
  197. border-top:1px solid #D7BB83;
  198. border-bottom:1px solid #D7BB83;
  199. height: 44px;
  200. line-height: 44px;
  201. background: #fff;
  202. float: left;
  203. width: 152px;
  204. text-align: center;
  205. font-size: 18px;
  206. color: #656565;
  207. }
  208. .hotlist_nav a.on{
  209. background: #DDC591;
  210. color: #59390A;
  211. }
  212. .hotlist_nav a:hover{
  213. color: #59390A;
  214. }
  215. .hotlist_nav a:first-child{
  216. border-left: 1px solid #D7BB83;
  217. }
  218. .hotlist_nav a:last-child{
  219. border-right: 1px solid #D7BB83;
  220. }
  221. .hotlist_main{
  222. margin-top: 48px;
  223. }
  224. .hotlist_main ul li{
  225. float: left;
  226. width: 280px;
  227. height: auto;;
  228. background: #fff;
  229. box-shadow:0px 3px 14px 0px rgba(195,198,209,0.66);
  230. margin-right: 26px;
  231. margin-bottom: 40px;
  232. }
  233. .hotlist_main ul li:nth-child(4n){
  234. margin-right: 0px;
  235. }
  236. .hotlist_main ul li .top_img{
  237. width: 100%;
  238. height: 210px;
  239. position: relative;
  240. }
  241. .hotlist_main ul li .top_img .lpimg{
  242. width: 100%;
  243. height: 100%;
  244. overflow: hidden;
  245. }
  246. .hotlist_main ul li .top_img .lpimg img{
  247. width: 100%;
  248. height: 100%;
  249. transition: all .5s;
  250. -moz-transition: all .5s;
  251. -webkit-transition: all .5s;
  252. -o-transition: all .5s;
  253. }
  254. .hotlist_main ul li:hover .top_img .lpimg img{
  255. transform: scale(1.07);
  256. -webkit-transform: scale(1.07);
  257. -moz-transform: scale(1.07);
  258. -o-transform: scale(1.07);
  259. }
  260. .hotlist_main ul li .top_img .top{
  261. position: absolute;
  262. left: 10px;
  263. top: -5px;
  264. background: url('/overseas/zt/hnbszt20200701/image/ico_m15.png') no-repeat center;
  265. background-size:100% 100%;
  266. height: 40px;
  267. width: 50px;
  268. text-align: center;
  269. font-size: 14px;
  270. color: #fff;
  271. font-weight: bold;
  272. line-height: 40px;
  273. z-index: 2;
  274. }
  275. .hotlist_main ul li .top_img .title_lp{
  276. position: absolute;
  277. width: 100%;
  278. left: 0px;
  279. bottom: 0px;
  280. background: rgba(0,0,0,0.6);
  281. padding: 8px 0 8px 0;
  282. }
  283. .hotlist_main ul li .top_img .title_lp p{
  284. padding:0 10px;
  285. font-size: 20px;
  286. color: #fff;
  287. text-overflow: ellipsis;
  288. white-space: nowrap;
  289. overflow: hidden;
  290. }
  291. .hotlist_main ul li .top_img .title_lp span{
  292. display: inline-block;
  293. padding: 0 10px;
  294. margin-top: 5px;
  295. font-size: 12px;
  296. color: #fff;
  297. }
  298. .hotlist_main ul li .top_img .title_lp span img{
  299. display: inline-block;
  300. width: 11px;
  301. height: 11px;
  302. margin-right: 5px;
  303. position: relative;
  304. top: 2px;
  305. }
  306. .hotlist_main ul li .center_m{
  307. border-bottom: 1px solid #F12121;
  308. height: 30px;
  309. position: relative;
  310. }
  311. .hotlist_main ul li .center_m p.pric{
  312. font-size: 12px;
  313. color: #999;
  314. width: 50%;
  315. text-align: center;
  316. line-height: 30px;
  317. }
  318. .hotlist_main ul li .center_m p.pric span{
  319. font-size: 20px;
  320. color:#FF3131;
  321. font-weight: bold;
  322. }
  323. .hotlist_main ul li .center_m p.zk{
  324. position: absolute;
  325. right: 0px;
  326. top: 0px;
  327. height: 30px;
  328. width: 45%;
  329. line-height: 30px;
  330. background: #EF1F1F;
  331. font-size: 14px;
  332. color:#fff;
  333. z-index: 2;
  334. display: -webkit-flex; /* Safari */
  335. display: flex;
  336. align-items:center;
  337. justify-content:center;
  338. }
  339. .hotlist_main ul li .center_m p.zk:after{
  340. position: absolute;
  341. left: -20px;
  342. top: 0px;
  343. content: '';
  344. border-top: 30px solid transparent;
  345. border-right: 20px solid #EF1F1F;
  346. border-left: 0px solid transparent;
  347. }
  348. .hotlist_main ul li .center_m p.zk img{
  349. display: inline-block;
  350. widows: 10px;
  351. height: 12px;
  352. line-height: 12px;
  353. margin-right: 5px;
  354. }
  355. .hotlist_main ul li .center_m p.zk span{
  356. text-overflow: ellipsis;
  357. white-space: nowrap;
  358. overflow: hidden;
  359. display: inline-block;
  360. max-width: 85%;
  361. }
  362. .hotlist_main ul li .bum_bm{
  363. padding: 13px;
  364. display: -webkit-flex; /* Safari */
  365. display: flex;
  366. align-items:center;
  367. justify-content:space-between;
  368. }
  369. .hotlist_main ul li .bum_bm a{
  370. display: inline-block;
  371. font-size: 15px;
  372. height: 28px;
  373. line-height: 28px;
  374. border-radius: 15px;
  375. width: 115px;
  376. display: -webkit-flex; /* Safari */
  377. display: flex;
  378. align-items:center;
  379. justify-content:center;
  380. }
  381. .hotlist_main ul li .bum_bm a img{
  382. display: inline-block;
  383. width: 15px;
  384. height: auto;
  385. margin-right: 5px;
  386. }
  387. .hotlist_main ul li .bum_bm a.hq{
  388. background: #FF8F00;
  389. color: #fff;
  390. }
  391. .hotlist_main ul li .bum_bm a.lq{
  392. background: #DDC591;
  393. color: #59390A;
  394. }
  395. .hotwanquBox{
  396. width: 1200px;
  397. margin: 0 auto;
  398. margin-top: 25px;
  399. }
  400. .hotwanquBox_title{
  401. display: -webkit-flex; /* Safari */
  402. display: flex;
  403. align-items:center;
  404. }
  405. .hotwanquBox_title i{
  406. display: inline-block;
  407. width: 4px;
  408. height: 19px;
  409. background:#D7BB83;
  410. }
  411. .hotwanquBox_title span{
  412. display: inline-block;
  413. font-size: 22px;
  414. font-weight: bold;
  415. color: #333;
  416. margin-left: 5px;
  417. }
  418. .hotwanquBox_nav{
  419. margin-top: 25px;
  420. display: -webkit-flex; /* Safari */
  421. display: flex;
  422. justify-content:flex-start;
  423. }
  424. .hotwanquBox_nav a{
  425. display: inline-block;
  426. border-top:1px solid #D7BB83;
  427. border-bottom:1px solid #D7BB83;
  428. height: 44px;
  429. line-height: 44px;
  430. background: #fff;
  431. float: left;
  432. width: 152px;
  433. text-align: center;
  434. font-size: 18px;
  435. color: #656565;
  436. }
  437. .hotwanquBox_nav a.on{
  438. background: #DDC591;
  439. color: #59390A;
  440. }
  441. .hotwanquBox_nav a:hover{
  442. color: #59390A;
  443. }
  444. .hotwanquBox_nav a:first-child{
  445. border-left: 1px solid #D7BB83;
  446. }
  447. .hotwanquBox_nav a:last-child{
  448. border-right: 1px solid #D7BB83;
  449. }
  450. .hotwanquBox_main{
  451. margin-top: 27px;
  452. }
  453. .hotwanquBox_l{
  454. width: 912px;
  455. float: left;
  456. }
  457. .hotwanquBox_l ul li{
  458. width: 288px;
  459. background: #fff;
  460. height: auto;
  461. margin-right: 23px;
  462. margin-bottom: 26px;
  463. box-shadow:0px 3px 14px 0px rgba(195,198,209,0.66);
  464. float: left;
  465. }
  466. .hotwanquBox_l ul li:nth-child(3n){
  467. margin-right: 0px;
  468. }
  469. .hotwanquBox_l ul li .top_ico{
  470. width: 100%;
  471. height: 191px;
  472. position: relative;
  473. }
  474. .hotwanquBox_l ul li .top_ico p{
  475. width: 100%;
  476. height: 100%;
  477. overflow: hidden;
  478. }
  479. .hotwanquBox_l ul li .top_ico p img{
  480. width: 100%;
  481. height: 100%;
  482. transition: all .5s;
  483. -moz-transition: all .5s;
  484. -webkit-transition: all .5s;
  485. -o-transition: all .5s;
  486. }
  487. .hotwanquBox_l ul li:hover .top_ico p img{
  488. transform: scale(1.07);
  489. -webkit-transform: scale(1.07);
  490. -moz-transform: scale(1.07);
  491. -o-transform: scale(1.07);
  492. }
  493. .hotwanquBox_l ul li .top_ico span{
  494. display: block;
  495. background: rgba(0,0,0,0.6);
  496. width: 100%;
  497. height: 24px;
  498. line-height: 24px;
  499. font-size: 12px;
  500. color: #fff;
  501. position: absolute;
  502. left: 0px;
  503. bottom: 0px;
  504. display: -webkit-flex; /* Safari */
  505. display: flex;
  506. align-items:center;
  507. }
  508. .hotwanquBox_l ul li .top_ico span img{
  509. display: inline-block;
  510. width: 13px;
  511. height: 13px;
  512. line-height: 13px;
  513. margin-left: 10px;
  514. margin-right: 5px;
  515. }
  516. .hotwanquBox_l ul li .bottom_text{
  517. padding: 18px 13px;
  518. position: relative;
  519. }
  520. .hotwanquBox_l ul li .bottom_text p.title a{
  521. display: block;
  522. font-size: 20px;
  523. color: #333;
  524. text-overflow: ellipsis;
  525. white-space: nowrap;
  526. overflow: hidden;
  527. }
  528. .hotwanquBox_l ul li .bottom_text p.pric {
  529. font-size: 12px;
  530. color: #999;
  531. margin-top: 15px;
  532. }
  533. .hotwanquBox_l ul li .bottom_text p.pric span{
  534. display: inline-block;
  535. font-size: 22px;
  536. color: #FF3131;
  537. font-weight: bold;
  538. padding: 0 3px;
  539. }
  540. .hotwanquBox_l ul li .bottom_text p.zxzx{
  541. position: absolute;
  542. right: 13px;
  543. bottom: 18px;
  544. }
  545. .hotwanquBox_l ul li .bottom_text p.zxzx a{
  546. display: inline-block;
  547. background: #D8BC84;
  548. font-size: 16px;
  549. color: #59390A;
  550. padding: 0 10px;
  551. height: 28px;
  552. line-height: 26px;
  553. }
  554. .hotwanquBox_r{
  555. float: right;
  556. width: 260px;
  557. background:linear-gradient(0deg,rgba(216,188,132,1) 0%,rgba(231,216,185,1) 100%);
  558. box-shadow:0px 3px 14px 0px rgba(196,199,209,0.66);
  559. }
  560. .hotwanquBox_r_main{
  561. padding: 44px 19px;
  562. }
  563. .hotwanquBox_r_main .r_title{
  564. font-size: 50px;
  565. font-weight: bold;
  566. color: #59390A;
  567. text-align: center;
  568. }
  569. .hotwanquBox_r_main .r_renshu{
  570. margin-top: 18px;
  571. text-align: center;
  572. }
  573. .hotwanquBox_r_main .r_renshu em{
  574. border:1px solid #59390A;
  575. font-size: 18px;
  576. color: #59390A;
  577. height: 27px;
  578. line-height: 27px;
  579. padding: 0 10px;
  580. display: inline-block;
  581. }
  582. .hotwanquBox_r_main .r_renshu em span{
  583. font-size: 22px;
  584. font-weight: bold;
  585. color: #C21111;
  586. padding:0 3px;
  587. }
  588. .hotwanquBox_r_main .r_text{
  589. margin-top: 28px;
  590. }
  591. .hotwanquBox_r_main .r_text p{
  592. font-size: 14px;
  593. color: #59390A;
  594. }
  595. .hotwanquBox_r_main .r_text p+p{
  596. margin-top: 7px;
  597. }
  598. .hotwanquBox_r_main .r_text p img{
  599. display: inline-block;
  600. width: 14px;
  601. height: 15px;
  602. margin-right: 5px;
  603. position: relative;
  604. top: 1px;
  605. }
  606. .hotwanquBox_r_main .r_form{
  607. width: 100%;
  608. height: auto;
  609. margin-top: 22px;
  610. }
  611. .hotwanquBox_r_main .r_form_city{
  612. position: relative;
  613. }
  614. .hotwanquBox_r_main .r_form_city .city_main{
  615. width: 100%;
  616. height: 40px;
  617. background: #fff;
  618. display: -webkit-flex; /* Safari */
  619. display: flex;
  620. align-items:center;
  621. justify-content:space-between;
  622. }
  623. .hotwanquBox_r_main .r_form_city .city_main span{
  624. font-size: 16px;
  625. color: #666;
  626. display: inline-block;
  627. margin-left: 13px;
  628. }
  629. .hotwanquBox_r_main .r_form_city .city_main i{
  630. display: 12px;
  631. height: 5px;
  632. display: inline-block;
  633. margin-right: 13px;
  634. }
  635. .hotwanquBox_r_main .r_form_city .city_main i img{
  636. width: 100%;
  637. height: 100%;
  638. }
  639. .hotwanquBox_r_main .r_form_city .city_main_list{
  640. position: absolute;
  641. width: 100%;
  642. height: 200px;
  643. left: 0px;
  644. top: 40px;
  645. overflow-y:auto;
  646. z-index: 2;
  647. background: #fff;
  648. display: none;
  649. }
  650. .hotwanquBox_r_main .r_form_city .city_main_list::-webkit-scrollbar {/*滚动条整体样式*/
  651. width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  652. height: 1px;
  653. }
  654. .hotwanquBox_r_main .r_form_city .city_main_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  655. border-radius: 10px;
  656. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  657. background: #ccc;
  658. }
  659. .hotwanquBox_r_main .r_form_city .city_main_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
  660. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
  661. border-radius: 10px;
  662. background: #EDEDED;
  663. }
  664. .hotwanquBox_r_main .r_form_city .city_main_list a{
  665. display:block;
  666. font-size: 16px;
  667. color: #333;
  668. height: 30px;
  669. line-height: 30px;
  670. padding: 0 20px;
  671. }
  672. .hotwanquBox_r_main .r_form_city .city_main_list a.on{
  673. background: #ccc;
  674. color: #59390A;
  675. }
  676. .hotwanquBox_r_main .r_form_city .city_main_list a:hover{
  677. background: #ccc;
  678. color: #59390A;
  679. }
  680. .hotwanquBox_r_main .in_text{
  681. height: 40px;
  682. background: #fff;
  683. width: 100%;
  684. display: -webkit-flex; /* Safari */
  685. display: flex;
  686. align-items:center;
  687. justify-content:space-between;
  688. margin-top: 15px;
  689. }
  690. .hotwanquBox_r_main .in_text i{
  691. display: inline-block;
  692. width: 11px;
  693. height: auto;
  694. margin-left: 13px;
  695. }
  696. .hotwanquBox_r_main .in_text i img{
  697. width: 100%;
  698. height: auto;
  699. }
  700. .hotwanquBox_r_main .in_text input{
  701. height: 36px;
  702. width: 185px;
  703. margin-right: 2px;
  704. border:none;
  705. background: #fff;
  706. font-size: 16px;
  707. color: #666;
  708. }
  709. .hotwanquBox_r_main .in_button{
  710. margin-top: 15px;
  711. width: 100%;
  712. }
  713. .hotwanquBox_r_main .in_button a{
  714. display: inline-block;
  715. width: 100%;
  716. background: #59390A;
  717. height: 40px;
  718. font-size:20px;
  719. color: #fff;
  720. font-weight: bold;
  721. text-align: center;
  722. line-height: 40px;
  723. }
  724. .hotwanquBox_r_main .mobile_list{
  725. margin-top: 20px;
  726. width: 100%;
  727. }
  728. .hotwanquBox_r_main .mobile_list_m{
  729. height: 100px;
  730. overflow: hidden;
  731. }
  732. .hotwanquBox_r_main .mobile_list_m ul li{
  733. font-size: 14px;
  734. color: #59390A;
  735. height: 30px;
  736. line-height: 30px;
  737. display: -webkit-flex; /* Safari */
  738. display: flex;
  739. align-items:center;
  740. justify-content:space-between;
  741. }
  742. .mranBox{
  743. margin-top: 24px;
  744. text-align: center;
  745. }
  746. .mranBox a{
  747. display: inline-block;
  748. font-size: 22px;
  749. color: #59390A;
  750. background: #D8BC84;
  751. height: 53px;
  752. line-height: 53px;
  753. padding: 0 40px;
  754. }
  755. .fengjie{
  756. width: 1200px;
  757. margin: 0 auto;
  758. margin-top: 64px;
  759. height: auto;
  760. }
  761. .fengjie img{
  762. width: 100%;
  763. height: auto;
  764. }
  765. .bieshu_adv{
  766. width: 1200px;
  767. margin: 0 auto;
  768. margin-top: 60px;
  769. }
  770. .bieshu_adv_main{
  771. margin-top: 30px;
  772. }
  773. .adv_left {
  774. float: left;
  775. width: 60px;
  776. }
  777. .adv_left a{
  778. display: block;
  779. width: 20px;
  780. height:182px;
  781. line-height: 19px;
  782. font-size: 18px;
  783. background: url('/overseas/zt/hnbszt20200701/image/ico_m21.png') no-repeat center;
  784. background-size:100% 100%;
  785. color: #333;
  786. padding: 0px 25px 0px 16px;
  787. display: -webkit-flex; /* Safari */
  788. display: flex;
  789. align-items:center;
  790. }
  791. .adv_left a.on{
  792. background: url('/overseas/zt/hnbszt20200701/image/ico_m22.png') no-repeat center;
  793. background-size:100% 100%;
  794. color: #5F3D0B;
  795. }
  796. .adv_left a+a{
  797. margin-top: 10px;
  798. }
  799. .adv_right{
  800. float: right;
  801. width: 1112px;
  802. }
  803. .adv_right ul{
  804. display: none;
  805. }
  806. .adv_right ul li{
  807. width: 250px;
  808. height: 374px;
  809. float: left;
  810. background:rgba(204,204,204,1);
  811. box-shadow:1px 3px 12px 0px rgba(127,130,134,0.5);
  812. overflow: hidden;
  813. }
  814. .adv_right ul li+li{
  815. margin-left: 37px;
  816. }
  817. .adv_right ul li img{
  818. width: 100%;
  819. height: 100%;
  820. transition: all .5s;
  821. -moz-transition: all .5s;
  822. -webkit-transition: all .5s;
  823. -o-transition: all .5s;
  824. }
  825. .adv_right ul li:hover img{
  826. transform: scale(1.07);
  827. -webkit-transform: scale(1.07);
  828. -moz-transform: scale(1.07);
  829. -o-transform: scale(1.07);
  830. }
  831. .adv_bottom{
  832. margin-top: 35px;
  833. }
  834. .adv_bottom_left{
  835. float: left;
  836. width: 795px;
  837. background:linear-gradient(162deg,rgba(255,254,252,1) 0%,rgba(235,218,184,1) 100%);
  838. box-shadow:0px 3px 14px 0px rgba(196,199,209,0.66);
  839. height: auto;
  840. }
  841. .adv_bottom_t{
  842. padding-top: 30px;
  843. text-align: center;
  844. }
  845. .adv_bottom_t p{
  846. font-size: 36px;
  847. color: #59390A;
  848. font-weight: bold;
  849. }
  850. .adv_bottom_t em{
  851. display: inline-block;
  852. height: 3px;
  853. width: 26px;
  854. background: #59390A;
  855. margin-top: 5px;
  856. }
  857. .adv_bottom_type{
  858. display: -webkit-flex; /* Safari */
  859. display: flex;
  860. align-items:center;
  861. justify-content:center;
  862. margin-top: 10px;
  863. }
  864. .adv_bottom_type span{
  865. font-size: 14px;
  866. color: #59390A;
  867. padding:0 25px;
  868. display: -webkit-flex; /* Safari */
  869. display: flex;
  870. align-items:center;
  871. }
  872. .adv_bottom_type span img{
  873. display: inline-block;
  874. width: 15px;
  875. height: auto;
  876. margin-right: 5px;
  877. }
  878. .adv_bottom_form{
  879. width: 652px;
  880. margin:0 auto;
  881. margin-top: 15px;
  882. }
  883. .adv_bottom_form_t{
  884. display: -webkit-flex; /* Safari */
  885. display: flex;
  886. align-items:center;
  887. justify-content:space-between;
  888. }
  889. .adv_bottom_form_t .in_text{
  890. display: -webkit-flex; /* Safari */
  891. display: flex;
  892. align-items:center;
  893. width: 210px;
  894. height: 36px;
  895. border:1px solid #5F3D0B;
  896. background: #fff;
  897. }
  898. .adv_bottom_form_t .in_text input{
  899. width: 95%;
  900. padding-left: 5%;
  901. font-size: 16px;
  902. color: #666;
  903. height: 34px;
  904. background: #fff;
  905. border:none;
  906. }
  907. .adv_bottom_form_t .pric_in{
  908. width: 210px;
  909. height: 36px;
  910. position: relative;
  911. }
  912. .pric_in_text{
  913. width: 100%;
  914. height: 36px;
  915. border:1px solid #5F3D0B;
  916. background: #fff;
  917. display: -webkit-flex; /* Safari */
  918. display: flex;
  919. align-items:center;
  920. justify-content:space-between;
  921. }
  922. .pric_in_text span{
  923. display: inline-block;
  924. font-size: 16px;
  925. color: #666;
  926. margin-left: 13px;
  927. }
  928. .pric_in_text i{
  929. display: inline-block;
  930. width: 12px;
  931. color: 7px;
  932. line-height: 7px;
  933. margin-right: 13px;
  934. }
  935. .pric_in_text i img{
  936. width: 100%;
  937. height: 100%;
  938. }
  939. .pric_in_list{
  940. width: 100%;
  941. height: 200px;
  942. overflow-y:auto;
  943. background: #fff;
  944. position: absolute;
  945. top: 36px;
  946. left: 1px;
  947. display: none;
  948. }
  949. .pric_in_list::-webkit-scrollbar {/*滚动条整体样式*/
  950. width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  951. height: 1px;
  952. }
  953. .pric_in_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  954. border-radius: 10px;
  955. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  956. background: #ccc;
  957. }
  958. .pric_in_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
  959. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
  960. border-radius: 10px;
  961. background: #EDEDED;
  962. }
  963. .pric_in_list a{
  964. display: block;
  965. line-height: 30px;
  966. height: 30px;
  967. font-size: 16px;
  968. color: #333;
  969. padding: 0 15px;
  970. }
  971. .pric_in_list a.on{
  972. color: #5C3C0E;
  973. background: #ccc;
  974. }
  975. .pric_in_list a:hover{
  976. color: #5C3C0E;
  977. background: #ccc;
  978. }
  979. .tijiao{
  980. width: 100%;
  981. height:36px;
  982. line-height: 36px;
  983. margin-top: 15px;
  984. text-align: center;
  985. margin-bottom:44px;
  986. }
  987. .tijiao a{
  988. display: block;
  989. width: 100%;
  990. height: 100%;
  991. background: #59390A;
  992. font-size: 18px;
  993. color: #fff;
  994. font-weight: bold;
  995. }
  996. .adv_bottom_right{
  997. width: 390px;
  998. height: auto;
  999. background: #FBFBFB;
  1000. float: right;
  1001. }
  1002. .adv_bottom_right_t{
  1003. height: 56px;
  1004. line-height: 56px;
  1005. font-size: 18px;
  1006. color: #fff;
  1007. background: #D8BC84;
  1008. font-weight: bold;
  1009. text-align: center;
  1010. }
  1011. .adv_bottom_right_t span{
  1012. color: #5C3C0E;
  1013. font-weight: bold;
  1014. display: inline-block;
  1015. padding: 0 3px;
  1016. }
  1017. .adv_bottom_right_list{
  1018. width: 220px;
  1019. margin:25px auto;
  1020. }
  1021. .js_myscroll{
  1022. height: 161px;
  1023. overflow: hidden;
  1024. }
  1025. .js_myscroll ul li{
  1026. font-size: 14px;
  1027. color: #666;
  1028. height: 30px;
  1029. line-height: 30px;
  1030. display: -webkit-flex; /* Safari */
  1031. display: flex;
  1032. align-items:center;
  1033. justify-content:space-between;
  1034. }
  1035. .xiaoshou{
  1036. width: 1200px;
  1037. margin:0 auto;
  1038. margin-top: 50px;
  1039. }
  1040. .xiaoshou_list{
  1041. width: 100%;
  1042. height: auto;
  1043. margin-top: 37px;
  1044. }
  1045. .xiaoshou_list ul li{
  1046. width: 230px;
  1047. height: 450px;
  1048. position: relative;
  1049. float: left;
  1050. background: #fff;
  1051. box-shadow:0px 3px 14px 0px rgba(196,199,209,0.66);
  1052. }
  1053. .xiaoshou_list ul li+li{
  1054. margin-left: 12px;
  1055. }
  1056. .xiaoshou_list ul li .top_m{
  1057. width: 195px;
  1058. margin: 0 auto;
  1059. padding-top: 15px;
  1060. }
  1061. .xiaoshou_list ul li .top_m .ico_m{
  1062. width: 100%;
  1063. height: 194px;
  1064. overflow: hidden;
  1065. }
  1066. .xiaoshou_list ul li .top_m .ico_m img{
  1067. width: 100%;
  1068. height: 100%;
  1069. transition: all .5s;
  1070. -moz-transition: all .5s;
  1071. -webkit-transition: all .5s;
  1072. -o-transition: all .5s;
  1073. }
  1074. .xiaoshou_list ul li:hover .top_m .ico_m img{
  1075. transform: scale(1.07);
  1076. -webkit-transform: scale(1.07);
  1077. -moz-transform: scale(1.07);
  1078. -o-transform: scale(1.07);
  1079. }
  1080. .xiaoshou_list ul li .top_m .name_m{
  1081. margin-top: 20px;
  1082. font-size: 22px;
  1083. color: #333;
  1084. }
  1085. .xiaoshou_list ul li .top_m .name_m span{
  1086. color: #999;
  1087. font-size: 14px;
  1088. }
  1089. .xiaoshou_list ul li:hover .top_m .name_m{
  1090. color:#59390A;
  1091. }
  1092. .xiaoshou_list ul li:hover .top_m .name_m span{
  1093. color: #59390A;
  1094. }
  1095. .xiaoshou_list ul li .top_m .text_m{
  1096. margin-top: 5px;
  1097. font-size: 14px;
  1098. color: #999;
  1099. line-height: 20px;
  1100. }
  1101. .xiaoshou_list ul li .zx_m{
  1102. position: absolute;
  1103. left: 0px;
  1104. bottom: 0px;
  1105. width: 100%;
  1106. }
  1107. .xiaoshou_list ul li .zx_m a{
  1108. background: #E6CC98;
  1109. height: 40px;
  1110. width: 100%;
  1111. display: -webkit-flex; /* Safari */
  1112. display: flex;
  1113. align-items:center;
  1114. justify-content:space-between;
  1115. }
  1116. .xiaoshou_list ul li .zx_m a span{
  1117. display: inline-block;
  1118. font-size: 18px;
  1119. color: #59390A;
  1120. font-weight: bold;
  1121. margin-left: 10px;
  1122. }
  1123. .xiaoshou_list ul li .zx_m a i{
  1124. display: inline-block;
  1125. margin-right: 10px;
  1126. width: 7px;
  1127. height: 14px;
  1128. line-height: 14px;
  1129. }
  1130. .xiaoshou_list ul li .zx_m a i img{
  1131. width: 100%;
  1132. height: 100%;
  1133. }
  1134. .bsnews{
  1135. width: 1200px;
  1136. margin: 0 auto;
  1137. margin-top: 50px;
  1138. }
  1139. .bsnewsBox{
  1140. margin-top: 45px;
  1141. }
  1142. .bsnewsBox_l_title{
  1143. border-bottom: 1px solid #EBEBEB;
  1144. padding-bottom: 5px;
  1145. display: -webkit-flex; /* Safari */
  1146. display: flex;
  1147. align-items:center;
  1148. justify-content:space-between;
  1149. }
  1150. .bsnewsBox_l_m{
  1151. display: -webkit-flex; /* Safari */
  1152. display: flex;
  1153. align-items:center;
  1154. }
  1155. .bsnewsBox_l_m i{
  1156. display: inline-block;
  1157. width: 4px;
  1158. height: 19px;
  1159. background:#D7BB83;
  1160. }
  1161. .bsnewsBox_l_m span{
  1162. display: inline-block;
  1163. font-size: 22px;
  1164. font-weight: bold;
  1165. color: #333;
  1166. margin-left: 5px;
  1167. }
  1168. .bsnewsBox_l_title a{
  1169. font-size: 14px;
  1170. color: #999;
  1171. display: inline-block;
  1172. }
  1173. .bsnewsBox_l{
  1174. width: 570px;
  1175. float: left;
  1176. }
  1177. .bsnewsBox_list{
  1178. margin-top: 20px;
  1179. }
  1180. .bsnewsBox_list ul li{
  1181. margin-top: 8px;
  1182. background: #fff;
  1183. box-shadow:0px 2px 10px 0px rgba(233,233,233,0.5);
  1184. }
  1185. .bsnewsBox_list ul li.on .left_img{
  1186. width: 140px;
  1187. height: 88px;
  1188. float: left;
  1189. overflow: hidden;
  1190. }
  1191. .bsnewsBox_list ul li.on .left_img img{
  1192. width: 100%;
  1193. height: 100%;
  1194. transition: all .5s;
  1195. -moz-transition: all .5s;
  1196. -webkit-transition: all .5s;
  1197. -o-transition: all .5s;
  1198. }
  1199. .bsnewsBox_list ul li.on:hover .left_img img{
  1200. transform: scale(1.07);
  1201. -webkit-transform: scale(1.07);
  1202. -moz-transform: scale(1.07);
  1203. -o-transform: scale(1.07);
  1204. }
  1205. .bsnewsBox_list ul li.on .right_text{
  1206. float: left;
  1207. width: 389px;
  1208. padding: 17px 20px;
  1209. }
  1210. .bsnewsBox_list ul li.on .right_text p.tit{
  1211. font-size: 18px;
  1212. color: #666;
  1213. font-weight: bold;
  1214. text-overflow: ellipsis;
  1215. white-space: nowrap;
  1216. overflow: hidden;
  1217. }
  1218. .bsnewsBox_list ul li.on:hover .right_text p.tit{
  1219. color: #D8BC84;
  1220. }
  1221. .bsnewsBox_list ul li.on .right_text p.bom{
  1222. display: -webkit-flex; /* Safari */
  1223. display: flex;
  1224. align-items:center;
  1225. justify-content:space-between;
  1226. margin-top: 16px;
  1227. }
  1228. .bsnewsBox_list ul li.on .right_text p.bom span{
  1229. font-size: 14px;
  1230. color: #999;
  1231. display: -webkit-flex; /* Safari */
  1232. display: flex;
  1233. align-items:center;
  1234. }
  1235. .bsnewsBox_list ul li.on .right_text p.bom span img{
  1236. width: 12px;
  1237. height: 12px;
  1238. display: inline-block;
  1239. margin-right: 5px;
  1240. }
  1241. .bsnewsBox_list ul li.on .right_text p.bom em{
  1242. font-size: 12px;
  1243. color: #EF1D1D;
  1244. border:1px solid #F03939;
  1245. height: 16px;
  1246. line-height: 14px;
  1247. padding: 0 10px;
  1248. }
  1249. .bsnewsBox_list ul li.two{
  1250. height: 36px;
  1251. padding: 0 20px;
  1252. }
  1253. .bsnewsBox_list ul li.two a{
  1254. width: 100%;
  1255. height: 36px;
  1256. display: -webkit-flex; /* Safari */
  1257. display: flex;
  1258. align-items:center;
  1259. }
  1260. .bsnewsBox_list ul li.two a em{
  1261. font-size: 12px;
  1262. color: #CAA356;
  1263. border:1px solid #D8BC84;
  1264. height: 16px;
  1265. line-height: 14px;
  1266. padding: 0 10px;
  1267. }
  1268. .bsnewsBox_list ul li.two a span{
  1269. font-size: 18px;
  1270. color: #666;
  1271. font-weight: bold;
  1272. display: inline-block;
  1273. margin-left: 10px;
  1274. text-overflow: ellipsis;
  1275. white-space: nowrap;
  1276. overflow: hidden;
  1277. width: 465px;
  1278. }
  1279. .bsnewsBox_list ul li.two:hover a span{
  1280. color:#D8BC84;
  1281. }
  1282. .bsnewsBox_list ul li.two a em.true_m{
  1283. color: #EF1D1D;
  1284. border:1px solid #F03939;
  1285. }
  1286. .bsnewsBox_r{
  1287. width: 570px;
  1288. float: right;
  1289. }
  1290. .bsnewsBox_r_main{
  1291. margin-top: 20px
  1292. }
  1293. .bsnewsBox_r_l{
  1294. width: 211px;
  1295. background: #fff;
  1296. box-shadow:0px 2px 10px 0px rgba(233,233,233,0.5);
  1297. float: left;
  1298. }
  1299. .bsnewsBox_r_l .top_ico{
  1300. width: 100%;
  1301. height: 152px;
  1302. overflow: hidden;
  1303. }
  1304. .bsnewsBox_r_l .top_ico img{
  1305. width: 100%;
  1306. height: 100%;
  1307. transition: all .5s;
  1308. -moz-transition: all .5s;
  1309. -webkit-transition: all .5s;
  1310. -o-transition: all .5s;
  1311. }
  1312. .bsnewsBox_r_l:hover .top_ico img{
  1313. transform: scale(1.07);
  1314. -webkit-transform: scale(1.07);
  1315. -moz-transform: scale(1.07);
  1316. -o-transform: scale(1.07);
  1317. }
  1318. .bsnewsBox_r_l .top_text{
  1319. padding: 12px 12px;
  1320. }
  1321. .bsnewsBox_r_l .top_text p.title{
  1322. font-size: 18px;
  1323. color: #666;
  1324. font-weight: bold;
  1325. text-overflow: ellipsis;
  1326. white-space: nowrap;
  1327. overflow: hidden;
  1328. }
  1329. .bsnewsBox_r_l:hover .top_text p.title{
  1330. color: #D8BC84;
  1331. }
  1332. .bsnewsBox_r_l .top_text p.time{
  1333. font-size: 12px;
  1334. color: #999;
  1335. display: -webkit-flex; /* Safari */
  1336. display: flex;
  1337. align-items:center;
  1338. margin-top: 8px;
  1339. }
  1340. .bsnewsBox_r_l .top_text p.time img{
  1341. display: inline-block;
  1342. width: 12px;
  1343. height: 12px;
  1344. line-height: 12px;
  1345. margin-right: 5px;
  1346. }
  1347. .bsnewsBox_r_r{
  1348. float: right;
  1349. width: 350px;
  1350. }
  1351. .bsnewsBox_r_r ul li{
  1352. background: #FFF;
  1353. height: 68px;
  1354. box-shadow:0px 2px 10px 0px rgba(233,233,233,0.5);
  1355. }
  1356. .bsnewsBox_r_r ul li+li{
  1357. margin-top: 9px;
  1358. }
  1359. .bsnewsBox_r_r ul li .top_text{
  1360. padding: 10px 12px;
  1361. }
  1362. .bsnewsBox_r_r ul li .top_text .title{
  1363. font-size: 18px;
  1364. color: #666;
  1365. font-weight: bold;
  1366. text-overflow: ellipsis;
  1367. white-space: nowrap;
  1368. overflow: hidden;
  1369. }
  1370. .bsnewsBox_r_r ul li:hover .top_text .title{
  1371. color: #D8BC84;
  1372. }
  1373. .bsnewsBox_r_r ul li .top_text p.time{
  1374. font-size: 12px;
  1375. color: #999;
  1376. display: -webkit-flex; /* Safari */
  1377. display: flex;
  1378. align-items:center;
  1379. margin-top: 8px;
  1380. }
  1381. .bsnewsBox_r_r ul li .top_text p.time img{
  1382. display: inline-block;
  1383. width: 12px;
  1384. height: 12px;
  1385. line-height: 12px;
  1386. margin-right: 5px;
  1387. }
  1388. .newsBox_hfbm{
  1389. margin-top: 60px;
  1390. }
  1391. .news_bm_form .news_bm_form_main{
  1392. display: -webkit-flex; /* Safari */
  1393. display: flex;
  1394. align-items:center;
  1395. }
  1396. .news_bm_form .news_bm_form_main p{
  1397. width: 232px;
  1398. height: 42px;
  1399. }
  1400. .news_bm_form .news_bm_form_main p i{
  1401. margin-left: 13px;
  1402. }
  1403. .news_bm_form .news_bm_form_main p input{
  1404. width: 180px;
  1405. }
  1406. .news_bm_form_main a{
  1407. display: inline-block;
  1408. width: 158px;
  1409. height: 42px;
  1410. line-height: 42px;
  1411. text-align: center;
  1412. margin-left: 14px;
  1413. font-size: 18px;
  1414. color: #fff;
  1415. background: #0A25AF;
  1416. font-weight: bold;
  1417. }
  1418. .newsBox_hfbm .bm_form{
  1419. margin-top: -21px;
  1420. }
  1421. .zhiyeBox{
  1422. width: 1200px;
  1423. margin:0 auto;
  1424. margin-top: 64px;
  1425. }
  1426. .zhiyeBox_main{
  1427. margin-top: 50px;
  1428. height: auto;
  1429. }
  1430. .zhiyeBox_main ul{
  1431. display: -webkit-flex; /* Safari */
  1432. display: flex;
  1433. align-items:center;
  1434. justify-content:space-between;
  1435. }
  1436. .zhiyeBox_main ul li{
  1437. display: -webkit-flex; /* Safari */
  1438. display: flex;
  1439. align-items:center;
  1440. }
  1441. .zhiyeBox_main ul li.ong{
  1442. padding: 0px 13px;
  1443. height: 70px;
  1444. }
  1445. .zhiyeBox_main ul li.ong p.tiele{
  1446. font-size: 18px;
  1447. color: #fff;
  1448. font-weight: bold;
  1449. display: -webkit-flex; /* Safari */
  1450. display: flex;
  1451. align-items:center;
  1452. }
  1453. .zhiyeBox_main ul li.ong p.tiele img{
  1454. width: 22px;
  1455. height: 22px;
  1456. display: inline-block;
  1457. margin-right: 3px;
  1458. }
  1459. .zhiyeBox_main ul li.ong p.text{
  1460. font-size: 16px;
  1461. color: #fff;
  1462. margin-top: 5px;
  1463. }
  1464. .zhiyeBox_main ul li.ong1{
  1465. background: #F43A15;
  1466. }
  1467. .zhiyeBox_main ul li.ong2{
  1468. background: #FF9C0E;
  1469. }
  1470. .zhiyeBox_main ul li.ong3{
  1471. background: #59BD1C;
  1472. }
  1473. .zhiyeBox_main ul li.ong4{
  1474. background: #1C9EF8;
  1475. }
  1476. .zhiyeBox_main ul li.ong5{
  1477. background: #363FEB;
  1478. }
  1479. .zhiyeBox_main ul li.xian{
  1480. width: 22px;
  1481. height: 22px;
  1482. }
  1483. .zhiyeBox_main ul li.xian img{
  1484. width: 100%;
  1485. height: 100%;
  1486. }
  1487. .footer_felxe{
  1488. width: 100%;
  1489. height: 120px;
  1490. width: 100%;
  1491. margin-top: 60px;
  1492. }
  1493. .footer_felxe_main{
  1494. width: 100%;
  1495. height: 100%;
  1496. position: relative;
  1497. }
  1498. .footer_felxe_main img{
  1499. width: 100%;
  1500. height: 100%;
  1501. }
  1502. .footer_felxe_main .footer_felxe_form{
  1503. position: absolute;
  1504. right: 30%;
  1505. top: 50%;
  1506. margin-top: -33px;
  1507. margin-right: -250px;
  1508. }
  1509. .footer_felxe_form_main{
  1510. display: -webkit-flex; /* Safari */
  1511. display: flex;
  1512. align-items:center;
  1513. }
  1514. .footer_felxe_form_main p{
  1515. background: #fff;
  1516. width: 276px;
  1517. height: 40px;
  1518. display: -webkit-flex; /* Safari */
  1519. display: flex;
  1520. align-items:center;
  1521. justify-content:flex-start;
  1522. }
  1523. .footer_felxe_form_main p i{
  1524. display:inline-block;
  1525. width: 11px;
  1526. height: 17px;
  1527. margin-left: 13px;
  1528. }
  1529. .footer_felxe_form_main p input{
  1530. width: 236px;
  1531. height: 38px;
  1532. font-size: 16px;
  1533. color: #666;
  1534. border:none;
  1535. background: #fff;
  1536. margin-left: 10px;
  1537. }
  1538. .footer_felxe_form_main a{
  1539. display: inline-block;
  1540. width: 145px;
  1541. height: 40px;
  1542. line-height: 40px;
  1543. background: #59390A;
  1544. color: #fff;
  1545. font-size: 18px;
  1546. font-weight: bold;
  1547. text-align: center;
  1548. margin-left: 15px;
  1549. }
  1550. .marign_tell{
  1551. margin-top: 10px;
  1552. }
  1553. .marign_tell p{
  1554. display: -webkit-flex; /* Safari */
  1555. display: flex;
  1556. align-items:center;
  1557. justify-content:flex-end;
  1558. }
  1559. .marign_tell p i{
  1560. width: 11px;
  1561. height: 17px;
  1562. display: inline-block;
  1563. margin-right: 5px;
  1564. }
  1565. .marign_tell p span{
  1566. font-size: 18px;
  1567. color: #59390A;
  1568. margin-right: 10px;
  1569. display: inline-block;
  1570. }
  1571. .marign_tell p em{
  1572. font-size: 18px;
  1573. color: #59390A;
  1574. font-weight: bold;
  1575. margin-right: 54px;
  1576. }
  1577. .applekf_gb{
  1578. position: absolute;
  1579. top: -15px;
  1580. right: -25px;
  1581. display: inline-block;
  1582. width: 35px;
  1583. height: 35px;
  1584. text-align: center;
  1585. line-height: 32px;
  1586. }
  1587. .applekf_gb img{
  1588. display: inline-block;
  1589. width: 17px;
  1590. height: 17px;
  1591. vertical-align: middle;
  1592. transition: All 0.4s ease-in-out;
  1593. -webkit-transition: All 0.4s ease-in-out;
  1594. -moz-transition: All 0.4s ease-in-out;
  1595. -o-transition: All 0.4s ease-in-out;
  1596. }
  1597. .applekf{ display: none; z-index: 105; padding: 30px 0; width: 440px;background: #fff; position: fixed;left: 50%;top: 50%; margin-top: -253px;margin-left: -220px;border-radius:10px;}
  1598. .applekf_main{ width: 350px; margin: 0 auto; position: relative;}
  1599. .applekf_title p.tit{ font-size: 24px; font-weight: 600;}
  1600. .applekf_title p.tit span.le{color: #333; display: inline-block;}
  1601. .applekf_title p.tit span.re{color: #E03700; display: inline-block; margin-left: 20px;}
  1602. .applekf_title .freehead{width:350px;margin: auto;margin-top:20px;}
  1603. .applekf_title .freehead img{width:100%;display:block;}
  1604. .applekf_title .freehead p{width:100%;display:block;font-size:14px;color:#666;margin-top:20px;line-height:20px;}
  1605. .applekf_form{ margin-top: 20px;}
  1606. .applekf_form .submit_area .selectbox {position:relative;background:#F7F7F7;border-radius: 4px; width:100%;height:50px;margin:8px 0;}
  1607. .applekf_form .submit_area .selectbox img{display:block;position:absolute;top:16px;left:13px;width:18px;height:18px;}
  1608. .applekf_form .submit_area .app_puic {background:#F7F7F7;border-radius: 4px; width:300px;height:100%;padding-left:40px;font-size:16px;color:#333;border:0;}
  1609. .applekf_form .submit_area .app_puic::-webkit-input-placeholder {color:#B1B1B1;} /* WebKit, Blink, Edge */
  1610. .applekf_form .submit_area .app_puic:-moz-placeholder {color:#B1B1B1;} /* Mozilla Firefox 4 to 18 */
  1611. .applekf_form .submit_area .app_puic::-moz-placeholder {color:#B1B1B1;} /* Mozilla Firefox 19+ */
  1612. .applekf_form .submit_area .app_puic:-ms-input-placeholder { color:#B1B1B1;}/* Internet Explorer 10-11 */
  1613. .applekf_form select.applekf_select{ margin-bottom: 10px; width: 100%; height: 34px; font-size: 12px; color: #999; line-height: 34px; border: 1px solid #ddd; background: #fff;}
  1614. .applekf_form select.applekf_select option{ width: 100%; height: 34px; font-size: 12px; color: #999; line-height: 34px; background: #fff;}
  1615. .applekf_form .app_buttom{display:block;width:100%;height:50px;line-height:50px;text-align:center;color:#fff;background:#E03700;margin-top:15px;font-size:20px; border-radius: 4px;font-weight:600;}
  1616. .applekf_form .app_buttom:hover{background:#c71717;}
  1617. .applekf_form p.tel{ font-size: 14px; color: #999; text-align: center; margin-top:20px;}
  1618. .applekf_form textarea.remarks_text{ margin-bottom: 20px; resize:none; width: 318px; height: 88px; border-radius: 4px; border:1px solid #ddd; display: block; padding: 0 10px; line-height: 25px; font-size: 14px; color: #333;}
  1619. .applekf_form form input[type="text"]::-webkit-input-placeholder {color: #999;}
  1620. .applekf_form textarea.remarks_text::-webkit-input-placeholder{color:#999;}
  1621. .applekf_form textarea.remarks_text::-moz-placeholder{color:#999;}
  1622. .applekf_form textarea.remarks_text::-moz-placeholder{color:#999;}
  1623. .applekf_form textarea.remarks_text::-ms-input-placeholder{color:#999;}
  1624. .applekfBG{
  1625. display: none;
  1626. width: 100%;
  1627. height: 100%;
  1628. position: fixed;
  1629. left: 0px;
  1630. top: 0px;
  1631. z-index: 100;
  1632. background: rgba(0,0,0,0.5);
  1633. }