﻿/*-

	 建立：2014年6月25日

*/


/*-----------------CSS初始化----------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 缩写，图片等无边框*/

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


/* 清除特殊标记的字体和字号*/

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}


/* 上下标*/

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}


/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 表格标题及内容居左显示*/

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}


/* 清除列表样式*/

ol,
ul {
    list-style: none;
}


/* 输入控件字体*/

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}


/* 标题元素样式清除*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #666;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.t-bold {
    font-weight: bold;
}


/* 鼠标样式*/

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*禁用文本拖拉(谷歌)*/

textarea {
    resize: none;
}


/*闭合浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.overhidden {
    overflow: hidden;
}

.wrap980,
.w {
    width: 980px;
    margin: 0 auto;
}


/*------------------顶部Topbar----------------*/

.site_top {
    background: url(http://www.kidsnet.cn/business/Public/images/site_nav.jpg) repeat-x;
    color: #333;
    height: 50px;
    position: relative;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.site_top h1,
.g_h1 {
    float: left;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    overflow: hidden
}

.g_h1 {
    float: left;
    width: 600px;
}

.g_h1 h1 {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 100;
    margin: 0
}

.g_logo {
    float: right;
    position: absolute;
    top: 0;
    right: 0
}

.top11 {
    float: left
}

.top11 li {
    float: left;
}

.g_logo .top11 .top_nav01 {
    float: left;
}

.g_logo a {
    line-height: 50px;
    color: #0a38bc
}

.g_logo a:hover {
    line-height: 50px;
    color: #F60;
    text-decoration: underline
}

.all_join {
    height: 50px;
    line-height: 50px;
}

.g_logo a :hover .sub {
    display: block!important
}

.hjl3,
.hjl4 {
    float: left;
    margin: 0 5px;
    display: inline;
}

.hjl3 {
    width: 60px;
    line-height: 24px;
    text-align: center;
}

.hjl3 ul {
    display: none;
}

.hjl4 {
    width: 60px;
    line-height: 24px;
    position: relative;
    text-align: center;
}

.hjl4 ul {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right: -20px;
    padding-top: 24px;
    width: 380px;
    float: left
}

.hjl4 ul li {
    height: 30px;
    background: #fff;
    padding: 0 5px;
}

.hjl3 a,
.hjl4 a {
    display: block;
    color: #2b2b2b;
    height: 30px
}

.sub li {
    width: 75px;
    margin: 0
}

.sub li a {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.hjl4 li a:hover {
    color: #fff;
    text-decoration: none;
    background: #686e90;
    height: 30px;
    line-height: 30px;
}

.hjl3 a.on {
    color: #fff;
    text-decoration: none;
    background: #686e90;
    height: 30px;
    line-height: 30px;
}

.hjl4 a.on:hover,
.hjl4 a.on {
    color: #fff;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}


/*------------------底部follow栏----------------*/

#nextpage {
    background: #d00e52;
    border-top: #b3023f 1px solid;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    height: 32px;
    line-height: 32px;
    width: 100%;
    height: 32px;
    z-index: 999;
    _bottom: auto;
    _width: 100%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}

.z_brand {
    float: left;
    width: 800px
}

.join_brand strong,
.b_message,
.b_contact {
    background: url(http://www.kidsnet.cn/business/Public/images/foot_nav.png) no-repeat
}

.join_brand strong {
    float: left;
    width: 110px;
    text-indent: -9999px
}

.right_brand {
    float: right
}

.right_brand ul li {
    float: left
}

.right_brand a {
    float: left;
    height: 30px;
    margin-right: 10px;
    text-shadow: 0px 1px 1px black
}

.top {
    color: #fff;
    font-size: 14px;
    float: left
}

.b_message {
    background-position: 0 -111px;
    padding-left: 30px;
    color: #999
}

.b_message:hover {
    background-position: 0 -80px;
    padding-left: 30px;
    color: #f8f8f8
}

.b_contact {
    background-position: 0 -179px;
    padding-left: 30px;
    color: #999
}

.b_contact:hover {
    background-position: 0 -143px;
    padding-left: 30px;
    color: #f8f8f8
}

.con_brand {
    float: left;
    width: 100%;
    margin-top: 150px
}

#con_info {
    float: left;
    margin-top: 40px
}

.list_info {
    float: left;
    width: 600px;
    position: relative
}

.info_bg {
    float: left;
    width: 145px;
    height: 30px;
    background-position: -216px -66px;
    background: #f2f0f0;
    margin-top: 1px;
    margin-left: 2px;
    display: inline;
    text-align: center
}

.info_bg span {
    display: block;
    height: 7px;
    font-size: 12px;
    color: #333
}

.list_info .fous span {
    color: #000
}

.list_info .fous .yinye {
    background-position: 0 -7px
}

.info_bg .yinye {
    background-position: 0 -38px
}

.info_bg .age {
    background-position: 0 -100px
}

.list_info .fous .age {
    background-position: 0 -68px
}

.info_bg .meony {
    background-position: 0 -165px
}

.list_info .fous .meony {
    background-position: 0 -134px
}

.info_bg .moshi {
    background-position: 0 -228px
}

.list_info .fous .moshi {
    background-position: 0 -196px
}

.list_info .fous {
    float: left;
    width: 145px;
    height: 30px;
    background-position: -216px -7px;
    background: #fff;
    margin-top: 1px
}

.con_sytle {
    position: absolute;
    _margin-left: -72px
}

.search-yinye,
.search-age {
    position: absolute;
    top: -138px
}

.search-moshi {
    position: absolute;
    top: -160px
}

.search-meony {
    position: absolute;
    top: -232px
}

.search-meong {
    position: absolute;
    top: -232px
}

.con_sytle ul {
    float: left;
    width: 145px;
    padding-top: 10px;
    overflow: hidden;
    background: url(http://www.kidsnet.cn/business/Public/images/fo_c.png) repeat-y
}

.con_sytle ul li {
    float: left;
    width: 145px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333
}

.con_sytle ul li:hover {
    float: left;
    width: 145px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #832138;
    font-weight: bold
}

.con_r {
    float: left;
    width: 192px;
    overflow: hidden
}

.shazhao {
    float: left;
    background: url(http://www.kidsnet.cn/business/Public/images/search.png) no-repeat;
    border: none;
    height: 30px;
    width: 82px;
    cursor: pointer
}


/*-----------------------Slide-----------------------*/

.topSlide {
    position: relative;
    width: 980px;
    overflow: hidden;
    float: left;
}

.topSlide .pic img {
    width: 980px;
    display: block;
}

.topSlide .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3
}

.topSlide .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 25px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.topSlide .hd .on {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.topSlide .prev,
.topSlide .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 45%;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.topSlide .prev {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/topslide.png);
    background-position: -112px 0;
    left: 0
}

.topSlide .next {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/topslide.png);
    background-position: -158px 0;
    right: 0
}

.topSlide .prev:hover,
.topSlide .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}


/*童装加盟页topBar*/

.topBar {
    width: 100%;
    height: 40px;
    background: #FCFCFC;
    font-family: 微软雅黑;
    border-bottom: 1px solid #EDEEF0;
}

.topBar .inner-980 {
    width: 980px;
    margin: 0 auto;
    line-height: 40px;
}

.topBar h1 {
    width: 400px;
    height: 40px;
    color: #333;
    font-size: 14px;
    display: block;
    float: left;
}

.tbRight {
    width: 475px;
    float: right;
    display: block;
    font-size: 12px
}

.tbRight dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    float: left;
}

.tbRight dd a:hover {
    background: #EDEEF0;
    text-decoration: none;
    color: #FF8400
}

.tbRight dd {
    display: block;
    float: left;
    position: relative;
    z-index: 999;
}

.tbRight dd ul {
    display: none;
    /*默认隐藏*/
    position: absolute;
    width: 172px;
    top: 40px;
    left: 0;
    border: 1px solid #FECC5B;
    border-top: 0;
    background: #fff;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    z-index: 999;
    font-size: 12px;
    border-right: none;
}

.tbRight dd ul li {
    line-height: 31px;
    display: inline;
    border-bottom: 1px solid #FECC5B;
}

.tbRight dd ul li a {
    display: block;
    color: #333;
    border-top: 1px solid #FECC5B;
    border-right: 1px solid #FECC5B;
    width: 85px;
    padding: 0px;
    text-align: center;
}

.tbRight dd ul li a:hover {
    background: #FFF5DA;
    color: #E67902;
    text-decoration: none;
}

.tbRight dd ul li a span {
    color: #FF8400;
}

.tbRight dd.wlogo {
    float: right;
    margin-right: 5px;
}

.tbRight dd.wlogo img {
    vertical-align: top;
}

.tbRight dd.wlogo a:hover {
    background: none;
    opacity: 0.5
}


/*QQfloat*/

.QQbox {
    position: fixed;
    left: 0px;
    top: 250px;
}

.QQfloat {
    width: 150px;
    background: #fff;
    border-radius: 3px;
    font-family: "微软雅黑";
    border: 1px solid #5AACE4
}

.QQfloat .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(http://www.kidsnet.cn/business/PublicFiles/QQ_float/title.png);
    color: #fff;
    font-size: 16px;
    text-indent: 8px;
    font-weight: bold;
    border-radius: 1px 1px 0 0
}

.QQfloat .title strong {
    width: 80px;
    float: left;
}

.QQfloat .title a.min,
.QQfloat .title a.close {
    width: 16px;
    height: 15px;
    background: url(http://www.kidsnet.cn/business/PublicFiles/QQ_float/close.png);
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.QQfloat .title a.min {
    background: url(http://www.kidsnet.cn/business/PublicFiles/QQ_float/min.png);
}

.QQfloat .title a.close:hover {
    transform: rotate(180deg);
    transition: all 0.5s ease;
    -moz-transform: rotate(360deg);
    -moz-transition: all 0.5s ease;
    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.5s ease;
    -o-transform: rotate(180deg);
    -o-transition: all 0.5s ease;
    -ms-transform: rotate(180deg);
    -ms-transition: all 0.5s ease;
}

.QQfloat ul,
.QQfloat li {
    padding: 0px;
    margin: 0px;
}

.QQfloat ul {
    width: 100%;
    padding-top: 4px;
}

.QQfloat li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    color: #447186;
    font-size: 12px;
    padding-left: 8px;
}

.QQfloat li img {
    vertical-align: middle;
    margin-left: 10px;
}

.QQfloat .tdc {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #70C8F4;
}

.QQfloat .phone {
    width: 100%;
    background: #5AACE4;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    padding: 6px 0;
    text-align: center;
}

.QQfloat .phone i {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: url(http://www.kidsnet.cn/business/PublicFiles/QQ_float/phone.png) no-repeat;
    display: block;
    font-style: normal;
    text-indent: 30px;
    margin: 0 auto;
}

.QQmin {
    width: 31px;
    height: 118px;
    background: url(http://www.kidsnet.cn/business/PublicFiles/QQ_float/QQmin.png);
    display: none;
    cursor: pointer;
}


/*-----------------------Slide for msclass----------------------*/

.showSlide {
    margin: 0px auto;
    width: 980px;
    position: relative;
    text-align: center;
    clear: both;
}

.showSlide .wrap {
    overflow: hidden;
    width: 980px;
}

.showSlide ul {
    margin: 0;
    padding: 0;
    width: 10000px
}

.showSlide li {
    float: left;
    width: 980px;
}

.showSlide li img {
    width: 980px;
}

.showSlide .prev,
.showSlide .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 45%;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.showSlide .prev {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/topslide.png);
    background-position: -112px 0;
    left: 0
}

.showSlide .next {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/topslide.png);
    background-position: -158px 0;
    right: 0
}

.showSlide .prev:hover,
.showSlide .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}


/********浮动qq*******/

#QQFloatDiv {
    width: 118px;
    margin: 0 auto;
}

#QQFloatDiv .Head {
    height: 41px;
    background: url(http://www.kidsnet.cn/Business/Public/images/qqhead.gif);
}

#QQFloatDiv .Body {
    background: url(http://www.kidsnet.cn/Business/Public/images/qqbody.gif);
    text-align: center;
}

#QQFloatDiv .Foot {
    height: 40px;
    background: url(http://www.kidsnet.cn/Business/Public/images/qqfoot.gif);
}


/* TopBar */

.NtopBar {
    width: 100%;
    box-shadow: 0px 0px 2px #999;
    background: #fff;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-family: 微软雅黑
}

.NtopBar-inner {
    width: 980px;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0 auto;
    font-size: 14px;
}

.NtopBar .logo {
    width: 150px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.NtopBar a {
    color: #333;
}

.NtopBar li {
    display: inline-block;
    float: left;
}

.NtopBar a:visited {
    color: #333;
}

.NtopBar h1 {
    display: inline;
    color: #636363;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}

.NtopBar .words strong {
    width: 0px;
    height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}

.NtopBar .links {
    float: right;
}

.NtopBar .links .bdsharebuttonbox {
    margin: 6px 0 0 10px;
}


/*头部幻灯*/

.showSlide {
    margin: 0px auto;
    width: 980px;
    position: relative;
    text-align: center;
}

.showSlide .wrap {
    overflow: hidden;
    width: 980px;
}

.showSlide ul {
    margin: 0;
    padding: 0;
    width: 10000px
}

.showSlide li {
    float: left;
    width: 980px;
}

.showSlide li img {
    width: 980px;
}

.showSlide .prev,
.showSlide .next {
    width: 25px;
    height: 45px;
    position: absolute;
    top: 45%;
    z-index: 11;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.showSlide .prev {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/Nslider_ico.png);
    background-position: 0 center;
    left: 0
}

.showSlide .next {
    background-image: url(http://www.kidsnet.cn/business/PublicFiles/images/Nslider_ico.png);
    background-position: right 0;
    right: 0
}

.showSlide .prev:hover,
.showSlide .next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}


/*品牌新闻*/

.news {
    width: 940px;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #333;
    overflow: hidden;
    margin-top: 20px;
}

.news p {
    text-indent: 2em;
}

.news a {
    color: #333;
}

.news strong {
    color: #bb0337;
    font-size: 16px;
    font-weight: bold;
}

.news ul li {
    float: left;
    width: 450px;
    _width: 430px;
    font-size: 14px;
    margin-top: 8px;
    line-height: 28px;
    overflow: hidden;
    background: url(http://www.nynet.com.cn/business/images/temp14/disc.jpg) no-repeat 10px 10px;
    margin-left: 20px;
    text-indent: 20px;
}

.news ul a {
    color: #111
}

.news ul a:hover {
    color: #F6873F
}


/*全屏大图*/

.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.phonenumber {
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    width: 100%;
    float: left;
}

.phonenumber strong {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 14px!important;
}

.bottomfoot {
    padding: 5px 0 15px 0;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.bottomfoot p {
    line-height: 28px
}

.bottomfoot p a {
    padding: 0 4px;
    color: #000
}

.w980 {
    width: 980px;
    margin: 0 auto
}

.w1100 {
    width: 1100px;
    margin: 0 auto
}