public.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /*公共样式*/
  2. *{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
  3. html{font-size:62.5%;}
  4. body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
  5. background-color:#fff;-webkit-font-smoothing: antialiased;
  6. -moz-osx-font-smoothing: grayscale;
  7. /*font-size:1.4rem;*/
  8. -webkit-user-select:none;
  9. -moz-user-select:none;
  10. -ms-user-select:none;
  11. user-select:none;
  12. }
  13. body,h1,h2,h3,h4,h6,p,ul,ol,dl,dd{margin:0;padding:0;list-style:none;}
  14. a{color:#000;text-decoration:none;}
  15. a:hover{color:#000;text-decoration:none;}
  16. .container{width:1200px;}
  17. a:focus{text-decoration: none;}
  18. .lf{float:left;}
  19. .rf{float:right;}
  20. .clear{clear:both;}
  21. img{border: none;}
  22. ::-webkit-input-placeholder {color: #CCCCCC;}
  23. ::-webkit-input-placeholder {color: #CCCCCC;}
  24. input:-webkit-autofill {
  25. -webkit-box-shadow: 0 0 0 1000px white inset !important;
  26. }
  27. input:focus{outline: none;}
  28. ul,ol{padding: 0;margin: 0;list-style: none;}
  29. /*顶部区域*/
  30. header{width: 100%;background: #ffffff;line-height: 90px;height: 90px;}
  31. header .logo{float: left;padding-left: 20px;}
  32. header .logo_right{margin-top: 8px;float: left;padding-left: 20px;width:120px;height: 75px;background: url("../../img/index_xuan.png") no-repeat center center;margin-left: 10px;}
  33. .h_fix{position: fixed;top: 0px;left: 0;z-index: 99;box-shadow: 2px 4px 10px #CCCCCC;display:none;}
  34. header .nav{float: left;padding-left: 35px;}
  35. header .nav>ul>li{float: left;width: 120px;text-align: center;line-height: 90px;position: relative;}
  36. header .nav>ul>li>a{color: #074d88;width: 120px;line-height: 90px;display: inline-block;font-size: 20px;}
  37. header .nav>ul>li:hover a{color: #074F88;}
  38. .active a{color:#074F88!important;}
  39. /*2级导航*/
  40. header .nav ul li .subnavigation{width: 120px;position: absolute;top: 76px;z-index: 9999;background: #ffffff;display: none;}
  41. .subnavigation {padding-top: 18px;padding-bottom: 15px;}
  42. .subnavigation li>a{width:120px;height: 30px;line-height: 30px;display: inline-block;color: #333333;}
  43. .subnavigation li:hover a{background: rgba(100,100,100,.7);color: #ffffff!important;}
  44. .subnavigation li{height: 30px!important;line-height: 30px!important;}
  45. /*hot*/
  46. .nav ul li:hover img{animation: hot 1s infinite linear;transition: all 1s;}
  47. @keyframes hot{
  48. 0% {width: 30px;height: 30px;}
  49. 25% {width: 25px;height: 25px; top: 9px;}
  50. 50% {width: 30px;height: 30px;}
  51. 100% {width: 25px;height: 25px;top: 9px;}
  52. }
  53. header .nav_right{float: right;line-height: 90px;font-size: 16px;letter-spacing: 3px;position: relative;padding-right: 50px;}
  54. header .nav_right>div{width:180px;height:25px;position: absolute;right:0;top:10px;background: url("../../img/index400.png")}
  55. header .nav_right a{color: #333333;margin: 2px;}
  56. header .nav_right a:hover{color: #2a6597;}
  57. .nav ul li {position: relative;}
  58. .nav ul li img{width: 30px;height: 30px;position: absolute;right: 0px;top: 9px;}
  59. .nav_right a:first-child+a+a{display: none;}
  60. .nav_right img{vertical-align: top;margin-top: 35px;}
  61. header .nav_right .head_login{width:40px;height:50px;display: inline-block;line-height:40px;position: absolute;right: 0;bottom:0;color: #616161;}
  62. /*bottom的css*/
  63. #bottom{width:100%;height:386px;margin:20px auto 0;position: relative;background: url(../../img/bottom_bg.png) no-repeat center center;
  64. background-size:120% 100%;;}
  65. .bottom{width:1200px;height:386px;margin:20px auto 0;position: relative;}
  66. .bottom_text{width:1200px;height:386px;position: absolute;left:0;top:0;}
  67. .text_top{width:100%;height:55px;position: absolute;top:140px;left:0;text-align: center;color:#fff;}
  68. .text_top>a{color:#fff;line-height:25px;}
  69. .text_center{width:100%;height:90px;position: absolute;top:195px;left:0;color:#fff;}
  70. .cont_left{width:455px;height:90px;display:inline-block;margin-left:45px;}
  71. .cont_left>img{margin-left:85px;}
  72. .cont_center{width:200px;height:90px;display:inline-block;text-align: center;}
  73. .cont_right,.cont_rightapp{width:82px;height:90px;display:inline-block;text-align: center;vertical-align:bottom;}
  74. .text_center p{color:#F5F6F9;line-height:50px;font-weight: bold;}
  75. .cont_center p{line-height:20px;}
  76. .cont_rightapp{margin-right: 5px;margin-left: 185px;}
  77. .cont_rightapp p{line-height: 30px;}
  78. .cont_right p{line-height: 30px;width: 80px;text-align: center;}
  79. .text_bottom{width:100%;height:75px;position: absolute;top:285px;left:0;color:#fff;
  80. padding-left:45px;margin-top:15px;}
  81. .text_bottom p{font-weight: bold;line-height: 25px;}
  82. .text_bottom a{color:#fff;font-size: 1.2rem;line-height: 18px;}
  83. .pol_act{margin-left: 5px;}
  84. .android{margin-right: 5px;}
  85. /*右侧挂件*/
  86. .index_blur{font-size: 18px;color:#fff;text-align: right;padding-right: 15px;cursor: pointer;}
  87. .pub_fix{width: 70px;position: fixed;right: 20px;bottom: 80px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;
  88. text-align: center;height:466px;background: #ffffff;z-index: 999;}
  89. .right_cebian{width:40px;height:120px;position: fixed;right: 0;bottom: 180px;border-radius: 10px 0 0 10px;text-align: center;color:#fff;
  90. display: none;cursor: pointer;background: #5888B5 url("../../img/youce_daohang.png") no-repeat center 5px;z-index: 999999;letter-spacing: 5px;font-size: 18px;padding-top:30px;padding-left: 5px;line-height: 20px;}
  91. .pub_fix .index_blur{width: 100%;height: 30px;line-height: 30px;background: #4c7fa9 ;display: inline-block;}
  92. .pub_fix .index_orange{width: 100%;height: 30px;line-height: 30px;background: #ffd68f;display: inline-block;}
  93. .pub_fix ul li:first-child{border: none;}
  94. .pub_fix ul li{padding-top: 6px;padding-bottom: 6px;border-top: 1px dotted #e0e0e0;background: #FFFFFF;}
  95. .pub_fix ul li img{margin-bottom: 4px;}
  96. .pub_fix ul li:hover{cursor: pointer;}
  97. .pub_fix ul li p {color: #074d88;font-size: 14px;}
  98. .pub_fix ul li a{text-decoration: none;}
  99. .pub_fix ul li a img{width: 45px;height: 45px;border-radius: 50%;background: #ffc443;display: inline-block;}
  100. .pub_fix ul li:hover a img{background:#fc9501}
  101. /*登陆页面*/
  102. .login{width: 100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999999;display: none;}
  103. .login_mian{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;
  104. padding-top: 60px;padding-bottom: 96px;}
  105. .login_left{float: left;padding-bottom: 10px;width: 265px;text-align: center;}
  106. .login_left .login_ewm{width: 95px;padding-top: 34px;margin-bottom: 10px;display: inline-block;text-align: center;}
  107. .login_left .login_ewm img{margin-bottom: 10px;width:90px;}
  108. .login_left p{line-height: 26px;font-size: 16px;text-align: center;}
  109. .login_right{float: left;padding-left: 32px;width:288px;border-left:1px solid #E5E5E5;}
  110. .login_check,.login_submit{width: 260px!important;}
  111. .login_right h5{font-size: 18px;color: #373739;font-weight: normal;}
  112. .login_right h5 a{font-size: 14px;color: #f81009;margin-left: 62px;}
  113. .login_right form .login_uesr,.login_pass{width: 256px;height: 40px;position: relative;border: 1px solid #cccccc;}
  114. .login_uesr label img,.login_pass label img{width: 20px;height: 22px;position: absolute;top: 8px;left:10px;border: none;}
  115. #Lo_user,#Lo_pass{width: 210px;height: 24px;line-height: 24px;border: none;border-left: 1px solid #CCCCCC;padding-left: 12px;left:40px;top: 8px;font-size: 16px;position: absolute;color:#cdcdcd;}
  116. .login_uesr .log_del{width: 16px ;height: 16px;position: absolute; top: 10px;right: 10px;}
  117. .log_del:hover{cursor: pointer;}
  118. .login_uesr{margin-bottom: 20px;}
  119. .login_check a{color: #f18101;float: right;line-height: 38px;}
  120. .login_check label{height: 38px;line-height: 38px ;color: #f18101;font-weight: normal;}
  121. .lab_check{background: url(../../img/check_lo.png) no-repeat center left;background-size:20% 40%;}
  122. .lab_checkno{background: url(../../img/check_lono.png) no-repeat center left;background-size:20% 40%;}
  123. .login_check label input{margin-right: 4px; visibility: hidden;}
  124. .login_check label:hover{cursor: pointer;}
  125. .login_submit{width: 100%;height: 38px;font-size: 20px;background: #f18101;color: #FFFFFF;text-align: center;border: none;}
  126. .login_hua {position: absolute;top: 0;left: 0;}
  127. .login_close{position: absolute;top: 10px;right: 10px;width: 24px;height: 22px;z-index: 2000;}
  128. .login_close:hover{cursor: pointer;}
  129. .login_shadow{position: absolute;bottom:-25px;width: 600px;height: 25px;right: 0;z-index: 2000;}
  130. .login_check label:first-child{margin-right: 15px;}
  131. .head_login:focus{text-decoration: none;}
  132. .head_login{margin-left: 5px;}
  133. /*忘记密码页面*/
  134. #forget{width: 100%;height:100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999999;display: none;}
  135. .forget{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;
  136. padding-top: 10px;padding-bottom: 50px;}
  137. .forget_top{width:100%;height:50px;border-bottom: 1px solid #E5E5E5;padding-left: 20px;
  138. line-height: 50px;}
  139. .forget_top>a{color:#383838;font-size: 20px;float: left;}
  140. .forget_top>div{float: left;}
  141. .forget_center{padding-top: 30px;width: 100%;text-align: center;padding-right: 40px;}
  142. .forget_center>div{color:#616161;font-size: 16px;font-weight: normal;height:40px;line-height: 40px;
  143. width:410px;margin: 0 auto;margin-bottom: 15px;text-align: right;position: relative;}
  144. .forget_center>div input{height:40px;margin-left: 5px;}
  145. .phone>label{font-weight: normal;font-size: 18px;}
  146. .phone input{width:250px;font-size: 16px;border: 1px solid #E5E5E5;padding-left: 5px;}
  147. .yanzheng>label{display: inline-block;color:#616161;font-weight: normal;font-size: 18px;}
  148. .yanzheng input{width:160px;font-size: 16px;border: 1px solid #E5E5E5;padding-left: 5px;}
  149. .yanzheng{padding-right:90px; }
  150. .yanzhengma_cont_{width:80px;height:40px;display: inline-block;position: absolute;top:0;right:0;}
  151. .yanzhengma_cont_>img{width:100%;height:100%;}
  152. .cellcode_{padding-right:90px;}
  153. .cellcode_>div{display: inline-block;font-size: 18px;}
  154. .cellcode_>div>input{width:160px;font-size: 16px;border: 1px solid #E5E5E5;padding-left: 5px;}
  155. .cellcode_>input{width:80px;height:40px;font-size: 14px;position: absolute;top:0;right: 0;background: #fff;
  156. border: 1px solid #eee;cursor: pointer;color: #ccc;display: inline-block; padding-left: 0;background: none;
  157. text-align: center;}
  158. .forget_center .fastener{margin-top: 40px;text-align: center;padding-left: 30px;}
  159. .fastener>div{display: inline-block;width:150px;height:40px;}
  160. .fastener .forget_sub{background: #F18101;width:150px;height:40px;border:1px solid #E5E5E5;margin-right: 20px;
  161. color:#fff;letter-spacing: 8px;font-size: 18px;}
  162. .fastener_right{color:#F18101;border: 1px solid #E5E5E5;text-align: center;letter-spacing: 8px;
  163. font-size: 18px;cursor: pointer;}
  164. /*新密码设置*/
  165. #new_password{width: 100%;height:100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999999;display: none;}
  166. .new_password{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;
  167. padding-top: 10px;padding-bottom: 50px;}
  168. .password_top{width:100%;height:50px;border-bottom: 1px solid #E5E5E5;padding-left: 20px;
  169. line-height: 50px;}
  170. .password_top>h4{display: inline-block;color:#616161;font-size: 20px;}
  171. .password_top>span{font-size:16px;color:#616161;background: url("../../img/zhongdian.png") no-repeat left center;padding-left: 25px;margin-left: 15px;}
  172. .password_center{padding-top: 30px;width: 100%;text-align: center;padding-right: 40px;}
  173. .password_center>div{color:#616161;font-size: 16px;font-weight: normal;height:40px;line-height: 40px;
  174. width:410px;margin: 0 auto;margin-bottom: 15px;text-align: right;position: relative;}
  175. .password_center>div>label{font-weight: normal;font-size: 18px;}
  176. .password_center>div input{width:250px;height:40px;font-size: 16px;padding-left: 5px;}
  177. .new_password .fastener{margin-top: 40px;padding-left: 30px;}
  178. .fastener .new_password_sub{background: #F18101;width:150px;height:40px;border:1px solid #E5E5E5;margin-right: 20px;
  179. color:#fff;letter-spacing: 8px;font-size: 18px;}
  180. /*弹出消息提示*/
  181. .smg{display: none;width: 200px;height: 30px;background: rgba(255,255,255,0.7);border-radius: 10px;position: fixed;top:30%;left: 50%;margin-left: -75px;color: blue;z-index: 999999;}
  182. .smg input{width: 200px;height: 30px;border: none;background: none;text-align: center;font-size: 16px;}
  183. /* msg tools*/
  184. .message{position:fixed;top: 80px;text-align: center; width: 100%; display: none;z-index: 9999}
  185. .message span{background:rgba(0, 0, 0, 0.6); padding: 8px 20px; color: #fff; border-radius: 6px}