base.css 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. @charset "utf-8";
  2. /* CSS Document
  3. design by www.qingqingblog.com
  4. */
  5. * { margin: 0; padding: 0 }
  6. body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f3f8fb; color: #001737; }
  7. img { border: 0; display: block }
  8. ul, li { list-style: none; }
  9. a { text-decoration: none; color: #001737; }
  10. a:hover { color: #012684; text-decoration: none; }
  11. .clear { clear: both; width: 100%; overflow: hidden; }
  12. .box { width: 1200px; margin: auto; }
  13. /*header*/
  14. header { padding-top: 20px; position: relative; height: 140px; background: #fff; margin-bottom: 60px; }
  15. .logo { float: left; }
  16. .logo img { width: 210px;height: 80px;}
  17. .ad_top { float: left; margin-left: 100px; width: 550px; height: 80px; overflow: hidden }
  18. .ad_top img { width: 100%; }
  19. /*contact_icon*/
  20. .contact_icon { float: right; margin: 20px 0 0 0; }
  21. .contact_icon ul li { display: inline-block; }
  22. .contact_icon ul li i { width: 36px; height: 36px; border-radius: 100%; display: block; transition: .3s; margin-left: 10px; }
  23. .icon_qq { background: url(../images/icon_qq.png) no-repeat center #f3f8fb }
  24. .icon_tel { background: url(../images/icon_tel.png) no-repeat center #f3f8fb }
  25. .icon_email { background: url(../images/icon_email.png) no-repeat center #f3f8fb }
  26. .icon_weixin { background: url(../images/icon_weixin.png) no-repeat center #f3f8fb; position: relative; cursor: pointer }
  27. .contact_icon ul li i img { position: absolute; top: 36px; right: -54px; display: none; box-shadow: 0px 9px 24px rgb(0 0 0 / 5%); }
  28. .icon_weixin:hover img { display: block; z-index: 9 }
  29. .icon_qq:hover { background: url(../images/icon_qq_b.png) no-repeat center #012684 }
  30. .icon_tel:hover { background: url(../images/icon_tel_b.png) no-repeat center #012684 }
  31. .icon_email:hover { background: url(../images/icon_email_b.png) no-repeat center #012684 }
  32. .icon_weixin:hover { background: url(../images/icon_weixin_b.png) no-repeat center #012684; }
  33. /*nav*/
  34. nav {line-height: 76px;height: 76px;padding-left: 50px;border-radius: 10px;margin-top: 20px;position: relative;background: #012684;background: linear-gradient(90deg, #012684 0%, #026b70 100%)}
  35. #starlist li { position: relative; display: inline-block; font-size: 18px; text-align: center; font-weight: bold; }
  36. #starlist li a { display: block; color: #fff; padding: 0 35px; }
  37. #starlist li:hover a, #starlist ul.sub li a:hover { text-decoration: none }
  38. #starlist ul.sub { position: absolute; border-radius: 0 0 10px 10px; overflow: hidden; left: 0; top: 60px; z-index: 9; width: 130%; line-height: 50px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
  39. #starlist ul.sub li { width: 100%; background: #001737; float: left; font-size: 15px; transition: all .5s }
  40. #starlist ul.sub li a { padding: 0; display: none; width: 100%; color: #f8f8f8; border-bottom: 1px #10264a solid; }
  41. #starlist ul.sub li:last-child a { border: none }
  42. #starlist li:hover ul.sub { opacity: 1; top: 76px; }
  43. #starlist li:hover ul.sub li a { display: block; }
  44. #starlist ul.sub li:hover { padding-left: 5px; }
  45. #starlist li:hover ul.sub:after, #starlist ul.sub li:after, #starlist ul.sub li a:after { display: none; }
  46. .menu:after { content: ""; position: absolute; right: 10px; top: 46%; background: url(../images/jt.png) no-repeat; width: 8px; height: 8px; background-size: 8px; transition: all .5s ease; }
  47. .menu:hover:after { transform: rotate(180deg) }
  48. #mnavh { display: none; width: 40px; height: 40px; text-align: center; }
  49. .navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #012684; margin-top: 20px; float: left; }
  50. .navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #012684; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
  51. .navicon:before { margin-top: -8px; }
  52. .navicon:after { margin-top: 8px; }
  53. .open .navicon { background: none }
  54. .open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  55. .open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  56. .open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #727171; }
  57. /*search*/
  58. .search { position: relative; overflow: hidden; }
  59. .search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 0; right: 0; display: block; font-size: 15px; height: 36px; background: #001737; line-height: 36px; cursor: pointer; }
  60. .search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; }
  61. .is-search { position: absolute; right: 0; top: 0; background: url(../images/white_bg.png); cursor: pointer }
  62. .is-search i { display: block; width: 76px; height: 76px; background: url(../images/search.png) no-repeat center; background-size: 24px; }
  63. .search-page { width: 100%; left: 0; background: #ebf0fa; position: absolute; top: 80px; z-index: 8; display: none; border-radius: 5px; }
  64. .search_box { padding: 20px; }
  65. .search-page .search { clear: both; width: 60%; margin: auto; border-radius: 0 5px 5px 0; }
  66. .search-page .search input.input_text { width: 80%; float: left; z-index: 9; }
  67. .search-page .search input.input_submit { width: 20%; }
  68. .search select { border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff; }
  69. .search-page .go-left { background: url(../images/prev_close.png) no-repeat left center; width: 32px; height: 32px; background-size: 32px; position: absolute; right: 20px; top: 10px; }
  70. /*banner*/
  71. .banner {max-width: 1220px;margin: 0 auto}
  72. .banner img { width: 100%; transition: all .5s }
  73. .banner li { float: left; width: 33.333%; font-size: 18px; }
  74. .banner li a { position: relative; display: block; border-radius: 5px; margin: 0 10px; overflow: hidden }
  75. .banner li a:after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; border-radius: 5px; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%); }
  76. .banner li section { position: absolute; width: 100%; left: 0; bottom: 0; color: #fff; z-index: 9; text-align: left; padding: 20px 0 }
  77. .banner li section p { padding: 0 20px 0 30px; margin: 20px 0 0 20px; background: url(../images/fire.png) no-repeat left top; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  78. .banner li section span { margin: 0 20px; padding: 5px 10px; background: #FF3A3A; color: #fff; border-radius: 3px; font-size: 14px; line-height: 26px; }
  79. .banner li:nth-child(n) section span { background: #ff9900; }
  80. .banner li:nth-child(2n) section span { background: #FF3A3A; }
  81. .banner li:nth-child(3n) section span { background: #6360ff; }
  82. .banner li section p:hover { opacity: .8 }
  83. .banner li:hover img { transform: scale(1.1) }
  84. /*featured_news*/
  85. .featured_news { margin-top: 40px; width: 70%; float: left }
  86. .featured_nav { margin-bottom: 30px; overflow: hidden; }
  87. .featured_nav h2 { float: left; }
  88. h2.h_title { line-height: 50px; font-size: 22px; }
  89. .featured_nav #tab { border-radius: 120px; padding: 0px 35px; float: right; background: #fff; line-height: 50px }
  90. .featured_nav #tab li { display: inline-block }
  91. .featured_nav #tab li a { display: block; margin: 0 20px; padding: 0 10px; position: relative; }
  92. .featured_nav #tab li a:after { content: ""; position: absolute; width: 0; height: 0; background: #fff; left: 0; bottom: 0; transition: all .5s }
  93. .featured_nav #tab li a:hover, .featured_nav #tab .tab-current a { color: #012684; }
  94. .featured_nav #tab li a:hover:after, .featured_nav #tab .tab-current a:after { width: 100%; height: 3px; background: #012684 }
  95. .featured_news #tab-content section { display: none; }
  96. .featured_news #tab-content section:nth-child(1) { display: block }
  97. /*f_news_pic*/
  98. .f_news_pic { width: 42%; height: 420px; float: left; overflow: hidden; position: relative; border-radius: 5px; }
  99. .f_news_pic:after { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%); position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; border-radius: 5px; }
  100. .f_news_pic_box { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 0 40px; z-index: 9; }
  101. .f_news_pic i img { height: 100%; transition: .5s; }
  102. .f_news_pic:hover i img { transform: scale(1.05) }
  103. a.f_news_tag { background: #FF3A3A; color: #fff; border-radius: 3px; text-align: center; display: inline-block; height: 26px; padding: 0 12px; line-height: 26px; margin-left: 20px; }
  104. .f_news_title { font-size: 24px; font-weight: 600; line-height: 34px; margin: 20px; }
  105. .f_news_title a { color: #fff; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
  106. .f_news_title a:hover { opacity: .8 }
  107. .f_news_info { margin-left: 20px; color: #fff; }
  108. .f_news_info span { margin-right: 20px; padding-left: 30px }
  109. .f_news_info span:nth-child(1) { background: url(../images/time.png) no-repeat left center; background-size: 24px; }
  110. .f_news_info span:nth-child(2) { background: url(../images/view.png) no-repeat left center }
  111. .f_news_list { float: right; width: 55%; overflow: hidden; }
  112. .f_news_list li { background: #FFF; margin-bottom: 15px; border-radius: 3px; padding: 15px 15px; overflow: hidden; }
  113. .f_news_list li i { width: 133px; height: 100px; overflow: hidden; display: block; float: left; margin-right: 15px; border-radius: 3px; }
  114. .f_news_list li i img { height: 100%; min-width: 100%; transition: .5s; }
  115. .f_news_list li:hover img { transform: scale(1.1) }
  116. .f_news_list li p { margin: 10px 0; font-size: 16px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
  117. .f_news_list li span { font-size: 13px; color: #999; }
  118. .featured_news #tab-content section:nth-child(2) a.f_news_tag { background: #03c63a; }
  119. .featured_news #tab-content section:nth-child(3) a.f_news_tag { background: #1298fc; }
  120. /*mycard*/
  121. .mycard { float: right; width: 28%; margin-top: 40px; height: 500px; background: #fff; border-radius: 3px; position: relative }
  122. .mycard section { margin: 20px; }
  123. .mycard .ewm { position: absolute; right: 20px; top: 30px; border: #f3f2f2 1px solid; }
  124. .mycard .ewm img { width: 70px; }
  125. .mycard i { display: block; margin: 20px 0; height: 200px; border-radius: 3px; overflow: hidden }
  126. .mycard i img { width: 100% }
  127. .mycard ul li { font-size: 13px; line-height: 24px }
  128. .mycard ul li span { text-transform: uppercase; color: #b29f7d; width: 50px; display: block; float: left }
  129. .mycard_title { color: #b29f7d; font-size: 18px; font-weight: bold; letter-spacing: 0.3em; margin-bottom: 20px; }
  130. .mycard_title_en { color: #55603d; text-transform: uppercase; font-style: italic; font-weight: bold; font-size: 32px; letter-spacing: .2em; }
  131. /*featured_pics*/
  132. .featured_pics { width: 100%; margin: 30px 0 }
  133. .featured_pics ul { background: #fff; overflow: hidden; padding: 20px; }
  134. .featured_pics ul li { float: left; width: 20%; overflow: hidden }
  135. .featured_pics ul li a { margin: 10px; display: block; position: relative; text-overflow: ellipsis; white-space: nowrap; }
  136. .featured_pics ul li i { display: block; border-radius: 3px; overflow: hidden; height: 160px; }
  137. .featured_pics ul li i:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: linear-gradient( 0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)); opacity: 1; transition: .5s }
  138. .featured_pics ul li i img { width: 100%; min-height: 100%; }
  139. .featured_pics ul li section { color: #fff; position: absolute; bottom: 37%; left: 15%; width: 70%; }
  140. .featured_pics ul li p { line-height: 30px; text-overflow: ellipsis; white-space: nowrap; position: relative; overflow: hidden; text-align: center; background: rgba(0, 23, 55, .8); border-radius: 100px; padding: 0px 29px; font-size: 14px; }
  141. .featured_pics ul li span { position: absolute; right: 0px; bottom: 5px; background: #FF3A3A; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; color: #fff; font-weight: bold; }
  142. .featured_pics ul li:nth-child(1) span { background: #6360ff; }
  143. .featured_pics ul li:nth-child(2) span { background: #ff3a3a; }
  144. .featured_pics ul li:nth-child(3) span { background: #03c63a; }
  145. .featured_pics ul li:nth-child(4) span { background: #ff9900; }
  146. .featured_pics ul li:hover i:after { opacity: 0 }
  147. /*blogs*/
  148. .blogs { width: 70%; float: left }
  149. .blogs ul { margin-tops: 20px }
  150. .blogs_list { overflow: hidden; position: relative; transition: all .8s; padding: 20px; background: #fff; margin-bottom: 20px }
  151. .blogs_list i { display: block; width: 210px; height: 158px; background: #ccc; overflow: hidden; float: left; margin-right: 20px; border-radius: 3px; }
  152. .blogs_list i img { width: 100%; min-height: 100%; transition: all .6s; }
  153. .blogs_list h2 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 10px 0; line-height: 28px; font-size: 20px; }
  154. .blogs_list p { color: #808595; font-size: 14px; line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
  155. .blogs_list:hover { box-shadow: 0px 12px 8px -12px #c0bebe; }
  156. .blogs_list h2:hover { color: #012684; }
  157. .blogs_list img:hover { transform: scale(1.1); }
  158. .blogs_base { color: #999; font-size: 14px; margin: 30px 0 0 0; line-height: 24px; }
  159. .blogs_base a { color: #999; }
  160. .blogs_base span { margin-right: 20px; padding-left: 24px; line-height: 24px; display: block; float: left; }
  161. span.blogs_time { background: url(../images/icon_time.png) no-repeat left center; background-size: 20px; }
  162. span.blogs_onclick { background: url(../images/icon_fire.png) no-repeat left center; background-size: 20px; }
  163. a.read_more {background: #012684;color: #fff;font-size: 14px;font-weight: 600;text-align: center;padding: 8px 20px;border-radius: 4px;width: 80px;float: right;}
  164. .icon_more { float: right; background: url(../images/icon_more.png) no-repeat left center; background-size: 20px; text-align: center; margin-top: 8px; font-size: 14px; padding-left: 30px; font-weight: normal; }
  165. .icon_more a { color: #808595; }
  166. .icon_more a:hover { color: #012684; }
  167. .rbox { float: right; width: 28%; }
  168. /*isgood_news*/
  169. .isgood_news { border-radius: 3px; background: #fff; padding: 5px 20px 0; overflow: hidden; }
  170. .isgood_news li { position: relative; margin: 24px 0; overflow: hidden; }
  171. .isgood_news li i { width: 120px; height: 90px; display: inline-block; overflow: hidden; float: left; margin-right: 12px; border-radius: 2px; }
  172. .isgood_news li i img { width: 100%; min-height: 100%; transition: .5s; float: left; }
  173. .isgood_news li em { position: absolute; top: 0; left: 0; height: 17px; width: 21px; color: #ccc; font-size: 12px; font-style: normal; text-align: center; background: rgba(0,0,0,.5); border-radius: 2px 0 0; z-index: 99; }
  174. .isgood_news li:nth-child(1) em, .isgood_news li:nth-child(2) em, .isgood_news li:nth-child(3) em { color: #fff; }
  175. .isgood_news li:nth-child(1) em { background: #f95456 }
  176. .isgood_news li:nth-child(2) em { background: #f6a625; }
  177. .isgood_news li:nth-child(3) em { background: #4385f4 }
  178. .isgood_news li p { font-weight: normal; line-height: 20px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-top: 5px; }
  179. .isgood_news li span { width: 71px; height: 13px; position: absolute; display: block; left: 135px; bottom: 10px; }
  180. .star5 { background: url(../images/star5.png) no-repeat }
  181. .star4 { background: url(../images/star4.png) no-repeat }
  182. .star3 { background: url(../images/star3.png) no-repeat }
  183. .star2 { background: url(../images/star2.png) no-repeat }
  184. .star1 { background: url(../images/star1.png) no-repeat }
  185. .isgood_news li:hover img { transform: scale(1.1); }
  186. .isgood_news li:hover p { color: #012684; }
  187. /*hot_news*/
  188. .hot_news { border-radius: 3px; background: #fff; padding: 5px 20px 0; margin: 20px 0; overflow: hidden; position: relative }
  189. .hot_news ol { overflow: hidden; padding: 10px 0 20px 25px; }
  190. .hot_news li { line-height: 36px; list-style-type: inherit; padding-left: 10px; }
  191. .hot_news p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 80%; float: left; }
  192. .hot_news li span { float: right; width: 20%; text-align: center; color: #808595; font-size: 12px; }
  193. .hot_news section { background-color: #fff; line-height: 42px; box-shadow: 0px 9px 24px rgb(0 0 0 / 5%); margin: 10px 0; border-radius: 10px; }
  194. .hot_news ol:before { content: ""; background: url(../images/icon_fire.png) no-repeat; background-size: 20px; width: 20px; height: 20px; position: absolute; right: 40px; top: 22px; }
  195. .hot_news li:nth-child(1) span { color: #f33; font-weight: bold; }
  196. .hot_news li:nth-child(2) span, .hot_news li:nth-child(3) span { color: #f80; font-weight: bold; }
  197. .ad_r { margin: 20px 0; overflow: hidden; border-radius: 3px; background: #fff; padding: 20px; }
  198. .ad_r img { width: 100% }
  199. /*tagsclous*/
  200. .tagsclous { border-radius: 3px; background: #fff; padding: 5px 20px 0; margin: 20px 0; overflow: hidden; }
  201. .tagsclous ul { padding: 10px 0 20px 0; overflow: hidden; position: relative; }
  202. .tagsclous a { display: inline-block; float: left; line-height: 34px; text-align: center; position: relative; color: #2c3e50; margin: 4px 5px; padding: 0 14px; border-radius: 3px; transition: .2s }
  203. .tagsclous a:nth-child(8n-7) { background: #def6ff }
  204. .tagsclous a:nth-child(8n-6) { background: #f2fbf2 }
  205. .tagsclous a:nth-child(8n-5) { background: #f8f3fe }
  206. .tagsclous a:nth-child(8n-4) { background: #fff7f0 }
  207. .tagsclous a:nth-child(8n-3) { background: #fff3f3 }
  208. .tagsclous a:nth-child(8n-2) { background: #edf9fe }
  209. .tagsclous a:nth-child(8n-1) { background: #f1f3fd }
  210. .tagsclous a:nth-child(8n) { background: #def6ff }
  211. .tagsclous a:hover { background: #012684; color: #fff }
  212. /*emial_box*/
  213. .emial_box { margin: 20px 0; border: 6px solid transparent; padding: 36px 36px 40px 36px; border-image: url(../images/subscribe-bg.png) 8 stretch; border-radius: 3px; text-align: center; background: #fff; color: #808595; line-height: 36px }
  214. .emial_box a:hover { text-decoration: underline }
  215. .emial_box p:last-child { margin-top: 20px; line-height: 46px; background: url(../images/mail.png) no-repeat right center #fff; text-align: left; text-indent: 1em; border-radius: 5px; border: 1px solid #eeeeee; box-shadow: 0px 4px 36px rgb(0 0 0 / 6%); }
  216. .emial_box p:last-child a { display: block }
  217. /*links*/
  218. .links { margin: 30px auto }
  219. .links ul { overflow: hidden; margin-top: 20px }
  220. .links li { float: left; width: 16.6666666%; margin-bottom: 10px; transition: all .5s }
  221. .links li i { width: 20px; height: 20px; margin-top: 10px; margin-right: 10px; overflow: hidden; display: block; float: left; border-radius: 20px; }
  222. .links li i img { width: 100% }
  223. .links a { line-height: 40px; color: #808595; background: #fff; display: block; padding: 3px 20px; text-align: center; border-radius: 3px; overflow: hidden; margin-right: 10px; }
  224. .links li:hover { box-shadow: 0px 12px 8px -12px #ccc; }
  225. /*footer*/
  226. footer { background: #fff; padding: 30px 0; width: 100%; overflow: hidden; text-align: center; color: #808595; margin-top: 30px; }
  227. .footer_nav { margin: 0 0 10px 0; }
  228. .footer_nav li { display: inline-block; height: 14px; overflow: hidden; line-height: 14px; }
  229. .footer_nav li a { display: block; padding: 0 10px; margin: 0 10px; position: relative }
  230. .footer_nav li a:after { content: ""; width: 1px; height: 100%; background: #dddddd; right: -10px; top: 0; position: absolute }
  231. .footer_nav li:last-child a:after { display: none }
  232. .guanzhu_img { margin: 30px 0 }
  233. .guanzhu_img i { display: inline-block; font-style: normal; margin: 0 10px; font-size: 14px; }
  234. .guanzhu_img i img { width: 120px; height: 120px; }
  235. .copyright { font-size: 14px; letter-spacing: .1em; overflow: hidden; border-top: #dddddd 1px solid; padding: 15px 0 0; line-height: 30px; }
  236. .copyright a { color: #808595 }
  237. .copyright a:hover { color: #012684; text-decoration: underline; }
  238. .ga img { display: inline-block; vertical-align: middle; margin: 0 5px; }
  239. /*icon-top*/
  240. .icon-top { background: url(../images/istop.png) no-repeat center #012684; background-size: 24px; width: 48px; height: 48px; position: fixed; right: 40px; bottom: 10%; transition: all 0.3s; z-index: 9999999; border-radius: 100%; opacity: 0; }
  241. .cd-is-visible { opacity: 1; }
  242. /*weizhi*/
  243. .weizhi { background: url(../images/icon_wz.png) no-repeat left 10px center #fff; background-size: 24px; line-height: 40px; padding-left: 40px; color: #808595; }
  244. .weizhi a { color: #808595; }
  245. .weizhi a:hover { color: #012684 }
  246. /*epages*/
  247. .epages { text-align: center; color: #808595; width: 100%; clear: both; padding-top: 10px; margin: 30px auto; }
  248. .epages a { color: #808595; margin: 0 5px 10px; padding: 5px 10px; background: #ffffff; display: inline-block; }
  249. /*.epages a:nth-child(1) { display: none }*/
  250. .epages a:hover, .epages > .active { color: #FFF; background: #012684; }
  251. .epages > b { padding: 5px 10px; }
  252. /*article*/
  253. .blogs_info_page { width: 70%; float: left }
  254. article { background: #fff; padding: 20px; margins: 20px 0; }
  255. article h1 { color: #001737; font-size: 24px; margin: 0 0 20px 0; }
  256. .wz_info { font-size: 12px; line-height: 28px; color: #808595; margin-bottom: 20px; border-bottom: #dbdbdb 1px dashed; }
  257. .wz_info span { margin: 0 20px 0 0 }
  258. .wz_info a { color: #808595; }
  259. .content { font-size: 16px; line-height: 32px; word-break: break-all; }
  260. .content p { margin: 20px 0; text-indent: 2em; }
  261. .content ul, .content ol { margin: 20px 0 20px 35px; }
  262. .content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
  263. .content ul li { list-style-type: disc; }
  264. .content ol li { list-style-type: decimal; }
  265. .content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; padding-left: 14px; font-size: 16px; margin: 20px 0; text-indent: 1em; }
  266. .content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
  267. .content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
  268. .content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
  269. .content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
  270. .content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
  271. span.marker { background: yellow; }
  272. .diggit { display: block; width: 160px; margin: 20px auto; background: #E2523A; background: linear-gradient( 90deg, #c2005f 0%, #f0600c 100%)!important; color: #fff; box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2); border-radius: 3px; line-height: 40px; text-align: center; }
  273. .diggit a { color: #fff; display: block }
  274. /*share*/
  275. .share { width: 331px; margin: 20px auto; text-align: center; }
  276. .share span { float: left; line-height: 44px; font-size: 16px; color: #808595; }
  277. .share b { margin-top: 20px; }
  278. .bdshare-button-style0-16 a { width: 42px; height: 42px !important; padding-left: 0 !important; display: inline-block; margin: 0 2px !important; cursor: pointer !important; background-size: 42px !important; }
  279. .share a.bds_sqq { background: url(../images/share.png) no-repeat; background-position: 0 -156px; }
  280. .share a.bds_weixin { background: url(../images/share.png) no-repeat; background-position: 0 -52px; }
  281. .share a.bds_qzone { background: url(../images/share.png) no-repeat; background-position: 0px -364px; }
  282. .share a.bds_tsina { background: url(../images/share.png) no-repeat; background-position: 0 -260px; }
  283. .share a.bds_sqq:hover { background: url(../images/share.png) no-repeat; background-position: 0 -104px; }
  284. .share a.bds_weixin:hover { background: url(../images/share.png) no-repeat; background-position: 0 0px; }
  285. .share a.bds_qzone:hover { background: url(../images/share.png) no-repeat; background-position: 0 -312px; }
  286. .share a.bds_tsina:hover { background: url(../images/share.png) no-repeat; background-position: 0 -208px; }
  287. .share a.bds_more { background: url(../images/share.png) no-repeat; background-position: 0 -570px; margin: 0; padding: 0; width: 44px; }
  288. /*wz_zhuanzai*/
  289. .wz_zhuanzai { text-align: center; color: #808595; font-size: 14px; line-height: 1.5; margin: 30px auto; letter-spacing: .05em; }
  290. .wz_zhuanzai a { color: #808595; }
  291. .wz_zhuanzai a:hover { color: #012684; }
  292. /*tags*/
  293. .tags { margin: 30px 0; font-size: 16px; background: url(../images/icon_tags.png) no-repeat left center; background-size: 24px; padding-left: 34px; color: #8392A5; }
  294. .tags a { color: #8392A5; border: 1px solid #8392A5; display: inline-block; font-size: 14px; padding: 5px 15px; margin: 5px; border-radius: 4px; transition: all .2s; }
  295. .tags a:hover { background: #012684; color: #fff; border: 1px solid #012684; }
  296. /*info-pre-next*/
  297. .info-pre-next { line-height: 34px; margin-bottom: 20px; overflow: hidden; }
  298. .info-pre-next p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 45%; float: left; }
  299. .info-pre-next p:nth-child(2) { text-align: right; float: right; }
  300. .info-pre-next a { margin-left: 10px; font-weight: bold; }
  301. /*designer*/
  302. .designer { margin: 20px 0; border-radius: 3px; padding: 10px; background: #ffffff; overflow: hidden; }
  303. .designer section { float: left; width: 80%; margin-top: 15px; }
  304. .designer i { display: block; width: 100px; height: 100px; background: #f3f8fb; border-radius: 100%; overflow: hidden; float: left; margin: 0 14px; }
  305. .designer i img { width: 100px; display: block; }
  306. .designer h3 { font-size: 16px; margin: 16px 0 10px; }
  307. .designer p { color: #808595; }
  308. .designer span { float: right; }
  309. .designer span img { width: 140px }
  310. /*ad*/
  311. .ad { overflow: hidden; margin: 20px 0; }
  312. /*wz_love*/
  313. .wz_love { background: #ffffff; border-radius: 2px; overflow: hidden; margin-bottom: 20px; }
  314. .wz_love .h_title { margin: 10px 0 0 30px }
  315. .wz_love p { width: 88px; height: 25px; background: #012684; font-size: 16px; color: #fff; line-height: 25px; text-align: center; margin-top: 20px; }
  316. .wz_love ul { overflow: hidden; margin: 10px 0 20px; }
  317. .wz_love ul li { float: left; width: 50%; margin-bottom: 20px; position: relative }
  318. .wz_love ul li a { display: block; margin: 0 30px; }
  319. .wz_love ul li i { width: 120px; height: 90px; display: inline-block; overflow: hidden; float: left; margin-right: 12px; border-radius: 3px; }
  320. .wz_love ul li img { width: 100%; min-height: 100%; transition: .5s; float: left; }
  321. .wz_love ul li h2 { font-size: 15px; font-weight: normal; line-height: 20px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; padding-top: 10px; }
  322. .wz_love ul li span { font-size: 12px; color: #808595; position: absolute; display: block; left: 164px; bottom: 10px; }
  323. .wz_love ul li:hover img { transform: scale(1.1); }
  324. /*videos*/
  325. .videos { background: #fff; border-radius: 3px; overflow: hidden; margin: 10px 0 30px }
  326. .featured_video_fl { width: 59.167%; height: 399px; float: left; overflow: hidden; position: relative; }
  327. .featured_video_fr { width: 40%; float: right; }
  328. /*featured_video_fl*/
  329. .featured_video_fl a:after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; border-radius: 5px 0px 0px 5px; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%); }
  330. .featured_video_fl i:before {content: "";background: url(../images/icon_replay.png) no-repeat center rgba(0,0,0,.5);background-size: 48px;width: 96px;height: 96px;margin: auto;border-radius: 50%;position: absolute;z-index: 1;top: 50%;left: 50%;margin-top: -43.5px;margin-left: -43.5px;}
  331. .featured_video_fl i { height: 100%; }
  332. .featured_video_fl i img { transition: all .5s; width: 100%; min-height: 100% }
  333. .featured_video_fl section { position: absolute; bottom: 0; padding: 30px 30px; left: 0; z-index: 1; color: #fff; }
  334. .featured_video_fl span { letter-spacing: 0.05em; display: inline-block; margin: 0 0 20px 0; padding: 3px 10px; background: #FF3A3A; color: #fff; border-radius: 3px; font-size: 14px; line-height: 26px; }
  335. .featured_video_fl h3 { font-size: 24px; font-weight: 600; line-height: 36px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; transition: all .5s }
  336. .featured_video_fl:hover h3 { opacity: .8; ; }
  337. .featured_video_fl:hover img { transform: scale(1.05) }
  338. /*featured_video_fr*/
  339. .featured_video_fr ul { margin-top: 8px; overflow: hidden; }
  340. .featured_video_fr ul li a { display: block; overflow: hidden; margin: 10px 20px; padding-bottom: 10px; border-bottom: #f3f8fb 1px solid; }
  341. .featured_video_fr ul li:last-child a { border-bottom: none; margin-bottom: 0; padding-bottom: 0 }
  342. .featured_video_fr li i { width: 133px; height: 100px; display: block; overflow: hidden; float: left; margin-right: 20px; border: 4px solid #f3f8fb; border-radius: 20px; position: relative; }
  343. .featured_video_fr li i:before {position: absolute;content: "";top: 50%;left: 50%;background: url(../images/icon_replay.png) no-repeat center rgba(0,0,0,.5);background-size: 15px;width: 35px;height: 35px;border-radius: 50%;margin-left: -17.5px;margin-top: -17.5px;z-index: 1;}
  344. .featured_video_fr li i img { height: 100%; min-width: 100%; transition: all .5s; }
  345. .featured_video_fr li:hover img { transform: scale(1.1) }
  346. .featured_video_fr li span {color: #808595;font-size: 13px;}
  347. .featured_video_fr li h3 { font-size: 18px; margin-bottom: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; padding-top: 10px; }
  348. /*all_videos*/
  349. .all_videos { background: #fff; margin: 20px 0; padding: 20px 15px; }
  350. .all_videos ul { overflow: hidden; }
  351. .all_videos ul li { width: 25%; float: left; margin-bottom: 10px; }
  352. .all_videos ul li a { margin: 10px; display: block; overflow: hidden; }
  353. .all_videos li i { display: block; overflow: hidden; position: relative; height: 154px; border-radius: 5px; margin-bottom: 5px; }
  354. .all_videos li img { width: 100%; min-height: 100%; transition: all .5s; }
  355. .all_videos li:hover img { transform: scale(1.1) }
  356. .all_videos li p { line-height: 26px; height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px; }
  357. .all_videos li span {color: #808595;font-size: 13px;}
  358. .all_videos li i:before {position: absolute;content: "";top: 50%;left: 50%;background: url(../images/icon_replay.png) no-repeat center rgba(0,0,0,.5);background-size: 24px;width: 46px;height: 46px;border-radius: 50%;margin-left: -23px;margin-top: -23px;z-index: 1;}
  359. /*photos*/
  360. .photos { margin: 20px 0; }
  361. .photos .h_title { margin-left: 10px }
  362. .photos ul { overflow: hidden; }
  363. .photos ul li { width: 25%; float: left; margin-bottom: 10px; }
  364. .photos ul li a { margin: 10px; background: #fff; display: block; overflow: hidden; padding: 10px; position: relative; }
  365. .photos li i { display: block; overflow: hidden; position: relative; height: 195px; }
  366. .photos li img { width: 100%; min-height: 100%; transition: all .5s; }
  367. .photos li:hover img { transform: scale(1.1) }
  368. .photos li p { line-height: 26px; height: 26px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px; text-align: center; }
  369. .photos li span {font-size: 13px;background-size: 16px;position: absolute;right: 20px;bottom: 54px;background: rgb(1,38,132,.5);color: #FFF;padding: 3px 8px;border-radius: 3px;}
  370. /*.photos li section { display: block; position: absolute; background: url(../images/icon_clock.png) no-repeat; background-size: 24px; width: 24px; height: 24px; bottom: 12px; right: 12px; margin-left: 40px; }*/
  371. /*album_box*/
  372. .album_box { background: #fff; border-radius: 3px; padding: 20px; overflow: hidden; margin: 0 10px; }
  373. .album_info { float: left; overflow: hidden; width: 78%; }
  374. .album_info i { display: block; width: 133px; height: 100px; overflow: hidden; float: left; margin-right: 20px; border: 4px solid #e9f1f5; border-radius: 3px; }
  375. .album_info img { width: 100%; min-height: 100%; }
  376. .album_info h1 { font-size: 24px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  377. .album_info h1 span { color: #808595; font-size: 13px; line-height: 26px; font-weight: normal; margin-left: 20px }
  378. .album_info em { color: #808595; font-size: 13px; font-style: normal; margin-right: 20px }
  379. .album_info p.a_i_ms {margin-bottom: 10px;}
  380. .album_info p.a_i_ms a{ color:#012684}
  381. /*visitor_area*/
  382. .visitor_area { width: 20%; float: right; text-align: right; margin-top: 20px; }
  383. .visitor_area li { float: left; text-align: center; width: 33.3333%; font-size: 16px; }
  384. .visitor_area li span { display: block; font-weight: bold; margin: 10px 0; }
  385. /*pics_content*/
  386. .pics_content { margin: 20px 0; }
  387. .pics_content ul { overflow: hidden; }
  388. .pics_content ul li { float: left; width: 25%; }
  389. .pics_content ul li a { display: block; margin: 10px; background: #fff; padding: 10px; overflow: hidden; }
  390. .pics_content ul li i { height: 195px; overflow: hidden; display: block; }
  391. .pics_content ul li img { width: 100%; min-height: 100%; transition: all .5s; }
  392. .pics_content ul li:hover img { transform: scale(1.1) }
  393. /*album_next*/
  394. .album_next { margin: 10px; overflow: hidden; }
  395. .album_next ul { overflow: hidden }
  396. .album_next ul li { width: 50%; float: left; }
  397. .album_next ul li a { display: block; padding: 20px; overflow: hidden; }
  398. .album_next ul li:nth-child(1) a { background: url(../images/icon_left.png) no-repeat left center; padding-left: 70px; }
  399. .album_next ul li:nth-child(2) a { text-align: right; background: url(../images/icon_right.png) no-repeat right center; padding-right: 70px }
  400. .album_next span { color: #808595; margin-bottom: 30px; font-size: 16px; }
  401. .album_next i { width: 120px; height: 90px; display: block; overflow: hidden; border-radius: 3px; float: left; }
  402. .album_next i img { width: 100%; min-height: 100%; transition: all .5s; }
  403. .album_next ul li:hover img { transform: scale(1.1) }
  404. .album_next h3 { font-size: 18px; margin: 10px 0 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  405. .album_next p { color: #808595; font-size: 13px; }
  406. .album_next ul li:nth-child(1) i { margin-right: 20px; }
  407. .album_next ul li:nth-child(2) i { float: right; margin-left: 20px; }
  408. /*resume*/
  409. .resume { background: #fff; overflow: hidden; position: relative; }
  410. .resume:after { content: ""; background: #f0f0f0; width: 30%; height: 100%; position: absolute; left: 0; top: 0; }
  411. .resume_left { z-index: 1; width: 30%; float: left; position: inherit; }
  412. .resume_left section { text-align: center; margin-bottom: 30px; }
  413. .resume_left section i { width: 160px; height: 160px; margin: 50px auto 20px; border-radius: 100%; overflow: hidden; display: block; }
  414. .resume_left section i img { width: 100%; min-height: 100% }
  415. .resume_left section p { line-height: 30px; margin: 10px 0 30px; }
  416. .resume_left section span {padding: 6px 10px;background: #012684;color: #fff;margin: 10px;display: inline-block;width: 30%;border-radius: 5px;}
  417. ul.resume_con { line-height: 36px; margin: 0 20px 0 40px; }
  418. ul.resume_con li { padding-left: 45px; }
  419. li.re_xl { background: url(../images/re_xl.png) no-repeat left center; background-size: 32px; }
  420. li.re_rq { background: url(../images/re_rq.png) no-repeat left center; background-size: 32px; }
  421. li.re_tell { background: url(../images/re_dh.png) no-repeat left center; background-size: 32px; }
  422. li.re_email { background: url(../images/re_email.png) no-repeat left center; background-size: 32px; }
  423. li.re_add { background: url(../images/re_add.png) no-repeat left top 5px; background-size: 32px; }
  424. .resume_left h3 { text-align: center; margin: 30px auto; font-size: 20px; }
  425. .resume_tec { margin: 0 40px 100px; }
  426. .resume_tec li { overflow: hidden; line-height: 36px; position: relative; }
  427. .resume_tec li span { width: 70%; float: right; background: #ccc; height: 15px; display: inline-block; margin-top: 10px; position: relative; }
  428. .resume_tec li span:before {position: absolute;content: "";background: #012684;background: linear-gradient( 90deg, #012684 0%, #026b70 100%)!important;left: 0;top: 0;width: 50%;height: 15px;}
  429. li.tec80 span:before { width: 80%; }
  430. li.tec70 span:before { width: 70%; }
  431. li.tec60 span:before { width: 60%; }
  432. .resume_right { padding: 30px 40px 100px; margin-left: 30%; font-size: 16px; line-height: 32px; word-break: break-all; }
  433. .resume_right p { margin: 10px 0; }
  434. .resume_right ul, .resume_right ol { margin: 20px 0 20px 20px; }
  435. .resume_right ul li, .resume_right li { margin-top: 3px; line-height: 30px; }
  436. .resume_right ul li { list-style-type: disc; }
  437. .resume_right ol li { list-style-type: decimal; }
  438. .resume_right h2, .resume_right h3, .resume_right h4, .resume_right h5, .resume_right h6 { position: relative; font-size: 20px; margin: 30px 0; line-height: 36px; }
  439. .resume_right img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
  440. .resume_right video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
  441. .resume_right table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
  442. .resume_right table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
  443. .resume_right table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
  444. /*play_box*/
  445. .play_box { background: #191a20; padding: 40px 0; margin-bottom: 40px; overflow: hidden; color: #8c8d90; }
  446. .play_content { background: #222328; overflow: hidden; }
  447. .play_video { width: 66.667%; float: left; }
  448. .play_video video { height: 450px !important; display: block; margin: auto; width: 100% !important; background: #000; }
  449. .play_video iframe { width: 100%; height: 450px; }
  450. .play_info { width: 33%; float: right; }
  451. .play_info section { padding: 30px; }
  452. .play_info section p { margin-bottom: 15px; text-indent: 1.5em; font-size: 14px; }
  453. .play_info h1 { font-size: 22px; margin-bottom: 20px; font-weight: normal; color: #ddd }
  454. .play_tags {margin: 30px 0;font-size: 12px;}
  455. .play_tags a { color: #98989b; display: inline-block; background: #303137; padding: 5px 8px; margin-right: 8px; margin-bottom: 8px; border-radius: 3px; }
  456. .play_click { background: url(../images/p_fire.png) no-repeat left center; background-size: 16px; }
  457. .play_time { background: url(../images/p_time.png) no-repeat left center; background-size: 16px; }
  458. .play_about { background: url(../images/p_about.png) no-repeat left top 5px; background-size: 16px; text-indent: 1.5em; line-height: 24px; }
  459. .play_about a { color: #ddd; margin: 0 10px; }
  460. .play_info .diggit { margin: 30px auto;}
  461. .play_next { color: #fff; line-height: 50px; }
  462. .play_next li { background: #2a2b31; border-radius: 3px; }
  463. .play_next a { color: #98989b; }
  464. .play_next h3 { font-size: 15px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  465. .play_next span { float: left; color: #787d8d; padding-left: 30px; margin: 0 10px; background: url(../images/icon_right.png) no-repeat left center; background-size: 24px }
  466. /*pages*/
  467. .pages { background: #fff; padding: 30px }
  468. .page_title { font-size: 24px; text-indent: 1em; border-bottom: #e1e1e1 1px solid; padding-bottom: 20px; }
  469. /*all_news_list*/
  470. .all_news_list, .blogs_search { width: 70%; float: left }
  471. .all_news_list ul { margin: 20px 0; padding: 30px; background: #fff; }
  472. .all_news_list ul li { line-height: 30px; position: relative; padding-left: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 5px; }
  473. .all_news_list ul li:after { content: ""; position: absolute; left: 5px; top: 14px; background: #ccc; width: 4px; height: 4px; }
  474. .all_news_list ul li span { float: right; margin-right: 10px; color: #808595; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: right; }
  475. .all_news_list ul li:nth-child(10n) { border-bottom: #e6e6e7 1px solid; padding-bottom: 30px; margin-bottom: 30px; }
  476. /*xt_search*/
  477. .xt_search { margin: 20px 0; color: #333; }
  478. .xt_search strong { color: #f00; }
  479. .blogs_search ul li { margin-bottom: 30px; }
  480. .blogs_search ul li h2 { font-weight: normal; margin: 0; font-size: 16px; margin-top: 10px; }
  481. .blogs_search ul li h2 a { color: #07519A; }
  482. .blogs_search ul li h2 a:hover, .color_purple:hover { text-decoration: underline }
  483. .blogs_search ul li p { font-size: 14px; margin: 5px 0; }
  484. .color_green { color: green; font-size: 14px; }
  485. .color_purple { color: #77c; }
  486. /*page_tags*/
  487. .page_tags ul { margin: 30px auto; }
  488. .page_tags ul a { color: #8392A5; border: 1px solid #8392A5; display: inline-block; font-size: 14px; padding: 5px 15px; margin: 5px; border-radius: 4px; transition: all .2s; }
  489. .page_tags ul a:hover { background: #012684; color: #fff; border: 1px solid #012684; }