index.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. body{
  2. background:#fff;
  3. }
  4. .ynZTbox_head{ width:100%; height: auto;}
  5. .ynZTbox_head p{ width:100%; height: auto;}
  6. .ynZTbox_head p img{ width:100%; height: auto;}
  7. .ynZTbox_c{ width: 1100px; height: auto; margin: 0 auto;}
  8. .ynZTbox_main{width: 100%; height: auto;}
  9. .ynZTbox_main p{width: 100%; height: auto;}
  10. .ynZTbox_main p img{width: 100%; height: auto;}
  11. .lptype{margin-top: 110px; position: relative;}
  12. .lptype .title_m{ position: absolute; left:50%; top: -32px; width: 237px; height: 64px; margin-left: -118.5px; z-index: 1;}
  13. .lptype .title_m img{ width: 100%; height: 100%;}
  14. .lptype_box{ border: 1px solid #913d14; padding: 7px;}
  15. .lptype_c{ border: 1px solid #913d14; height: 562px; overflow: hidden;}
  16. .lptype_c ul li{ width: 100%; height: 562px;}
  17. .lptype_c ul li img{ width: 100%; height: 100%;}
  18. .lptype_ul{ text-align: center; margin-top: 35px;text-align: center; font-size: 0; letter-spacing: -4px; word-spacing: -4px;}
  19. .lptype_ul ul li{display: inline-block; *display: inline; zoom:1; letter-spacing: normal; word-spacing: normal; width: 13px; height: 13px; background: #b9b9b9;border-radius: 100%; margin: 0 3px; color: #b9b9b9;overflow: hidden;}
  20. .lptype_ul ul li.on{ background: #d7632a; color: #d7632a;}
  21. .lptype_ul ul li:hover{ cursor: pointer;}
  22. .boxflat{position: fixed; left: 0px; bottom: 0px; z-index:3;background: rgba(0,0,0,0.7); width: 100%; height: auto; padding: 10px 0;}
  23. .boxflat_main{ width: 1150px; margin: 0 auto;}
  24. .tel_img{ position: relative; top: 5px; left: 40px;}
  25. .right_m{ position: relative; top: 42px;}
  26. .right_m p{ float: left; margin-right: 10px;}
  27. .right_m p.ling{width: 235px; height: 46px; background: #fff;}
  28. .right_m p.ling i{ display: inline-block; width: 19px; height: 25px; line-height: 25px; border-right: 1px solid #bfb9b9; padding:0 10px;}
  29. .right_m p.ling i img{width: 100%; height: 100%;}
  30. .right_m p.ling input{ width: 180px; height: 42px;position: relative; top: 4px; border:none; margin-left: 10px;font-size: 20px; color: #333;}
  31. .right_m p.buttom{width: 115px; height: 46px; text-align: center; line-height: 46px;}
  32. .right_m p.buttom a{width: 100%; height: 100%; display: block; background: #ffe612; color: #453e02; border-radius: 4px; font-size: 20px;}
  33. .right_m p.ling input::-webkit-input-placeholder {
  34. color: #b9b9b9;
  35. }
  36. .right_m p.ling input:-moz-placeholder {
  37. color: #b9b9b9;
  38. }
  39. .right_m p.ling input:-ms-input-placeholder {
  40. color: #b9b9b9;
  41. }