12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- *{
- font-family: "微软雅黑";
- }
- .top_top{
- width: 1200px;
- margin:0 auto;
- }
- .top_top a{
- width: 80px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- color: white;
- font-size: 14px;
- display: block;
- background: #888888;
- }
- .top{
- width: 100%;
- height: 60px;
- background: #f2f2f2;
- }
- .top .top_cn{
- width: 1200px;
- height: 60px;
- margin:0 auto;
- line-height: 60px;
- }
- .con{
- width: 1200px;
- margin:0 auto;
- /*height: 570px;*/
- overflow: hidden;
- background: #f7f7f7;
- }
- .header_title{
- font-family:微软雅黑;font-size:24px;font-weight:normal;font-style:normal;color:#333333;padding:0 5px 0px 0;display:block;padding:0 5px 0px 0;vertical-align:bottom;
- }
- .header_subtitle{
- font-family:century gothic;font-size:14px;font-weight:normal;font-style:normal;color:#bababa;display:block;padding:2px;vertical-align:bottom;
- }
- .con_lf {
- width: 50%;
- text-align: center;
- height: 500px;
- }
- .con_lf img{
- margin-top: 123px;
- }
- .con_rh {
- width: 50%;
- /*height: 500px;*/
- padding-bottom: 20px;
- }
- .qfe_wrapper h2{
- font-size: 16px;
- font-weight: bold;
- margin-bottom: 26px;
- }
- .qfe_wrapper span{
- font-family:微软雅黑;color:#808080;font-size:13px;
- line-height: 24px;
- }
- .qfe_wrapper .n2 span{
- float: left;
- margin-right: 60px;
- margin-bottom: 16px;
- }
- .qfe_wrapper .n2{
- width: 540px;
- overflow: hidden;
- }
|