/* global site styles
developer: rmiske
requires: /common/framework/css/framework.en.css
========================================================================== */
/* ==========================================================================
site setup
========================================================================== */
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
p { font-size: 1rem; line-height: 1.5; }
.container {
margin: 0 auto;
max-width: 60rem;
padding: 2.5rem 0;
position: relative;
width: 90%;
}
.container-bump {
margin-top: 3.5rem;
}
/*headings*/
h1 {
color: #fff;
font-size: 2.75rem;
line-height: 1.2;
font-weight: 500;
letter-spacing: 0.5pt;
margin: 0rem 0 1rem 0;
text-transform: uppercase;
}
h1.sub-header {
font-weight: 400;
line-height: 1.2;
text-transform: none;
}
h2 {
color: #fff;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.5;
}
h2.subpage {
color: #4d5159;
font-size: 2.25rem;
line-height: 1.2;
margin-bottom: 0.5rem;
text-align: left;
}
h3 {
color: #4d5159;
font-size: 1.75rem;
font-weight: 400;
line-height: 1.2;
margin: 0rem 0 1.5rem 0;
text-align: center;
}
h3.intro-bump {
font-size: 2.25rem;
margin: -0.5rem 0 2.5rem 0;
}
h3.subpage {
font-size: 1.25rem;
line-height: 1.5rem;
margin-top: 0.5rem;
text-align: left;
}
h5 {
color: #ff8821;
font-size: 0.9375rem;
font-weight: 500;
letter-spacing: 0.5pt;
line-height: 1.2;
margin-bottom: 0.5rem;
text-transform: uppercase;
}
.section-hero {
font-size: 1.25rem;
color: #656565;
margin-bottom: 1.5rem;
}
/*colors*/
.wbl-green { color: #79c91f; }
.wbl-orange, .wbl-orange-after:after { color: #ff8821 !important; }
.wbl-orange-bg { background: #ff8821 !important; }
.wbl-purple { color: #97558f !important; }
.wbl-purple-bg { background: #97558f !important; }
.wbl-blue { color: #5084b6 !important; }
.wbl-blue-bg { background: #5084b6 !important; }
.wbl-teal { color: #38a09d !important; }
.wbl-teal-bg { background: #38a09d !important; }
/* ==========================================================================
nav
========================================================================== */
/*setup*/
nav {
/*align-items: center;*/
background: #4d5159;
/*display: flex;
flex-direction: row;*/
height: 4rem;
position: absolute;
top: 0;
transition: background 0.2s ease;
width: 100%;
z-index: 10;
}
.nav-unfocused { background: #35383e; }
.nav-container {
align-items: center;
display: flex;
flex-direction: row;
height: 4rem;
justify-content: space-between;
padding: 0;
}
/*logo*/
.nav-logo {
font-weight: 500;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1pt;
}
.nav-logo a { color: #fff; }
.nav-logo a:hover { opacity: 0.8; }
/*menu*/
nav ul {
display: flex;
flex-direction: row;
align-items: center;
}
nav ul li {
position: relative;
will-change: auto;
transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}
nav ul li a {
align-items: center;
border-radius: 0.2rem;
color: #fff;
display: flex;
flex-direction: row;
font-size: 0.8rem;
font-weight: 500;
justify-content: center;
height: 2.25rem;
margin: 0.2rem;
padding: 0rem 0.6rem;
}
nav ul li a:hover, nav ul li .active {
background: #79c91f;
color: #fff !important;
}
.nav-button { margin-left: 0.5rem; }
.nav-button a { box-shadow: inset 0 0 0 2pt #79c91f; }
/*solutions menu*/
.sol-link { }
.sol-link img {
width: 0.65rem;
margin-left: 0.5rem
}
.sol-link.active img {
opacity: 0.8;
transform: rotate3d(1, 0, 0, 180deg);
}
.solutions-menu {
background: rgba(77, 81, 89, 0.95);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
display: none;
filter: blur(0.4rem);
left: 0.2rem;
position: absolute;
top: 2.2rem;
opacity: 0;
transform: translateY(-0.4rem);
transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
width: 175%;
will-change: auto;
}
.solutions-menu:before {
content: " ";
width: 0%;
height: 0.2rem;
background: #79c91f;
position: absolute;
top: 0;
}
.solutions-menu-shown {
display: block;
filter: blur(0rem)!important;
opacity: 1;
transform: translateY(0rem);
}
.solutions-menu-shown:before { width: 100%; }
.solutions-menu a {
border-radius: 0;
font-weight: 400;
height: 3rem;
justify-content: flex-start;
margin: 0;
padding: 0 1rem;
}
/*mobile*/
.mobile-menu { display: none; }
.mobile-menu-closer { display: none; }
/*current page*/
#home #nav-home a,
#solutions a.sol-link,
#computational-facts a#computational-facts,
#crypto-assets nav a#crypto-assets,
#blockchain-integration a#blockchain-integration,
#blockchain-education a#blockchain-education,
#our-story #nav-story a,
#collaborators #nav-collab a,
#contact #nav-connect a { color: #79c91f; }
/*home & solutions*/
#home nav, #solutions nav { background: none; }
#home .nav-logo { visibility: hidden; }
/*home only mobile*/
nav #blockchain-integration span.home-only,
nav #consulting {
display: none;
}
/* ==========================================================================
header
========================================================================== */
header {
background: linear-gradient(0deg, #35383e 5%, #4d5159 100%);
height: auto;
overflow: hidden;
position: relative;
}
header:after {
content: "";
background: transparent url("/img/gear-tile.svg") no-repeat scroll top left;
background-size: cover;
height: 200%;
opacity: 0.075;
position: absolute;
right: 0;
top: -50%;
width: 50%;
}
.header-container {
margin: 0 auto;
padding: 0;
z-index: 2;
}
h1.sub-header { padding-bottom: 2.5rem; }
/*subpages*/
.sub-head {
padding-bottom: 1rem;
padding-top: 6rem;
}
.sub-header-tag {
color: #fff;
display: inline-block;
font-size: 0.9375rem;
font-weight: 500;
letter-spacing: 1pt;
line-height: 2.25rem;
margin: 1rem 0;
padding: 0 1rem;
text-transform: uppercase;
}
/* ==========================================================================
ticker
========================================================================== */
/*units in px so things don't get too small*/
#ticker { border-bottom: none; background: #24272d; margin-bottom: 20px; }
#ticker .container { padding: 0; }
.slideshow-container { display: flex; }
.slide { display: none; margin: 16px auto 0; }
.ticker-icon { width: 44px; }
.ticker-icon div {
background: #5084b6;
border-radius: 4px;
height: 32px;
width: 32px;
}
.ticker-icon img { margin-top: -2px; }
.ticker-copy p { line-height: 1.2; padding-bottom: 4px; }
p.ticker-title {
color: #79c91f;
font-size: 14px;
margin-top: -2px;
}
.slide:hover p.ticker-title { color: #5084b6; }
p.ticker-subtitle { color: #999; font-size: 0.7rem; }
/*nav*/
.ticker-nav { line-height: 32px; text-align: center; }
.dot {
border: 3px solid #5084b6;
border-radius: 50%;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 2px;
opacity: 0.5;
width: 10px;
}
.dot.active { background: #5084b6; opacity: 1; }
.dot:hover { background: #5084b6; opacity: 0.7; }
/*fading animation
.fade {
animation-name: fade;
animation-duration: 1.5s;
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
*/
/* ==========================================================================
Conferece ad
========================================================================== */
#conf-ad {
border: 2px solid #ff8a3b;
background-color: #fee8a5;
width: 100%;
margin: 0 auto;
margin-top: 1rem;
max-width: 60rem;
position: relative;
}
@media (max-width: 1024px) {
#conf-ad:hover {
background-color: #fee2a5;
}
}
.conf-ad-global-click {
display: flex;
position: absolute;
width: 100%;
height: 100%;
z-index: 20;
}
@media (min-width: 1024px) {
.conf-ad-global-click {
display: none;
}
}
.conf-ad-global-click a {
width: 100%;
height: 100%;
}
.conf-ad-grid {
display: grid;
position: relative;
z-index: 10;
padding: 1rem 0.5rem;
grid-template-columns: 1fr;
grid-gap: 12px;
}
@media (min-width: 1024px) {
.conf-ad-grid {
grid-template-columns: 1.5fr 1fr;
}
}
.conf-ad-grid .conf-ad-grid-copy {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
@media (max-width: 1024px) {
.conf-ad-grid .conf-ad-grid-copy {
max-width: 40rem;
margin: 0 auto;
}
}
.conf-ad-grid .conf-ad-grid-copy .logo-block {
width: 22%;
}
.conf-ad-grid .conf-ad-grid-copy .type-block {
width: calc(75% - 12px - 12px - 1px);
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 12px;
margin-left: 12px;
}
.conf-ad-grid .conf-ad-grid-buttons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
display: none;
}
@media (min-width: 1024px) {
.conf-ad-grid .conf-ad-grid-buttons {
display: flex;
}
}
.conf-ad-grid .conf-ad-grid-buttons a {
text-decoration: none;
background-color: #E96027;
padding: 8px 10px;
line-height: 1;
text-align: center;
font-size: 12px;
color: #fff;
border-radius: 3px;
white-space: nowrap;
}
.conf-ad-grid .conf-ad-grid-buttons a:hover {
background-color: #950830;
}
.conf-ad-grid .conf-ad-grid-buttons a:first-of-type {
margin-right: 8px;
}
/* ==========================================================================
quote
========================================================================== */
#quote {
background: #f7f8fa;
position: relative;
}
.quote-copy { padding-left: 3rem; }
.mainquote .quote-copy { padding: 0 3rem 0 0; }
.quote-name {
color: #5084b6;
font-size: 1rem;
font-weight: 500;
line-height: 1;
margin: 0 0 1rem 0;
}
.quote-body {
color: #4d5159;
font-size: 1.3rem;
font-style: italic;
margin: 0 0 1rem;
position: relative;
z-index: 2;
}
.quote-body:before {
background: transparent url("/img/quote-open.svg") no-repeat scroll top left;
background-size: 4rem;
content: " ";
height: 4rem;
left: -1.5rem;
opacity: 0.05;
position: absolute;
top: -1.0rem;
width: 4rem;
z-index: 1;
}
.quote-attr {
color: #555;
font-size: 1rem;
font-weight: 500;
}
.quote-img {
width: calc(20%);
}
.quote-img img { width: 100%; }
/* ==========================================================================
contact
========================================================================== */
section#contact { background: #5e9d18; color: #fff; }
section#contact .container { width: 50%; }
.contact-img {
height: 3rem;
padding-top: 0.25rem;
width: 3rem;
}
.contact-copy { padding-left: 1rem; }
.contact-copy h4 { font-size: 2rem; line-height: 1; }
.contact-copy p { line-height: 1.4; margin: 1rem 0; }
.contact-button {
background: #fff;
display: inline-block;
border-radius: 0.2rem;
color: #5e9d18;
font-size: 0.9rem;
font-weight: 500;
line-height: 1.75rem;
text-align: center;
width: 10rem;
}
.contact-button:hover { background: #447111; color: #fff; }
/* ==========================================================================
copyright
========================================================================== */
footer#copyright {
height: 4rem;
padding-top: 1.5rem;
text-align: center;
}
footer#copyright p { color: #999; font-size: 0.8rem; }
/* ==========================================================================
subpages: intro/edge
========================================================================== */
#edge .edge-content {
padding-right: 2rem;
width: 67%;
}
.edge-content p {
color: #656565;
font-size: 1.25rem;
line-height: 1.75;
}
.edge-content p + p { margin-top: 1.75rem; }
#edge .edge-points {
padding-left: 0.5rem;
width: 33%;
}
.edge-points h3 {
margin: 0;
text-align: left;
}
.edge-points h5 { margin-top: 1.5rem; }
.edge-points p { color: #656565; }
/* ==========================================================================
subpages: resources
========================================================================== */
/*#blockchain-resources { background: linear-gradient(0deg, #ffffff 5%, #f7f8fa 100%); }*/
#home #blockchain-resources { background: #f7f8fa; }
.resource-intro {
color: #656565;
font-size: 1.25rem;
margin-top: -1rem;
margin-bottom: 1.5rem;
text-align: center;
}
.resources.grid {
margin: -1.5rem 0 0 -0.75rem;
width: calc(100% + 1.5rem);
}
.resources.grid .col {
margin-top: 1.5rem;
padding: 0 0.75rem;
width: 33.333333333%;
}
.resources.grid .col p { color: #656565; }
.resources.grid .col:hover h5 { color: #dd1100; }
.home-only { display: none; }
#home .home-only { display: block; }
/* ==========================================================================
subpages: featured notebooks
========================================================================== */
#featured .mini-m { padding: 1.5rem 0; }
.notebook-img {
height: 8rem;
overflow: hidden;
width: 20%;
}
.notebook-img img { height: 100%; }
.notebook-copy {
font-size: 1.25rem;
padding-left: 3rem;
}
.notebook-copy a {
background: #4d5159;
border-radius: 0.2rem;
color: #fff;
display: inline-block;
font-size: 0.8rem;
letter-spacing: 1pt;
line-height: 2.5rem;
margin-top: 0.75rem;
padding: 0 0.75rem;
text-transform: uppercase;
}
.notebook-copy a:hover { background: #35383e; }
.notebook-copy a span {
display: inline-block;
height: 1rem;
margin-right: 0.2rem;
position: relative;
top: 3px;
width: 1rem;
}
/* ==========================================================================
cta footer
========================================================================== */
.sticky-footer {
background: #5e9d18;
bottom: 0;
box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.2);
color: #fff;
height: 4rem;
position: fixed;
transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
transition: transform 0.2s ease, opacity 0.2s ease;
transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
will-change: auto;
width: 100%;
z-index: 10;
}
.sticky-footer .container { padding: 0; }
.sticky-footer .footer-main {
position: absolute;
text-align: center;
top: 1.125rem;
width: 100%;
}
.sticky-footer p { font-size: 0.9rem; font-weight: 500; }
.sticky-footer .contact-button { color: #5e9d18 !important; margin-left: 1rem; }
.sticky-footer .contact-button:hover { color: #fff !important; }
/* ==========================================================================
responsive breakpoint styles
========================================================================== */
/* styles for large screens (1200px)
========================================================================== */
@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
========================================================================== */
@media all and (max-width: 900px) {
/*setup*/
.container { width: 85%; max-width: 85%; }
h1.sub-header { margin-top: 0; margin-bottom: 0; }
h3 { text-align: left; }
/*nav > setup*/
nav { z-index: 30; }
.nav-container {
width: 100%;
max-width: 100%;
flex-direction: row-reverse;
}
/*nav > logo*/
.nav-logo { margin-right: 1rem; }
/*nav > main*/
nav ul {
background: #4d5159;
box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.4);
position: absolute;
filter: blur(1rem);
flex-direction: column;
height: 100vh;
left: 0;
opacity: 0;
overflow: hidden;
top: 0;
transform: translateX(-17rem);
transition: opacity 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
width: 16rem;
will-change: auto;
}
nav ul li {
/*align-items: center;
display: flex;
flex-direction: row;*/
justify-content: flex-start;
width: 100%;
}
nav ul li a {
border-radius: 0;
font-size: 1rem;
height: 3rem;
/*display: flex;
flex-direction: row;
align-items: left;*/
justify-content: flex-start;
margin-left: 0;
padding-left: 1rem;
width: 100%;
}
.nav-button {
bottom: 1rem;
left: 0.25rem;
position: absolute;
width: 75%;
}
.nav-button a {
border-radius: 0.2rem;
justify-content: center;
padding: 0;
}
/*nav > solutions menu*/
.solutions-menu {
box-shadow: none;
filter: blur(0.2rem);
left: 0;
position: relative;
top: -0.2rem;
}
.solutions-menu:before { display: none; }
.solutions-menu a {
font-size: 0.9rem;
padding-left: 2.5rem;
padding-right: 0;
}
/*nav > mobile*/
.mobile-menu {
align-items: center;
display: flex;
/*flex-direction: row;*/
height: inherit;
/*justify-content: center;*/
cursor: pointer;
left: 0;
padding: 0 1rem;
position: absolute;
top: 0;
width: auto;
}
.mobile-menu:hover { background: #79c91f; }
.mobile-menu img {
flex-shrink: 0;
height: 1rem;
margin-top: -0.1rem;
width: 1rem;
}
.mobile-menu p {
color: #fff;
font-size: 0.7rem;
letter-spacing: 1pt;
margin-left: 0.5rem;
text-transform: uppercase;
}
.mobile-nav-shown {
filter: blur(0);
left: 0;
opacity: 1;
transform: translateX(0);
z-index: 40;
}
#nav-closer { height: 4rem; }
.mobile-menu-closer {
align-items: center;
cursor: pointer;
display: flex;
/*flex-direction: row;*/
height: 4rem;
/*justify-content: flex-start;*/
padding: 0 1rem;
position: relative;
top: 0;
width: 100%;
}
.mobile-menu-closer:hover { opacity: 0.8; }
.mobile-menu-closer img {
flex-shrink: 0;
height: 1rem;
width: 1rem;
}
.mobile-menu-closer p {
color: #fff;
margin-left: 0.5rem;
font-size: 0.65rem;
letter-spacing: 1pt;
text-transform: uppercase;
}
/*nav > home only mobile*/
#home nav #blockchain-integration span.home-only { display: inline; }
#home nav #blockchain-integration span:not(.home-only) { display: none; }
#home nav #consulting {
display: block;
margin-top: 1.5rem;
position: relative;
}
#home nav #consulting:before {
border-top: 1px solid #fff;
content: '';
height: 1px;
position: absolute;
top: -0.75rem;
width: 100%;
}
/*header*/
header:after { width: 70%; }
.sub-head { padding-top: 4rem; }
header h1 { font-size: 2.5rem; margin-top: 3rem; }
header h2 { font-size: 1.2rem; }
/*contact*/
section#contact .container { width: 80%; }
/*subpages: resources*/
.resource-intro { font-size: 1rem; text-align: left; }
/*cta footer*/
.sticky-footer { height: 6rem; }
.sticky-footer .footer-main { text-align: left; }
.footer-main .contact-button { display: block; margin-left: 0; margin-top: 0.5rem; }
/* styles for small screens (600px)
========================================================================== */
@media all and (max-width: 600px) {
/*header*/
header h1 { font-size: 2rem; margin-top: 3rem; }
header h2 { font-size: 1.2rem; }
/*ticker*/
.slideshow-container { align-items: center; height: 7rem; }
/*quote*/
.quote-copy { padding-left: 0; }
/*contact*/
section#contact .container { width: 90%; }
/*subpages > intro/edge*/
#edge .edge-content, #edge .edge-points { padding: 0; width: 100%; }
#edge .edge-content { margin-bottom: 1.5rem; }
/*subpages > resources*/
.resources.grid, .resources.grid .col {
margin-left: 0;
margin-right: 0;
padding: 0;
width: 100%;
}
/*subpages > featured*/
.notebook-img, .notebook-copy { display: block; float: none; padding: 0; width: 100%; }
.notebook-copy { padding-top: 1rem; }
.notebook-copy a span { top: 2px; }
/*cta footer*/
.sticky-footer { height: 7.25rem; }
}
/* styles for minimum supported screen width (320px)
========================================================================== */
@media all and (max-width: 320px) {}
/* printer styles
========================================================================== */
@media print {} Fred agreed with him, and then added, "I tell you what, Frank, we'll get three dresses just like those, if they don't cost too much; and when we get home, we'll have Miss Effie and your sister and my sister put them on. Then we'll arrange the garden to look like that one as much as possible, with a little furnace and teapot in front of the girls, and the pedestal of a statue near them. Won't that be nice?" However, there was not the urgency for instant flight that Charlotte had thought there was; night fell; a whole regiment of our mounted infantry came silently up from the rear of the plantation and bivouacked without lights behind a quarter of a mile of worm-fence; our two wounded and three unharmed prisoners, or Miss Harper's, I should say, for it was in response to her entreaties that the latter had thrown down their arms, were taken away; the dead man was borne out; lights glowed in every room, the servants returned to their tasks, a maddening fragrance came from the kitchen, and the three nieces flitted everywhere in their benign activities, never discovering the hurt on my shoulder until everything else on earth had been discovered, and then--"Oh, Richard, Richard!" from Estelle, with "Reach-hard, Reach-hard!" from Cécile, and "Mr. Smith!" from Camille, as they bathed and bound it. At length a surgeon arrived, gave a cheering opinion of Ferry and of Charlotte, and scolded Harry savagely for the really bad condition of his hand. Then sounds grew few and faint, our lights went out, we lay down fully dressed, and nearly all of us, for a while, slept. "Will you kindly step out?" he suggested politely. I was roughly pushed back by the German soldiers twice over. I broke through only to be repulsed again. They got into difficulties with the huge crowd, who pushed through on all sides, bought up the stock of surrounding shops, and threw chocolates and other sweets, cigars and cigarettes, at their boys. Then a bugle sounded, and the Belgians once more were arrayed in files. They calmly lighted their cigarettes, and as the order "march" was given, they took off their caps, waved them through the air, and, turning to the Liège crowd, exclaimed: "Vive la Belgique." Then hundreds of caps, hats, and arms were waved in response, the air resounding the cry: "Vive la Belgique. Au revoir! Au revoir!" Let all my life be guiltless save in this: “Naturally she dug up all her finest jewelry,” surmised Dick. 114 "I can shoot, myself, when it comes to that," suggested Stone. "Wasn't expecting nothing else," said Albert Grimes. "I've been watchin' the Sargint and Corpril, and they're acting just as if it was every day bizniss. I'm not going to expect anything till I see them lookin' serious." They had passed Lavergne, and were approaching Stewart's Creek, when another startling rattle of musketry broke out, this time from the forepart of the train. Dodd swung round to face him. The sunset was a deepening blaze in the Commons Room. "Wait and find out," he said in a voice that suddenly rang on the metal walls. "Wait and find out." The corridor was filled with watching eyes, Cadnan felt: but there were no masters in evidence. They stood for a second, waiting, and then Dara started down toward the big room at the end, her feet silent on the floor, and Cadnan followed her. Cadnan saw her meaning. It was necessary to find Bent Line Tree, or some like it, and advising elders, all before the time of mating. Yet he did not know how. "Maybe masters come," he suggested hopefully, "and tell us what to do." "Alice," he said suddenly—"Do you think as how you could ever care about Boarzell?" "What ails you, Mary?" said he. "Have you not all along urged me to this? and now, after taking Calverley's gold, and spending it, and signing the bond, you want me to stand still! No, no, I must go to the Chase this night, were I sure to be hung to-morrow morning!" He then pushed her away with some violence, and the servitor preceding him, he passed over the threshold and closed the door. "Oh, see!" said Margaret, her voice almost choked with her sobs. "See how pale he looks! Look at his white lips! His breathing becomes faint! Oh, my child, my child!" HoME决战平安京梨园百香壁纸
ENTER NUMBET 0016kmomjjy.org.cn
www.iuiwjz.com.cn
www.ipkjz.com.cn
wbit.org.cn
qynye.com.cn
nnjkme.com.cn
topnic.com.cn
mymzmj.com.cn
qhtq.com.cn
wnxntp.com.cn