123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- .index_foot {
- box-sizing: border-box;
- width: 1200px;
- margin: 0 auto;
- }
- .index_foot_name_box {
- margin: 40px auto 0px;
- text-align: center;
- font-size: 0px;
- }
- .index_foot_name {
- display: inline-block;
- height: 67px;
- line-height: 67px;
- color: #f2f9f4;
- font-size: 51px;
- font-weight: bold;
- overflow: hidden;
- }
- .index_foot_name:nth-of-type(even) {
- color: #333;
- font-size: 32px;
- }
- .foot_img_box {
- overflow: hidden;
- display: block;
- margin: 10px auto 0;
- width: 100%;
- // display: flex;
- // justify-content: space-between;
- // flex-wrap: wrap;
- }
- .foot_img_box>* {
- float: left;
- width: 170px;
- height: 57px;
- overflow: hidden;
- // box-sizing: border-box;
- // border: solid 1px #d7edd4;
- margin: 0px 36px 20px 0px;
- }
- .foot_img_box>* * {
- display: block;
- width: 170px;
- height: 57px;
-
- }
- .foot_img_box>*:nth-of-type(6n) {
- margin-right: 0px;
- }
- .foot_frind_box {
- display: block;
- margin: 20px auto 30px;
- overflow: hidden;
- display: flex;
- width: 100%;
- }
- .foot_frind_box span {
- word-break: keep-all;
- white-space: nowrap;
- line-height: 22px;
- font-size: 16px;
- color: #333;
- font-weight: bold;
- }
- .foot_frind_box div {
- width: 100%;
- overflow: hidden;
- }
- .foot_frind_box div * {
- float: left;
- line-height: 22px;
- height: 22px;
- color: #333;
- font-size: 16px;
- margin: 0 30px;
- }
- .call_us_box {
- display: block;
- width: 100%;
- margin: 40px auto 0;
- overflow: hidden;
- text-align: center;
- font-size: 0px;
- background: #dd7d18;
- a {
- color: #fff;
- }
- }
- .inner {
- width: 1200px;
- margin: 0 auto;
- }
- .inner>* {
- height: 12px;
- line-height: 12px;
- color: #fff;
- font-size: 14px;
- display: inline-block;
- box-sizing: border-box;
- padding: 0 19px;
- font-weight: bold;
- border-left: solid 1px #CB7113;
- margin: 18px 0;
- }
- .inner>*:nth-of-type(1) {
- border-left: 0px;
- }
- .foot_text_box {
- margin: 40px auto 0px;
- text-align: center;
- color: #333;
- font-size: 14px;
- line-height: 25px;
- // background-color: red;
- p {
- a {
- color: #333;
- font-size: 14px;
- }
- .webSitecolor {
- color: #dd7d18;
- }
- }
- }
- .foot_text_box :deep(a){color: #333;}
- // .foot_text_box a{}
- .top_content {
- padding: 0 170px;
- }
- .webSitecolor {
- color: #dd7d18;
- }
- .foot_text_box_green {
- color: #40663B;
- }
- .foot_text_box img {
- display: inline-block;
- height: 20px;
- vertical-align: middle;
- }
- .foot_logo_out {
- position: relative;
- margin: 0px auto;
- width: 100%;
- height: 0px;
- }
- .foot_logo_out * {
- width: 120px;
- display: block;
- }
- .foot_logo_out>* {
- position: absolute;
- top: -145px;
- }
- .foot_logo_out>*:nth-of-type(1) {
- left: 0px;
- }
- .foot_logo_out>*:nth-of-type(2) {
- right: 0px;
- }
- .foot_last_img_box {
- margin: 40px auto 10px;
- text-align: center;
- overflow: hidden;
- width: 100%;
- font-size: 0px;
- padding-bottom: 40px;
- }
- .foot_last_img_box>* {
- height: 50px;
- width: 120px;
- margin: 0px 13px;
- display: inline-block;
- overflow: hidden;
- }
- .foot_last_img_box>* * {
- display: block;
- height: 100%;
- width: 100%;
- overflow: hidden;
- }
|