1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*移动左右间隙*/
- br {
- content: "";
- display: block;
- height: 10px;
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- -webkit-tap-highlight-color: transparent;
- }
- body {
- font-family: 'PingFang SC', arial, 'Microsoft YaHei';
- color: #333333;
- font-weight: 300;
- font-size: 16px;
- }
- input,
- textarea {
- font-family: inherit;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- }
- ul,
- ol {
- list-style: none;
- }
- li {
- list-style: none;
- }
- a {
- font-size: inherit;
- color: inherit;
- text-decoration: none;
- }
- a,
- area {
- /* 获得焦点的同时失去焦点 为了防止a标签是图片的时候 点过周围会有虚线 */
- blr: expression(this.onFocus=this.blur());
- }
- em {
- font-style: normal;
- }
- .clearfix:after {
- content: " ";
- display: block;
- line-height: 0;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .w {
- margin: 0 auto;
- padding-left: 15px;
- padding-right: 15px;
- }
- select {
- color: inherit;
- }
- .img img {
- display: block;
- width: 100%;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .absolute_center {
- transform: translateY(-50%) translateX(-50%);
- position: absolute;
- top: 50%;
- left: 50%;
- }
- .swiper-button-prev {
- outline: none;
- }
- .swiper-button-next {
- outline: none;
- }
- .raw-html {
- font-size: 16px !important;
- }
- /*滚动条*/
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- ::-webkit-scrollbar-button:vertical {
- display: none;
- }
- ::-webkit-scrollbar-corner,
- ::-webkit-scrollbar-track {
- background-color: #e2e2e2;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.5);
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.35);
- }
- ::-webkit-scrollbar-thumb:vertical:active {
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.38);
- }
- body {
- padding-top: 105px;
- }
- .fl {
- float: left !important;
- }
- .fr {
- float: right !important;
- }
- .clear-both {
- clear: both;
- }
- .clear:after {
- content: '';
- display: block;
- clear: both;
- }
- .full {
- width: 100%;
- }
- /*定位*/
- .pos-r {
- position: relative;
- }
- .img-cover img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .ov-hide {
- overflow: hidden;
- }
- .text-right {
- text-align: right !important;
- }
- .text-center {
- text-align: center !important;
- }
- .text-left {
- text-align: left !important;
- }
- .m-auto {
- margin-left: auto;
- margin-right: auto;
- }
- .html-box {
- overflow: hidden;
- padding-top: 0.3rem;
- }
- .html-box img {
- max-width: 100%;
- }
- .html-box span, .html-box em, .html-box i {
- display: initial;
- }
- .empty-text {
- text-align: center;
- padding: 20px;
- color: #888;
- font-size: 16px;
- }
- .dan {
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .full {
- display: block;
- width: 100%;
- }
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*移动左右间隙*/
- br {
- content: "";
- display: block;
- height: 10px;
- }
- header {
- padding-top: 15px;
- position: fixed;
- width: 100%;
- background-color: #fff;
- top: 0;
- z-index: 90;
- padding-bottom: .2rem;
- }
- header .w:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- header .top-nav {
- width: 100%;
- margin-bottom: 25px;
- }
- header .top-nav:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- header .top-nav ul {
- float: right;
- }
- header .top-nav ul:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- header .top-nav ul li {
- float: left;
- color: #999999;
- font-size: 13px;
- margin-left: 15px;
- }
- header .main-nav:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- header .main-nav .logo {
- float: left;
- }
- header .main-nav .logo img {
- width: 110px;
- }
- header .main-nav .menu {
- float: right;
- }
- header .main-nav .menu:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- header .main-nav .menu li {
- padding-top: 9px;
- float: left;
- margin-right: 0.6rem;
- }
- header .main-nav .menu li:last-child {
- margin-right: 0;
- }
- header .main-nav .menu li a {
- display: block;
- transition: all .3s ease;
- color: #036EB8;
- font-size: 16px;
- font-weight: 600;
- }
- header .main-nav .menu li.active a, header .main-nav .menu li:hover a {
- color: #8FC31F;
- }
- header .search {
- float: right;
- width: 1.57rem;
- height: 26px;
- border-radius: 13px;
- border: 1px solid #036EB8;
- float: right;
- position: relative;
- margin-top: 5px;
- margin-left: .8rem;
- }
- header .search input {
- outline: none;
- border: none;
- width: 70%;
- height: 24px;
- line-height: 24px;
- padding-left: 10px;
- background-color: transparent;
- }
- header .search img {
- position: absolute;
- top: 50%;
- right: 10px;
- transform: translateY(-50%);
- cursor: pointer;
- z-index: 1;
- }
- header .search-icon {
- width: 0.2rem;
- height: 0.2rem;
- float: right;
- margin-left: 0.5rem;
- margin-top: 9px;
- display: none;
- }
- header .search-icon img {
- width: 100%;
- height: 100%;
- -o-object-fit: contain;
- object-fit: contain;
- }
- .mobile-head {
- display: none;
- height: 0.55rem;
- background-color: #fff;
- padding: 0 15px;
- box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
- align-items: center;
- justify-content: space-between;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 100;
- }
- .mobile-head .logo {
- height: 0.24rem;
- display: block;
- }
- .mobile-head .logo img {
- height: 100%;
- }
- .mobile-head .oper {
- display: flex;
- align-items: center;
- }
- .mobile-head .head-search {
- width: 0.2rem;
- height: 0.2rem;
- margin-right: 0.3rem;
- }
- .mobile-head .head-search img {
- width: 100%;
- height: 100%;
- -o-object-fit: contain;
- object-fit: contain;
- }
- .mobile-head .menu-btn {
- display: flex;
- flex-direction: column;
- width: 0.25rem;
- }
- .mobile-head .menu-btn span {
- width: 0.25rem;
- height: 0.02rem;
- background-color: #036EB8;
- transform-origin: left center;
- transition: all 0.2s;
- }
- .mobile-head .menu-btn span ~ span {
- margin-top: 0.07rem;
- }
- .mobile-head .menu-list {
- position: absolute;
- top: 0.55rem;
- left: 0;
- right: 0;
- width: 100%;
- height: auto;
- background-color: #fff;
- max-height: 0;
- transition: all 0.4s ease-in-out;
- overflow-y: auto;
- transform-origin: top;
- -ms-scroll-chaining: none;
- overscroll-behavior: contain;
- box-shadow: 0 10px 5px 0 rgba(115, 115, 115, 0.12);
- z-index: 1000;
- }
- .mobile-head .menu-list a {
- display: block;
- padding: 0 0.15rem;
- box-sizing: border-box;
- height: 0.44rem;
- line-height: 0.44rem;
- font-size: 0.14rem;
- transition: all 0.3s;
- }
- .mobile-head .menu-list .menu-item {
- transform: translate(30px, 0);
- transition: all 0.2s;
- opacity: 0;
- }
- .mobile-head .menu-list .menu-item.on {
- color: #8FC31F;
- }
- .mobile-head .menu-list .arrow {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0.06rem 0 0.06rem 0.06rem;
- border-color: transparent transparent transparent #F37020;
- transition: all 0.3s;
- }
- .mobile-head .menu-list .on .arrow {
- transform: rotate(-90deg);
- }
- .mobile-head .menu-list .child-link {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .mobile-head .menu-list li {
- border-bottom: 1px solid #eee;
- }
- .mobile-head .menu-list .child {
- background: #f8f8f8;
- display: none;
- }
- .mobile-head .menu-list .child .menu-link {
- padding-left: 0.05rem;
- }
- .mobile-head .menu-list .menu-item:nth-child(1) {
- transition-delay: 0.05s;
- }
- .mobile-head .menu-list .menu-item:nth-child(2) {
- transition-delay: 0.1s;
- }
- .mobile-head .menu-list .menu-item:nth-child(3) {
- transition-delay: 0.15s;
- }
- .mobile-head .menu-list .menu-item:nth-child(4) {
- transition-delay: 0.2s;
- }
- .mobile-head .menu-list .menu-item:nth-child(5) {
- transition-delay: 0.25s;
- }
- .mobile-head .menu-list .menu-item:nth-child(6) {
- transition-delay: 0.3s;
- }
- .mobile-head .menu-list .menu-item:nth-child(7) {
- transition-delay: 0.35s;
- }
- .mobile-head .menu-list .menu-item:nth-child(8) {
- transition-delay: 0.4s;
- }
- .mobile-head .menu-list .menu-item:nth-child(9) {
- transition-delay: 0.45s;
- }
- .mobile-head .menu-list .menu-item:nth-child(10) {
- transition-delay: 0.5s;
- }
- .mobile-head .menu-list .menu-item:nth-child(11) {
- transition-delay: 0.55s;
- }
- .mobile-head .menu-list .menu-item:nth-child(12) {
- transition-delay: 0.6s;
- }
- .mobile-head .menu-list .menu-item:nth-child(13) {
- transition-delay: 0.65s;
- }
- .mobile-head .menu-list .menu-item:nth-child(14) {
- transition-delay: 0.7s;
- }
- .mobile-head .menu-list .menu-item:nth-child(15) {
- transition-delay: 0.75s;
- }
- .mobile-head .menu-list .menu-item:nth-child(16) {
- transition-delay: 0.8s;
- }
- .mobile-head .menu-list .menu-item:nth-child(17) {
- transition-delay: 0.85s;
- }
- .mobile-head .menu-list .menu-item:nth-child(18) {
- transition-delay: 0.9s;
- }
- .mobile-head .menu-list .menu-item:nth-child(19) {
- transition-delay: 0.95s;
- }
- .mobile-head.open .menu-item {
- transform: translate(0, 0);
- opacity: 1;
- }
- .mobile-head.open .menu-list {
- max-height: calc(100vh - 0.6rem);
- }
- .mobile-head.open .menu-btn span:nth-child(1) {
- transform: rotate(45deg);
- width: 0.26rem;
- }
- .mobile-head.open .menu-btn span:nth-child(2) {
- opacity: 0;
- width: 0;
- }
- .mobile-head.open .menu-btn span:nth-child(3) {
- width: 0.26rem;
- transform: rotate(-45deg);
- }
- @media (max-width: 1320px) {
- .pc-head .search {
- display: none;
- }
- .pc-head .search-icon {
- display: block;
- }
- }
- @media (max-width: 992px) {
- .pc-head {
- display: none;
- }
- .mobile-head {
- display: flex;
- }
- body {
- padding-top: 0.65rem;
- }
- }
- footer {
- margin-top: 1rem;
- background-color: #036EB8;
- padding-top: .6rem;
- color: #ffffff;
- }
- footer .logo {
- width: 1.1rem;
- }
- footer .wrap:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- footer .wrap .left {
- float: left;
- }
- footer .wrap .right {
- float: right;
- }
- footer .wrap .right .img {
- display: inline-block;
- text-align: center;
- margin-left: 0.4rem;
- }
- footer .wrap .right .img img {
- display: block;
- width: 1.2rem;
- margin-bottom: 10px;
- }
- footer .company {
- padding-top: 0;
- margin-top: 0.3rem;
- font-size: 16px;
- margin-bottom: 0.3rem;
- }
- footer .contact {
- font-size: 13px;
- line-height: 24px;
- margin-bottom: 0.4rem;
- }
- footer .friendly {
- padding-bottom: 0.2rem;
- border-bottom: 1px solid #fff;
- }
- footer .friendly:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- footer .friendly li {
- float: left;
- font-size: 13px;
- margin-right: 10px;
- }
- footer .copyright {
- padding-top: 0.2rem;
- padding-bottom: 0.2rem;
- font-size: 13px;
- }
- footer .copyright:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- footer .copyright p {
- float: left;
- }
- footer .copyright .nav {
- float: right;
- }
- footer .copyright .nav:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- footer .copyright .nav li {
- float: left;
- margin-right: 20px;
- position: relative;
- }
- footer .copyright .nav li:last-child {
- margin-right: 0;
- }
- footer .copyright .nav li::after {
- content: '';
- position: absolute;
- z-index: 1;
- right: -10px;
- top: 0;
- height: 100%;
- width: 1px;
- background-color: #fff;
- }
- @media (max-width: 992px) {
- footer {
- margin-top: 0.5rem;
- padding-top: 0.4rem;
- }
- footer .wrap .left {
- float: none;
- }
- footer .wrap .right {
- float: none;
- }
- footer .wrap .right .img {
- margin-left: 0;
- margin-right: 0.2rem;
- }
- footer .contact {
- margin-bottom: 0.2rem;
- }
- footer .friendly {
- display: none;
- margin-top: 0.3rem;
- border-bottom: none;
- }
- footer .friendly li {
- margin-bottom: 0.05rem;
- }
- footer .copyright {
- display: flex;
- flex-direction: column-reverse;
- flex-wrap: wrap;
- margin-top: 0.2rem;
- }
- footer .copyright p {
- float: none;
- width: 100%;
- }
- footer .copyright .nav {
- float: none;
- width: 100%;
- padding-bottom: 0.2rem;
- margin-bottom: 0.15rem;
- border-bottom: 1px solid rgba(255, 255, 255, 0.3);
- }
- }
- html {
- font-size: 100px !important;
- }
- @media (min-width: 1320px) {
- .w {
- width: 1320px !important;
- max-width: 100%;
- }
- }
- @media (max-width: 1320px) {
- .w {
- width: 90% !important;
- }
- }
- @media (max-width: 768px) {
- .w {
- width: 100% !important;
- }
- }
- .sec-tit {
- font-size: 0.6rem;
- font-weight: 600;
- line-height: 1.4;
- color: #036EB8;
- }
- .sec-en-tit {
- color: #036EB8;
- font-size: 0.28rem;
- text-transform: uppercase;
- line-height: 1.4;
- margin-top: 0.1rem;
- }
- .sec-tit2 {
- font-size: 0.36rem;
- font-weight: 600;
- line-height: 1.4;
- color: #036EB8;
- }
- .sec-head {
- padding-bottom: 0.4rem;
- border-bottom: 0.03rem solid #036EB8;
- }
- .sec-head.no-bor {
- border: none;
- }
- .sec-head .types {
- padding-top: 0.1rem;
- display: flex;
- flex-wrap: wrap;
- line-height: 1;
- }
- .sec-head .types a {
- margin-top: 0.2rem;
- transition: all 0.3s;
- font-weight: 500;
- font-size: 0.16rem;
- color: #036EB8;
- }
- .sec-head .types a:hover {
- color: #8FC31F;
- text-decoration: underline;
- }
- .sec-head .types .division {
- margin: 0.2rem 0.3rem 0;
- width: 1px;
- height: 1em;
- background-color: #D8D8D8;
- }
- .sec-head .types .on {
- color: #8FC31F;
- }
- .sec-head.detail-head .tit {
- font-weight: 500;
- }
- .sec-list {
- padding-top: 0.1rem;
- }
- .sec-list .item {
- padding: 0.2rem 0;
- border-bottom: 1px solid #E0E0E0;
- transition: all 0.3s;
- }
- .sec-list .item:hover {
- padding-left: 0.05rem;
- box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
- }
- .sec-list .item:hover .tit {
- color: #036EB8;
- }
- .sec-list .tit {
- font-size: 0.16rem;
- font-weight: 500;
- line-height: 1.625;
- transition: all 0.2s;
- }
- .sec-list .des {
- font-size: 0.13rem;
- font-weight: 400;
- line-height: 1.5;
- margin-top: 0.05rem;
- color: #999;
- }
- .sec-list .other {
- color: #036EB8;
- font-size: 0.13rem;
- margin-bottom: 0.1rem;
- }
- .sec-list .division {
- display: inline-block;
- margin: 0 0.04rem;
- }
- .pager {
- margin-top: 0.6rem;
- text-align: center;
- }
- .pager a,
- .pager span {
- display: inline-block;
- width: 0.44rem;
- height: 0.38rem;
- line-height: 0.38rem;
- text-align: center;
- border: 1px solid transparent;
- transition: all 0.3s;
- }
- .pager a:hover {
- color: #036EB8;
- }
- .pager .active {
- color: #036EB8;
- border-color: #036EB8;
- }
- .pager .prev,
- .pager .next {
- font-size: 0.2rem;
- }
- .sec-page {
- padding-top: 0.8rem;
- }
- .sec-page:after {
- content: '';
- display: block;
- clear: both;
- }
- .sec-main {
- width: 980px;
- float: left;
- }
- .sec-aside {
- width: 280px;
- padding-top: 50px;
- float: right;
- }
- .sec-aside .sec-contact {
- color: #fff;
- width: 100%;
- min-height: 120px;
- background: #036EB8 url(/assets/images/common/sec-contact.png) no-repeat bottom right;
- background-size: auto;
- padding: 30px;
- font-size: 0.16rem;
- line-height: 1.875;
- word-break: break-all;
- }
- .sec-aside .sec-recommend {
- margin-top: 0.3rem;
- }
- .sec-aside .sec-recommend .tit {
- font-size: 0.2rem;
- line-height: 1;
- font-weight: 600;
- padding-left: 0.1rem;
- border-left: 0.04rem solid #8FC31F;
- position: relative;
- }
- .sec-aside .sec-recommend .tit::before {
- content: "";
- position: absolute;
- top: 0.04rem;
- left: -0.04rem;
- z-index: 1;
- width: 0.04rem;
- height: 0.02rem;
- background-color: #fff;
- }
- .sec-aside .sec-recommend .con {
- margin-top: 0.2rem;
- }
- .sec-aside .sec-recommend .con .img {
- width: 100%;
- height: 1.2rem;
- }
- .sec-aside .sec-recommend .con:hover .con-tit {
- color: #036EB8;
- }
- .sec-aside .sec-recommend .con-tit {
- margin-top: 0.1rem;
- font-size: 0.16rem;
- font-weight: 500;
- line-height: 1.625;
- transition: all 0.3s;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .sec-aside .sec-recommend .con-des {
- margin-top: 0.05rem;
- font-size: 0.13rem;
- color: #999;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .sec-crumb {
- display: flex;
- align-items: center;
- padding-top: 0.2rem;
- }
- .sec-crumb .division {
- margin: 0 0.03rem;
- }
- .sec-crumb .home-icon {
- width: 0.19rem;
- height: 0.18rem;
- }
- .sec-crumb .home-icon img {
- width: 100%;
- height: 100%;
- -o-object-fit: contain;
- object-fit: contain;
- }
- .sec-crumb a[href]:hover {
- text-decoration: underline;
- color: #036EB8;
- }
- .sec-banner img {
- margin: 0 -0.6rem;
- }
- .sec-service-page .sec-page {
- padding-top: 0.4rem;
- }
- @media (max-width: 1320px) {
- .sec-aside {
- display: none;
- }
- .sec-main {
- width: 100%;
- float: none;
- }
- .sec-banner img {
- margin: 0;
- width: 100%;
- }
- }
- @media (max-width: 768px) {
- .sec-page {
- padding-top: 0.3rem;
- }
- .sec-tit {
- font-size: 0.36rem;
- }
- .sec-en-tit {
- font-size: 0.20rem;
- }
- .sec-tit2 {
- font-size: 0.3rem;
- }
- .sec-head .types .division {
- display: none;
- }
- .sec-head .types a {
- display: block;
- min-width: 100%;
- }
- }
- /*# sourceMappingURL=maps/style.css.map */
|