123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- body {
- background-color: #f7f7f7;
- }
- .banner {
- width: 100%;
- height: 530px;
- }
- .banner img {
- width: 100%;
- height: 100%;
- display: block;
- }
- .contact-content {
- width: 100%;
- min-height: 1127px;
- position: relative;
- }
- .contact-content.consult {
- min-height: 1340px;
- }
- .contact-content .contact-main {
- width: 100%;
- min-height: 1224px;
- padding: 0 58px 58px 58px;
- box-sizing: border-box;
- background-color: #ffffff;
- position: absolute;
- top: -110px;
- left: 0;
- }
- .contact-content .contact-main.consult {
- min-height: 1440px;
- }
- .contact-content .contact-main .contact-title {
- width: 100%;
- height: 110px;
- float: left;
- }
- .contact-content .contact-main .contact-title .contact-title-l {
- float: left;
- position: relative;
- }
- .contact-content .contact-main .contact-title .contact-title-l::before {
- content: "";
- width: 24px;
- height: 4px;
- background-color: #0688d2;
- position: absolute;
- top: 50%;
- left: 0;
- }
- .contact-content .contact-main .contact-title .contact-title-l p {
- font-size: 24px;
- color: #505050;
- line-height: 110px;
- padding-left: 48px;
- position: relative;
- }
- .contact-content .contact-main .contact-title .contact-title-r {
- box-sizing: border-box;
- padding: 40px 0;
- float: right;
- }
- .contact-content .contact-main .contact-title .contact-title-r a {
- display: block;
- float: left;
- margin: 0 10px;
- font-size: 16px;
- color: #505050;
- line-height: 30px;
- text-align: center;
- }
- .contact-content .contact-main .contact-title .contact-title-r a:hover {
- color: #0688d2;
- text-decoration: underline;
- }
- .contact-content .contact-main .contact-image {
- width: 100%;
- height: 316px;
- float: left;
- }
- .contact-content .contact-main .contact-image img {
- width: 100%;
- height: 316px;
- display: block;
- }
- .contact-content .contact-main .contact-tell {
- width: 100%;
- height: 56px;
- float: left;
- margin-top: 120px;
- margin-bottom: 79px;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item {
- float: left;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item.mid {
- width: 254px;
- box-sizing: border-box;
- padding-left: 64px;
- position: relative;
- margin: 0 50px;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item.mid::before {
- content: "";
- width: 1px;
- height: 56px;
- background-color: #e3e6eb;
- position: absolute;
- left: 0;
- top: 0;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item.mid::after {
- content: "";
- width: 1px;
- height: 56px;
- background-color: #e3e6eb;
- position: absolute;
- right: 0;
- top: 0;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item h1 {
- font-weight: normal;
- font-size: 16px;
- line-height: 21px;
- margin-bottom: 16px;
- color: #999999;
- }
- .contact-content .contact-main .contact-tell .contact-tell-item p {
- font-weight: normal;
- font-size: 16px;
- line-height: 21px;
- color: #272727;
- }
- .contact-content .contact-main .contact-maps {
- width: 100%;
- height: 430px;
- float: left;
- }
- .contact-content .contact-main .contact-maps .contact-maps-Baidu {
- width: 100%;
- height: 100%;
- background-color: #000;
- text-align: center;
- font-size: 50px;
- font-weight: bold;
- line-height: 430px;
- color: #ffff;
- }
- .contact-content .contact-main .contact-join {
- width: 100%;
- height: auto;
- }
- .contact-content .contact-main .contact-join h1 {
- line-height: 100px;
- font-size: 24px;
- color: #272727;
- text-align: left;
- font-weight: normal;
- }
- .contact-content .contact-main .contact-join .contact-join-cell {
- width: 100%;
- height: 48px;
- box-sizing: border-box;
- border: 1px solid #dedede;
- padding: 8px 16px;
- position: relative;
- cursor: pointer;
- margin-bottom: 24px;
- }
- .contact-content .contact-main .contact-join .contact-join-cell.on {
- background-color: #0688d2;
- }
- .contact-content .contact-main .contact-join .contact-join-cell.on p {
- color: #fff;
- }
- .contact-content .contact-main .contact-join .contact-join-cell.on span {
- background: url(./img/contact-icon-down.png);
- }
- .contact-content .contact-main .contact-join .contact-join-cell p {
- font-size: 16px;
- line-height: 32px;
- color: #505050;
- }
- .contact-content .contact-main .contact-join .contact-join-cell span {
- display: block;
- width: 32px;
- height: 32px;
- background: url(./img/contact-icon-up.png);
- background-size: cover;
- position: absolute;
- right: 8px;
- top: 8px;
- }
- .contact-content .contact-main .contact-join .contact-join-main {
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 0 10px 32px 10px;
- display: none;
- }
- .contact-content .contact-main .contact-join .contact-join-main p {
- font-size: 16px;
- line-height: 33px;
- color: #505050;
- }
- .contact-content .contact-main .contact-consult {
- width: 100%;
- height: auto;
- float: left;
- margin-top: 80px;
- }
- .contact-content .contact-main .contact-consult .contact-form {
- width: 100%;
- min-height: 48px;
- padding: 0 16px;
- box-sizing: border-box;
- border: 1px solid #dedede;
- line-height: 48px;
- font-size: 16px;
- color: #505050;
- margin-bottom: 24px;
- }
- .contact-content .contact-main .contact-consult .contact-form.none {
- border: none;
- }
- .contact-content .contact-main .contact-consult .contact-form .label {
- width: 100px;
- line-height: 48px;
- float: left;
- }
- .contact-content .contact-main .contact-consult .contact-form .form-input {
- border: none;
- width: 940px;
- height: 44px;
- line-height: 44px;
- float: left;
- }
- .contact-content .contact-main .contact-consult .contact-form .form-select {
- border: none;
- width: 940px;
- height: 44px;
- line-height: 44px;
- float: left;
- }
- .contact-content .contact-main .contact-consult .contact-form .textarea {
- width: 948px;
- height: 161px;
- padding: 20px 0;
- border: none;
- resize: none;
- outline: none;
- }
- .contact-content .contact-main .contact-consult .contact-form .btn {
- width: 526px;
- height: 48px;
- line-height: 48px;
- display: block;
- margin: 0 auto;
- background-color: #0688d2;
- color: #fff;
- font-size: 16px;
- text-align: center;
- }
|