123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985 |
- /* 织梦无忧网 做最好的织梦整站模板下载网站 Www.dedecms51.com */
- /* QQ:379144319 */
- /* 仿站:www.dedecms51.com */
- /* 素材:www.dedecms51.com */
- @charset "utf-8";
- /*!
- * edh5 1.0
- * Copyright 2017 edh5.com
- * http://www.edh5.com/
- * author:sky
- */
- /* 清除内外边距 */
- body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
- margin: 0;
- padding: 0;
- }
- /* 设置默认字体 */
- body, button, input, select, textarea {
- font-family: "微软雅黑", "宋体", "Arial";
- font-size: 100%;
- outline: none;
- }
- /* 列表元素 */
- ul, ol, li {
- list-style: none;
- }
- img {
- border: none;
- vertical-align: middle;
- }
- .img-responsive {
- width: 100%;
- height: auto
- } /*自适应图片*/
- /* a标签 */
- a {
- text-decoration: none;
- color: #fff;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- a:hover {
- text-decoration: none;
- }
- /* 定义浮动居中 */
- .fl {
- float: left;
- display: inline
- }
- .fr {
- float: right;
- display: inline
- }
- .center {
- margin: 0 auto;
- }
- .clear {
- clear: both;
- height: 0px;
- line-height: 0px;
- font-size: 0px;
- }
- .clearfix:after, .clearfix:before {
- content: "";
- display: table
- }
- .clearfix:after {
- clear: both
- }
- .clearfix {
- zoom: 1
- }
- /*重复container标签*/
- .container {
- position: relative;
- width: 85%;
- margin: 0 auto;
- }
- .container2 {
- position: relative;
- width: 1200px;
- margin: 0 auto;
- }
- /*header*/
- .header {
- position: relative;
- height: 110px;
- }
- .header-logo {
- height: 110px;
- display: table;
- }
- .header-logo a {
- display: table-cell;
- vertical-align: middle;
- }
- .header-logo a img{
- display: inline-block;
- height: 80px;
- }
- .header-menu, .header-share {
- margin-top: 55px;
- }
- .header-menu > ul >li {
- float: left;
- margin: 0 20px;
- position: relative;
- padding-right: 10px;
- padding-left: 10px;
- }
- .header-menu > ul >li > a {
-
- color: #464646;
- font-size: 16px;
- display: block;
- height: 100%;
- padding: 0 10px;
- height: 35px;
- line-height: 35px;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- position: relative;
- z-index: 2;
- cursor: pointer;
- }
- .sub-menu-ul {
- position: absolute;
- width: 140px;
- text-align: center;
- overflow: hidden;
- display: none;
- z-index: 999;
- }
- .header-menu > ul >li:hover >a {
- color: #fff;
- }
- .header-menu > ul >li >a::after {
- content: "";
- width: 0%;
- height: 100%;
- background: #1754a3;
- display: block;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- bottom: 0;
- z-index: -1;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .header-menu > ul >li:hover a::after {
- width: 100%;
- }
- .header-menu > ul > li.only-child a::after, .header-menu > ul > li.cur a::after {
- content: "";
- position: absolute;
- display: block;
- width: 0%;
- left: 50%;
- transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- bottom: 0;
- height: 2px;
- background: #1754a3;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- color: #fff;
- }
- .header-menu > ul > li.only-child:hover a {
- background: transparent;
- color: #1754a3;
- }
- .header-menu > ul > li.only-child:hover a::after, .header-menu > ul > li.cur a::after {
- width: 100%;
- }
- .sub-menu-ul >li {
- height: 35px;
- line-height: 35px;
- background: #1754a3;
- text-align: center;
- font-size: 12px;
- border-top: 1px solid #084199;
- border-bottom: 1px solid #116bc9;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .sub-menu-ul >li:last-child {
- border-bottom: none;
- }
- .sub-menu-ul >li a {
- display: block;
- width: 100%;
- height: 100%;
- color: #fff
- }
- .sub-menu-ul >li:hover, .header-menu > ul > li.cur:hover {
- background: #266bc4;
- }
- /*header-search*/
- .header-share ul li {
- float: left;
- width: 28px;
- height: 29px;
- margin-right: 7px;
- background: url(../images/icon1.png) no-repeat;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- position: relative;
- }
- .header-share ul li:hover {
- background: url(../images/icon2.png) no-repeat;
- }
- .header-share ul li a {
- display: block;
- width: 100%;
- height: 100%;
- }
- .header-share ul li:last-child {
- margin-right: 0;
- }
- .header-share ul li:first-child {
- background-position: 0 0;
- }
- .header-share ul li:first-child+li {
- background-position: -35px 0;
- }
- .header-share ul li:first-child+li+li {
- background-position: -70px 0;
- }
- .header-share ul li:first-child+li+li+li {
- background-position: -105px 0;
- }
- .search {
- position: absolute;
- width: 0px;
- height: 29px;
- line-height: 29px;
- border: 1px solid #dcdcdc;
- border-width: 0;
- left: 35px;
- top: 0;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- font-size: 0;
- background: #fff;
- z-index: 2;
- overflow: hidden;
- }
- .search-ipt {
- width: 120px;
- padding-left: 10px;
- border: none;
- height: 27px;
- line-height: 27px;
- font-size: 12px;
- display: inline-block;
- background: #fff;
- vertical-align: top;
- }
- .search-submit {
- width: 27px;
- height: 27px;
- border: none;
- display: inline-block;
- background: url(../images/search.png) no-repeat center;
- background-color: #666;
- vertical-align: top;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- cursor: pointer;
- }
- .search-submit:hover {
- background-color: #333;
- }
- /*sec-tit*/
- .sec-tit {
- text-align: center;
- }
- .tit-zh {
- font-size: 30px;
- color: #373737;
- line-height: 1;
- }
- .tit-line {
- width: 55px;
- height: 3px;
- background: #cfcece;
- margin: 0 auto;
- margin-top: 15px;
- margin-bottom: 12px;
- }
- .tit-en {
- font-size: 16px;
- color: #bebebe;
- line-height: 1;
- text-transform: uppercase;
- }
- /*footer*/
- .footer {
- margin-top: 1.858%;
- padding-top: 4.73%;
- background: #f5f5f5;
- }
- .footer-div.footer-div1 {
- width: 18.575%;
- }
- .footer-logo {
- width: 85.3333%;
- margin-bottom: 11.6667%;
- }
- .conpany-name {
- font-size: 18px;
- color: #2b2b2b;
- line-height: 1;
- margin-bottom: 5px;
- }
- .company-info p, .company-info a {
- font-size: 12px;
- color: #545454;
- line-height: 24px;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .company-info a:hover {
- color: #1754a3;
- }
- .footer-div.footer-div2 {
- width: 135px;
- margin-left: 3.4%;
- }
- .code-txt {
- font-size: 14px;
- color: #747474;
- text-align: center;
- line-height: 1;
- margin-top: 8px;
- }
- .footer-div.footer-div3 {
- width: 45.2%;
- }
- .footer-menu ul li {
- float: left;
- width: 23.66667%;
- text-align: center;
- color: #515151;
- font-size: 16px;
- background: url(../images/border-line.png) no-repeat right top;
- background-size: auto 100%;
- position: relative;
- }
- .footer-menu ul li:first-child::after {
- content: "";
- position: absolute;
- width: 2px;
- height: 100%;
- display: block;
- left: 0;
- top: 0;
- background: url(../images/border-line.png) no-repeat right top;
- background-size: auto 100%;
- }
- .footer-menu ul li dt {
- margin-bottom: 15px;
- line-height: 1;
- }
- .footer-menu ul li dt a {
- color: #515151;
- }
- .footer-menu ul li dd a {
- font-size: 12px;
- color: #707070;
- line-height: 24px;
- }
- .footer-menu ul li dd a:hover, .partner-list span a:hover {
- color: #1754a3
- }
- .partner {
- margin-top: 4.109%;
- }
- .partner .partner-tit {
- margin-bottom: 2.74%;
- font-size: 16px;
- color: #515151;
- }
- .partner-list span a {
- font-size: 12px;
- color: #707070;
- padding-right: 20px;
- line-height: 24px;
- }
- .footer-bottom {
- background: #1754a3;
- width: 100%;
- height: 45px;
- line-height: 45px;
- font-size: 12px;
- color: #ffffff;
- margin-top: 4.73%;
- }
- .bottom-menu a::after {
- content: "|";
- font-size: 12px;
- color: #fff;
- margin: 0 15px;
- }
- .bottom-menu span:last-child a::after {
- display: none;
- }
- /*inner-tit*/
- .inner-tit {
- margin-top: 30px;
- }
- .tit1 {
- font-size: 24px;
- color: #1754a3;
- padding-left: 10px;
- border-left: 3px solid #1754a3;
- }
- .tit2 {
- font-size: 12px;
- color: #9c9c9c;
- margin-top: 5px;
- }
- .bread-menu {
- color: #606060;
- font-size: 12px;
- font-family: "宋体";
- vertical-align: middle;
- padding-top: 36px;
- }
- .bread-menu img {
- vertical-align: top;
- margin-right: 5px;
- }
- .bread-menu a {
- color: #606060;
- }
- .bread-menu a:hover, .bread-menu a:last-child {
- color: #1754a3;
- }
- .bread-menu a:last-child::after {
- display: none;
- }
- .inner-menu {
- font-size: 0;
- margin-top: 3.3333%;
- }
- .inner-menu a,.inner-menu .menuitem {
- display: inline-block;
- height: 45px;
- color: #666666;
- font-size: 16px;
- text-align: center;
- line-height: 45px;
- border: 1px solid #dbdbdb;
- border-right: none;
- vertical-align: middle;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- padding-right: 10px;
- padding-left: 10px;
- }
- .inner-menu a:last-child ,.inner-menu .menuitem:last-child{
- border-right: 1px solid #dbdbdb;
- }
- .inner-menu a:hover, .inner-menu a.cur,.inner-menu .menuitem:hover,.inner-menu .menuitem.cur {
- background: #1754a3;
- color: #fff;
- }
- .inner-con {
- margin-top: 3.75%;
- }
- /*page-jump*/
- .page-jump {
- text-align: center;
- margin-top: 20px;
- }
- .page-jump > ul {
- font-size: 0;
- }
- .page-jump > ul > li {
- display: inline-block;
- border: 1px solid #e9e9e9;
- margin-left: 4px;
- margin-right: 4px;
- font-size: 16px;
- transition: all .3s ease;
- }
- .page-jump > ul > li a, .page-jump > ul > li span {
- display: block;
- padding: 6px 10px;
- color: #c7c7c7;
- transition: all .3s ease;
- cursor: pointer;
- }
- .page-jump > ul > li:hover a, .page-jump > ul > li.active span, .page-jump > ul > li:hover a {
- color: #fff;
- background: #1754a3;
- }
- .page-jump > ul > li:hover, .page-jump > ul > li.active {
- border-color: #1754a3;
- }
- .page-jump > ul > li:first-child span, .page-jump > ul > li:last-child span {
- color: #fff
- }
- .page-jump > ul > li:first-child, .page-jump > ul > li:last-child {
- background-color: #c7c7c7;
- border-color: #c7c7c7;
- }
- .page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a, .page-jump > ul > li:first-child:hover a, .page-jump > ul > li:last-child:hover a {
- color: #fff;
- }
- .page-jump > ul > li:first-child:hover, .page-jump > ul > li:last-child:hover {
- background-color: #1754a3;
- border-color: #1754a3;
- }
- .page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a {
- /*color: #fff;*/
- }
- .show-sm {
- display: none;
- }
- .menu-icon {
- position: relative;
- height: 20px;
- width: 30px;
- margin-top: 20px;
- display: none;
- }
- .menu-icon span {
- width: 30px;
- height: 1px;
- display: block;
- background: #434343;
- position: absolute;
- left: 0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -ms-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .icon-top {
- top: 0;
- }
- .icon-middle {
- top: 50%;
- margin-top: -0.5px;
- }
- .icon-bottom {
- bottom: 0;
- }
- .menu-icon.on .icon-top {
- -webkit-transform: translateY(10px)rotate(45deg);
- -moz-transform: translateY(10px)rotate(45deg);
- -ms-transform: translateY(10px)rotate(45deg);
- -o-transform: translateY(10px)rotate(45deg);
- transform: translateY(10px)rotate(45deg);
- }
- .menu-icon.on .icon-bottom {
- -webkit-transform: translateY(-9px)rotate(-45deg);
- -moz-transform: translateY(-9px)rotate(-45deg);
- -ms-transform: translateY(-9px)rotate(-45deg);
- -o-transform: translateY(-9px)rotate(-45deg);
- transform: translateY(-9px)rotate(-45deg);
- }
- .menu-icon.on .icon-middle {
- width: 0
- }
- .footer-code {
- display: none;
- }
- .footer-bottom .fl span {
- margin-right: 20px;
- }
- @media (max-width: 1770px) {
- .header-menu > ul >li > a {
- padding: 0 15px;
- }
- .header-menu > ul >li {
- margin: 0 15px;
- }
- }
- @media (max-width: 1540px) {
- .header-menu > ul >li > a {
- padding: 0 12px;
- }
- .header-menu > ul >li {
- margin: 0 12px;
- }
- }
- @media (max-width: 1440px) {
- .header, .header-logo {
- height: 100px
- }
- .header-logo img {
- width: auto;
- height: 65px
- }
- .header-menu > ul >li > a {
- padding: 0 10px;
- }
- .header-menu > ul >li {
- margin: 0 10px;
- }
- .header-menu, .header-share {
- margin-top: 40px;
- }
- }
- @media (max-width: 1280px) {
- .header-menu > ul >li > a {
- padding: 0 8px;
- }
- .header-menu > ul >li {
- margin: 0 8px;
- }
- .container2 {
- width: 90%;
- }
- }
- @media (max-width: 1200px) {
- .header-right, .header-share {
- display: block;
- float: right;
- }
- .show-sm {
- display: block;
- }
- .right-warp {
- float: right;
- }
- .header-menu {
- margin-top: 5px;
- }
- .header-share {
- margin-top: 15px;
- }
- .header-menu > ul >li:last-child {
- margin-right: 0;
- }
- .header-logo img {
- height: 60px;
- width: auto;
- }
- }
- @media (max-width: 992px) {
- .container {
- width: 90%;
- }
- .header-menu > ul >li > a {
- font-size: 14px;
- padding: 0 5px;
- cursor: pointer;
- }
- .header-menu > ul >li {
- margin: 0 5px;
- }
- .header-logo img {
- height: 50px;
- width: auto;
- }
- .inner-menu a {
- width: 120px;
- height: 40px;
- line-height: 40px;
- }
- .footer-div.footer-div2 {
- width: 100px;
- }
- .code-txt {
- font-size: 12px;
- line-height: 1.6
- }
- .footer-div.footer-div3 {
- width: 60%;
- }
- }
- @media (max-width: 768px) {
- .inner-con {
- margin-top: 30px;
- }
- .inner-con img {
- width: 100% !important;
- height: auto !important;
- }
- .header .container {
- width: 100%;
- padding-left: 5%;
- padding-right: 5%;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- .header-right {
- display: none;
- position: absolute;
- top: 60px;
- float: none;
- left: 0;
- z-index: 9999;
- padding-top: 10px;
- padding-bottom: 10px;
- text-align: center;
- width: 100%;
- background: rgba(255, 255, 255, .9);
- }
- .header-share {
- display: none;
- }
- .header, .header-logo {
- height: 60px;
- }
- .header-logo img {
- height: 45px;
- width: auto;
- }
- .menu-icon {
- display: block;
- }
- .header-menu > ul > li {
- margin: 0;
- display: block;
- float: none;
- width: 100%;
- transform: translateY(-26px);
- -ms-transform: translateY(-26px);
- -moz-transform: translateY(-26px);
- -webkit-transform: translateY(-26px);
- -o-transform: translateY(-26px);
- transition: 1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1s;
- opacity: 0;
- }
- .header-menu > ul > li:nth-child(2) {
- transition: 1.1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.1s;
- }
- .header-menu > ul > li:nth-child(3) {
- transition: 1.2s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.2s;
- }
- .header-menu > ul > li:nth-child(4) {
- transition: 1.3s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.3s;
- }
- .header-menu > ul > li:nth-child(5) {
- transition: 1.4s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.4s;
- }
- .header-menu > ul > li:nth-child(6) {
- transition: 1.5s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.5s;
- }
- .header-menu > ul > li:nth-child(7) {
- transition: 1.6s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.6s;
- }
- .header-menu > ul > li.header-li-show {
- transform: translateY(0px);
- -ms-transform: translateY(0px); /* IE 9 */
- -moz-transform: translateY(0px); /* Firefox */
- -webkit-transform: translateY(0px); /* Safari 和 Chrome */
- -o-transform: translateY(0px); /* Opera */
- opacity: .9;
- }
- .header-menu > ul > li > a {
- padding: 0;
- }
- .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
- background: #1754a3;
- color: #fff;
- }
- .header-menu > ul > li > a span {
- position: relative;
- padding: 0 15px;
- }
- .header-menu > ul > li > a span::before {
- content: "";
- width: 6px;
- height: 10px;
- position: absolute;
- right: 0;
- top: 50%;
- background: url(../images/right-icon.png) no-repeat;
- background-size: 6px 10px;
- margin-top: -5px;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .header-menu > ul > li:hover > a span::before {
- background: url(../images/right-icon2.png) no-repeat;
- background-size: 6px 10px;
- transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- }
- .sub-menu-ul {
- position: relative;
- }
- .sub-menu-ul > li {
- width: auto;
- font-size: 12px;
- }
- /*footer*/
- .footer-div.footer-div1, .footer-div.footer-div2 {
- display: none;
- }
- .footer-div.footer-div3 {
- float: none;
- }
- .footer-menu ul li {
- width: 100%;
- text-align: left;
- }
- .footer-menu ul li, .footer-menu ul li:first-child::after {
- background: none
- }
- .footer-menu ul li dt {
- height: 45px;
- line-height: 45px;
- margin: 0;
- font-size: 14px;
- border-bottom: 1px solid #d6d6d6;
- position: relative;
- }
- .footer-menu ul li dd {
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #d6d6d6;
- padding-left: 10px;
- box-sizing: border-box;
- box-sizing: -webkit-border-box;
- -moz-box-sizing: border-box;
- }
- .footer-menu ul li dt::after {
- position: absolute;
- content: "";
- width: 9px;
- height: 15px;
- background: url(../images/right-icon3.png) no-repeat;
- background-size: 9px 15px;
- right: 10px;
- top: 50%;
- margin-top: -7.5px;
- -webkit-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .footer-menu ul li.move dt::after {
- transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- }
- .bottom-menu, .partner, .menu-warp {
- display: none;
- }
- .footer-bottom {
- height: auto;
- line-height: 20px;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .footer-bottom span {
- display: block;
- }
- .footer-code {
- display: block;
- margin-top: 5%;
- width: 135px;
- font-size: 16px;
- color: #1655a3;
- position: relative;
- }
- .code-txt {
- color: #1655a3
- }
- .code-img {
- position: absolute;
- width: 120px;
- right: -130px;
- top: -50%;
- margin-top: -60px;
- z-index: 999;
- display: none;
- }
- .tit-zh {
- font-size: 24px;
- }
- .tit-line {
- margin-top: 10px;
- margin-bottom: 8px;
- height: 1px;
- }
- .tit-en {
- font-size: 14px;
- }
- .inner-tit>div {
- float: none;
- display: block;
- }
- .bread-menu {
- vertical-align: bottom;
- margin-top: 15px;
- padding-top: 0
- }
- }
- @media (max-width: 480px) {
- .tit-zh {
- font-size: 20px;
- }
- .tit-line {
- margin-top: 8px;
- margin-bottom: 7px;
- height: 1px;
- }
- .tit-en {
- font-size: 14px;
- }
- }
- /*QRcode*/
- #code {
- display: none;
- position: fixed;
- z-index: 99999;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%); /* IE 9 */
- -moz-transform: translate(-50%, -50%); /* Firefox */
- -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
- -o-transform: translate(-50%, -50%); /* Opera */
- background-color: #fff;
- font-size: 20px;
- padding: 22px 12px 10px;
- font-family: "Microsoft YaHei";
- color: #1A8BD6;
- }
- #code .code-close {
- position: absolute;
- color: #cd0e18;
- font-size: 32px;
- width: 24px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- top: 8px;
- right: 8px;
- cursor: pointer;
- transition: all .5s ease;
- }
- #code canvas {
- display: block;
- vertical-align: top;
- margin: 12px auto 10px;
- }
- .partner-list a{ color:#707070; font-size:12px}
- /*织梦无忧网新增翻页样式 各类模版第一站 www.dedecms51.com*/
- .pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
- .pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
- .pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
- .pagess ul li:hover a{color:#fff;}
- .pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
- .pagess ul li.thisclass a {color: #fff;}
- .pagess ul li a{ display:block;color:#999}
- .pagess ul li a:hover {color: #fff;}
|