@import url(css);
@import url(css-1);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    color: #666;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.4;
    background: #FFFFFF url('images/background.jpg') center top no-repeat fixed;
}
a {
    color: #41C2AA;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4AE0C3;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.ceeak_landpart {
    width: 762px;
    margin: 15px auto 0 auto;
}
.ceeak_tlogo {
    height: auto;
    padding: 15px 5px;
    background: #FFFFFF;
}
.ceeak_mtop {
    padding: 0;
    position: relative;
    height: 42px;
    background: #F6F6F6;
    -webkit-box-shadow: 0 1px 0 #ececec, inset 0 1px 0 #ebebeb;
    box-shadow: 0 1px 0 #ececec, inset 0 1px 0 #ebebeb;
    z-index: 400;
}
.ceeak_mtop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    line-height: 1.0;
}
.ceeak_mtop ul li {
    float: left;
    position: relative;
}
.ceeak_mtop ul li a {
    color: #757575;
    padding: 14px 15px;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-top:1px;
}

.ceeak_mtop ul li a:hover {
    color: #3EC0A7;
    outline: 0;
    background: #FFFFFF;
    box-shadow: 1px 0 0 0 #E7E7E7, inset 1px 0 0 0 #E7E7E7;
}
/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff;
    text-align: right;
    padding: 6px 6px 6px 6px;
    float:right;
    margin: 10px 10px;
    width:220px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: calc(100% - 16px);
    padding: 0;
    margin: 0;
    outline: none;
    float:left;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}
.ceeak_mainpart {
    padding: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 0 #ececec, inset 0 3px 0 #F6F6F6;
}
.ceeak_lpart {
    margin-bottom: 15px;
    color: #434141;
background: #EEEEEE;
text-align: center;
padding: 14px 0;
}
.ceeak_mainpart h1 {
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
}
.ceeak_mainpart p {	margin: 8px 0;
}
.ceeak_mainpart ul, .ceeak_mainpart ol {
	margin: 10px 0 10px 20px;
}
.ceeak_mainpart ul {	list-style-type: square;
}
.ceeak_mainpart li {
	margin: 2px 0;
}
.ceeak_way {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.banner3 {	max-height:90px;
	width:100%;
	height: 90px;
}
.ceeak_mainpart img {	height:auto;
	max-width:100%;
}