12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- body{
- background:#fff;
- }
- .ynZTbox_head{ width:100%; height: auto;}
- .ynZTbox_head p{ width:100%; height: auto;}
- .ynZTbox_head p img{ width:100%; height: auto;}
- .ynZTbox_c{ width: 1100px; height: auto; margin: 0 auto;}
- .ynZTbox_main{width: 100%; height: auto;}
- .ynZTbox_main p{width: 100%; height: auto;}
- .ynZTbox_main p img{width: 100%; height: auto;}
- .lptype{margin-top: 110px; position: relative;}
- .lptype .title_m{ position: absolute; left:50%; top: -32px; width: 237px; height: 64px; margin-left: -118.5px; z-index: 1;}
- .lptype .title_m img{ width: 100%; height: 100%;}
- .lptype_box{ border: 1px solid #913d14; padding: 7px;}
- .lptype_c{ border: 1px solid #913d14; height: 562px; overflow: hidden;}
- .lptype_c ul li{ width: 100%; height: 562px;}
- .lptype_c ul li img{ width: 100%; height: 100%;}
- .lptype_ul{ text-align: center; margin-top: 35px;text-align: center; font-size: 0; letter-spacing: -4px; word-spacing: -4px;}
- .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;}
- .lptype_ul ul li.on{ background: #d7632a; color: #d7632a;}
- .lptype_ul ul li:hover{ cursor: pointer;}
- .boxflat{position: fixed; left: 0px; bottom: 0px; z-index:3;background: rgba(0,0,0,0.7); width: 100%; height: auto; padding: 10px 0;}
- .boxflat_main{ width: 1150px; margin: 0 auto;}
- .tel_img{ position: relative; top: 5px; left: 40px;}
- .right_m{ position: relative; top: 42px;}
- .right_m p{ float: left; margin-right: 10px;}
- .right_m p.ling{width: 235px; height: 46px; background: #fff;}
- .right_m p.ling i{ display: inline-block; width: 19px; height: 25px; line-height: 25px; border-right: 1px solid #bfb9b9; padding:0 10px;}
- .right_m p.ling i img{width: 100%; height: 100%;}
- .right_m p.ling input{ width: 180px; height: 42px;position: relative; top: 4px; border:none; margin-left: 10px;font-size: 20px; color: #333;}
- .right_m p.buttom{width: 115px; height: 46px; text-align: center; line-height: 46px;}
- .right_m p.buttom a{width: 100%; height: 100%; display: block; background: #ffe612; color: #453e02; border-radius: 4px; font-size: 20px;}
- .right_m p.ling input::-webkit-input-placeholder {
- color: #b9b9b9;
- }
- .right_m p.ling input:-moz-placeholder {
- color: #b9b9b9;
- }
- .right_m p.ling input:-ms-input-placeholder {
- color: #b9b9b9;
- }
|