| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- *{
- margin:0;
- padding: 0;
- font-family: '微软雅黑';
- }
- a h1, a h2, a h3, a h4, a h5, a h6 {
- margin-bottom: 5px;
- margin-top: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .tabLs{
- text-align:center;
- }
- .container{
- /*width:70%;*/
- margin-right: auto;
- margin-left: auto;
- padding-left: 15px;
- padding-right: 15px;
- }
- .tabLs>.li{
- padding:15px;
- cursor: pointer ;
- }
- .introduceContent{
- padding-top:20px;
- }
- .introduceContent>p{
- text-align: center;
- color: #606060;
- margin-bottom: 15px;
- position: relative;
- width: 100%;
- font-size: 20px;
- line-height: 30px;
- }
- .introduceContent>article>p{
- text-indent: 2em;
- line-height: 1.75em;
- position: relative;
- color: #606060;
- margin-bottom: 15px;
- font-size: 14px;
- }
- .corporationContent{
- padding-top:20px;
- }
- .corporationContent img {
- display: inline-block;
- max-width: 100%;
- }
- .corporationContent ul{
- padding-left:0;
- }
- .corporationContent ul li{
- list-style: none;
- display:inline-block;
- width:29%;
- margin:0.5%;
- padding:5px 15px 10px 15px;
- text-align: center;
- background-color:#FFFFFF;
- }
- .corporationContent ul li a{
- text-decoration: none;
- color:#303030;
- }
- .corporationContent ul li a h4{
- font-size:18px;
- padding:20px 0;
- font-weight:normal;
- }
- .corporationContent ul li a h4:hover{
- color: #f47d27;
- }
- .detailContent{
- margin-top:30px;
- }
- .detailContent>p{
- position: relative;
- width: 100%;
- text-align: center;
- font-size: 20px;
- line-height: 30px;
- color: #606060;
- margin-bottom: 15px;
- }
- .detailContent>div{
- text-align: center;
- }
- .detailContent>div>i{
- position: relative;
- display: inline-block;
- vertical-align: middle;
- margin-right: 15px;
- color: #909090;
- margin-bottom: 6px;
- }
- .detailContent>article>p{
- position: relative;
- color: #606060;
- margin-bottom: 15px;
- font-size:14px;
- }
|