123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- *{
- padding: 0;
- margin: 0;
- text-decoration: none;
- font-family: "Microsoft Yahei", "΢ÈíÑźÚ", Tahoma, Arial, Helvetica, STHeiti;
- background: #f4f4f4;
- }
- ol,ul{
- list-style:none;
- }
- .zcolor{
- color: #f4f4f4 !important;
- }
- .container{
- width: 100%;
- height: 100%;
- padding-bottom: 9rem;
- }
- .topHeader {
- width: 100%;
- height:9rem;
- background: #2577e3;
- color: #2c2c2c;
- }
- .topHeaderL{
- width: 15%;
- padding-left:7%;
- height: 9rem;
- line-height:9rem;
- background: #2577e3;
- color: #fff;
- font-size: 3rem;
- float: left;
- }
- .topHeaderR{
- width: 55%;
- height: 9rem;
- line-height:9rem;
- background: #2577e3;
- color: #fff;
- text-align: center;
- font-size: 3rem;
- float: left;
- }
- .topTit{
- width: 100%;
- margin-top: 2%;
- background: #fff;
- }
- .topTitOne{
- width: 100%;
- padding-top: 3%;
- height: 6rem;
- background: #fff;
- line-height: 6rem;
- text-align: center;
- font-weight: bold;
- font-size: 2.1rem;
- }
- .topTitTwo{
- width: 96%;
- margin-left: 4%;
- height: 3rem;
- margin-bottom: 2%;
- background: #fff;
- text-align: left;
- border-bottom: 1px solid #ccc;
- font-size: 2rem;
- }
- .topTitThree{
- width: 96%;
- margin-left: 4%;
- height: 19rem;
- background: #fff;
- }
- .topTitThreeL{
- width: 70%;
- float: left;
- height: 18rem;
- background: #fff;
- margin-right: 5%;
- }
- .topTitThreeR{
- width: 21%;
- float: left;
- height: 5rem;
- background: #fff;
- padding-top: 12rem;
- }
- .txtOne{
- width: 100%;
- background: #fff;
- line-height: 3rem;
- font-size: 2rem;
- }
- .txtTwo{
- width: 100%;
- background: #fff;
- line-height: 3rem;
- font-size: 2rem;
- text-align: right;
- }
- .btnC{
- width: 100%;
- border-radius: 5%;
- border: none;
- height: 5rem;
- line-height: 5rem;
- background: #2577e3;
- color: #fff;
- font-size: 2rem;
- }
- .topTitFive{
- width: 92%;
- padding-left: 4%;
- padding-right: 4%;
- background: #fff;
- margin-bottom: 2%;
- }
- .topTitFiveT{
- width: 100%;
- background: #efefef;
- height: 6rem;
- }
- .detail{
- width: 25%;
- background: #2577e3;
- line-height: 6rem;
- color: #fff;
- text-align: center;
- font-size: 2.2rem;
- }
- .topFiveTit{
- width: 100%;
- padding-top: 3rem;
- padding-bottom: 3rem;
- text-align: center;
- background: #fff;
- font-size: 2.2rem;
- }
- .FiveTxt{
- width: 100%;
- line-height: 3rem;
- text-align: center;
- background: #fff;
- font-size: 2.2rem;
- }
- .di{
- background: #fff;
- padding-top: 6rem;
- padding-bottom: 3rem;
- }
|