diff --git a/public/css/common.css b/public/css/common.css index 13c684d..432e46b 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -2,110 +2,112 @@ @charset "utf-8"; /* reset section */ *{ - padding:0; - margin:0; - -webkit-font-smoothing: antialiased; - font-family: "微软雅黑" !important; - color: #333333; - box-sizing: border-box; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; + padding:0; + margin:0; + -webkit-font-smoothing: antialiased; + font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei'; + color: #333333; + box-sizing: border-box; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; -o-box-sizing: border-box; word-break: break-word; - word-break: break-all;/*英文不溢出*/ + word-break: break-all;/*英文不溢出*/ } html,body{ - margin: 0; - padding: 0; + margin: 0; + padding: 0; } -a{ - text-decoration:none; - cursor:pointer; - outline:none; +a{ + text-decoration:none; + cursor:pointer; + outline:none; } h1,h2,h3,h4,h5,h6{ - font-weight: normal; + font-weight: normal; } input:focus { - outline:none; + outline:none; } button{ - cursor:pointer; - border:none; - outline:none; - background:none; + cursor:pointer; + border:none; + outline:none; + background:none; } -img{ - border: none; - width: 100%; - max-width: 100%; - display: block; +img{ + border: none; + width: 100%; + max-width: 100%; + display: block; } -object { - max-width: 100%; +object { + max-width: 100%; } ul,li { - list-style: none; - list-style-type:none; - text-transform:capitalize;/*首字母大写*/ - margin: 0; - padding: 0; + list-style: none; + list-style-type:none; + text-transform:capitalize;/*首字母大写*/ + margin: 0; + padding: 0; } -table{ - border-collapse:collapse; - border-spacing:0; +table{ + border-collapse:collapse; + border-spacing:0; } -table td{ +table td{ + } -input{ - border:none; - background:none; - outline:none; - margin: 0; - padding: 0; +input{ + border:none; + background:none; + outline:none; + margin: 0; + padding: 0; } button{ - margin: 0; - padding: 0; + margin: 0; + padding: 0; } /*所有元素去高光*/ a,img,button,input,textarea,div{ - -webkit-tap-highlight-color:rgba(255,255,255,0); + -webkit-tap-highlight-color:rgba(255,255,255,0); } input,textarea{ + } -select::-ms-expand { - display: none; +select::-ms-expand { + display: none; } input,img,button{ - vertical-align:middle; - font-family: "微软雅黑"; + vertical-align:middle; + font-family: "微软雅黑"; } .left{ - display: block; - float: left; + display: block; + float: left; } .right{ - display: block; - float: right; + display: block; + float: right; } -.hide{ - display: none; +.hide{ + display: none; } -.clear{ - clear: both; +.clear{ + clear: both; } .clearfloat:after{ - display: block; - clear: both; - content: ""; - visibility: hidden; - height: 0; + display: block; + clear: both; + content: ""; + visibility: hidden; + height: 0; } .clearfloat{ - zoom:1 + zoom:1 } @@ -114,29 +116,29 @@ input,img,button{ /*一行超出变..*/ .elli{ - display: block; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - word-break:break-all; + display: block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + word-break:break-all; } /*超2行变...*/ .over-line2{ - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 2; - overflow: hidden; - word-break:break-all; - word-wrap:break-word; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; + word-break:break-all; + word-wrap:break-word; } /*超3行变...*/ .over-line3{ - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; - overflow: hidden; - word-break:break-all; - word-wrap:break-word; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + overflow: hidden; + word-break:break-all; + word-wrap:break-word; } /*盒子模型*/ .flex-box{ diff --git a/public/css/style.css b/public/css/style.css index ef445f9..827ea5d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,692 +15,1235 @@ -moz-osx-font-smoothing: grayscale; } .header{ - background-color: #017d8e; - width: 100%; - height: 150px; - box-sizing: border-box; + width: 100%; + background-color: #FFFFFF; } -.headerbox{ - width: 1200px; - margin: auto; +.h_topbox{ + width: 100%; + height: 40px; + line-height: 40px; + background-color: #f7f7f7; +} +.h_top{ + width: 1200px; + margin: auto; +} +.h_item{ + font-size: 14px; + color: #666; +} +.h_home li{ + display: inline-block; + font-size: 14px; + color: #666666; + padding-right: 10px; +} +.h_home a{ + display: block; + font-size: 14px; + float: left; + margin-left: 10px; + color: #666666; +} +.h_home a:hover{ + color: #ff9a22; +} +.h_down{ + width: 1200px; + margin: auto; } .logo{ - width: 649px; - margin-top: 30px; -} -.search{ - margin-top: 34px; -} -.search .sch_up ul li{ - display: inline-block; - padding: 5px 12px; - font-size: 14px; -} -.search .sch_up{ - text-align: right; -} -.search .sch_up ul li a{ - color: #FFFFFF; -} -.search .sch_down{ - margin-top: 5px; + width: 402px; + padding: 30px 0; } .sch_downbox{ - width: 300px; - height: 40px; - line-height: 40px; - padding: 3px; - background-color: #FFFFFF; - border-radius: 20px; + width: 360px; + height: 44px; + line-height: 44px; + border-radius: 30px; + margin-top: 40px; + border: 1px #cccccc solid; } .sch_downbox input{ - width: 260px; - height: 100%; - float: left; - background-color: #FFFFFF; - border-radius: 20px; - padding: 0 26px; - color: #999; + width: 280px; + height: 100%; + float: left; + background-color: #FFFFFF; + border-top-left-radius: 30px; + border-bottom-left-radius: 30px; + padding-left: 14px; + color: #999; } .sch_img{ - display: block; - width: 34px; - height: 34px; - line-height: 34px; - border-radius: 50%; - background-color: #e1ca00; + display: block; + width: 60px; + height: 44px; + line-height: 44px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + color: #FFFFFF; + padding-left: 8px; } .sch_img img{ - width: 18px; - text-align: center; - margin: 7px auto; + width: 24px; + text-align: center; + margin: 10px 4px; + float: left; } -.contant{ -} -/* bananer */ -.banner{ - height: 100%; - overflow: hidden; - position: relative; -} -.banner .d1{ - width: 100%; - height: 500px; - display: block; - position: absolute; - left: 0px; - top: 0px; -} -.banner .d2{ - width: 100%; - height: 30px; - clear: both; - position: absolute; - z-index: 100; - left: 0px; - bottom: 20px; -} -.banner .d2 ul{ - float: left; - position: absolute; - left: 50%; - top: 0; - margin: 0 0 0 -96px; - display: inline; -} -.banner .d2 li{ - width: 17px; - height: 15px; - overflow: hidden; - cursor: pointer; - background: url(../img/img1.png) no-repeat center; - float: left; - margin: 0 3px; - display: inline; -} -.banner .d2 li.nuw{ - background: url(../img/img1_1.png) no-repeat center; -} -/* bananer */ + #MutiNav{ - font-size: 13px; - color: #FFFFFF; - background-color: #006876; + font-size: 13px; + color: #FFFFFF; + background-color: #0067cc; + position: relative; } #MutiNav a{ - text-decoration: none + text-decoration: none } -#MutiNav .multiUl{ - width: 1200px; - margin: auto; - height: 50px; - clear: both; - display: block; +#MutiNav .multiUl{ + width: 1200px; + margin: auto; + height: 50px; + clear: both; + display: block; } -#MutiNav .multiUl li{ - display: block; - width: 10%; - float: left; - height: 50px; - position: relative; +#MutiNav .multiUl .multiUlli{ + display: block; + float: left; + padding: 0 25px; + float: left; + height: 50px; } -#MutiNav .multiUl li:nth-child(5n){ - width: 11%; +#MutiNav .multiUl .multiUlli:hover{ + background-color: #005bb5; } -#MutiNav .multiUl li:nth-child(8n){ - width: 13%; +#MutiNav .multiUl .multiUlli:hover a.mulgo span{ + font-weight: 600; + color: #FFFFFF; } -#MutiNav .multiUl li:nth-child(9n){ - width: 11%; -} -#MutiNav .multiUl li:last-child{ - width: 8%; -} -#MutiNav .multiUl li:first-child{ - width: 6%; -} -#MutiNav .multiUl li:hover{ - background-color: #ffef5d; -} -#MutiNav .multiUl li:hover a.mulgo span{ - font-weight: 600; - color: #005b67; -} -#MutiNav .multiUl li a.mulgo{ - padding: 14px 4px; - display: inline-block; - z-index: 300; - width: 100%; - color: #edf7ea; - height: 50px; - text-align: center; +#MutiNav .multiUl .multiUlli a.mulgo{ + padding: 14px 4px; + display: inline-block; + z-index: 300; + width: 100%; + color: #edf7ea; + height: 50px; + text-align: center; } .bg_active{ - background-color: #ffef5d !important; + background-color: #005bb5 !important; } .bg_active span{ - color: #005b67 !important; - font-weight: 600; + color: #FFFFFF !important; + font-weight: 600; } -#MutiNav .multiUl li a.mulgo span{ - display: block; - color: #FFFFFF; - text-align: center; +.active{ + background-color: #005bb5 !important; +} +#MutiNav .multiUl .multiUlli a.mulgo span{ + display: block; + color: #FFFFFF; + text-align: center; } .mulgochie{ - font-size: 16px; + font-size: 18px; } .mulgochie2{ - font-size: 15px; + font-size: 16px; } .mulgoeng{ - font-size: 12px; -} -#MutiNav .multiUl li a.on{ - font-weight: bold; - color: #dfe8d9; - text-decoration: none; -} -#MutiNav .multiUl li blockquote{ - display: none; - z-index: 201; - left: 0px; - position: absolute; - top: 50px; - height: auto; -} -#MutiNav .multiUl LI blockquote .ChildNavIn{ - background-color: #ffef5d; - overflow: hidden; - width: 200px; - color: #dee6e9; - height: auto; - text-align: center; -} -#MutiNav .multiUl LI blockquote .ChildNavIn a{ - padding: 12px 0; - display: inline; - float: left; - width: 100%; - color: #226563; - border-bottom: #255f51 1px dotted; - text-align: center; -} -#MutiNav .multiUl LI blockquote .ChildNavIn a:last-child{ - border: 0; -} -#MutiNav .multiUl LI blockquote .ChildNavIn span{ - display: block; -} -#MutiNav .multiUl LI blockquote a:hover{ - background: #efda16; -} -#MutiNav .multiUl #topNavDept blockquote{ - display: none; - left: -254px; -} -#MutiNav .multiUl #topNavDept blockquote .ChildNavIn{ - background: #1b453b; - width: 1000px; -} -#MutiNav .multiUl #topNavDept .NavDeptIn{ - display: inline; - background: none transparent scroll repeat 0% 0%; - float: left; - margin: 0px 0px 0px 20px; - width: 310px; - text-align: left !important; -} -#MutiNav .multiUl #topNavDept .NavDeptIn a{ - float: none; - border-style: none; -} -#topNavDept .NavDeptIn h6{ - overflow: hidden; - width: 310px; - line-height: 23px !important; - border-bottom: #2c705f 1px solid; - height: 23px !important; - text-align: left; -} -#topNavDept .NavDeptIn h6 a{ - display: block; - margin: 0px; - line-height: 23px; - height: 23px !important; -} -#MutiNav .multiUl #topNavDept .NavDeptIn .NavDeptInList{ - margin-top: 5px; - overflow: hidden; - width: auto; -} -#MutiNav .multiUl #topNavDept .NavDeptIn .NavDeptInList a{ - float: left; - margin: 2px 1px 0px; - width: auto; - color: #acbc9e; - white-space: nowrap; -} -#MutiNav .multiUl #topNavDept .NavDeptInOther{ - clear: both; - padding: 5px 0 0 20px; - margin: 5px 0px; - overflow: hidden; -} -#MutiNav .multiUl #topNavDept .NavDeptInOther a{ - padding-left: 13px; - background: url(icon.png) no-repeat 0px -116px; - margin: 0px 7px; - width: auto; - border-style: none; -} -.PageOne{ - width: 1200px; - margin: 40px auto; -} -.OneUp .OneUpL span{ - display: inline-block; - font-weight: 600; -} -.OneUp .OneUpL .OneImg{ - width: 150px; - margin-right: 4px; -} -.OneUp .OneUpL .OneTxt{ - font-size: 20px; - font-weight: 600; - color: #CCCCCC; -} -.OneUpR{ - color: #999999; - font-size: 16px; - margin-top: 20px; -} -.OneUpR:hover{ - color: #005662; -} -.OneDown ul li{ - width: 384px; - margin-right: 24px; - float: left; - background-color: #f7f7f7; - transition: All 0.4s ease-in-out; - -webkit-transition: All 0.4s ease-in-out; - -moz-transition: All 0.4s ease-in-out; - -o-transition: All 0.4s ease-in-out; -} -.OneDownImg{ - display: block; - width: 384px; - height: 220px; - overflow: hidden; -} -.OneDownImg img{ - transition: All 0.4s ease-in-out; - -webkit-transition: All 0.4s ease-in-out; - -moz-transition: All 0.4s ease-in-out; - -o-transition: All 0.4s ease-in-out; -} -.OneDownImg img:hover{ - transform: scale(1.1); - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -o-transform: scale(1.1); - -ms-transform: scale(1.1); -} -.OneDown ul li:last-child{ - margin: 0; -} -.OneDown ul li:hover{ - background-color: #017d8e; -} -.OneDown ul li:hover .OneDate{ - background-color: #ffef5d; -} -.OneDown ul li:hover .heng{ - background-color: #FFFFFF; -} -.OneDown ul li:hover h3{ - color: #fff; - font-weight: bold; -} -.OneDown ul li:hover p{ - color: #fff; -} -.OneDown ul li a{ - display: block; -} -.OneDownbox{ - padding: 16px; -} -.OneDate{ - width: 70px; - height: 70px; - background-color: #c6dfe2; - border-radius: 5px; - padding: 8px 0; -} -.OneDate span{ - display: block; - text-align: center; -} -.OneDate .span1{ - font-size: 24px; - color: #005662; -} -.OneDate .span2{ - font-size: 12px; - color: #005662; -} -.OneCont{ - width: 76%; -} -.OneCont h3{ - font-size: 18px; - color: #000; -} -.heng{ - width: 26px; - height: 3px; - margin: 12px 0 16px 0; - background-color: #005662; -} -.OneCont p{ - font-size: 14px; - color: #666666; - line-height: 26px; -} -.PageTwo{ - background: url(../img/tzgg_1.png); - height: 600px; - margin-bottom: 40px; -} -.PageTwoBox{ - width: 1200px; - margin: auto; - padding-top: 45px; -} -.TwoL{ - width: 792px; - height: 513px; - background-color: #FFFFFF; - padding: 20px; -} -.TwoR{ - width: 384px; - height: 513px; - background-color: #FFFFFF; - padding: 22px; -} -.TwoLDown ul li{ - background-color: #f7f7f7; - padding: 12px 20px; - margin-bottom: 14px; - transition: All 0.2s ease-in-out; - -webkit-transition: All 0.2s ease-in-out; - -moz-transition: All 0.2s ease-in-out; - -o-transition: All 0.2s ease-in-out; -} -.TwoLDown ul li:last-child{ - margin: 0; -} -.TwoLDown ul li:hover{ - background-color: #017d8e; -} -.TwoLDown ul li:hover span{ - color: #FFFFFF; -} -.TwoLDown ul li:hover h3{ - color: #ffef5d; -} -.TwoLDown ul li:hover p{ - color: #FFFFFF; -} -.TwoLDown ul li a{ - display: block; -} -.TwoLDate{ - width: 70px; -} -.TwoLDate span{ - display: block; - text-align: center; -} -.TwoLDate .Date1{ - font-size: 40px; - color: #666666; -} -.TwoLDate .Date2{ - font-size: 14px; - color: #666666; -} -.TwoLCont{ - width: 88%; -} -.TwoLCont h3{ - font-size: 18px; - font-weight: 600; - color: #000; - margin-top: 3px; -} -.TwoLCont p{ - font-size: 14px; - color: #666; - margin-top: 6px; -} -.PageThree{ - width: 1200px; - margin: auto; -} -.marqueeleft{ - height: 136px; - width: 1200px; - overflow: hidden; - margin: 20px auto; -} -.marqueeleft ul{ - float: left; -} -.marqueeleft li{ - float: left; - margin: 0 5px; - display: inline; - width: 148px; - height: 133px; - overflow: hidden; - cursor: pointer; -} -.marqueeleft li .pic{ - display: block; - width: 120px; - height: 120px; - padding: 2px; - overflow: hidden; + font-size: 12px; +} +blockquote{ + display: none; + z-index: 201; + left: 0px; + position: absolute; + top: 50px; + height: auto; + width: 100%; +} +.ChildNavIn{ + padding: 20px; + background: rgba(255,255,255,0.85); + overflow: hidden; + width: 1200px; + margin: auto; + height: auto; + text-align: center; +} +.ChildNavIn ul{ + width: 1200px; + margin: auto; +} +.ChildNavIn ul li{ + width: 25%; + border-right: 1px #ddd dashed; + float: left; +} +.ChildNavIn ul li:last-child{ + border: 0; +} +.ChildNavIn .xbzlzd{ + display: block; + width: 50%; + text-align: center; + margin-top: 20px; +} +.xbzlzd span{ + display: block; + font-size: 16px; + color: #333333; +} +.xbzlzd:hover span{ + color: #EE8515; +} +.xbzlzd span img{ + margin: 0 auto 6px; +} +.xbcot{ + width: 50%; +} +.xbcot a{ + width: 40%; + float: left; + line-height: 26px; + color: #666666; +} +.xbcot a:hover{ + color: #EE8515; } + +.gersawd{ + width: 800px; + margin: auto; +} +.fjsojg{ + width: 300px; + margin-top: 5px; +} +.vdas{ + width: 480px; + text-align: left !important; + margin-left: 20px; +} +.fjsjkih{ + display: block; + padding: 10px 0; + width: 44%; + text-align: left; + margin: 5px; + background-color: #FFFFFF; +} +.fjsjkih:hover span{ + color: #EE8515; +} +.fjsjkih span{ + display: block; + font-size: 16px; + color: #333333; + text-align: center; +} +.fjsjkih span img{ + margin: 0 auto 2px; +} + + + + +.ban{ + background: url(../img/bg.png); + height: 400px; +} +.contant{ + width: 1200px; + margin: -200px auto 0 auto; + background-color: #fff; + z-index: 999; +} + +.PageBox{ + background-color: #FFFFFF; + padding: 20px; +} +.scrollbox{ + width: 1160px; + position: relative; +} +#scrollDiv{ + width: 1160px; + height: 100px; + overflow: hidden; + display: block; + background: url(../img/toutiao.png); +} +#scrollDiv ul{ + width: 1160px; +} +#scrollDiv li{ + width: 100%; + height: 100px; + padding: 10px; + text-align: center; + box-sizing: border-box; + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; +} +#scrollDiv li a{ + width: 100%; + overflow: hidden; + display: block; +} +#scrollDiv li a h2{ + font-size: 22px; + font-weight: bold; + margin-top: 8px; + margin-bottom: 10px; + color: #333; +} +#scrollDiv li a p{ + width: 80%; + margin: auto; + font-size: 14px; + color: #666666; + display: block; + overflow: hidden; +} +#scrollDiv li a em{ + height: 18px; + line-height: 18px; + text-align: center; + font-size: 14px; + width: 30px; + border: 1px solid #72ae2d; + display: block; + color: #72ae2d; + margin-top: 8px; +} +.scroltit{ + position: absolute; + right: 14px; + top: 30px; + width: 18px; +} +.scroltit small{ + float: right; + font-size: 12px; + width: 18px; + height: 18px; + line-height: 18px; + text-align: center; + background: #bbbbbb; + color: #fff; + font-family: "宋体"; + margin: 2px 0; + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; +} +.scroltit small img{ + width: 10px; + margin: 6px auto; +} +.scroltit small:hover{ + background: #ff9a22; +} + +.PageOne{ + margin-top: 20px; +} +.pos1{ + position:relative; +} +#inlunbo{ + width: 590px; + height: 410px; +} +#inlunone{ + width: 590px; + height: 410px; + overflow: hidden; +} +#inlunone li{ + float: left; + width: 590px; + height: 410px; + display: none; + position: relative; + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; +} +#inlunone li a{ + display: block; +} +#inlunone li a img{ + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; +} +.luntxt{ + position: absolute; + left: 0; + bottom: 0; + width: 100%; + padding: 10px 15px; + background: rgba(0,0,0,0.65); +} +.luntxt .ltxta{ + display: block; + width: 75%; + color: #FFFFFF; + font-size: 16px; +} +#inlunone li img{ + width: 100%; +} +#inlunone .lunactive{ + display: block; +} +#inluntwo .lunactive{ + background: #801b1f; + color: #FFFFFF; + font-size: 12px; +} +#inluntwo{ + position: absolute; + right: 10px; + bottom: 12px; + font-size: 12px; +} +#inluntwo li{ + float: left; + width: 16px; + height: 16px; + background: #fff; + margin-left: 5px; + cursor: pointer; + text-align: center; + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; +} +.PageOneR{ + width: 548px; +} +#menu{ + width: 548px; + height: 410px; + overflow: hidden; +} +#menu #nav { + display: block; + width: 100%; + padding: 0; + margin: 0; + list-style: none; +} +.PageOneRUp{ + height: 44px; + line-height: 44px; + background-color: #f7f7f7; + border-bottom: 2px #0067cc solid; +} +.PageOneRUp .gengdduo{ + font-size: 14px; + color: #666666; + padding-right: 14px; +} +.PageOneRUp .gengdduo:hover{ + color: #ee8515; +} +#menu #nav li { + float: left; + width: 120px; +} +#menu #nav li a{ + display: block; + line-height: 44px; + font-size: 18px; + text-decoration: none; + text-align: center; + color: #333; +} +#menu_con .tag .tagup{ + display: block; + margin: 14px 0 10px; + padding-bottom: 14px; + border-bottom: 1px #DDDDDD dashed; +} +#menu_con .tag .tagup h3{ + font-size: 20px; + font-weight: 600; + padding: 0 30px; + color: #0067cc; +} +#menu_con .tag .tagup p{ + margin-top: 6px; + font-size: 14px; + text-indent: 2em; + line-height: 24px; + color: #666666; +} +#menu_con .tag ul li{ + line-height: 40px; +} +#menu_con .tag ul li a h3{ + width: 80%; + float: left; + font-size: 16px; + color: #333333; +} +#menu_con .tag ul li:hover h3{ + color: #ee8515; +} +#menu_con .tag ul li a span{ + display: block; + float: right; + font-size: 14px; + color: #999999; +} +.tag{ + overflow: hidden; +} +.selected{ + background: #0067cc; + color: #fff !important; + font-weight: 600; +} +.kjrukou{ + margin-top: 30px; + margin-bottom: 10px; +} +.kjrukou ul{ + height: 120px; +} +.kjrukou ul li{ + float: left; + width: 170px; + height: 120px; + margin-right: 28px; + text-align: center; + padding: 20px 0; + background-color: #f1f3f6; + transition: All 0.4s ease-in-out; + -webkit-transition: All 0.4s ease-in-out; + -moz-transition: All 0.4s ease-in-out; + -o-transition: All 0.4s ease-in-out; +} +.kjrukou ul li a{ + display: block; + height: 100%; +} +.kjrukou ul li:last-child{ + margin: 0; +} +.kjrukou ul li:hover{ + background-color: #0067CC; +} +.kjrukou ul li:hover h3{ + color: #FFFFFF; +} +.kjrukou ul li:hover .spanmg{ + display: none; +} +.kjrukou ul li:hover .spanmg1{ + display: block !important; +} +.kjrukou ul li span{ + display: block; + width: 44px; + margin: auto; +} +.kjrukou ul li h3{ + margin-top: 10px; + font-size: 18px; + color: #333333; +} + +.hzjlbox{ + background: url(../img/hzjl_bg.png); + height: 500px; + padding: 35px; +} +.hzjl{ + width: 1200px; + margin: auto; + background-color: #FFFFFF; + padding: 20px; +} +.h_l{ + width: 384px; +} +.h_lup{ + border-bottom: 1px #CCCCCC solid; +} +.h_lupl{ + display: block; + font-size: 20px; + font-weight: 600; + color: #0067CC; + padding-bottom: 10px; + border-bottom: 2px #0067CC solid; +} +.h_luph{ + color: #ee8515; +} +.h_lup a{ + display: block; + font-size: 14px; + color: #666666; + margin-top: 4px; +} +.h_lup a:hover{ + color: #EE8515; +} +.h_ldown{ + margin-top: 14px; +} +.h_ldown ul li{ + line-height: 42px; +} +.h_ldown ul li a{ + display: block; + font-size: 16px; +} +.h_ldown ul li a span{ + display: block; + float: left; + width: 4px; + height: 4px; + border-radius: 50%; + background-color: #666666; + margin: 20px 12px 0 0; +} +.h_ldown ul li a:hover{ + color: #EE8515; +} +.h_ldown ul li a:hover span{ + background-color: #EE8515; +} +.h_r{ + width: 742px; +} +.h_rdown{ + margin-top: 20px; +} +.h_rdown ul li{ + width: 230px; + float: left; + margin-right: 26px; + background-color: #F7F7F7; + padding-bottom: 24px; + transition: All 0.4s ease-in-out; + -webkit-transition: All 0.4s ease-in-out; + -moz-transition: All 0.4s ease-in-out; + -o-transition: All 0.4s ease-in-out; +} +.h_rdown ul li:last-child{ + margin: 0; +} +.h_rdown ul li:hover{ + background-color: #0067CC; +} +.h_rdown ul li:hover h3{ + color: #FFFFFF; + font-weight: 600; +} +.h_rdown ul li:hover p{ + color: #FFFFFF; +} +.h_rdown ul li a{ + display: block; +} +.h_rdown ul li a .spimg{ + display: block; + width: 230px; + height: 140px; + overflow: hidden; +} +.h_rdown ul li a .spimg img{ + transition: All 0.5s ease-in-out; + -webkit-transition: All 0.5s ease-in-out; + -moz-transition: All 0.5s ease-in-out; + -o-transition: All 0.5s ease-in-out; +} +.h_rdown ul li:hover a .spimg img{ + transform: scale(1.1); + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + -ms-transform: scale(1.1); +} +.h_rdown ul li a h3{ + padding: 0 14px; + margin-top: 14px; + font-size: 16px; + line-height: 26px; + color: #000; +} +.h_rdown ul li a p{ + padding: 0 14px; + font-size: 14px; + text-indent: 2em; + color: #666666; + line-height: 26px; + margin-top: 10px; +} +.h_rdown ul li a p span{ + color: #EE8515; +} + +.zcwjbox{ + width: 1200px; + margin: auto; + padding: 20px 20px 0 20px; + background-color: #FFFFFF; +} +.z_ldown .zxwjbox{ + display: block; + background-color: #f1f2f4; + margin-top: 20px; + padding-right: 10px; +} +.z_ldown .zxwjbox .z_img{ + display: block; + width: 76px; + margin-right: 10px; +} +.z_ldown .zxwjbox:hover h3{ + color: #EE8515; +} +.z_ldown .zxwjbox:hover .z_date{ + color: #EE8515; +} +.z_ldown .zxwjbox h3{ + width: 60%; + font-size: 16px; + color: #666666; + line-height: 26px; + margin-top: 8px; +} +.z_ldown .zxwjbox .z_date{ + display: block; + font-size: 14px; + color: #999999; + padding: 12px 0; +} +.jiantou{ + font-size: 16px; + color: #666666; + margin-right: 10px; +} +.z_ldown ul{ + margin-top: 14px; +} +.z_ldown ul li{ + line-height: 26px; + padding-right: 10px; + padding-bottom: 14px; + border-bottom: 1px #DDDDDD dashed; + margin-bottom: 14px; +} +.z_ldown ul li:hover h4{ + color: #EE8515; +} +.z_ldown ul li:hover .jiantou{ + color: #EE8515; +} +.z_ldown ul li:hover .c_span{ + color: #EE8515; +} +.z_ldown ul li:last-child{ + border: 0; +} +.z_ldown ul li h4{ + font-size: 16px; + width: 77%; + color: #333; +} +.c_span{ + font-size: 14px; + color: #999999; +} +.c_rdownl{ + display: block; + width: 330px; + margin-top: 14px; +} +.c_rdownl .gredsgre{ + display: block; + font-size: 20px; + color: #000000; + width: 90%; + margin: auto; + text-align: center; +} +.c_sdfimg{ + margin-top: 14px; + width: 330px; + height: 146px; + overflow: hidden; +} +.c_sdfimg img{ + transition: All 0.5s ease-in-out; + -webkit-transition: All 0.5s ease-in-out; + -moz-transition: All 0.5s ease-in-out; + -o-transition: All 0.5s ease-in-out; +} +.c_sdfimg:hover img{ + transform: scale(1.1); + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + -ms-transform: scale(1.1); +} +.c_rdownl p{ + text-indent: 2em; + font-size: 14px; + color: #666666; + margin-top: 10px; + margin-bottom: 20px; +} + + +.ztzl{ + width: 1200px; + margin: auto; + padding: 20px; + background-color: #FFFFFF; +} +.ztzldown{ + margin-top: 20px; +} +.ztzldown ul li{ + float: left; + width: 270px; + height: 140px; + overflow: hidden; + margin-right: 26px; +} +.ztzldown ul li a{ + display: block; +} +.ztzldown ul li a img{ + transition: All 0.4s ease-in-out; + -webkit-transition: All 0.4s ease-in-out; + -moz-transition: All 0.4s ease-in-out; + -o-transition: All 0.4s ease-in-out; +} +.ztzldown ul li:hover a img{ + transform: scale(1.1); + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -o-transform: scale(1.1); + -ms-transform: scale(1.1); +} +.ztzldown ul li:last-child{ + margin: 0; +} + + +.yqlj{ + background-color: #0063af; + height: 64px; + line-height: 64px; + margin-top: 30px; +} +.yqljbox{ + width: 1200px; + margin: auto; +} +.yqljbox h4{ + font-size: 18px; + font-weight: 600; + color: #FFFFFF; + margin-right: 20px; +} +.yqljbox ul li{ + display: inline-block; + margin-right: 30px; +} +.yqljbox ul li select{ + height: 40px; + line-height: 40px; + background-color: #f6f1f1; + border: 1px #d9d7d7 solid; + padding: 0 10px; +} .footer{ - background: url(../img/di_bg.png); - height: 200px; + background-color: #0370c2; } .footerbox{ - width: 1200px; - margin: auto; - padding: 10px 0; + width: 1200px; + margin: auto; + padding: 20px 0; } -.ttup{ - width: 249px; +.ftl{ + margin-left: 100px; + margin-top: 30px; } -.ttdown{ - margin-left: 60px; +.ftr{ + margin-left: 20px; + margin-top: 30px; } -.ttdown span{ - display: block; - line-height: 24px; - font-size: 14px; - color: #fff; +.ftm{ + line-height: 30px; + font-size: 14px; + color: #FFFFFF; + margin-left: 30px; } -.footL{ - margin-top: 45px; +.ftm span{ + line-height: 30px; + float: left; + font-size: 14px; + color: #FFFFFF; + margin-right: 30px; } -.footR{ - width: 100px; - margin-top: 25px; -} -.footR span{ - display: block; - color: #FFFFFF; - font-size: 14px; - text-align: center; +.ftm span img{ + width: 18px; } -.er_banner{ - width: 100%; - background: url(../img/erji_bg.jpg) center; - height: 280px; + +.weizhibox{ + height: 40px; + line-height: 40px; + background-color: #FFFFFF; } -.bannerimg{ - width: 1200px; - margin: auto; - height: 280px; - position: relative; +.weizhi{ + width: 1200px; + margin: auto; } -.banneritem{ - position: absolute; - left: 0; - bottom: 0; - width: 220px; - height: 48px; - line-height: 48px; - color: #FFFFFF; - font-size: 20px; - text-align: center; - background: rgba(1,125,142,0.75); +.weizhi span{ + display: block; + float: left; + font-size: 14px; + color: #666666; } -.er_cont{ - width: 1200px; - margin: 0 auto 50px; +.weizhi a{ + font-size: 14px; + color: #666666; } -.contl{ - width: 220px; +.weizhi a:hover{ + color: #EE8515; } -.contl ul{ - margin-bottom: 50px; +.er_bann{ + background: url(../img/ny_banner.jpg) center; + height: 200px; } -.contl ul li{ - width: 100%; - height: 48px; - line-height: 48px; - text-align: center; - background-color: #F7F7F7; - border: 1px #ebebeb solid; - margin-top: 6px; +.er_bann2{ + background: url(../img/nycyh_banner.jpg) center; + height: 200px; } -.contl ul li:hover{ - background-color: #d6ebee; - border: 1px #ebebeb solid; - color: #005662; +.er_bann3{ + background: url(../img/bjgh_banner.jpg) center; + height: 200px; } -.contl ul li:hover a{ - color: #005662; +.er_bann4{ + background: url(../img/lsny_banner.jpg) center; + height: 200px; } -.contl ul li a{ - display: block; - width: 100%; - height: 100%; - color: #666; +.er_bann5{ + background: url(../img/kydt_banner.jpg) center; + height: 200px; } -.er_active{ - background-color: #d6ebee !important; - color: #005662 !important; - font-weight: 600; - border: 1px #b4d3d8 solid !important; +.er_bann6{ + background: url(../img/zlxc_banner.jpg) center; + height: 200px; } -.er_active2{ - background-color: #d6ebee !important; - color: #005662 !important; - font-weight: 600; +.er_bann7{ + background: url(../img/qt_banner.jpg) center; + height: 200px; } -.contr{ - width: 76%; +.er_bann8{ + background: url(../img/ztzl_banner.jpg) center; + height: 200px; } -.contrupbox{ - border-bottom: 1px #ccc solid; - margin-top: 14px; +.er_bann9{ + background: url(../img/xinwne.jpg) center; + height: 200px; } -.contrupl{ - font-size: 20px; - font-weight: 600; - color: #017d8e; - padding-bottom: 10px; - border-bottom: 3px #017d8e solid; +.er_bann10{ + background: url(../img/gybs_banner.jpg) center; + height: 200px; } -.contrupr{ - text-align: right; - font-size: 14px; - margin-top: 10px; +.er_contant{ + width: 1200px; + margin: 20px auto 20px; } -.contrupr a{ - color: #666666; +.er_contl{ + width: 240px; + background-color: #FFFFFF; } -.contrupr a:hover{ - color: #017d8e; +.hjk_item{ + padding: 30px 14px; + background-color: #0067CC; } -.contrdown{ - margin-top: 8px; +.hjk_item h3{ + font-size: 26px; + color: #FFFFFF; + padding-bottom: 14px; + border-bottom: 1px #3591eb solid; } -.contrdown ul li{ - line-height: 50px; - border-bottom: 1px #ebebeb dashed; +.er_contl ul li{ + padding: 0 20px; + line-height: 60px; + border-bottom: 1px #DDDDDD dashed; + border-left: 2px #FFFFFF solid; } -.contrdown ul li:hover h3{ - color: #017D8E; +.er_contl ul li:last-child{ + border: 0; } -.contrdown ul li:last-child{ - border: 0; +.er_contl ul li:hover{ + border-left: 2px #0067CC solid; } -.contrdown ul li:hover a{ - color: #005662; +.er_contl ul li:hover a{ + color: #0067CC; + font-weight: 600; } -.contrdown ul li a{ - display: block; +.er_contl ul li a{ + display: block; } -.contrdown ul li a .dian{ - display: block; - width: 4px; - height: 4px; - border-radius: 50%; - background-color: #ffb700; - margin: 23px 14px 0 0; +.active2{ + border-left: 2px #0067CC solid !important; } -.contrdown ul li a h3{ - width: 84%; - font-size: 14px; - color: #000; +.active3{ + color: #0067CC; + font-weight: 600; } -.contrdown ul li a span{ - font-size: 14px; - color: #999; - width: 100px; - text-align: right; +.er_contr{ + width: 940px; + background-color: #FFFFFF; + padding: 20px; } -.contitem{ - text-align: center; - margin-top: 30px; +.er_contr ul li{ + width: 210px; + float: left; + margin-right: 20px; + background-color: #f6f9fe; + margin-bottom: 20px; } -.contdate{ - text-align: center; - margin: 10px 0 40px 0; - border-bottom: 1px #ebebeb dashed; - padding-bottom: 25px; +.er_contr ul li:nth-child(4n){ + margin: 0; } -.contdate span{ - font-size: 14px; - color: #999; +.er_coa{ + display: block; + position: relative; } -.contpp{ - font-size: 14px; - line-height: 26px; - margin-bottom: 20px; - text-indent: 2em; -} \ No newline at end of file +.er_coaimg{ + border-bottom: 2px #EE8515 solid; +} +.er_item{ + position: absolute; + right: 0; + top: 128px; + background-color: #EE8515; + color: #FFFFFF; + padding: 4px 20px; + font-size: 16px; + font-weight: 600; +} +.er_neirong{ + margin-top: 14px; + padding: 0 14px; +} +.er_neirong p{ + font-size: 14px; + color: #333333; + line-height: 26px; +} +.er_bouutn{ + display: block; + margin: 20px; + text-align: center; + font-size: 14px; + color: #EE8515; +} + + +.g_item{ + margin-bottom: 30px; + text-align: center; + font-size: 24px; + color: #000000; +} +.er_contr .g_contr p{ + font-size: 14px; + line-height: 26px; + color: #444444; + text-indent: 2em; +} +.g_yuzhong{ + margin: 20px 0; +} +.g_yuzhong .g_span1{ + display: block; + width: 4px; + height: 16px; + background-color: #0067CC; + margin: 5px 8px 0 0; +} +.g_yuzhong .g_span2{ + font-size: 18px; + color: #333333; + font-weight: 600; +} + + +.cyh_contr{ + width: 940px; + background-color: #FFFFFF; +} +.cyh_contr ul li{ + padding: 40px; + border-bottom: 1px #DDDDDD dashed; + transition: All 0.4s ease-in-out; + -webkit-transition: All 0.4s ease-in-out; + -moz-transition: All 0.4s ease-in-out; + -o-transition: All 0.4s ease-in-out; +} +.cyh_contr ul li:last-child{ + border: 0; +} +.cyh_contr ul li:hover{ + border: 0; + box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3); +} +.cyh_contr ul li:hover h3{ + color: #0067CC; +} +.cyh_contr ul li:hover .jianttewr{ + color: #0067CC; +} +.cyh_contr ul li a{ + display: block; +} +.cyhl{ + width: 85%; +} +.cyhl h3{ + font-size: 18px; + font-weight: 600; + color: #333333; +} +.cyhl p{ + font-size: 16px; + color: #666666; + line-height: 30px; + margin-top: 10px; +} +.cyhr .cyhr_date{ + font-size: 20px; + color: #999999; +} +.jianttewr{ + margin-top: 10px; + color: #999999; +} + + +.xqer_cont{ + padding: 40px; +} +.xqer_cont h3{ + font-size: 24px; + text-align: center; + color: #333333; + font-weight: 600; + padding-bottom: 30px; + border-bottom: 1px #ebebeb solid; + margin-bottom: 20px; +} +.xqer_date{ + text-align: center; + font-size: 14px; + color: #999; + margin-bottom: 30px; +} +.xqer_date span{ + color: #777; +} +.xqer_cont p{ + font-size: 16px; + color: #333333; + line-height: 30px; + text-indent: 2em; +} + + +.gybscont{ + width: 1200px; + margin: 40px auto; +} +.gybsyi .gybsl{ + width: 540px; + height: 390px; +} +.gybsr{ + width: 660px; + height: 390px; + padding: 30px; + background-color: #F7F7F7; +} +.gybsr h4{ + font-size: 20px; + font-weight: 600; +} +.gybsr span{ + display: block; + width: 40px; + height: 2px; + background-color: #333333; + margin: 14px 0; +} +.gybsr p{ + font-size: 14px; + color: #666666; + line-height: 30px; +} +.gybser{ + margin: 40px 0; +} +.gybserl{ + text-align: right; + width: 600px; +} +.gjesd{ + padding-right: 30px; +} +.gybserl h4{ + font-size: 20px; + font-weight: 600; + text-align: right; +} +.gybserl .geshvgs{ + display: block; + float: right; + width: 40px; + height: 2px; + background-color: #333333; + margin-bottom: 14px; +} +.gybserbox{ + background-color: #F7F7F7; + padding: 30px; + height: 237px; +} +.lxdia{ + font-size: 18px; + font-weight: 600; + color: #333333; +} +.gyboxer{ + width: 42px; + margin-left: 20px; +} + diff --git a/public/img/banner.png b/public/img/banner.png deleted file mode 100644 index f502e6f..0000000 Binary files a/public/img/banner.png and /dev/null differ diff --git a/public/img/banner1.png b/public/img/banner1.png deleted file mode 100644 index 5fdb9d1..0000000 Binary files a/public/img/banner1.png and /dev/null differ diff --git a/public/img/bg.png b/public/img/bg.png new file mode 100644 index 0000000..9355a4e Binary files /dev/null and b/public/img/bg.png differ diff --git a/public/img/bjgh_banner.jpg b/public/img/bjgh_banner.jpg new file mode 100644 index 0000000..9dd96f9 Binary files /dev/null and b/public/img/bjgh_banner.jpg differ diff --git a/public/img/cuo.png b/public/img/cuo.png new file mode 100644 index 0000000..a6713f9 Binary files /dev/null and b/public/img/cuo.png differ diff --git a/public/img/di_bg.png b/public/img/di_bg.png deleted file mode 100644 index a0567c5..0000000 Binary files a/public/img/di_bg.png and /dev/null differ diff --git a/public/img/ditu.png b/public/img/ditu.png new file mode 100644 index 0000000..b6f621a Binary files /dev/null and b/public/img/ditu.png differ diff --git a/public/img/dou.png b/public/img/dou.png new file mode 100644 index 0000000..c26dd6d Binary files /dev/null and b/public/img/dou.png differ diff --git a/public/img/erji_bg.jpg b/public/img/erji_bg.jpg deleted file mode 100644 index 0c13f0e..0000000 Binary files a/public/img/erji_bg.jpg and /dev/null differ diff --git a/public/img/erweima.png b/public/img/erweima.png deleted file mode 100644 index cc37924..0000000 Binary files a/public/img/erweima.png and /dev/null differ diff --git a/public/img/gawzba.png b/public/img/gawzba.png new file mode 100644 index 0000000..f6d85c7 Binary files /dev/null and b/public/img/gawzba.png differ diff --git a/public/img/gybs.png b/public/img/gybs.png new file mode 100644 index 0000000..c77277b Binary files /dev/null and b/public/img/gybs.png differ diff --git a/public/img/gybs_banner.jpg b/public/img/gybs_banner.jpg new file mode 100644 index 0000000..bd3fc86 Binary files /dev/null and b/public/img/gybs_banner.jpg differ diff --git a/public/img/gzdt_tu1.png b/public/img/gzdt_tu1.png deleted file mode 100644 index 1386206..0000000 Binary files a/public/img/gzdt_tu1.png and /dev/null differ diff --git a/public/img/gzdt_tu2.png b/public/img/gzdt_tu2.png deleted file mode 100644 index 242e1c8..0000000 Binary files a/public/img/gzdt_tu2.png and /dev/null differ diff --git a/public/img/gzdt_tu3.png b/public/img/gzdt_tu3.png deleted file mode 100644 index 2f3339f..0000000 Binary files a/public/img/gzdt_tu3.png and /dev/null differ diff --git a/public/img/gzdt_tu4.png b/public/img/gzdt_tu4.png deleted file mode 100644 index 21e31a9..0000000 Binary files a/public/img/gzdt_tu4.png and /dev/null differ diff --git a/public/img/hwzuo.png b/public/img/hwzuo.png new file mode 100644 index 0000000..3681704 Binary files /dev/null and b/public/img/hwzuo.png differ diff --git a/public/img/hzjl_bg.png b/public/img/hzjl_bg.png new file mode 100644 index 0000000..3945859 Binary files /dev/null and b/public/img/hzjl_bg.png differ diff --git a/public/img/icon6.png b/public/img/icon6.png new file mode 100644 index 0000000..c13e1ff Binary files /dev/null and b/public/img/icon6.png differ diff --git a/public/img/icon6_1.png b/public/img/icon6_1.png new file mode 100644 index 0000000..8351b7f Binary files /dev/null and b/public/img/icon6_1.png differ diff --git a/public/img/img1.png b/public/img/img1.png deleted file mode 100644 index 47e27eb..0000000 Binary files a/public/img/img1.png and /dev/null differ diff --git a/public/img/img1_1.png b/public/img/img1_1.png deleted file mode 100644 index f6ce033..0000000 Binary files a/public/img/img1_1.png and /dev/null differ diff --git a/public/img/jingji.png b/public/img/jingji.png new file mode 100644 index 0000000..035f792 Binary files /dev/null and b/public/img/jingji.png differ diff --git a/public/img/k_01-1.png b/public/img/k_01-1.png new file mode 100644 index 0000000..56333de Binary files /dev/null and b/public/img/k_01-1.png differ diff --git a/public/img/k_01.png b/public/img/k_01.png new file mode 100644 index 0000000..5a795e2 Binary files /dev/null and b/public/img/k_01.png differ diff --git a/public/img/k_02-2.png b/public/img/k_02-2.png new file mode 100644 index 0000000..c353bc2 Binary files /dev/null and b/public/img/k_02-2.png differ diff --git a/public/img/k_02.png b/public/img/k_02.png new file mode 100644 index 0000000..6e96a5e Binary files /dev/null and b/public/img/k_02.png differ diff --git a/public/img/k_03-3.png b/public/img/k_03-3.png new file mode 100644 index 0000000..76893dc Binary files /dev/null and b/public/img/k_03-3.png differ diff --git a/public/img/k_03.png b/public/img/k_03.png new file mode 100644 index 0000000..d501d36 Binary files /dev/null and b/public/img/k_03.png differ diff --git a/public/img/k_04-4.png b/public/img/k_04-4.png new file mode 100644 index 0000000..608ca9b Binary files /dev/null and b/public/img/k_04-4.png differ diff --git a/public/img/k_04.png b/public/img/k_04.png new file mode 100644 index 0000000..833648e Binary files /dev/null and b/public/img/k_04.png differ diff --git a/public/img/k_05-5.png b/public/img/k_05-5.png new file mode 100644 index 0000000..b5ab225 Binary files /dev/null and b/public/img/k_05-5.png differ diff --git a/public/img/k_05.png b/public/img/k_05.png new file mode 100644 index 0000000..fa5d63b Binary files /dev/null and b/public/img/k_05.png differ diff --git a/public/img/k_06-6.png b/public/img/k_06-6.png new file mode 100644 index 0000000..ac88a4c Binary files /dev/null and b/public/img/k_06-6.png differ diff --git a/public/img/k_06.png b/public/img/k_06.png new file mode 100644 index 0000000..a9d4b0a Binary files /dev/null and b/public/img/k_06.png differ diff --git a/public/img/kycg_1.png b/public/img/kycg_1.png new file mode 100644 index 0000000..bdf0f5c Binary files /dev/null and b/public/img/kycg_1.png differ diff --git a/public/img/kydt_banner.jpg b/public/img/kydt_banner.jpg new file mode 100644 index 0000000..6459db5 Binary files /dev/null and b/public/img/kydt_banner.jpg differ diff --git a/public/img/liangshi.png b/public/img/liangshi.png new file mode 100644 index 0000000..53bddb7 Binary files /dev/null and b/public/img/liangshi.png differ diff --git a/public/img/logo.png b/public/img/logo.png index 40b595d..86e721a 100644 Binary files a/public/img/logo.png and b/public/img/logo.png differ diff --git a/public/img/logo2.png b/public/img/logo2.png deleted file mode 100644 index ddeb68e..0000000 Binary files a/public/img/logo2.png and /dev/null differ diff --git a/public/img/lsny_banner.jpg b/public/img/lsny_banner.jpg new file mode 100644 index 0000000..ea546f7 Binary files /dev/null and b/public/img/lsny_banner.jpg differ diff --git a/public/img/mail.png b/public/img/mail.png new file mode 100644 index 0000000..eccd98d Binary files /dev/null and b/public/img/mail.png differ diff --git a/public/img/mue_1.png b/public/img/mue_1.png new file mode 100644 index 0000000..76ed9cb Binary files /dev/null and b/public/img/mue_1.png differ diff --git a/public/img/mue_10.png b/public/img/mue_10.png new file mode 100644 index 0000000..33d9e53 Binary files /dev/null and b/public/img/mue_10.png differ diff --git a/public/img/mue_11.png b/public/img/mue_11.png new file mode 100644 index 0000000..c7531b7 Binary files /dev/null and b/public/img/mue_11.png differ diff --git a/public/img/mue_12.png b/public/img/mue_12.png new file mode 100644 index 0000000..99e3e57 Binary files /dev/null and b/public/img/mue_12.png differ diff --git a/public/img/mue_13.png b/public/img/mue_13.png new file mode 100644 index 0000000..4b16293 Binary files /dev/null and b/public/img/mue_13.png differ diff --git a/public/img/mue_2.png b/public/img/mue_2.png new file mode 100644 index 0000000..1b2f504 Binary files /dev/null and b/public/img/mue_2.png differ diff --git a/public/img/mue_3.png b/public/img/mue_3.png new file mode 100644 index 0000000..b3fd34a Binary files /dev/null and b/public/img/mue_3.png differ diff --git a/public/img/mue_4.png b/public/img/mue_4.png new file mode 100644 index 0000000..ba14e74 Binary files /dev/null and b/public/img/mue_4.png differ diff --git a/public/img/mue_5.png b/public/img/mue_5.png new file mode 100644 index 0000000..8dcb4a6 Binary files /dev/null and b/public/img/mue_5.png differ diff --git a/public/img/mue_6.png b/public/img/mue_6.png new file mode 100644 index 0000000..156715f Binary files /dev/null and b/public/img/mue_6.png differ diff --git a/public/img/mue_7.png b/public/img/mue_7.png new file mode 100644 index 0000000..c0cadb9 Binary files /dev/null and b/public/img/mue_7.png differ diff --git a/public/img/mue_8.png b/public/img/mue_8.png new file mode 100644 index 0000000..d6435a1 Binary files /dev/null and b/public/img/mue_8.png differ diff --git a/public/img/mue_9.png b/public/img/mue_9.png new file mode 100644 index 0000000..384971c Binary files /dev/null and b/public/img/mue_9.png differ diff --git a/public/img/mune_1.jpg b/public/img/mune_1.jpg new file mode 100644 index 0000000..0d05fca Binary files /dev/null and b/public/img/mune_1.jpg differ diff --git a/public/img/ny_01.jpg b/public/img/ny_01.jpg new file mode 100644 index 0000000..5552295 Binary files /dev/null and b/public/img/ny_01.jpg differ diff --git a/public/img/ny_banner.jpg b/public/img/ny_banner.jpg new file mode 100644 index 0000000..c925981 Binary files /dev/null and b/public/img/ny_banner.jpg differ diff --git a/public/img/nycyh_banner.jpg b/public/img/nycyh_banner.jpg new file mode 100644 index 0000000..fdf07aa Binary files /dev/null and b/public/img/nycyh_banner.jpg differ diff --git a/public/img/phone.png b/public/img/phone.png new file mode 100644 index 0000000..0c9cbe3 Binary files /dev/null and b/public/img/phone.png differ diff --git a/public/img/qt_banner.jpg b/public/img/qt_banner.jpg new file mode 100644 index 0000000..87f49cb Binary files /dev/null and b/public/img/qt_banner.jpg differ diff --git a/public/img/red.png b/public/img/red.png new file mode 100644 index 0000000..3af8481 Binary files /dev/null and b/public/img/red.png differ diff --git a/public/img/search.png b/public/img/search.png index ae81c65..958a81e 100644 Binary files a/public/img/search.png and b/public/img/search.png differ diff --git a/public/img/sfgg.jpg b/public/img/sfgg.jpg new file mode 100644 index 0000000..581ab29 Binary files /dev/null and b/public/img/sfgg.jpg differ diff --git a/public/img/shijian.png b/public/img/shijian.png new file mode 100644 index 0000000..abd720e Binary files /dev/null and b/public/img/shijian.png differ diff --git a/public/img/shouye.png b/public/img/shouye.png new file mode 100644 index 0000000..2ff57b9 Binary files /dev/null and b/public/img/shouye.png differ diff --git a/public/img/toutiao.png b/public/img/toutiao.png new file mode 100644 index 0000000..570c861 Binary files /dev/null and b/public/img/toutiao.png differ diff --git a/public/img/tu1.png b/public/img/tu1.png new file mode 100644 index 0000000..4f7f6b5 Binary files /dev/null and b/public/img/tu1.png differ diff --git a/public/img/tu2.png b/public/img/tu2.png new file mode 100644 index 0000000..1db38c5 Binary files /dev/null and b/public/img/tu2.png differ diff --git a/public/img/tu3.png b/public/img/tu3.png new file mode 100644 index 0000000..64116d9 Binary files /dev/null and b/public/img/tu3.png differ diff --git a/public/img/tu4.png b/public/img/tu4.png new file mode 100644 index 0000000..db393a3 Binary files /dev/null and b/public/img/tu4.png differ diff --git a/public/img/tu5.png b/public/img/tu5.png new file mode 100644 index 0000000..3f92c87 Binary files /dev/null and b/public/img/tu5.png differ diff --git a/public/img/tu6.png b/public/img/tu6.png new file mode 100644 index 0000000..5bb49cf Binary files /dev/null and b/public/img/tu6.png differ diff --git a/public/img/tzgg_1.png b/public/img/tzgg_1.png deleted file mode 100644 index 9de696e..0000000 Binary files a/public/img/tzgg_1.png and /dev/null differ diff --git a/public/img/tzgg_2.png b/public/img/tzgg_2.png deleted file mode 100644 index e5ca4f3..0000000 Binary files a/public/img/tzgg_2.png and /dev/null differ diff --git a/public/img/tzgg_3.png b/public/img/tzgg_3.png deleted file mode 100644 index 64df5ae..0000000 Binary files a/public/img/tzgg_3.png and /dev/null differ diff --git a/public/img/tzgg_4.png b/public/img/tzgg_4.png deleted file mode 100644 index 625dcf4..0000000 Binary files a/public/img/tzgg_4.png and /dev/null differ diff --git a/public/img/tzgg_5.png b/public/img/tzgg_5.png deleted file mode 100644 index f381f3e..0000000 Binary files a/public/img/tzgg_5.png and /dev/null differ diff --git a/public/img/xinwne.jpg b/public/img/xinwne.jpg new file mode 100644 index 0000000..2b20ddb Binary files /dev/null and b/public/img/xinwne.jpg differ diff --git a/public/img/xt_1.png b/public/img/xt_1.png deleted file mode 100644 index e8cf1c9..0000000 Binary files a/public/img/xt_1.png and /dev/null differ diff --git a/public/img/xt_2.png b/public/img/xt_2.png deleted file mode 100644 index 4c3ff6a..0000000 Binary files a/public/img/xt_2.png and /dev/null differ diff --git a/public/img/xt_3.png b/public/img/xt_3.png deleted file mode 100644 index 0642807..0000000 Binary files a/public/img/xt_3.png and /dev/null differ diff --git a/public/img/yanjing.png b/public/img/yanjing.png new file mode 100644 index 0000000..8f83b8b Binary files /dev/null and b/public/img/yanjing.png differ diff --git a/public/img/yqlj_1.png b/public/img/yqlj_1.png deleted file mode 100644 index 5acf85d..0000000 Binary files a/public/img/yqlj_1.png and /dev/null differ diff --git a/public/img/yqlj_2.png b/public/img/yqlj_2.png deleted file mode 100644 index 0bef273..0000000 Binary files a/public/img/yqlj_2.png and /dev/null differ diff --git a/public/img/yqlj_3.png b/public/img/yqlj_3.png deleted file mode 100644 index 3932cc0..0000000 Binary files a/public/img/yqlj_3.png and /dev/null differ diff --git a/public/img/yqlj_4.png b/public/img/yqlj_4.png deleted file mode 100644 index 7d0b370..0000000 Binary files a/public/img/yqlj_4.png and /dev/null differ diff --git a/public/img/yqlj_5.png b/public/img/yqlj_5.png deleted file mode 100644 index f4a0ee5..0000000 Binary files a/public/img/yqlj_5.png and /dev/null differ diff --git a/public/img/yqlj_6.png b/public/img/yqlj_6.png deleted file mode 100644 index 9d40d3c..0000000 Binary files a/public/img/yqlj_6.png and /dev/null differ diff --git a/public/img/yqlj_7.png b/public/img/yqlj_7.png deleted file mode 100644 index 392372d..0000000 Binary files a/public/img/yqlj_7.png and /dev/null differ diff --git a/public/img/zhu.png b/public/img/zhu.png new file mode 100644 index 0000000..dff62e3 Binary files /dev/null and b/public/img/zhu.png differ diff --git a/public/img/ziyuan.png b/public/img/ziyuan.png new file mode 100644 index 0000000..2b3064a Binary files /dev/null and b/public/img/ziyuan.png differ diff --git a/public/img/zlxc_banner.jpg b/public/img/zlxc_banner.jpg new file mode 100644 index 0000000..1679225 Binary files /dev/null and b/public/img/zlxc_banner.jpg differ diff --git a/public/img/zt_1.png b/public/img/zt_1.png new file mode 100644 index 0000000..520285f Binary files /dev/null and b/public/img/zt_1.png differ diff --git a/public/img/zt_2.png b/public/img/zt_2.png new file mode 100644 index 0000000..d09716f Binary files /dev/null and b/public/img/zt_2.png differ diff --git a/public/img/zt_3.png b/public/img/zt_3.png new file mode 100644 index 0000000..ad923d0 Binary files /dev/null and b/public/img/zt_3.png differ diff --git a/public/img/zt_4.png b/public/img/zt_4.png new file mode 100644 index 0000000..afdb569 Binary files /dev/null and b/public/img/zt_4.png differ diff --git a/public/img/ztzl_banner.jpg b/public/img/ztzl_banner.jpg new file mode 100644 index 0000000..56711bc Binary files /dev/null and b/public/img/ztzl_banner.jpg differ diff --git a/public/img/zxwj.png b/public/img/zxwj.png new file mode 100644 index 0000000..86971fe Binary files /dev/null and b/public/img/zxwj.png differ diff --git a/src/views/gateway/common/header.vue b/src/views/gateway/common/header.vue index 509ee04..5d4f8b4 100644 --- a/src/views/gateway/common/header.vue +++ b/src/views/gateway/common/header.vue @@ -1,52 +1,219 @@