| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978 |
- @charset "utf-8";
- body {
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- background: #F4F5FA;
- }
- * {
- margin: 0;
- padding: 0;
- font-size: 14px;
- font-family: '微软雅黑', 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
- color: #666;
- font-style: normal;
- list-style: none;
- text-decoration: none;
- box-sizing: border-box;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
- img {
- display: block;
- max-width: 100%;
- max-height: 100%;
- border: none;
- }
- input, button, select {
- border: 0;
- outline: none;
- }
- a:hover {
- color: #04935F !important;
- }
- input::-webkit-input-placeholder {
- color: #aaa;
- }
- [placeholder]:focus::-webkit-input-placeholder {
- -webkit-transition: opacity 0.5s ease;
- -moz-transition: opacity 0.5s ease;
- -o-transition: opacity 0.5s ease;
- transition: opacity 0.5s ease;
- opacity: 0
- }
- [placeholder]:focus::-moz-input-placeholder {
- -webkit-transition: opacity 0.5s ease;
- -moz-transition: opacity 0.5s ease;
- -o-transition: opacity 0.5s ease;
- transition: opacity 0.5s ease;
- opacity: 0
- }
- a, a img, input {
- -webkit-transition: all 0.18s ease-out;
- -o-transition: all 0.18s ease-out;
- -moz-transition: all 0.18s ease-out;
- transition: all 0.18s ease-out;
- }
- .clearfix:after {
- content: "";
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- .nowrap {
- overflow: hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .container {
- position: relative;
- width: 1200px;
- margin: 0 auto;
- }
- .mt20 {
- margin-top: 20px;
- }
- .mt10 {
- margin-top: 10px;
- }
- .mt30 {
- margin-top: 30px;
- }
- .ml20 {
- margin-left: 20px;
- }
- .mb30 {
- margin-bottom: 30px;
- }
- .pc_show {
- display: none;
- }
- /* top */
- header {
- background: #fff;
- }
- .t-header {
- height: 36px;
- line-height: 36px;
- background: #e3e4e5;
- }
- .t-header p {
- font-size: 12px;
- color: #999;
- }
- .t-header p i {
- vertical-align: top;
- margin-right: 3px;
- font-size: 18px;
- color: #777;
- line-height: 36px;
- }
- .t-header p a:hover i {
- color: #04935F;
- }
- .t-header p a {
- padding: 0 10px;
- font-size: 12px;
- }
- .t-header li {
- position: relative;
- float: left;
- padding: 0 12px;
- font-size: 12px;
- cursor: pointer;
- }
- .t-header li:hover {
- color: #04935F;
- }
- .t-header li a {
- font-size: 12px;
- }
- .t-header li b {
- color: #04935F;
- }
- .t-header li i {
- vertical-align: middle;
- margin-top: -4px;
- margin-right: 8px;
- font-size: 20px;
- }
- .t-header li i.fa-weixin {
- font-size: 16px;
- }
- .t-header li:hover i {
- color: #04935F;
- }
- .t-header li.wx div {
- z-index: 99;
- position: absolute;
- top: 36px;
- left: 50%;
- display: none;
- width: 120px;
- height: 120px;
- margin-left: -60px;
- box-shadow: 0 0 6px rgba(0, 0, 0, .3)
- }
- .t-header li.wx:hover div {
- display: block;
- }
- .t-header li.web-nav i {
- margin-right: 4px;
- font-size: 16px;
- }
- .t-header li.web-nav div {
- z-index: 999;
- position: absolute;
- top: 36px;
- right: 0;
- width: 300px;
- display: none;
- padding: 15px 20px;
- padding-bottom: 0;
- background: #Fff;
- border: 1px solid #e5e5e5;
- }
- .t-header li.web-nav dl {
- display: block;
- padding-bottom: 15px;
- margin-bottom: 15px;
- line-height: 24px;
- overflow: hidden;
- border-bottom: 1px solid #e5e5e5;
- }
- .t-header li.web-nav dl:last-child {
- border-bottom: 0;
- }
- .t-header li.web-nav dt {
- display: block;
- font-size: 12px;
- color: #8a9b42;
- }
- .t-header li.web-nav dl:nth-of-type(2) dt {
- color: #04935F;
- }
- .t-header li.web-nav dl:nth-of-type(3) dt {
- color: #ff9326;
- }
- .t-header li.web-nav dd {
- display: block;
- width: 270px;
- }
- .t-header li.web-nav dd a {
- display: inline-block;
- margin-right: 15px;
- }
- .t-header li.web-nav:hover div {
- display: block;
- }
- .m-header {
- padding: 20px 0;
- }
- .m-header .logo {
- max-width: 240px;
- }
- .m-header .logo a {
- display: block;
- }
- .m-header .logo p {
- margin-top: 5px;
- font-size: 12px;
- color: #04935F;
- text-align: center;
- letter-spacing: 2px;
- }
- .search-con {
- position: relative;
- width: 520px;
- margin-right: 40px;
- margin-top: 8px;
- font-size: 0;
- }
- .search-con form {
- position: relative;
- display: block;
- width: 100%;
- height: 40px;
- margin-bottom: 8px;
- padding-left: 40px;
- padding-right: 100px;
- line-height: 40px;
- overflow: hidden;
- border: 1px solid #04935F;
- }
- .search-con .fa-search {
- position: absolute;
- left: 0;
- top: 0;
- width: 40px;
- height: 40px;
- font-size: 22px;
- color: #bbb;
- line-height: 36px;
- text-align: center;
- -webkit-text-stroke: 1px #fff;
- }
- .search-con .s-input {
- width: 100%;
- height: 100%;
- border: 0;
- color: #666;
- }
- .search-con .s-button {
- position: absolute;
- top: 0;
- right: 0;
- width: 100px;
- height: 38px;
- font-size: 18px;
- color: #fff;
- background: #04935F;
- border: 0;
- cursor: pointer;
- }
- .search-con p {
- max-width: 100%;
- margin-top: 6px;
- font-size: 12px;
- color: #04935F;
- overflow: hidden;
- }
- .search-con p b {
- font-size: 12px;
- }
- .search-con p a {
- display: inline-block;
- font-size: 12px;
- color: #777;
- margin-right: 10px;
- }
- .m-header-sider {
- margin-top: 8px;
- overflow: hidden;
- }
- .m-header-sider p {
- margin-left: 10px;
- }
- .m-header-sider p a {
- display: block;
- width: 110px;
- height: 38px;
- background: #F4E9C7;
- text-align: center;
- line-height: 38px;
- color: #856F31;
- }
- .m-header-sider p a:last-child {
- margin-top: 8px;
- }
- .m-header-sider p a:hover {
- background: #A0875A;
- color: #fff!important;
- }
- .m-header-sider p i {
- margin-right: 6px;
- font-size: 16px;
- color: #856F31;
- }
- .m-header-sider p a:hover i {
- color: #fff;
- }
- /*导航*/
- .navigation {
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: #3A3A41;
- }
- .fl-nav {
- position: relative;
- width: 240px;
- height: 40px;
- margin-right: 25px;
- background: #4B4B5B;
- text-align: center;
- cursor: pointer;
- }
- .fl-nav span {
- display: block;
- font-size: 16px;
- color: #fff;
- }
- .fl-nav i {
- vertical-align: middle;
- margin-right: 10px;
- margin-top: -3px;
- font-size: 20px;
- color: #fff;
- -webkit-text-stroke: 1px #4B4B5B;
- }
- .nav-list li {
- float: left;
- margin-right: 20px;
- position: relative;
- }
- .nav-list li:nth-of-type(2)::after {
- position: absolute;
- content: url(../images/icon_hot.png);
- top: -4px;
- right: -10px;
- }
- .nav-list li:hover::before, .nav-list li.active::before {
- position: absolute;
- content: '';
- left: 50%;
- bottom: 2px;
- width: 20px;
- height: 4px;
- margin-left: -10px;
- background: #bfaa6e;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- -o-border-radius: 4px;
- }
- .nav-list li.active, .nav-list li:hover {
- background: #23232A;
- }
- .nav-list li a {
- display: block;
- padding: 0 22px;
- font-size: 16px;
- color: #fff!important;
- }
- /* link */
- .linkCon {
- padding: 30px;
- background: #fff;
- }
- .linkCon h2 {
- position: relative;
- height: 35px;
- font-size: 18px;
- font-weight: normal;
- color: #333;
- line-height: 24px;
- border-bottom: 1px solid #dfdfdf;
- }
- .linkCon h2::before {
- position: absolute;
- content: '';
- left: 0;
- bottom: -1px;
- width: 72px;
- border-bottom: 1px solid #333;
- }
- .linkCon ul {
- width: 1200px;
- }
- .linkCon ul li {
- display: inline-block;
- vertical-align: top;
- margin-top: 15px;
- margin-right: 20px;
- }
- /*底部*/
- .online-box {
- padding: 24px 0;
- background: #00704A;
- }
- footer {
- padding-top: 30px;
- background: url(../images/fd_bg.png) center bottom no-repeat;
- background-size: cover;
- }
- .foot-nav {
- line-height: 50px;
- text-align: center;
- }
- .foot-nav li {
- position: relative;
- display: inline-block;
- vertical-align: top;
- margin: 0 15px;
- }
- .foot-nav li a {
- color: #fff;
- }
- .ftlx-box {
- margin-top: 30px;
- }
- .ftlx-box .fl strong {
- font-size: 18px;
- color: #eee;
- font-weight: normal;
- }
- .ftlx-box .fl span {
- display: block;
- margin-top: 15px;
- color: #eee;
- }
- .ftlx-box .fr span {
- display: inline-block;
- vertical-align: top;
- width: 100px;
- margin-left: 15px;
- text-align: center;
- color: #ccc;
- }
- .ftlx-box .fr span img {
- margin-bottom: 5px;
- }
- footer p {
- margin-top: 40px;
- padding: 15px 0;
- font-size: 12px;
- color: #bbb;
- text-align: center;
- line-height: 24px;
- border-top: 1px solid #666;
- }
- footer p a {
- font-size: 12px;
- color: #ccc;
- }
- /* 侧边栏 */
- .siderBar {
- position: fixed;
- top: 250px;
- right: 0;
- -width: 36px;
- z-index: 99;
- }
- .siderBar>div {
- width: 36px;
- padding: 14px 5px;
- text-align: center;
- cursor: pointer;
- line-height: 17px;
- }
- .free-tel {
- background: #fffbef;
- color: #856f31;
- border: 1px solid #bca35b;
- }
- .free-tel:hover {
- background: #f4e9c7;
- }
- .siderBar i {
- margin-bottom: 4px;
- font-size: 20px;
- color: #856f31;
- }
- .online {
- background: #bca35b;
- }
- .online:hover {
- background: #a0875a
- }
- .online a {
- display: block;
- color: #fff!important;
- }
- .online i {
- color: #fff;
- }
- .side-wx {
- position: relative;
- margin-top: 2px;
- background: #fff;
- border: 1px solid #ccc;
- }
- .side-wx:hover {
- background: #999;
- color: #fff;
- }
- .side-wx span {
- position: absolute;
- right: 50px;
- top: 0;
- display: none;
- width: 85px;
- box-shadow: 0 0 5px rgba(0, 0, 0, .2);
- }
- .side-wx span::after {
- position: absolute;
- content: '';
- top: 50%;
- right: -16px;
- margin-top: -8px;
- border: 8px solid transparent;
- border-left-color: #fff;
- }
- .side-wx i {
- color: #bcbcbc;
- }
- .side-wx:hover i {
- color: #fff;
- }
- .side-wx:hover span {
- display: block;
- }
- .input-select {
- border: 1px solid #e5e5e5;
- width: 140px;
- height: 40px;
- line-height: 40px;
- }
- .complaint {
- margin-top: 2px;
- background: #999;
- border: 1px solid #ccc;
- }
- .complaint a, .complaint i {
- color: #fff;
- }
- .complaint i {
- color: #fff;
- }
- .complaint:hover {
- background: #fff;
- }
- .complaint:hover a {
- color: #666!important;
- }
- .complaint:hover i {
- color: #bcbcbc;
- }
- .siderBar .go-top {
- display: none;
- padding: 6px 2px;
- margin-top: 2px;
- background: #fff;
- border: 1px solid #ccc;
- }
- .siderBar .go-top:hover {
- border: 1px solid #a0875a;
- color: #a0875a;
- }
- .go-top i {
- margin-bottom: 0;
- color: #999;
- }
- /* */
- .spot-bg {
- z-index: 666;
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .5);
- }
- .fixed-foot {
- z-index: 667;
- position: fixed;
- left: 0;
- bottom: -170px;
- width: 100%;
- height: 120px;
- background: #222;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .fixed-foot img {
- position: relative;
- top: -56px;
- float: left;
- width: 173px;
- }
- .fixed-foot p {
- width: 375px;
- padding-top: 30px;
- margin-left: 25px;
- }
- .fixed-foot p strong {
- display: block;
- font-size: 26px;
- color: #fff;
- line-height: 35px;
- }
- .fixed-foot p span {
- display: block;
- font-size: 12px;
- color: #70777A;
- margin-top: 6px;
- }
- .fixed-foot form {
- float: right;
- padding-top: 30px;
- margin-right: 40px;
- }
- .fixed-foot input {
- height: 44px;
- margin-right: 10px;
- padding-left: 32px;
- background: #fff;
- background-repeat: no-repeat;
- background-position: 10px center;
- background-size: 16px;
- border-radius: 2px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -ms-border-radius: 2px;
- -o-border-radius: 2px;
- }
- .fixed-foot .name {
- width: 160px;
- background-image: url(../images/icon_user.png);
- }
- .fixed-foot .phone {
- width: 240px;
- background-image: url(../images/icon_tel.png);
- }
- .fixed-foot .submit {
- width: 140px;
- padding-left: 0;
- background: #06a76d;
- font-size: 18px;
- color: #fff;
- cursor: pointer;
- }
- .fixed-foot-on {
- bottom: 0;
- }
- .fixed-foot i {
- position: absolute;
- right: 0;
- top: 38px;
- font-size: 30px;
- color: #ddd;
- cursor: pointer;
- -webkit-text-stroke: 5px #222;
- }
- .hb-title {
- padding-top: 30px;
- padding-bottom: 20px;
- font-size: 22px;
- color: #333;
- }
- .hb-title i {
- vertical-align: middle;
- margin-top: -4px;
- margin-right: 8px;
- font-size: 28px;
- }
- .hb-title>a {
- float: right;
- margin-top: 6px;
- color: #999;
- font-weight: normal;
- }
- @media screen and (max-width:768px) {
- .mob_none {
- display: none!important;
- }
- .pc_show {
- display: block;
- }
- .container {
- width: 100%;
- padding: 0;
- }
- .m-header {
- padding: 0 15px;
- height: 50px;
- border-bottom: 1px solid #e4e7e8;
- }
- .m-header .logo {
- height: 30px;
- margin-top: 10px;
- }
- .m-header .logo a {
- height: 100%;
- }
- .m-header .logo img {
- width: auto;
- height: 100%;
- }
- .m-header i {
- position: absolute;
- right: 15px;
- top: 10px;
- height: 30px;
- line-height: 30px;
- font-size: 30px;
- color: #777;
- -webkit-text-stroke: 1px #fff;
- }
- .mob-navigation {
- z-index: 9999;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 0 50px;
- padding-top: 90px;
- background: #fff;
- opacity: 0;
- transform: scale(0);
- -webkit-transform: scale(0);
- -moz-transform: scale(0);
- -ms-transform: scale(0);
- -o-transform: scale(0);
- text-align: center;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .mob-navigation.on {
- opacity: 1;
- transform: scale(1);
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- }
- .mob-navigation li a {
- display: block;
- line-height: 50px;
- font-size: 16px;
- border-bottom: 1px solid #eee;
- }
- .mob-navigation li:last-child a {
- border-bottom: 0;
- }
- .mob-navigation i {
- position: absolute;
- right: 20px;
- top: 20px;
- font-size: 40px;
- color: #666;
- -webkit-text-stroke: 5px #fff;
- }
- /* */
- .linkCon {
- padding: 10px;
- }
- .linkCon ul {
- width: 104%;
- }
- /* foot */
- footer {
- margin-top: 30px;
- }
- .foot-nav {
- line-height: 30px;
- }
- .foot-nav ul li {
- padding: 0 4px;
- }
- .ftlx-box {
- padding: 0 20px;
- }
- .ftlx-box .fr {
- width: 100%;
- margin-top: 20px;
- }
- .ftlx-box .fr span {
- margin-left: 0;
- margin-right: 20px;
- }
- footer p {
- margin-top: 30px;
- padding: 20px;
- }
- .bgf {
- margin-top: 0;
- padding: 0 10px 30px 10px;
- }
- }
|