diff --git a/about.html b/about.html index 13b8df4..0aaf4a4 100644 --- a/about.html +++ b/about.html @@ -34,11 +34,6 @@ - -
+ +
@@ -82,7 +77,7 @@
-
+

四川蜀能矿产有限责任公司

Sichuan Shuneng Mineral Co., Ltd
@@ -328,5 +323,18 @@
- + + \ No newline at end of file diff --git a/business-02.html b/business-02.html index dcf3407..2f62c76 100644 --- a/business-02.html +++ b/business-02.html @@ -13,7 +13,7 @@ - 走进蜀能-四川蜀能矿产有限责任公司 + 主营业务-四川蜀能矿产有限责任公司 @@ -34,11 +34,6 @@
- -
+ +
diff --git a/business.html b/business.html index d5b0144..cf78903 100644 --- a/business.html +++ b/business.html @@ -13,7 +13,7 @@ - 走进蜀能-四川蜀能矿产有限责任公司 + 主营业务-四川蜀能矿产有限责任公司 @@ -34,11 +34,6 @@
- -
+ +
diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..2f9e0a9 --- /dev/null +++ b/contact.html @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + 信息公开-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

联系方式

+ contact information +
+
+
    +
  • + + + +

    028-12345678

    +
  • +
  • + + + +

    11111111@shunengkc.com

    +
  • +
  • + + + +

    四川省乐山市马边彝族自治县民建镇红旗 大道一层至上层(5号景观房)

    +
  • +
  • + +

    扫一扫
    关注蜀能矿业

    +
  • +
+
+ + +
+ 在线留言 +

+ 您可以把您的留言或者业务需求通过下列表单反馈给我们。或者,您也可以给我们的邮箱s1111111111@11111.com.cn发送邮件。
我们收到您的信息之后将会转给相关业务人员,并在第一时间与您联系。谢谢! +

+
+
+ + + +
+ +
+
+
+
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/css/new_file.html b/css/new_file.html deleted file mode 100644 index c1c481a..0000000 --- a/css/new_file.html +++ /dev/null @@ -1,203 +0,0 @@ - - - Swiper demo - - - - - - - - - - - -
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
-
- -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- - - - - - - - - \ No newline at end of file diff --git a/css/style.css b/css/style.css index 1b29284..f99279c 100644 --- a/css/style.css +++ b/css/style.css @@ -19,14 +19,14 @@ font-family:"AlibabaSans-Light"; src: url(../fonts/AlibabaSans-Light.otf); } - -/* 隐藏手机端样式 */ -.wap-show{ - display: none; -} /* 头部 */ .header{ height: 90px; + background-color: #FFFFFF; + position: fixed; + left: 0; + top: 0; + z-index: 999; } .header .head{ display: flex; @@ -43,7 +43,7 @@ } .logo span{ display: block; - font-size: 12rpx; + font-size: 12px; line-height: 1.5; opacity: .7; } @@ -65,6 +65,22 @@ color: #FFFFFF; padding: 0 40px; } +.nav-bg{ + display: none; +} +.head .head-btn{ display: none; width: 20px; float: right; position: relative; cursor: pointer; margin-top: 5px; z-index: 999;} +.head .head-btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #262626; border-radius: 50px; + transition: all .5s ease 0s; + -webkit-transition: all .5s ease 0s; + -moz-transition: all .5s ease 0s; +} +.head .head-btn i.bar-top{ margin-top: 0;} +.head .head-btn i.bar-cen{ margin-top: 5px;} +.head .head-btn i.bar-bom{ margin-top: 5px;} +.head .head-btn.cur i{background-color: #262626;} +.head .head-btn.cur i.bar-cen{ opacity: 0;} +.head .head-btn.cur i.bar-top{ -webkit-transform:rotate(45deg) translate(5px, 5px);transform:rotate(45deg) translate(5px, 5px);} +.head .head-btn.cur i.bar-bom{ -webkit-transform: rotate(-45deg) translate(5px, -5px);transform: rotate(-45deg) translate(5px, -5px);} /* 轮播样式 */ .banner-swiper { @@ -72,6 +88,7 @@ height: 820px; position: relative; background-color: #FFFFFF; + margin-top: 90px; } .banner-swiper .swiper-slide { position: relative; @@ -297,8 +314,6 @@ margin: 10px 0; } .index-news-list li>a{ - display: flex; - align-items: center; width: 85%; } .index-news-list li>a::before{ @@ -307,7 +322,8 @@ width: 6px; height: 6px; background-color: #aaaaaa; - margin-right: 10px; + margin:12px 10px 0 0; + float: left; } .index-news-list li>span{ font-size: 13px; @@ -465,7 +481,7 @@ color: #de0011; margin-top: 30px; } -.index-about-left p{ +.index-about-left>p{ font-size: 14px; line-height: 1.8; text-align: justify; @@ -656,7 +672,15 @@ position: absolute; bottom: 0; left: 0; - z-index: 999; + z-index: 99; +} +.pull-item.pull-item-fixed{ + width: 1690px; + position: fixed; + top: 90px; + left: 50%; + transform: translateX(-50%); + z-index: 99; } .pull-item li>a{ line-height: 58px; @@ -1063,7 +1087,7 @@ display: block; font-size: 15px; line-height: 1.5; - padding: 8px 0; + padding: 15px 0; opacity: .8; border-bottom: 1px solid #e3e3e3; } @@ -1299,9 +1323,384 @@ .area-list li:nth-of-type(25){ background-color: #FFFFFF; } -@media screen and (max-width:10px){ - .head{ - width: 90%; + +/* 党群纪检 */ +.inspect-img, +.inspect-txt>span{ + display: none; +} +.inspect-list li{ + margin-bottom: 20px; + padding: 24px 30px; + background-color: rgba(255,255,255,0.5); +} +.inspect-list li>a{ + display: flex; + justify-content: space-between; + align-items: center; +} +.inspect-time{ + width: 80px; + padding-right: 20px; + border-right: 1px solid #ebebeb; + text-align: right; +} +.inspect-time strong{ + font-size: 30px; +} +.inspect-time span{ + font-size: 15px; + opacity: .6; +} +.inspect-txt{ + width: calc(100% - 100px); +} +.inspect-txt h4{ + font-size: 20px; + line-height: 1.5; + font-weight: normal; +} +.inspect-txt p{ + font-size: 14px; + line-height: 1.8; + opacity: .7; + margin-top: 10px; +} +.inspect-list li:hover .inspect-txt{ + width: calc(100% - 423px); +} + +.inspect-list li:hover .inspect-img{ + display: block; +} +.inspect-list li:hover .inspect-time{ + display: none; +} +.inspect-list li:hover .inspect-txt h4{ + color: #de0011; +} +.inspect-img{ + width: 403px; + height: 270px; + overflow: hidden; +} +.inspect-img img{ + width: 100%; + min-height: 270px; +} +.inspect-list li:hover .inspect-txt>span{ + display: flex; + justify-content: space-between; + align-items: center; + height: 30px; + font-size: 13px; + line-height: 30px; + color: rgba(38,38,38,0.6); + margin-top: 60px; +} +.inspect-list li:hover .inspect-txt>span>em{ + width: 53px; + height: 11px; + background-image: url(../imgs/news-more.png); + background-size: 100%; +} + +/* 分页 */ +.inspect-page{ + padding: 30px 0 35px; +} +.inspect-prev>ins{ + margin-right: 22px; +} +.inspect-next>ins{ + margin-left: 22px; +} + +/* 企业文化 */ +.enterprise-list{ + margin-bottom: 15px; +} +.enterprise-list li{ + display: flex; + justify-content: space-between; + margin-top: 30px; +} +.enterprise-list li:first-child{ + margin-top: 10px; +} +.enterprise-list li:nth-of-type(odd){ + flex-direction: row-reverse; +} +.enterprise-img{ + width: 50%; + height: 370px; + overflow: hidden; +} +.enterprise-img img{ + width: 100%; + min-height: 370px; +} +.enterprise-txt{ + width: 50%; + height: 370px; + padding-top: 95px; + background-color: #FFFFFF; + box-shadow: 0 0 9px rgba(201,201,201,0.3); + border-radius: 2px; + text-align: center; +} +.enterprise-txt img{ + width: 64px; + height: 64px; + margin: 0 auto; +} +.enterprise-txt h4{ + font-size: 26px; + line-height: 1.2; + margin: 20px 0 15px; +} +.enterprise-txt p{ + padding: 0 21%; + font-size: 14px; + line-height: 1.8; + margin: 10px 0; + opacity: .8; +} + +/* 团队风采 */ +.team-style-swiper{ + width: 100%; + overflow: hidden; +} +.team-style-swiper .swiper-slide img{ + width: 100%; +} +.team-list-other{ + margin-top: 40px; + padding: 15px 25px 25px; + background-color: #FFFFFF; +} +.team-list-other li{ + display: flex; + justify-content: space-between; + align-items: center; + border-bottom: 1px dashed #c9c9c9; + overflow: hidden; +} +.team-list-other li>a{ + width: 88%; + font-size: 16px; + line-height: 3; +} +.team-list-other li>a::before{ + content: ""; + display: block; + width: 6px; + height: 6px; + background-color: #262626; + transform:rotate(45deg); + -ms-transform:rotate(45deg); /* IE 9 */ + -moz-transform:rotate(45deg); /* Firefox */ + -webkit-transform:rotate(45deg); /* Safari 和 Chrome */ + -o-transform:rotate(45deg); /* Opera */ + margin: 21px 10px 0 3px; + float: left; +} +.team-list-other li>span{ + font-size: 16px; + line-height: 3; + opacity: .8; +} + +/* 社会责任 */ +.social-list{ + margin-top: -30px; +} +.social-list li{ + background-color: #FFFFFF; + margin-top: 40px; +} +.social-list li>a{ + display: flex; + justify-content: space-between; + align-items: center; +} +.social-txt{ + width: 50%; + padding: 28px; +} +.social-txt h4{ + font-size: 24px; + line-height: 1.5; + font-weight: normal; + margin-bottom: 15px; +} +.social-txt p{ + font-size: 14px; + line-height: 2; + text-align: justify; +} +.social-img{ + width: 50%; + height: 428px; + overflow: hidden; +} +.social-img img{ + width: 100%; + min-height: 428px; +} + +/* 信息公开 */ +.information-content{ + display: flex; + justify-content: space-between; + margin-bottom: 45px; +} +.information-txt{ + width: 55%; + font-size: 14px; + line-height: 2; + text-align: justify; +} +.information-txt p{ + margin-top: 35px; +} +.information-img{ + display: flex; + justify-content: flex-end; + width: 40%; +} +.information-img img{ + width: 98%; + height: auto; +} +/* 经营成果 */ +.results-content{ + font-size: 14px; + line-height: 2; + margin: -15px 0 15px; +} +.results-content img{ + max-width: 100%; + margin: 0 auto; +} +.results-content p{ + margin-top: 35px; +} + +/* 公开指南 */ +.guide-list{ + margin-top: 15px; +} +.guide-list li{ + margin-bottom: 20px; + padding: 24px 30px; + background-color: rgba(255,255,255,0.5); +} +.guide-list li>a{ + display: flex; + justify-content: space-between; + align-items: center; +} +.guide-list li:hover .inspect-time, +.guide-list li:hover .inspect-txt{ + color: #de0011; +} + + +/* 联系我们 */ +.contact-content{ + padding: 30px; + background-color: #FFFFFF; + margin-top: 8px; +} +.contact-top{ + display: flex; + justify-content: space-between; +} +.contact-top li{ + width: 25%; + padding: 25px 20px 0; + border-left: 1px solid #e8e8e8; +} +.contact-top li:first-child{ + border: 0; +} +.contact-top li>span{ + display: flex; + justify-content: center; + align-items: center; + width: 80px; + height: 80px; + box-shadow: 0 0 20px rgba(201,201,201,.3); + border-radius: 100%; + margin: 0 auto 40px; +} +.contact-top li>span img{ + height: 28px; +} +.contact-top li>p{ + font-size: 15px; + line-height: 1.8; + text-align: center; +} +.contact-top li>img{ + width: 105px; + height: 105px; + margin: -12px auto 28px; +} +.contact-map{ + height: 400px; + margin: 30px 0 40px; +} + +/* 留言 */ +.contact-form>strong{ + display: block; + font-size: 28px; + color: #de0011; + margin-bottom: 10px; +} +.contact-form>p{ + font-size: 15px; + line-height: 1.8; +} +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: rgba(38,38,38,0.5); +} +.form-top{ + display: flex; + justify-content: space-between; + margin-top: 20px; +} +.form-top input, +.form-txt>textarea{ + width: 31.5%; + height: 60px; + padding: 0 17px; + background-color: #f4f5f7; + border: 1px solid #ebecf3; + font-size: 15px; +} +.form-txt>textarea{ + width: 100%; + height: 190px; + padding: 10px 17px; + margin-top: 12px; + line-height: 1.8; +} + + +@media screen and (max-width:1690px){ + .w1690{ + width: 94%; + } + .logo h1{ + font-size: 24px; + } + .nav li>a{ + padding: 0 30px; } } @media screen and (max-width:1440px){ @@ -1321,21 +1720,326 @@ @media screen and (max-width:980px){ } -@media screen and (max-width:900px){ - .w1160{ - width: 94% !important; - } -} -@media screen and (max-width:768px){ - /* 显示手机端样式 */ - .wap-show{ +@media screen and (max-width:860px){ + .w1690{ + width: 95%; + } + .content .w1690{ + width: 100%; + } + .w1280{ + width: 95%; + } + /* 头部 */ + .header{ + height: 70px; + background-color: rgba(255,255,255,1); + } + .head{ + width: 92%; + height: 70px; + } + .logo h1{ + font-size: 20px; + } + .head .head-btn{ display: block; + margin: 0; + } + .head .nav{ + display: block; + width: 38vw; + height: 100vh; + background-color: #FFFFFF; + position: fixed; + padding-top: 70px; + top: 0px; + right: -38vw; + z-index: 999; + transition: all .6s; + } + .head .nav.active{ + right: 0; + transition: all .6s; + } + .head .nav-bg{ + width: 100vw; + height: 100vh; + background-color: rgba(0,0,0,0.5); + position: fixed; + top: 0; + left: 0; + z-index: 200; + transition: all .6s; + } + .head .nav-bg.active{ + display: block; + opacity: 1; + transition: all .6s; + } + .head .nav li{ + margin: 0; + padding: 0; + height: auto; + } + .head .nav li>a{ + width: 100%; + font-size: 15px; + margin: 0; + padding: 0; + line-height: 60px; + text-align: center; + } + .head .nav li.active>a{ + font-weight: normal; + border: 0; + color: #FFFFFF; + + } + + /* banner */ + .banner-swiper{ + width: 100%; + height: 280px; + margin-top: 70px; + } + .banner-title{ + width: 80%; + top: 43%; + } + .banner-title h2{ + font-size: 30px; + } + .banner-title p{ + font-size: 16px; + } + .banner-title span{ + font-size: 12px; + } + .index-news-information{ + flex-wrap: wrap; + margin-top: 25px; + } + .index-news-first{ + padding: 10px; + } + .index-news{ + width: 100%; + flex-wrap: wrap; + } + .index-news-all{ + margin-top: 12px; + } + .index-news>div{ + width: 100%; + } + .left-img{ + height: 254px; + overflow: hidden; + } + .left-img img{ + min-height: 254px; + } + .index-news-right{ + margin-top: 20px; + } + .index-title ins{ + font-size: 50px; + } + .index-title-item{ + margin-bottom: 8px; + } + .index-title-item li{ + font-size: 16px; + } + .index-news-first>a{ + flex-wrap: wrap; + } + .index-news-first>a>div{ + width: 100%; + } + .index-news-first{ + height: auto; + } + .first-img{ + width: 100%; + height: 235px; + margin-bottom: 15px; + overflow: hidden; + } + .first-img img{ + width: 100%; + min-height: 235px; + } + .index-news-list li>a{ + width: 83%; + } + .index-news-list li>a::before{ + width: 4px; + height: 4px; + margin: 13px 6px 0 0 ; + } + .index-information{ + width: 100%; + } + .index-information-title, + .index-information-list{ + padding: 0 15px; + } + .index-business{ + margin-top: 25px; + height: 500px; + } + .index-business-list li{ + height: 500px; + } + .index-business-list li img{ + min-height: 500px; + } + .index-business-txt{ + width: 86%; + top: 13%; + transform: translate(-50%,-10%); + } + .ndex-business-title h3{ + font-size: 30px; + } + .ndex-business-title span{ + font-size: 16px; + } + .index-business-item{ + height: 70px; + } + .index-business-item li>img{ + width: 30px; + height: 30px; + margin-top: 10px; + } + .index-business-item li>p{ + font-size: 12px; + } + .index-about{ + margin-top: 25px; + padding: 10px; + position: relative; + margin-bottom: 25px; + } + .index-about-top{ + flex-wrap: wrap; + } + .index-about-top>div{ + width: 100%; + } + .index-about-right{ + position: absolute; + right: 10px; + top: 20px; + } + .index-about-right img{ + height: 45px; + } + .corporate-name{ + margin-top: 10px; + } + .index-about-left .more{ + margin: 20px auto 0; + } + .index-about-bottom{ + flex-wrap: wrap; + margin-top: 10px; + } + .index-about-bottom>li{ + width: 100%; + margin: 10px 0; + padding: 25px 0; + } + .index-about-bottom li p{ + padding: 0 10%; + } + .foot{ + flex-wrap: wrap; + padding: 20px 10px; + } + .foot>div{ + width: 100%; + } + .foot-left>p{ + text-align: justify; + } + .foot-left>span{ + margin: 20px 0; + } + .links{ + width: 100%; + height: 36Wpx; + } + .links .links-item{ + top: 0; + transform: translateY(-100%); + } + .links:hover .links-item{ + height: auto; + padding: 10px 15px; + border-top: none; + border-bottom: 1px solid rgba(255,255,255,.8); + } + .links p{ + line-height: 36px; + } + .links p>img{ + transform:rotate(180deg); + -ms-transform:rotate(180deg); /* IE 9 */ + -moz-transform:rotate(180deg); /* Firefox */ + -webkit-transform:rotate(180deg); /* Safari 和 Chrome */ + -o-transform:rotate(180deg); /* Opera */ + } + .links:hover p>img{ + transform:rotate(0); + -ms-transform:rotate(0); /* IE 9 */ + -moz-transform:rotate(0); /* Firefox */ + -webkit-transform:rotate(0); /* Safari 和 Chrome */ + -o-transform:rotate(0); /* Opera */ + } + .foot-right{ + max-width: 100%; + } + .follow{ + margin-top: 20px; + } + + .pull-item li>a{ + padding: 0 8px; + font-size: 15px; + } + .pull-item-02 li>a{ + padding: 0 5px; + font-size: 14px; + } + .section{ + padding: 25px 0; + } + .abstract-txt p, + .speech-txt p{ + margin-top: 15px; + } + .abstract-txt img{ + margin: 15px auto; + } + .team-list .team-item{ + width: 100%; + margin: 0 0 20px 0; + } + .team-swiper{ + padding-bottom: 30px; + } + .organization-img{ + margin-top: 20px; + } + .organization-img img{ + width: 98%; } } @media screen and (max-width:350px){ -} - - - +} \ No newline at end of file diff --git a/culture.html b/culture.html new file mode 100644 index 0000000..059dce8 --- /dev/null +++ b/culture.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + 企业文化-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

企业理念

+ Enterprise concept +
+
    +
  • +
    + 企业愿景 +
    +
    + 企业愿景 +

    企业愿景

    +

    文字后台替换四川蜀能矿产有限责任公司成立于 四川路桥建设集团股份有限公司

    +
    +
  • +
  • +
    + 核心价值观 +
    +
    + 核心价值观 +

    核心价值观

    +

    文字后台替换四川蜀能矿产有限责任公司成立于 四川路桥建设集团股份有限公司

    +
    +
  • +
  • +
    + 战略&经营理念 +
    +
    + 战略&经营理念 +

    战略&经营理念

    +

    文字后台替换四川蜀能矿产有限责任公司成立于 四川路桥建设集团股份有限公司

    +
    +
  • +
+
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/guide.html b/guide.html new file mode 100644 index 0000000..8d2c2ef --- /dev/null +++ b/guide.html @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + 信息公开-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

公开指南

+ Public Guide +
+ +
+
+ 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + > + 下一页 +
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/imgs/banner/contact-banner.jpg b/imgs/banner/contact-banner.jpg new file mode 100644 index 0000000..ce182a0 Binary files /dev/null and b/imgs/banner/contact-banner.jpg differ diff --git a/imgs/banner/culture-banner.jpg b/imgs/banner/culture-banner.jpg new file mode 100644 index 0000000..93cf50a Binary files /dev/null and b/imgs/banner/culture-banner.jpg differ diff --git a/imgs/banner/information-banner.jpg b/imgs/banner/information-banner.jpg new file mode 100644 index 0000000..6148445 Binary files /dev/null and b/imgs/banner/information-banner.jpg differ diff --git a/imgs/banner/inspect-banner.jpg b/imgs/banner/inspect-banner.jpg new file mode 100644 index 0000000..9f2a809 Binary files /dev/null and b/imgs/banner/inspect-banner.jpg differ diff --git a/imgs/culture-01.jpg b/imgs/culture-01.jpg new file mode 100644 index 0000000..b5dbd96 Binary files /dev/null and b/imgs/culture-01.jpg differ diff --git a/imgs/culture-02.jpg b/imgs/culture-02.jpg new file mode 100644 index 0000000..0ea5129 Binary files /dev/null and b/imgs/culture-02.jpg differ diff --git a/imgs/culture-03.jpg b/imgs/culture-03.jpg new file mode 100644 index 0000000..7cca60a Binary files /dev/null and b/imgs/culture-03.jpg differ diff --git a/imgs/ewm.png b/imgs/ewm.png new file mode 100644 index 0000000..006b3be Binary files /dev/null and b/imgs/ewm.png differ diff --git a/imgs/icomap.png b/imgs/icomap.png new file mode 100644 index 0000000..58b1fcb Binary files /dev/null and b/imgs/icomap.png differ diff --git a/imgs/icon-addr.png b/imgs/icon-addr.png new file mode 100644 index 0000000..8d3e99d Binary files /dev/null and b/imgs/icon-addr.png differ diff --git a/imgs/icon-email.png b/imgs/icon-email.png new file mode 100644 index 0000000..1009d63 Binary files /dev/null and b/imgs/icon-email.png differ diff --git a/imgs/icon-phone.png b/imgs/icon-phone.png new file mode 100644 index 0000000..18bc0d2 Binary files /dev/null and b/imgs/icon-phone.png differ diff --git a/imgs/information.png b/imgs/information.png new file mode 100644 index 0000000..26ae9cc Binary files /dev/null and b/imgs/information.png differ diff --git a/imgs/inspect-detail.jpg b/imgs/inspect-detail.jpg new file mode 100644 index 0000000..5d0dc8d Binary files /dev/null and b/imgs/inspect-detail.jpg differ diff --git a/imgs/inspect-list.jpg b/imgs/inspect-list.jpg new file mode 100644 index 0000000..9d1fc81 Binary files /dev/null and b/imgs/inspect-list.jpg differ diff --git a/imgs/results.jpg b/imgs/results.jpg new file mode 100644 index 0000000..f05c697 Binary files /dev/null and b/imgs/results.jpg differ diff --git a/imgs/social-list.jpg b/imgs/social-list.jpg new file mode 100644 index 0000000..5d028fe Binary files /dev/null and b/imgs/social-list.jpg differ diff --git a/index.html b/index.html index 0054b1c..b52b567 100644 --- a/index.html +++ b/index.html @@ -34,11 +34,6 @@
- -
+ +
diff --git a/information.html b/information.html new file mode 100644 index 0000000..6ab993a --- /dev/null +++ b/information.html @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + 信息公开-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

基本信息

+ essential information +
+
+
+

+ 公司成立于2021年12月30日,系由四川路桥建设集团股份有限公司(以下简称四川路桥公司)、四川省新能源动力股份有限公司(以下简称川能动力)、马边彝族自治县禾丰国有资产有限公司(以下简称马边国资公司)以及比亚迪股份有限公司(以下简称比亚迪公司)共同投资成立的有限责任公司,公司设立时注册资本为人民币50,000.00万元,其中四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。

+ 预计2022年6月将完成增资,截至2022年12月31日,本公司注册资本将达到人民币100,000.00万元,实收资本为人民币100,000.00万元。其中增资部分四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
公司统一社会信用代码:91511133MA7F4YKL7P法定代表人:徐开贵
注册地址:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) +

+
+
+ +
+
+
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/inspect-detail.html b/inspect-detail.html index b021d8e..8e0e750 100644 --- a/inspect-detail.html +++ b/inspect-detail.html @@ -1,9 +1,144 @@ - + - - + + + + + + + + + + + + + 党群纪检-四川蜀能矿产有限责任公司 + + + + + + + + - + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+

蜀道新制式轨道集团领导赴都金公司开展年春节送温暖慰问活动暨安全环保督察工作

+ 发布时间:2020-04-24来源:本站原创点击次数:657次 +
+

+ 成立于2021年12月30日,系由四川路桥建设集团股份有限公司(以下简称四川路桥公司)、四川省新能源动力股份有限公司(以下简称川能动力)、马边彝族自治县禾丰国有资产有限公司(以下简称马边国资公司)以及比亚迪股份有限公司(以下简称比亚迪公司)共同投资成立的有限责任公司,公司设立时注册资本为人民币50,000.00万元,其中四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
预计2022年6月将完成增资,截至2022年12月31日,本公司注册资本将达到人民币100,000.00万元,实收资本为人民币100,000.00万元。其中增资部分四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
公司统一社会信用代码:91511133MA7F4YKL7P法定代表人:徐开贵
注册地址:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) +

+

+

+ 成立于2021年12月30日,系由四川路桥建设集团股份有限公司(以下简称四川路桥公司)、四川省新能源动力股份有限公司(以下简称川能动力)、马边彝族自治县禾丰国有资产有限公司(以下简称马边国资公司)以及比亚迪股份有限公司(以下简称比亚迪公司)共同投资成立的有限责任公司,公司设立时注册资本为人民币50,000.00万元,其中四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
+ 预计2022年6月将完成增资,截至2022年12月31日,本公司注册资本将达到人民币100,000.00万元,实收资本为人民币100,000.00万元。其中增资部分四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
+ 公司统一社会信用代码:91511133MA7F4YKL7P法定代表人:徐开贵
+ 注册地址:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) +

+
+ + +
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
- + \ No newline at end of file diff --git a/inspect.html b/inspect.html index e4db7a0..0b15c92 100644 --- a/inspect.html +++ b/inspect.html @@ -13,7 +13,7 @@ - 走进蜀能-四川蜀能矿产有限责任公司 + 党群纪检-四川蜀能矿产有限责任公司 @@ -34,11 +34,6 @@
- -
+ +
@@ -61,18 +56,19 @@ @@ -84,7 +80,146 @@ Party masses work
diff --git a/js/bdmap.js b/js/bdmap.js index 4e598c4..6a57813 100644 --- a/js/bdmap.js +++ b/js/bdmap.js @@ -67,9 +67,9 @@ document.write(' + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

经营成果

+ Operating results +
+
+

+

+ 公司成立于2021年12月30日,系由四川路桥建设集团股份有限公司(以下简称四川路桥公司)、四川省新能源动力股份有限公司(以下简称川能动力)、马边彝族自治县禾丰国有资产有限公司(以下简称马边国资公司)以及比亚迪股份有限公司(以下简称比亚迪公司)共同投资成立的有限责任公司,公司设立时注册资本为人民币50,000.00万元,其中四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。

+

预计2022年6月将完成增资,截至2022年12月31日,本公司注册资本将达到人民币100,000.00万元,实收资本为人民币100,000.00万元。其中增资部分四川路桥公司出资33,500.00万元,出资比例67%;川能动力出资10,000.00万元,出资比例20.00%,马边国资公司出资6000.00万元(资产),出资比例12%,比亚迪公司出资500万元,出资比例1%。
公司统一社会信用代码:91511133MA7F4YKL7P法定代表人:徐开贵
注册地址:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) +

+
+
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/social.html b/social.html new file mode 100644 index 0000000..91de871 --- /dev/null +++ b/social.html @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + 企业文化-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

社会责任

+ social responsibility +
+ +
+
+ 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + > + 下一页 +
+
+
+ +
+
+
+

Add:四川省乐山市马边彝族自治县民建镇红旗大道一层至上层(5号景观房) | Tel:028-12345678 | Fax:028-12345678

Email:11111111@shunengkc.com

+ Copyright ©2022 四川蜀能矿产有限责任公司. All Rights Reserved +
+
+ + + +
+
+
+ + \ No newline at end of file diff --git a/team.html b/team.html new file mode 100644 index 0000000..da97e45 --- /dev/null +++ b/team.html @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + 企业文化-四川蜀能矿产有限责任公司 + + + + + + + + + + + +
+
+ + + + + + +
+ + + +
+
+
+ + + +
+
+
+
+

团队风采

+ Team style +
+ + +
+
+ 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + > + 下一页 +
+
+
+ + + + \ No newline at end of file