1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165 |
- /* 织梦无忧网 做最好的织梦整站模板下载网站 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-share.fr{
- display: none !important;
- }
- .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;
- }
- .sub-menu-ul li{
- position: relative;
- }
- .sub-menu-ul-child{
- width: 140px;
- display: none;
- position: absolute;
- left: 100%;
- top: 0;
- z-index: 999;
- }
- .sub-menu-ul li:hover .sub-menu-ul-child{
- display: block;
- }
- .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,.sub-menu-ul-child>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;
- position: relative;
- }
- .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;}
- /* 联系我们 */
- .contcat-form-container{
- width: 340px;
- max-width: 90%;
- background-color: #fff;
- position: fixed;
- left: 50%;
- top: 150px;
- z-index: 9999;
- transform: translateX(-50%);
- box-shadow: 1px 4px 4px rgba(0,0,0,.6);
- border-radius: 20px;
- display: none;
- }
- .contcat-form{
- padding: 20px;
- background-color: #fff;
- position: relative;
- }
- .contcat-form .close{
- width: 20px;
- height: 20px;
- border: 1px solid #666;
- color: #666;
- text-align: center;
- line-height: 20px;
- border-radius: 50%;
- position: absolute;
- right: 10px;
- top: 10px;
- cursor: pointer;
- }
- .form-item{
- margin-bottom: 10px;
- }
- .form-item .lable{
- padding-bottom: 10px;
- }
- .form-item .form-item-cont input{
- -webkit-appearance: none;
- background-color: #fff;
- background-image: none;
- border-radius: 4px;
- border: 1px solid #dcdfe6;
- box-sizing: border-box;
- color: #606266;
- display: inline-block;
- font-size: inherit;
- height: 40px;
- line-height: 40px;
- outline: none;
- padding: 0 15px;
- transition: border-color .2s cubic-bezier(.645,.045,.355,1);
- width: 100%;
- }
- .contcatSubmit{
- width: 100%;
- display: inline-block;
- line-height: 1;
- white-space: nowrap;
- cursor: pointer;
- background: #fff;
- border: 1px solid #dcdfe6;
- color: #606266;
- text-align: center;
- box-sizing: border-box;
- outline: none;
- margin: 0;
- transition: .1s;
- font-weight: 500;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- padding: 12px 20px;
- font-size: 14px;
- border-radius: 4px;
- color: #fff;
- background-color: #409eff;
- border-color: #409eff;
- }
- /* 点击体验 */
- .word-scratchy .clickbt{
- display: inline-block;
- line-height: 1;
- white-space: nowrap;
- cursor: pointer;
- background: #fff;
- border: 1px solid #dcdfe6;
- color: #606266;
- text-align: center;
- box-sizing: border-box;
- outline: none;
- margin: 0;
- transition: .1s;
- font-weight: 500;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- padding: 10px 15px;
- font-size: 14px;
- border-radius: 4px;
- color: #fff;
- background-color: #409eff;
- border-color: #409eff;
- }
- .word-scratchy{
- color: #333;
- font-size: 14px;
- border-radius: 8px;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .word-scratchy .click {
- display: block;
- width: 35px;
- height: 35px;
- border-radius: 50%;
- position: relative;
- border: 4px solid #fe1456;
- text-align: center;
- line-height: 35px;
- font-size: 12px;
- color: #333;
- margin-right: 5px;
- animation: warn 1.7s ease-out 0s infinite;
- }
- .click:after {
- display: block;
- content: '';
- width: 30px;
- height:30px;
- position: absolute;
- left: 50%;
- top: 50%;
- border-radius: 50%;
- margin-left: -15px;
- margin-top: -15px;
- border: 3px solid #fe1456;
- box-sizing: border-box;
- animation: warn 1.7s ease-out 0.7s reverse infinite;
- }
- @keyframes warn {
- 0% {
- transform: scale(0.4);
- opacity: 1;
- }
-
- 30% {
- opacity: 1;
- }
-
- 100% {
- transform: scale(1.1);
- opacity: 0;
- }
- }
|