| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- .banner .info h2 {
- font-size: 26px;
- }
- .info h2 {
- font-size: 18px;
- color: #2d2d2d;
- margin-bottom: 10px;
- font-weight: bold;
- }
- .info p {
- color: #6b6b6b;
- font-size: 12px;
- line-height: 20px;
- }
- .banner {
- padding: 40px 20px 76px;
- background-color: #e6e6e6;
- }
- .banner > div {
- max-width: 1300px;
- margin: 0 auto;
- position: relative;
- }
- .banner img {
- width: 100%;
- }
- .banner .info {
- text-align: center;
- margin-bottom: 20px;
- }
- .content {
- margin: 0 auto;
- max-width: 1280px;
- padding: 0 20px;
- overflow: hidden;
- }
- .content > div {
- margin: 50px 0;
- }
- .cp_1 .info {
- text-align: center;
- margin-bottom: 30px;
- }
- .cp_1 .catg div {
- margin-bottom: 50px;
- }
- .cp_1 .catg div:hover img{
- transform: scale(1.1)
- }
- .cp_1 .catg div span {
- overflow: hidden;
- display: block;
- }
- .cp_1 .catg div img{
- display: block;
- width: 100%;
- transition: all .3s linear;
- }
- .cp_1 .catg div p {
- text-align: center;
- margin-top: 15px;
- font-size: 16px;
- font-weight: bold;
- color: #222222;
- }
- .cp_2 .info {
- margin-bottom: 30px;
- text-align: center;
- }
- .cp_3 .info {
- text-align: center;
- margin-bottom: 80px;
- }
- .ctrls > div {
- float: left;
- width: 50%;
- text-align: center;
- margin-bottom: 50px;
- }
- .ctrls > div > img {
- max-width: 100%;
- }
- .ctrls > div p {
- color: #222222;
- font-weight: bold;
- font-size: 14px;
- margin-top: 20px;
- }
- .cp_4 {
- max-width: 1260px;
- margin-left: auto;
- margin-right: auto;
- }
- .cp_4 .info {
- text-align: center;
- margin-bottom: 50px;
- }
- .chks > a {
- display: block;
- text-decoration: none;
- box-shadow: 0 0 15px rgba(0,0,0,0.2);
- background-color: #fff;
- margin-bottom: 80px;
- }
- .chks span {
- display: block;
- overflow: hidden;
- }
- .chks img {
- display: block;
- width: 100%;
- transition: transform .3s ease-out;
- }
- .chks img:hover {
- transform: scale(1.2)
- }
- .chks > a > div {
- padding: 30px 35px;
- }
- .chks h3 {
- font-size: 18px;
- color: #2d2d2d;
- margin-bottom: 15px;
- }
- .chks p {
- font-size: 14px;
- color: #6b6b6b;
- line-height: 24px;
- }
- .banner .info img {
- width: 50px;
- margin-bottom: 30px;
- }
- @media screen and (min-width: 1040px) {
- .banner {
- padding-top: 60px;
- }
- .info h2 {
- font-size: 30px;
- margin-bottom: 20px;
- }
- .banner h2 {
- font-size: 48px !important;
- }
-
- .ctrls > div {
- width: 25%;
- }
- .info p {
- font-size: 14px;
- line-height: 25px;
- }
-
- .banner > div {
- position: relative;
- padding-right: 430px;
- }
- .banner .info {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- max-width: 400px;
- right: 0;
- text-align: left;
- margin-bottom: 0;
- }
- .content > div {
- margin: 150px 0;
- }
- .cp_1 .info {
- margin-bottom: 80px;
- }
-
- .cp_1 .catg div {
- width: 40%;
- }
- .cp_1 .catg div:nth-child(1) {
- float: left;
- }
- .cp_1 .catg div:nth-child(2) {
- float: right;
- }
- .cp_2 .info {
- margin-bottom: 80px;
- }
- .ctrls > a {
- width: 25%;
- }
- .cp_4 .info {
- margin-bottom: 120px;
- }
- .chks > a {
- float: left;
- width: 31%;
- }
- .chks > a:nth-child(2) {
- margin-left: 3.5%;
- margin-right: 3.5%;
- }
- .chks p {
- min-height: 220px;
- }
- }
- @media screen and (min-width: 1220px) {
- .chks p {
- min-height: 170px;
- }
-
- }
|