@charset "utf-8";
/* CSS Document */
.header a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    min-height: 140px;
    float: left;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53", "\6587\6CC9\9A7F\6B63\9ED1\4F53", "\534E\6587\7EC6\9ED1";
}

.ci_container {
    width: 1190px;
    height: 100%;
    margin: 0px auto;
}

.header .ci_container .logo {
    background: url(logo.png) no-repeat scroll left;
    float: left;
    height: 64px;
    width: 190px;
    overflow: hidden;
    margin-top: 25px;
}

.dot {
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    float: left;
    padding: 30px 10px 0;
}

/**-搜索-**/
.cx_search {
    float: right;
    height: 30px;
    padding-top: 50px;
    width: 420px;
    margin-right: 30px;
    position: relative;
}

.select {
    height: 30px;
    position: absolute;
    width: 170px;
    left: 55px;
    top: 20px;
}

    .select ul {
    }

        .select ul li {
            float: left;
            margin-right: 15px;
            height: 30px;
        }

            .select ul li.cur {
                background: url(bot-bg.png) no-repeat center bottom;
            }

            .select ul li a {
                width: 70px;
                height: 24px;
                display: block;
                background-color: #fafafa;
                text-align: center;
                line-height: 24px;
                font-size: 16px;
                color: #333;
            }

            .select ul li.cur a {
                background-color: #009237;
                color: #fff;
            }

            .select ul li a:hover {
            }

.cx_search .cx_cyd_input1 {
    border: 1px solid #e8e8e8;
    color: #999;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 56px;
    padding: 0 10px;
    width: 330px;
}

.cx_search .cx_cyd_but1 {
    background: url(seach-btn.png) no-repeat center #fff;
    cursor: pointer;
    height: 28px;
    width: 30px;
    position: absolute;
    right: 13px;
    bottom: 1px;
    z-index: 99;
    border: 0;
}
/**-搜索 end-**/

/**- 导航 -**/
.ci_nav {
    width: 100%;
    height: 48px;
    float: left;
    background: #fafafa;
    border-bottom: 4px solid #009237;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53", "\6587\6CC9\9A7F\6B63\9ED1\4F53", "\534E\6587\7EC6\9ED1";
}

    .ci_nav .ci_nav1_tit {
        width: 258px;
        height: 35px;
        float: left;
    }

    .ci_nav .ci_nav_main {
        width: 800px;
        height: 48px;
        float: left;
    }

        .ci_nav .ci_nav_main a:first-child {
            border-left: 1px solid #dcdcdc;
        }

        .ci_nav .ci_nav_main a {
            height: 43px;
            float: left;
            color: #333;
            font-size: 18px;
            line-height: 43px;
            border-right: 1px solid #dcdcdc;
            border-top: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
            width: 110px;
            text-align: center;
            margin-top: 3px;
            background-color: #fff;
        }

        .ci_nav .ci_nav_main .bl1 {
        }

        .ci_nav .ci_nav_main .nav_hover {
            background: #fff;
            color: #006a28;
            height: 49px;
            border-top: 3px solid #009237;
            border-right: 1px solid #dcdcdc;
            border-bottom: none;
            text-decoration: none;
            margin-top: 0px;
        }

        .ci_nav .ci_nav_main a:hover {
            background: #fff;
            color: #006a28;
            height: 49px;
            border-top: 3px solid #009237;
            border-right: 1px solid #dcdcdc;
            border-bottom: none;
            text-decoration: none;
            margin-top: 0px;
        }
/**- 导航 end -**/

.line {
    height: 15px;
    width: 100%;
    clear: both;
    display: block;
}

/*列表页翻页*/
/*- page -*/
.page {
    float: right;
}

    .page a, span.cios {
        padding: 10px 15px;
        border: 1px solid #e2e6e9;
        margin: 0 5px;
    }

        .page a:hover {
            color: #f47a11;
            border: 1px solid #f47a11;
            text-decoration: none;
        }

        .page a.cur, .page a.cur:hover {
            background-color: #f47a11;
            color: #fff;
            text-decoration: none;
        }

    .page span {
        margin: 0 5px;
    }

        .page span input {
            width: 40px;
            height: 28px;
            border: 1px solid #e2e6e9;
            text-align: center;
        }

        .page span button {
            padding: 10px 15px;
            border: 1px solid #e2e6e9;
            border-radius: 3px;
            background: #fff;
            cursor: pointer;
        }
/*- //page -*/
.title-little {
    font-size: 1.5rem;
    color: #404040;
    border-bottom: 1px solid #e2e4e4;
    padding-bottom: 0.4rem;
    margin: 0.32rem 0rem;
    position: relative;
}

    .title-little:after {
        position: absolute;
        left: 0;
        height: 1px;
        background: #55bb22;
        width: 2rem;
        content: "";
        bottom: -1px;
    }

.p-info {
    display: block;
}

    .p-info ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 0.2rem;
    }

        .p-info ul li {
            list-style-type: none;
            border-bottom: 1px solid #e2e4e4;
            padding-bottom: 0.35rem;
            margin-top: 0.35rem;
            min-height: 80px;
            overflow:auto;
        }
            .p-info ul li img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                margin-left: 1%;
                margin-top: 10px;
            }
.info-div-first {
    width: 1rem;
    float: left;
    width: 7%;
}
.hascursor {
    cursor: pointer;
}
.info-div-last {
    float: left;
    width: 93%;
    margin-bottom: 15px;
    margin-top:10px;
}
.info-reply {
    margin-top: 10px;
    background-color: #F4F4F4;
    /*margin-left: 7%;
    margin-right: 10%;*/
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.info-reply p{
    margin-left:15px;
    border-radius:20%;
}
.one {
    float: right;
}
.talk {
    width: 13% !important;
    border: 0;
    height: 13% !important;
    border-radius: unset !important;
    margin-right: 20px;
}
.one-good {
    width: 13% !important;
    border: 0;
    height: 13% !important;
    border-radius: unset !important;
}
.more {
    margin-top: 20px;
    text-align: center;
    /* border: solid 1px; */
    line-height: 40px;
    font-size: 15px;
    background-color: #F4F4F4;
    /* border-radius: 20px; */
    color: #f47a11;
    cursor: pointer;
}
.reply-name {
    cursor: pointer;
    color: #f47a11;
}
.username {
    cursor: pointer;
    font-size: 14px;
    color: #f47a11;
}
.username-no {
    font-size: 14px;
    color: #5575A4;
}





@charset "utf-8";
/* CSS Document */

/**- 面包屑 -**/
.ci_crumbs {
	background-color: #ffffff;
	height: 30px;
	letter-spacing: normal;
	overflow: hidden;
	font-size: 14px;
}
.ci_crumbs dl {
	color: #888;
	margin: 4px 0 0;
}
.ci_crumbs dt {
	display: inline;
	float: left;
}
.ci_crumbs dd {
	display: inline;
	float: left;
}
.ci_crumbs dd a:link, .hnw_crumbs dd a:visited {
	color: #333;
}
.ci_crumbs .crumbs {
	color: #888;
	display: inline;
	font-family: sans-serif;
	margin: 1px 8px 0 6px;
}
/**- 面包屑 end/ -**/

/**- 内容 -**/
/**- common -**/
.ci-list-left{
	float: left;
	width: 893px;
	margin-right: 15px;
	border-top: 1px solid #dcdcdc;
}
.ci-list-right{
	float: right;
	width: 282px;
}
.ci-list-right h3.ci-r-title {
	width: 250px;
	height: 45px;
	margin: 0 15px;
	border-bottom: 1px solid #dcdcdc;
}
.ci-list-right h3.ci-r-title span{
	display: block;
	line-height: 45px;
	font-size: 18px;
	width: 90px;
	border-bottom: 1px solid #666;
}

/**- 补贴政策 -**/
.ci-btzc{
	float: left;
	width: 280px;
	border:1px solid #DCDCDC;
	overflow: hidden;
}
.ci-btzc ul{
	float: left;
	width: 100%;
	overflow:hidden;
}
.ci-btzc ul li{
	float: left;
	margin:12px 15px 0;
	width: 250px;
	line-height: 24px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 10px;
}
.ci-btzc ul li a{
	font-size:14px;
}
.ci-btzc ul li span{
	float: left;
	width: 250px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ci-btzc ul li img{
	float: left;
	width: 109px;
	margin-right: 10px;
}
.ci-btzc ul li p{
	float: left;
	font-size: 14px;
	width: 130px;
	color: #666666;
	overflow: hidden;
}
.ci-btzc ul li a:hover span,.ci-btzc ul li a:hover p{
	text-decoration:underline;
}

/**- 致富访谈 -**/
.ci-zfft{
	float: left;
	overflow: hidden;
	border:1px solid #DCDCDC;
	padding-bottom: 15px;
}

.ci-zfft ul{
	margin:0 15px;
	overflow: hidden;
}
.ci-zfft li{
	float:left;
	width:248px;
	position: relative;
	margin-top: 15px;
}
.ci-zfft li em {
	float: left;
	height: 149px;
	overflow: hidden;
	width:248px;
	position:relative;
}
.ci-zfft li em .play {
	display: none;
	height:149px;
	left:0;
	position: absolute;
	top:0;
	width:248px;
}
.ci-zfft li img{
	float:left;
    width:248px;
}
.ci-zfft li span{
	width:248px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	left: 0;
	bottom: 0;
	position: absolute;
	background:#333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-indent: 1em;
}

/**- 热门产品 -**/
.ci-rmcp{
	float: left;
	border:1px solid #DCDCDC;
	overflow: hidden;
}
.ci-rmcp ul{
	width: 250px;
	margin: 0 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.ci-rmcp ul li{
	float: left;
	margin-top: 15px;
}
.ci-rmcp ul li img{
	width: 248px;
	height: 149px;
}
.ci-rmcp ul li a{
	display: block;
	line-height: 0px;
}

/**- 热门关键词 -**/
.ci-rmgjc{
	float: left;
	border:1px solid #DCDCDC;
	overflow: hidden;
	width: 280px;
}
.ci-rmgjc ul{
	width: 260px;
	margin: 0 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
.ci-rmgjc ul li{
	float: left;
	padding: 0 10px;
	margin-top: 10px;
	border:1px solid #f2f2f2;
	line-height: 26px;
	height: 26px;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
}
.ci-rmgjc ul li a{
	display: block;
	width: 100%;
	height: 26px;
}
.ci-rmgjc ul li:hover{
	border:1px solid #f47a11;
	background-color: #f5f5f5;
}
.ci-rmgjc ul li:hover a{
	color: #f47a11;
	text-decoration: none;
}

/**- 官方微博 -**/
.ci-l-gfwb{
	float: left;
	border:1px solid #DCDCDC;
	overflow: hidden;
}
.ci-l-gfwb .ci-l-gfwb-box img{
	float: left;
	padding: 20px 10px;
}
.ci-l-gfwb .ci-l-gfwb-box p{
	float: left;
	width: 170px;
	padding: 10px 0;
	line-height: 24px;
}
/**- 行情资讯 -**/
.ci-hqzx{
	float: left;
	width: 280px;
	height: 445px;
	border:1px solid #DCDCDC;
	overflow: hidden;
}
.ci-hqzx ul{
	float: left;
	width: 100%;
	overflow:hidden;
}
.ci-hqzx ul li{
	float: left;
	margin:12px 15px 0;
	width: 250px;
	line-height: 24px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 10px;
}
.ci-hqzx ul li a{
	font-size:14px;
}
.ci-hqzx ul li span{
	float: left;
	width: 250px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ci-hqzx ul li p{
	float: left;
	font-size: 14px;
	width: 250px;
	height: 48px;
	color: #666666;
	overflow: hidden;
}
.ci-hqzx ul li p a{
	color: #f47a11;
}
.ci-hqzx ul li a:hover span,.ci-btzc ul li a:hover p{
	text-decoration:underline;
}
.ci-list-1 ul li.li2 .tit_1{
	float:left;
	margin-top:3px;
	margin-right:10px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	width:65px;
	height:20px;
	padding-right:4px;
	text-align:center;
	background:url(tit_but_1.png) no-repeat right -2px;	
}
/**- 最新供应 -**/
.ci-supply{
	float: left;
	width: 280px;
	border:1px solid #DCDCDC;
	overflow: hidden;
}
.ci-supply ul{
	float: left;
	width: 100%;
	overflow:hidden;
	margin: 10px 0;
	color: #666;
}
.ci-supply ul li{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding: 0px 15px;
}
.ci-supply ul li span{
	float: left;
	width: 84px;
}
.ci-supply ul li strong{
	float: left;
	width: 90px;
	font-weight: normal;
}
.ci-supply ul li strong a{
	color: #666;
}
.ci-supply ul li p{
	float: right;
	width: 76px;
	text-align: right;
	color: #f47a11;
}

.ci-list-con{
	float: left;
	width: 891px;
	overflow: hidden;
	border:1px solid #dcdcdc;
}
.ci-list-con h3 {
    background: url(tit-dot.png) no-repeat 10px center;
    padding-left: 35px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fafafa;
}
.ci-list-con .ci-list-fl{
	height: 24px;
	line-height: 24px;
	padding: 10px 15px;
	background-color: #fafafa;
	font-size: 14px;
}
.ci-list-con .ci-list-fl span{
	width: 48px;
	float: left;
}
.ci-list-con .ci-list-fl ul li{
	float: left;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	margin-right: 10px;
}
.ci-list-con .ci-list-fl ul li.cur{
	background-color: #2c9331;
}
.ci-list-con .ci-list-fl ul li.cur a{
	color: #fff;
}
.ci-list-1{
	padding: 15px;
	margin-top: 5px;
	overflow: hidden;
}
.ci-list-1 ul {
	height: 125px;
	float: left;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.ci-list-1 ul:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 25px;
}
.ci-list-1 ul li {
	float: left;
	line-height: 24px;
}

.ci-list-1 ul .li1 {
	width: 201px;
	height: 121px;
	margin-right: 10px;
}

.ci-list-1 ul .li2 {
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 650px;
}
.ci-list-1 ul .li2 img{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.ci-list-1 ul .li3 {
	color: #666160;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	text-align: left;
	width: 810px;
}
.ci-list-1 ul .li4 {
	color: #666160;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	text-align: left;
	text-indent: 2em;
	width: 805px;
	height: 44px;
	overflow: hidden;
}
.ci-list-1 ul .li3 a{
	color: #f47a11;
	margin-right: 10px;
}
.ci-list-1 ul .li4 a{
	color: #f47a11;
	margin-left: 10px;
}
.ci-list-left .page{
	padding:25px 0;
}
/**- common end/ -**/


/**- 致富经 -**/
.ci-zfj-top{
	overflow: hidden;
	width: 893px;
}
.ci-zfj-top ul{
	overflow: hidden;
	width:903px;
}
.ci-zfj-top ul li{
	float: left;
	vertical-align:middle;
	width:291px;
	height: 174px;
	position: relative;
	margin-right: 10px;
}
.ci-zfj-top ul li .ci-bottom{
	position:absolute;
	bottom:0;
	left:0;
	background:#333;
	height: 32px;
	line-height:32px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	padding: 0 15px;
	color: #fff;
}
.ci-zfj-top ul li .ci-bottom span a{
	color: #fff;
	text-decoration: none;
}
.ci-zfj-top ul li .ci-bottom span a:hover{
}
.ci-zfj-top ul li .ci-bottom span{
	font-size: 16px;
	line-height: 32px;
	width: 261px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.ci-zfj-top ul li .ci-bottom p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	width:261px;
	overflow: hidden;
	text-indent: 2em;
}
.ci-zfj-top ul li img{
	width:291px;
	height:174px;
	display:block;
}
/**- 致富经 end/ -**/

/**- 新闻列表/展会预告 -**/
.ci-list-new{
	margin: 0 15px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 15px 0;
}
.ci-list-new ul {
	height: 125px;
	float: left;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.ci-list-new ul:nth-last-child(1){
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ci-list-new ul li {
	float: left;
	line-height: 24px;
}
.ci-list-new ul .li2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 860px;
}
.ci-list-new ul .li3 {
	color: #666160;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	text-align: left;
	width: 860px;
}
.ci-list-new ul .li3 span{
	margin-left:148px;
}
.ci-list-new ul .li4 {
	color: #666160;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	text-align: left;
	text-indent: 2em;
	width: 860px;
	height: 44px;
	overflow: hidden;
}
.ci-list-new ul .li3 a{
	color: #f47a11;
	margin-right: 10px;
}
.ci-list-new ul .li4 a{
	color: #f47a11;
	margin-left: 10px;
}
/**- 展会聚焦 -**/
.ci-zhjj{
	float: left;
	border:1px solid #DCDCDC;
	overflow: hidden;
	width: 280px;
}
.ci-zhjj ul{
	width: 250px;
	margin: 0 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
.ci-zhjj ul li{
	float: left;
	line-height: 24px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.ci-zhjj ul li span{
	width: 250px;
	font-size: 16px;
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 5px;
}
.ci-zhjj ul li p{
	width: 250px;
	height: 48px;
	font-size:14px;
	color: #666666;
	overflow: hidden;
}
.ci-zhjj ul li p a{
	color: #f47a11;
}
/**- 新闻列表/展会预告 end/ -**/

/**- 热门专题 -**/
.ci-list-zt{
	overflow: hidden;
	width: 893px;
}
.ci-list-zt ul{
	overflow: hidden;
	width: 908px;
}
.ci-list-zt ul li{
	float: left;
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 15px;
	position: relative;
	width: 407px;
	height: 245px;
	margin: 0 15px 15px 0;
}
.ci-list-zt ul li img{
	width: 407px;
	height: 245px;
}
.ci-list-zt ul li span{
	width: 407px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	left: 15px;
	bottom: 15px;
	position: absolute;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-indent: 1em;
}
.ci-list-zt center{
	margin-top: 10px;
}
/**- 热门专题 end/-**/

/**- 内容 end -**/






















html,body,div,object,iframe,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,fieldset,form,label,legend,button,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,a,abbr,address,acronym,cite,code,del,dfn,em,img,ins,kbd,q,span,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,section,article,aside,header,footer,nav,menu,hgroup,dialog,details,summary,figure,figcaption,canvas,embed,output,ruby,time,mark,audio,video{margin:0;padding:0;}html{color:#333;background:#fff;}body{line-height:1;}section,article,aside,header,footer,nav,menu,hgroup,dialog,details,figure,figcaption{display:block;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}ul,ol,li{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}fieldset,img{border:0;}legend{color:#333;}input,textarea,select{font-family:inherit;font-weight:inherit;font-size:inherit;}input,textarea,select{*font-size:100%;}legend{color:#333;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:'';}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}a:link,a:visited{text-decoration:none;}a:hover,a:active,a:focus{text-decoration:underline;outline:0;}input[type="radio"],input.radio,input[type="checkbox"],input.checkbox{margin-right:3px;vertical-align:middle;}input[type="text"],input.text,input[type="password"],input.password{padding:4px;border:1px solid #ccc;}input[type="text"]:hover,input[type="text"]:active,input[type="text"]:focus,input.text:hover,input.text:active,input.text:focus,input[type="password"]:hover,input[type="password"]:active,input[type="password"]:focus,input.password:hover,input.password:active,input.password:focus{border-color:#bbbbbb;}textarea{padding:5px;border:1px solid #ccc;}textarea:hover,textarea:active,textarea:focus{border-color:#bbbbbb;}select{padding:3px;border:1px solid #ccc;}select:hover,select:active,select:focus{border-color:#bbbbbb;}select optgroup{font-weight:700;font-style:normal;}select option{font-weight:400;font-style:normal;}.pr{position:relative;}.pa{position:absolute;}.fl{float:left;display:inline;}.fr{float:right;display:inline;}.cl{clear:left;}.cr{clear:right;}.cb{clear:both;}.bc{margin-left:0;margin-right:0;}.clear{height:0;clear:both;font-size:0;overflow:hidden;visibility:hidden;}.clearfix{*zoom:1;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;}.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}.vat{vertical-align:top;}.vam{vertical-align:middle;}.vab{vertical-align:bottom;}.hidden{display:none;}.vs{visibility:visible;}.vh{visibility:hidden;}.zoom{zoom:1;}.w10{width:10px;}.w20{width:20px;}.w30{width:30px;}.w40{width:40px;}.w50{width:50px;}.w60{width:60px;}.w70{width:70px;}.w80{width:80px;}.w90{width:90px;}.w100{width:100px;}.w200{width:200px;}.w300{width:300px;}.w400{width:400px;}.w500{width:500px;}.w600{width:600px;}.w700{width:700px;}.w800{width:800px;}.w900{width:900px;}.w1000{width:1000px;}.w210{width:210px;}.w220{width:220px;}.w230{width:230px;}.w240{width:240px;}.w250{width:250px;}.w260{width:260px;}.w270{width:270px;}.w280{width:280px;}.w290{width:290px;}.w300{width:300px;}.w310{width:310px;}.w320{width:320px;}.w330{width:330px;}.w340{width:340px;}.w350{width:350px;}.w360{width:360px;}.w370{width:370px;}.w380{width:380px;}.w390{width:390px;}.h50{height:50px;}.h80{height:80px;}.h100{height:100px;}.h200{height:200px;}.minH300{min-height:300px;_height:300px;}.minH400{min-height:400px;_height:400px;}.minH500{min-height:500px;_height:500px;}.minH600{min-height:600px;_height:600px;}.minH700{min-height:700px;_height:700px;}.minH800{min-height:800px;_height:800px;}.wone{width:100%;}.hone{height:100%;}.blank,.blank3,.blank5,.blank6,.blank9,.blank10,.blank15,.blank20,.blank30{display:block;overflow:hidden;clear:both;}.blank3{height:3px;}.blank5{height:5px;}.blank6{height:6px;}.blank9{height:9px;}.blank10{height:10px;}.blank15{height:15px;}.blank20{height:20px;}.blank30{height:30px;}.m5{margin:5px;}.mt5{margin-top:5px;}.mb5{margin-bottom:5px;}.mtb5{margin-top:5px;margin-bottom:5px;}.ml5{margin-left:5px;}.mr5{margin-right:5px;}.mlr5{margin-left:5px;margin-right:5px;}.m10{margin:10px;}.mt10{margin-top:10px;}.mb10{margin-bottom:10px;}.mtb10{margin-top:10px;margin-bottom:10px;}.ml10{margin-left:10px;}.mr10{margin-right:10px;}.mlr10{margin-left:10px;margin-right:10px;}.m15{margin:15px;}.mt15{margin-top:15px;}.mb15{margin-bottom:15px;}.mtb15{margin-top:15px;margin-bottom:15px;}.ml15{margin-left:15px;}.mr15{margin-right:15px;}.mlr15{margin-left:15px;margin-right:15px;}.m20{margin:20px;}.mt20{margin-top:20px;}.mb20{margin-bottom:20px;}.mtb20{margin-top:20px;margin-bottom:20px;}.ml20{margin-left:20px;}.mr20{margin-right:20px;}.mlr20{margin-left:20px;margin-right:20px;}.m30{margin:30px;}.mt30{margin-top:30px;}.mb30{margin-bottom:30px;}.mtb30{margin-top:30px;margin-bottom:30px;}.ml30{margin-left:30px;}.mr30{margin-right:30px;}.mlr30{margin-left:30px;margin-right:30px;}.m50{margin:50px;}.mt50{margin-top:50px;}.mb50{margin-bottom:50px;}.mtb50{margin-top:50px;margin-bottom:50px;}.ml50{margin-left:50px;}.mr50{margin-right:50px;}.mlr50{margin-left:50px;margin-right:50px;}.m100{margin:100px;}.mt100{margin-top:100px;}.mb100{margin-bottom:100px;}.mtb100{margin-top:100px;margin-bottom:100px;}.ml100{margin-left:100px;}.mr100{margin-right:100px;}.mlr100{margin-left:100px;margin-right:100px;}.p5{padding:5px;}.pt5{padding-top:5px;}.pb5{padding-bottom:5px;}.ptb5{padding-top:5px;padding-bottom:5px;}.pl5{padding-left:5px;}.pr5{padding-right:5px;}.plr5{padding-left:5px;padding-right:5px;}.p10{padding:10px;}.pt10{padding-top:10px;}.pb10{padding-bottom:10px;}.ptb10{padding-top:10px;padding-bottom:10px;}.pl10{padding-left:10px;}.pr10{padding-right:10px;}.plr10{padding-left:10px;padding-right:10px;}.p15{padding:15px;}.pt15{padding-top:15px;}.pb15{padding-bottom:15px;}.ptb15{padding-top:15px;padding-bottom:15px;}.pl15{padding-left:15px;}.pr15{padding-right:15px;}.plr15{padding-left:15px;padding-right:15px;}.p20{padding:20px;}.pt20{padding-top:20px;}.pb20{padding-bottom:20px;}.ptb20{padding-top:20px;padding-bottom:20px;}.pl20{padding-left:20px;}.pr20{padding-right:20px;}.plr20{padding-left:20px;padding-right:20px;}.p30{padding:30px;}.pt30{padding-top:30px;}.pb30{padding-bottom:30px;}.ptb30{padding-top:30px;padding-bottom:30px;}.pl30{padding-left:30px;}.pr30{padding-right:30px;}.plr30{padding-left:30px;padding-right:30px;}.p50{padding:50px;}.pt50{padding-top:50px;}.pb50{padding-bottom:50px;}.ptb50{padding-top:50px;padding-bottom:50px;}.pl50{padding-left:50px;}.pr50{padding-right:50px;}.plr50{padding-left:50px;padding-right:50px;}.p100{padding:100px;}.pt100{padding-top:100px;}.pb100{padding-bottom:100px;}.ptb100{padding-top:100px;padding-bottom:100px;}.pl100{padding-left:100px;}.pr100{padding-right:100px;}.plr100{padding-left:100px;padding-right:100px;}.pl300{padding-left:300px;}.pl400{padding-left:400px;}.fs10{font-size:10px;}.fs11{font-size:11px;}.fs12{font-size:12px;}.fs13{font-size:13px;}.fs14{font-size:14px;}.fs15{font-size:15px;}.fs16{font-size:16px;}.fs18{font-size:18px;}.fs20{font-size:20px;}.fs22{font-size:22px;}.fs24{font-size:24px;}.fs26{font-size:26px;}.fs28{font-size:28px;}.fs30{font-size:30px;}.fw400{font-weight:400;}.fw700{font-weight:700;}.fwn{font-weight:normal;}.fwb{font-weight:bold;}.lh18{line-height:18px;}.lh20{line-height:20px;}.lh22{line-height:22px;}.lh24{line-height:24px;}.lh26{line-height:26px;}.lh100{line-height:100%;}.lh150{line-height:150%;}.lh180{line-height:180%;}.lh200{line-height:200%;}.ti2{text-indent:2em;}.tdu{text-decoration:underline;}.tdn{text-decoration:none;}.wb{word-wrap:break-word;word-break:break-all;}



















@charset "UTF-8";body{font:12px "microsoft yahei",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53 !important;line-height:1.5;background:#fff;color:#333;}a:link,a:visited{color:#333;text-decoration:none;}a:hover,a:active,a:focus{color:#0da944;text-decoration:underline;}.highlight{color:#c00;}.highlight:link,.highlight:visited,.highlight:hover,.highlight:active,.highlight:focus{color:#c00;}.highlight a:link,.highlight a:visited,.highlight a:hover,.highlight a:active,.highlight a:focus{color:#c00;}.alert{color:#f41a11 !important;}.black{color:#000 !important;}.white{color:#fff !important;}.gray{color:#808080 !important;}.red{color:#f41a11 !important;}.orange{color:#666 !important;}.yellow{color:#f4d811 !important;}.green{color:#57b80d !important;}.blue{color:#4dafea !important;}.purple{color:#720ba4 !important;}.content-empty:after,.content-empty:before{content:'' !important;}.container{width:1190px;min-width:1190px;margin:0 auto;}.topbar{min-width:1190px;border-bottom:1px solid #ddd;line-height:30px;background:#eee;}.header{min-width:1190px;}.footer{min-width:1190px;padding:5px 0;border-top:1px solid #ddd;background:#fff;}.section{display:block;}.top-login{padding-left:0;}.top-login a{margin-right:10px;}.top-nav{padding-right:5px;}.top-nav a{margin-left:10px;}.site-name{display:none;}.site-logo{height:100px;line-height:100px;overflow:hidden;}.site-logo img{display:block;}.site-nav{float:right;height:100px;line-height:100px;}.site-nav li{float:left;display:inline;margin-left:10px;}.site-nav li a{color:#333;text-decoration:none;}.site-nav li a:link,.site-nav li a:visited{color:#333;text-decoration:none;}.site-nav li a:hover,.site-nav li a:active,.site-nav li a:focus{color:#0da944;text-decoration:none;}.main-nav{font-size:14px;line-height:30px;background:#eee;margin:0;}

.main-nav li{float:left;padding: 0 20px 0 20px;}

.main-nav li a{color:#333;text-decoration:none;}.main-nav li a:link,.main-nav li a:visited{color:#333;text-decoration:none;}.main-nav li a:hover,.main-nav li a:active,.main-nav li a:focus{color:#0da944;text-decoration:none;}.site-banner{background:#eee;}.site-banner img{display:block;text-align:center;}.foot-nav{margin:5px 0;text-align:center;}.foot-nav li{display:inline;}.foot-nav a{padding:0 5px;}.copyright{margin:5px 0;line-height:24px;color:#333;}.wrap-tit{line-height:30px;background:#ddd;}.wrap-tit-l{float:left;padding-left:10px;}.wrap-tit-r{float:right;padding-right:10px;}.wrap-tit-r a{color:#333;}.wrap-inner{border-left:1px solid #ddd;border-right:1px solid #ddd;}.wrap-btm{background:#ddd;}.wrap-btm-l{float:left;width:1px;height:1px;overflow:hidden;background:#ddd;line-height:1px;font-size:1px;}.wrap-btm-r{float:right;width:1px;height:1px;overflow:hidden;background:#ddd;line-height:1px;font-size:1px;}.com-wrap .wrap-tit{border-bottom:2px solid #009237;background:#fff;line-height:30px;}.com-wrap .wrap-tit-l{padding-left:5px;height:100%;font-size:16px;cursor:default;}.com-wrap .wrap-tit-r{padding-right:5px;height:100%;font-size:12px;color:#999;}.com-wrap .wrap-tit-r a{text-decoration:none;}.com-wrap .wrap-tit-r a:link,.com-wrap .wrap-tit-r a:visited{color:#999;text-decoration:none;}.com-wrap .wrap-tit-r a:hover,.com-wrap .wrap-tit-r a:active,.com-wrap .wrap-tit-r a:focus{color:#0da944;text-decoration:none;}.com-wrap .wrap-inner{background:#fff;border-left:none;border-right:none;}.com-wrap .wrap-btm{display:none;}.bg-top-head,.topbar .top-login .msg-mark,.topbar .top-nav li,.shopcart,.shopcart i,.shopcart .msg-mark,.main-nav li .hot,.main-nav .quick-start .hn-app,.category-trigger{background:url(common-top-head.png) no-repeat left center;}.topbar{width:auto !important;position:relative;z-index:999;border:none;color:#666;}.topbar .top-login{width:540px;padding-left:0;}.topbar .top-login li{float:left;display:inline;}.topbar .top-login a{margin:0;color:#666;text-decoration:none !important;}.topbar .top-login a:hover{color:#0da944;}.topbar .top-login .label{padding:0 8px;_float:left;}.topbar .top-login .msg{display:inline-block;*display:inline;*zoom:1;}.topbar .top-login .msg-mark{display:inline-block;*display:inline;*zoom:1;width:20px;height:20px;line-height:20px;margin-left:1px;margin-top:5px;*margin-top:0px;padding-left:6px;vertical-align:top;_vertical-align:-3px;overflow:hidden;color:#fff;text-align:center;letter-spacing:-1px;background-position:0 -33px;}.topbar .top-login .msg-mark em{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}.topbar .top-login .msg-mark sup{position:relative;vertical-align:baseline;top:-5px;*top:-25px;*left:8px;}.topbar .top-login .dropdown{_width:126px;}.topbar .top-login .my-message{position:absolute;left:-39px;top:30px;clear:both;width:230px;border:1px solid #009237;background:#fdf3eb;border-radius:5px;color:#009237;}.topbar .top-login .my-message b{position:absolute;width:12px;height:7px;top:-7px;left:53px;}.topbar .top-login .my-message b img{float:left;}.topbar .top-login .my-message .message-buy{float:left;text-align:left;width:215px;padding-left:15px;padding-top:4px;padding-bottom:4px;}.topbar .top-login .my-message .message-buy dt{padding-left:20px;background:url(correct.png) no-repeat 0 10px;}.topbar .top-login .my-message .message-buy dd{padding-left:20px;}.topbar .top-login .my-message .message-buy i{color:#f47a11;font-weight:bold;font-style:normal;margin:0 2px;}.topbar .top-nav{_width:625px;padding-right:0;}.topbar .top-nav li{float:left;_display:inline;background-position:0 0;}.topbar .top-nav li:first-child{padding-left:0;background-image:none;}.topbar .top-nav li:last-child{padding-right:0;}.topbar .top-nav a{margin:0;color:#666;text-decoration:none !important;}.topbar .top-nav a:hover{color:#0da944;}.topbar .top-nav .label{padding:0 12px;}.topbar .dropdown-label{position:relative;cursor:default;padding:0 22px 0 12px;border-left:1px solid #eee;border-right:1px solid #eee;zoom:1;z-index:100;}.topbar .dropdown-label i{float:right;position:absolute;right:0;top:0;width:15px;height:30px;line-height:30px;text-align:center;color:#333;font-size:18px;}.topbar .dropdown-label i:before,.topbar .dropdown-label i:after{position:absolute;content:' ';display:block;width:0;height:0;border:4px solid transparent;left:0;}.topbar .dropdown-label i:before{top:14px;border-top-color:#333;}.topbar .dropdown-label i:after{top:13px;border-top-color:#eee;}.topbar .dropdown-layer{display:none;position:absolute;left:0;top:29px;border:1px solid #ddd;background:#fff;z-index:9;}.topbar .dropdown{position:relative;_width:84px;}.topbar .dropdown.hover .dropdown-label{border-left:1px solid #ddd;border-right:1px solid #ddd;background:#fff;}.topbar .dropdown.hover .dropdown-label i:before{top:9px;border-top-color:transparent;border-bottom-color:#333;}.topbar .dropdown.hover .dropdown-label i:after{top:10px;border-top-color:transparent;border-bottom-color:#fff;}.topbar .dropdown.hover .dropdown-layer{display:block;}.topbar .dd-site-map{width:490px;padding:5px 18px;left:auto;right:0;}.topbar .dd-site-map P a{display:inline-block;*display:inline;*zoom:1;width:60px;margin-right:10px;white-space:nowrap;}.topbar .dd-hn-qrcode{width:92px;margin-left:-9px;padding:8px 5px 5px;}.topbar .dd-hn-qrcode img{display:block;width:88px;margin:0 auto;vertical-align:top;}.topbar .dd-hn-qrcode P{padding:2px 0;line-height:18px;text-align:center;}.topbar .dd-hn-qrcode P span{display:block;white-space:nowrap;}.topbar .dd-hn-service,.topbar .dd-help-center{width:62px;padding:6px 10px 8px;text-align:center;}.topbar .dd-hn-service p,.topbar .dd-help-center p{line-height:24px;}.topbar .dd-hn-service p a,.topbar .dd-help-center p a{display:block;}.topbar .dd-city-list{width:320px;padding:8px 10px;}.topbar .dd-city-list .list{line-height:22px;}.topbar .dd-city-list a{float:left;width:48px;padding:2px 8px;}.topbar .dd-city-list a.selected,.topbar .dd-city-list a:hover{color:#fe0000;}.topbar .dl-city{position:relative;max-width:298px;padding-left:0;overflow:hidden;white-space:nowrap;}.topbar .dl-city:before{content:' ';position:absolute;width:100%;height:18px;right:0;top:5px;background:#fff;border:1px solid #ccc;border-left:none;z-index:-1;}.topbar .dl-city i:after{border-top-color:#fff;}.topbar .dl-city span.tit{line-height:14px;margin-right:6px;padding:4px 3px 4px 8px;border-right:1px solid #ddd;background:#eee;vertical-align:-2px\9;}.topbar .dropdown.hover .dl-city:before{display:none;}.topbar .dropdown.hover .dl-city span.tit{background-color:#fff;border-right-color:#fff;}.topbar .hl{color:#0da944;}.topbar .hl:hover{color:#0da944;}.topbar .hl a,.topbar .hl a:hover{color:#0da944;}.topbanner{display:block;width:100%;background:no-repeat top center;}.topbanner .container{position:relative;}.topbanner .small{position:relative;height:70px;overflow:hidden;}.topbanner .big{position:relative;margin-top:-70px;}.topbanner a.close,.topbanner a.pack{position:absolute;right:5px;top:5px;display:block;width:40px;height:18px;font-size:12px;font-weight:normal;text-align:center;text-decoration:none !important;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background:#000;background-color:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9A000000,endColorstr=#9A000000);}.topbanner a.close:after,.topbanner a.pack:after{display:block;width:100%;height:100%;line-height:18px;content:"\5173\95ED";text-align:center;color:#fff;font-family:sans-serif;}.topbanner a.pack:after{content:"\6536\8D77";}.topbanner a img{display:block;vertical-align:top;}.site-name{display:none;}.site-logo{height:123px;line-height:123px;padding:5px 0 5px 10px;overflow:hidden;}.site-logo img{display:block;}.site-search{float:right;display:inline;width:515px;margin-right:18px;padding:24px 0 0 0;font-size:14px;}.site-search .search-top{height:20px;padding-left:10px;overflow:hidden;}.site-search .search-top li{float:left;position:relative;height:20px;line-height:20px;margin-right:12px;padding-right:12px;cursor:pointer;overflow:hidden;text-align:center;background:no-repeat right center;}.site-search .search-top li:after{content:'';width:1px;height:12px;position:absolute;right:0;top:4px;background:#e9e9e9;}.site-search .search-top li:hover{color:#f47211;}.site-search .search-top .current{color:#f47211;}.site-search .search-top .search-tj-l a,.site-search .search-top .search-tj-l a:visited,.site-search .search-top .search-tj-r a,.site-search .search-top .search-tj-r a:visited{color:#878787;}.site-search .search-top .search-tj-l a:hover,.site-search .search-top .search-tj-r a:hover{color:#f00;text-decoration:none;}.site-search .search-top .search-tj-l{width:120px;text-indent:10px;}.site-search .search-top .search-tj-r{width:180px;float:left;line-height:22px;height:30px;margin-right:5px;overflow:hidden;text-align:center;}.site-search .search-top .search-tj-r .current{background:none;}.site-search .search-area{width:515px;_width:518px;height:40px;margin-top:4px;float:right;display:inline;}.site-search .search-area .search-inpt{float:left;width:393px;height:38px;border:1px solid #009237;background:#fff;line-height:38px;overflow:hidden;padding:0 10px;outline:none;}.site-search .search-area .search-btn{float:left;width:100px;height:40px;border:none;border:0;background:#009237;cursor:pointer;color:#fff;font-size:14px;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-ms-transition:background 0.3s;-o-transition:background 0.3s;transition:background 0.3s;}.site-search .search-area .search-btn:hover{background:#006a28;}.site-search .keylist{height:28px;line-height:28px;padding-left:8px;overflow:hidden;font-size:12px;}.site-search .keylist li{float:left;margin-right:8px;}.site-search .keylist li a{color:#999;text-decoration:none !important;}.site-search .keylist li a:hover,.site-search .keylist li a:active,.site-search .keylist li a:focus{color:#333;}.site-search .autoComplete{width:415px;float:left;position:relative;}.site-search .autoComplete input{width:200px;height:25px;margin:0;padding:0;line-height:25px;}.site-search .autoComplete ul{z-index:999;padding:0;margin:0;border:1px solid #ddd;width:513px;background:white;display:none;position:absolute;left:0;top:39px;}.site-search .autoComplete li{list-style:none;color:#999;line-height:24px;}.site-search .autoComplete li a{display:block;color:#333;text-decoration:none;padding:1px 0 1px 5px;}.site-search .autoComplete li a:hover{color:#000;background-color:#f1f1f1;border:none;}.site-search .autoComplete .splite{border-top:1px solid #ddd;}.site-search .autoComplete strong{color:#f47211;}.site-search .autoComplete .org{border-color:#009237;color:#3e3e3e;}.shopcart{float:right;position:relative;width:140px;height:40px;line-height:40px;margin-top:47px;margin-right:10px;border:1px solid #ddd;background-position:-55px -62px;background-color:#f5f5f5;font-size:14px;}.shopcart a{display:block;height:40px;line-height:40px;padding-left:12px;color:#666;text-decoration:none !important;}.shopcart a:hover{color:#E82200;}.shopcart i{float:left;display:block;width:17px;height:15px;margin-top:12px;margin-right:5px;background-position:-128px -33px;}.shopcart .msg-mark{position:absolute;right:15px;top:-4px;display:inline-block;*display:inline;*zoom:1;width:20px;height:20px;line-height:20px;margin-left:3px;padding-left:3px;overflow:hidden;background-color:transparent;background-position:-47px -33px;color:#fff;font-size:12px;text-align:center;letter-spacing:-1px;}.shopcart .msg-mark em{vertical-align:baseline;}.shopcart .msg-mark sup{position:relative;top:-5px;vertical-align:top;}.main-nav{margin:0;line-height:45px;font-size:16px;border-top:1px solid #ddd;background:#009237;}.main-nav li{float:left;position:relative;}.main-nav li:before,.main-nav li:after{position:absolute;right:0;top:16px;content:'';width:1px;height:16px;background:#00702a;}.main-nav li:after{left:auto;right:-1px;background-color:#01ab41;}.main-nav li.market{width:200px;background:#0da944;text-align:center;color:#fff;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.main-nav li.market:before,.main-nav li.market:after{display:none;}.main-nav li a{display:block;padding:0 20px;color:#fff;text-decoration:none;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-ms-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}.main-nav li a:link,.main-nav li a:visited{color:#fff;text-decoration:none;}.main-nav li a:hover,.main-nav li a:active,.main-nav li a:focus{color:#fff;text-decoration:none;}.main-nav li a:hover{background-color:#006a28;}.main-nav li.current a{background-color:#006a28;}.main-nav li .hot{position:absolute;right:2px;top:-2px;display:block;width:19px;height:16px;background-position:-89px -33px;z-index:100;}.main-nav .quick-start{float:right;padding:0 20px 0 15px;}.main-nav .quick-start .hn-app{display:block;width:67px;padding:0 10px 0 35px;background-position:-157px -19px;color:#fff !important;text-decoration:none !important;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-ms-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}.main-nav .quick-start .hn-app:hover{background-color:#006a28;}.site-banner{background:#eee;}.site-banner img{display:block;text-align:center;}.category{float:left;position:relative;text-align:left;font-size:12px;z-index:998;}.category .label{width:198px;border:1px solid #eee;line-height:20px;background:#f8f8f8;}.category .label a{display:inline;}.category .label a:hover{background:none;}.category .label dl{padding:8px 10px 8px 48px;border-bottom:1px solid #eee;cursor:default;background:url(bg-index-page.png) no-repeat;_background-image:url(bg-index-page.gif);background-position:-252px 18px !important;}.category .label dl.hover{position:relative;z-index:999;margin-top:-1px;margin-left:-1px;border:1px solid #dcdcdc;border-right-color:#eee;background-color:#eee;}.category .label dl.follow{padding-top:17px;padding-bottom:16px;}.category .label dl.cate-01{background-position:-252px -35px!important}.category .label dl.cate-02{background-position:-252px -379px!important}.category .label dl.cate-03{background-position:-252px -92px!important}.category .label dl.cate-04{background-position:-252px -149px!important}.category .label dl.cate-05{background-position:-252px -208px!important}.category .label dl.cate-06{background-position:-252px -263px!important}.category .label dl.cate-07{background-position:-252px -321px!important}.category .label dt{position:relative;font-size:16px;}.category .label dt a{position:relative;padding:0;text-align:left;*padding-right:15px;*background:url(category-label-item.gif) no-repeat 100% 4px !important;}.category .label dt a:link,.category .label dt a:visited{color:#333;text-decoration:none;}.category .label dt a:hover,.category .label dt a:active,.category .label dt a:focus{color:#009237;text-decoration:none;}.category .label dt a:before,.category .label dt a:after{position:absolute;content:' ';display:block;width:0;height:0;border:6px solid transparent;top:4px;}.category .label dt a:before{right:-20px;border-left-color:#b2b2b2;}.category .label dt a:after{right:-18px;border-left-color:#f8f8f8;}.category .label dd{height:20px;overflow:hidden;}.category .label dd a{margin-right:10px;padding:0;text-align:left;}.category .label dd a:link,.category .label dd a:visited{color:#666;text-decoration:none;}.category .label dd a:hover,.category .label dd a:active,.category .label dd a:focus{color:#0da944;text-decoration:none;}.category .label dl.hover dt a:after{border-left-color:#eee;}.category .panel{display:none;position:absolute;width:768px;min-height:453px;_height:453px;top:0;left:200px;margin-left:-2px;border:1px solid #dcdcdc;background:#eee;overflow:hidden;}.category .panel a{display:inline;padding:0;-webkit-transition:background 0.1s,border 0.1s;-moz-transition:background 0.1s,border 0.1s;-ms-transition:background 0.1s,border 0.1s;-o-transition:background 0.1s,border 0.1s;transition:background 0.1s,border 0.1s;}.category .panel a:hover{background:none;}.category .panel .item{display:none;zoom:1;overflow:hidden;}.category .panel .item.hover{display:block;}.category .sub-cate{float:left;width:550px;margin:20px 0;padding:0 0 0 10px;}.category .sub-cate dl{margin-bottom:10px;overflow:hidden;line-height:2em;}.category .sub-cate dt{position:relative;float:left;width:88px;padding:8px 30px 0 0;text-align:right;font-size:14px;}.category .sub-cate dt i{position:absolute;top:12px;right:20px;width:4px;height:14px;font:400 10px/16px consolas;}.category .sub-cate dt a:link,.category .sub-cate dt a:visited{color:#009234;text-decoration:none;}.category .sub-cate dt a:hover,.category .sub-cate dt a:active,.category .sub-cate dt a:focus{color:#0da944;text-decoration:none;}.category .sub-cate dt a i{color:#aaa !important;}.category .sub-cate dd{float:left;width:380px;padding:6px 0;border-top:1px solid #eee;}.category .sub-cate dd a{float:left;padding:0 8px;margin:6px 0;line-height:14px;height:14px;border-left:1px solid #e0e0e0;white-space:nowrap;}.category .sub-cate dd a:link,.category .sub-cate dd a:visited{color:#666;text-decoration:none;}.category .sub-cate dd a:hover,.category .sub-cate dd a:active,.category .sub-cate dd a:focus{color:#0da944;text-decoration:none;}.category .sub-cate.columns{float:left;width:353px;border-right:1px solid #eee;}.category .sub-cate.columns dd{width:230px;}.category .sub-cate.columns:nth-child(2n+1){border-right:1px solid #ccc;}.category .sub-rcmd{float:right;width:166px;padding:25px 30px 20px 10px;overflow:hidden;}.category .sub-rcmd a{display:block;margin-bottom:5px;text-decoration:none;}.category .sub-rcmd img{vertical-align:top;}.category .follow-cate{padding:40px;font-size:14px;line-height:24px;}.category .follow-cate a{float:left;display:inline;width:100px;margin-bottom:16px;padding:3px;border:1px solid #ddd;margin-right:10px;white-space:nowrap;text-align:center;}.category .follow-cate a:link,.category .follow-cate a:visited{color:#666;text-decoration:none;}.category .follow-cate a:hover,.category .follow-cate a:active,.category .follow-cate a:focus{color:#fff;text-decoration:none;}.category .follow-cate a:hover{background-color:#f57a12;border-color:#f57a12;}.category .follow-cate .btns{margin-top:50px;padding:10px;text-align:center;}.category .follow-cate .btns .setting{padding:8px 30px;border:none;background:#009237;color:#fff;}.category .follow-none{padding-top:100px;font-size:16px;color:#666;}.category .follow-none p{text-align:center;}.category-toggle{display:none;position:absolute;left:0;top:0;}.category-trigger{display:block;-webkit-transition:background .3s;-moz-transition:background .3s;-ms-transition:background .3s;-o-transition:background .3s;transition:background .3s;background-position:175px -57px;}.category-trigger:hover,.category-trigger.hover{background-position:175px -104px !important;}

.footer {
    clear: both;
    background: #ddd;
    margin-top: 40px;
}

.footer .ptb20{padding-top:20px;padding-bottom:20px;}.footer .quick-nav{border-bottom:1px solid #666;}

.footer .quick-nav .icon {
    padding: 50px 0px 50px;
    line-height: 21px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #666;
}

.footer .quick-nav .icon li{float:left;padding:0 40px;*padding:0 35px;}.footer .quick-nav .icon li:hover img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}

.footer .quick-nav .icon li.i1 {
    width: 182px;
    margin-left: -10px;
    padding-right: 90px;
}
.footer .quick-nav .icon li.i2{width:182px;padding-right: 90px;}
.footer .quick-nav .icon li.i3{width:182px;padding-right: 90px;}
.footer .quick-nav .icon li.i4{width:182px;}

.footer .quick-nav .icon img{float:left;width:54px;height:54px;vertical-align:top;-webkit-transition:transform 0.3s;-moz-transition:transform 0.3s;-ms-transition:transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;}.footer .quick-nav .icon p{float:left;padding:5px 8px;cursor:default;}.footer .quick-nav .icon p span{display:block;white-space:nowrap;}.footer .quick-nav .list{padding:25px 71px;}

.footer .quick-nav .list dl {
    float: left;
    padding-right: 65px;
    padding-left: 65px;
    /* width: 14%; */
    _width: 24.9%;
    color: #4b944b;
}

.footer .quick-nav .list dt{margin-bottom:8px;font-size:14px;}

.footer .quick-nav .list dd{margin-bottom:10px;margin-right:10px;padding-right:10px;line-height:14px;white-space:nowrap;}

.footer .quick-nav .list dd:last-child{border-right:none;}.footer .quick-nav .list a:link,.footer .quick-nav .list a:visited{color:#666;text-decoration:none;}.footer .quick-nav .list a:hover,.footer .quick-nav .list a:active,.footer .quick-nav .list a:focus{color:#0da944;text-decoration:none;}.footer .foot-qr{float:left;padding:0 15px 0 25px;}.footer .foot-qr .qrcode{float:left;width:96px;margin:0 4px;}.footer .foot-qr .qrcode img{display:block;width:84px;height:84px;margin:0 auto;padding:6px;vertical-align:top;background:#fff;}.footer .foot-qr .qrcode p{padding:2px 0;line-height:18px;text-align:center;}.footer .foot-qr .qrcode p span{display:block;white-space:nowrap;}

.footer .foot-nav {
    width: 259px;
    margin: 0 auto;
    text-align: center;
    line-height: 14px; }

.footer .foot-nav li{float:left;zoom:1;display:inline;margin-right:8px;margin-bottom:6px;padding-right:8px;border-right:1px solid #666;}.footer .foot-nav li:last-child{border-right:none;}.footer .foot-nav a{margin:0;padding:0;}.footer .foot-nav a:link,.footer .foot-nav a:visited{color:#666;text-decoration:none;}.footer .foot-nav a:hover,.footer .foot-nav a:active,.footer .foot-nav a:focus{color:#0da944;text-decoration:none;}

.footer .copyright {
    text-align: center;
    line-height: 28px;
    color: #666;
}


.footer .copyright .imgs{padding-top:8px;}.footer .copyright .imgs a{margin-right:6px;}.footer .copyright .imgs img{vertical-align:top;}.floor-nav{display:none;position:fixed;_position:absolute;left:0;top:0;width:34px;height:auto;overflow:hidden;z-index:998;}.floor-nav li{border-bottom:1px solid #dadbdc;}.floor-nav li:last-child{border-bottom:none;}.floor-nav li a{display:block;height:34px;overflow:hidden;background:url(bg-index-page.png) no-repeat;-webkit-transition:background 0.2s;-moz-transition:background 0.2s;-ms-transition:background 0.2s;-o-transition:background 0.2s;transition:background 0.2s;}.floor-nav li.nav-1 a{background-position:-53px 0;}.floor-nav li.nav-1 a.current,.floor-nav li.nav-1 a:hover{background-position:-87px 0;}.floor-nav li.nav-2 a{background-position:-53px -44px;}.floor-nav li.nav-2 a.current,.floor-nav li.nav-2 a:hover{background-position:-87px -44px;}.floor-nav li.nav-3 a{background-position:-53px -88px;}.floor-nav li.nav-3 a.current,.floor-nav li.nav-3 a:hover{background-position:-87px -88px;}.floor-nav li.nav-4 a{background-position:-53px -132px;}.floor-nav li.nav-4 a.current,.floor-nav li.nav-4 a:hover{background-position:-87px -132px;}.floor-nav li.nav-5 a{background-position:-53px -176px;}.floor-nav li.nav-5 a.current,.floor-nav li.nav-5 a:hover{background-position:-87px -176px;}.floor-nav li.nav-6 a{background-position:-53px -220px;}.floor-nav li.nav-6 a.current,.floor-nav li.nav-6 a:hover{background-position:-87px -220px;}.floor-nav li.nav-7 a{background-position:-53px -264px;}.floor-nav li.nav-7 a.current,.floor-nav li.nav-7 a:hover{background-position:-87px -264px;}.floor-nav li.nav-8 a{background-position:-53px -308px;}.floor-nav li.nav-8 a.current,.floor-nav li.nav-8 a:hover{background-position:-87px -308px;}.floor-nav li.nav-9 a{background-position:-53px -352px;}.floor-nav li.nav-9 a.current,.floor-nav li.nav-9 a:hover{background-position:-87px -352px;}.floor-nav li.nav-10 a{background-position:-53px -396px;}.floor-nav li.nav-10 a.current,.floor-nav li.nav-10 a:hover{background-position:-87px -396px;}.floor-nav li.nav-11 a{background-position:-53px -440px;}.floor-nav li.nav-11 a.current,.floor-nav li.nav-11 a:hover{background-position:-87px -440px;}.hn-toolbar-wrap{position:fixed;_position:absolute;top:0;right:0;z-index:999;width:0;height:100%;_top:expression(eval(document.documentElement.scrollTop));}.hn-toolbar{position:absolute;right:0;top:0;width:0;height:100%;border-right:6px solid #666;-webkit-transition:right .3s ease-in-out 0s;-moz-transition:right .3s ease-in-out 0s;transition:right .3s ease-in-out 0s;}.hn-toolbar-tabs{position:absolute;top:50%;left:-29px;width:35px;margin-top:-100px;}.hn-toolbar-tab{position:relative;width:35px;height:35px;margin-bottom:1px;cursor:pointer;background-color:#666;}.hn-toolbar-footer{position:absolute;bottom:-1px;width:100%;left:-29px;}.hn-toolbar-tab a{text-decoration:none !important;}.hn-toolbar-tab .tab-text{width:66px;height:35px;line-height:35px;color:#fff;text-align:center;position:absolute;z-index:1;left:35px;top:0;background-color:#666;-webkit-transition:left .3s ease-in-out .1s;-moz-transition:left .3s ease-in-out .1s;transition:left .3s ease-in-out .1s;_display:none;}.hn-toolbar-tab .tab-sub{position:absolute;z-index:3;right:7px;top:-11px;width:16px;height:16px;line-height:16px;padding:1px;border:1px solid #fe2500;overflow:hidden;color:#fe2500;font-family:verdana,arial,sans-serif;text-align:center;min-width:12px;_width:20px;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.hn-toolbar-tab .tab-ico{width:34px;height:35px;position:relative;z-index:2;display:inline-block;_display:block;background:#666 url(bg-index-page.png) no-repeat;_background-image:url(bg-index-page.gif);}.hn-tbar-tab-cart .tab-ico{background-position:0 8px;}.hn-tbar-tab-mine .tab-ico{background-position:4px -185px;}.hn-tbar-tab-supply .tab-ico{background-position:2px -147px;}.hn-tbar-tab-purchase .tab-ico{background-position:3px -109px;}.hn-tbar-tab-credits .tab-ico{background-position:3px -71px;}.hn-tbar-tab-service .tab-ico{background-position:2px -32px;}.hn-tbar-tab-qrcode .tab-ico{background-position:3px -224px;}.hn-tbar-tab-top .tab-ico{background-position:2px -262px;}.hn-tbar-tab-iphone .tab-ico{background-position:4px -300px;}.hn-tbar-tab-im .tab-ico{background-position:7px 50%;}.hn-toolbar-tab.hn-tbar-tab-supply .tab-text,.hn-toolbar-tab.hn-tbar-tab-purchase .tab-text{z-index:2;left:0px;background:#0da944;line-height:18px;width:19px;padding:5px 5px;font-size:14px;height:55px;}.hn-toolbar-tab.hn-tbar-tab-supply,.hn-toolbar-tab.hn-tbar-tab-purchase{height:65px;}.hn-tbar-tab-hover .tab-text{display:block;left:-62px;background-color:#0da944;}.hn-tbar-tab-hover .tab-text-1{width:75px;left:-40px;}.hn-tbar-tab-hover,.hn-tbar-tab-hover .tab-ico{background-color:#0da944 !important;}.hn-toolbar-tab .tab-expand{width:100px;height:260px;padding-right:34px;top:-235px;}.hn-tbar-tab-hover .tab-expand{left:-100px;}.hn-toolbar-wrap .qrcode img{display:block;width:78px;height:78px;margin:0 auto;padding:3px;vertical-align:top;background:#fff;}.hn-toolbar-wrap .qrcode P{padding:2px 0;line-height:18px;text-align:center;}.hn-toolbar-wrap .qrcode P span{display:block;white-space:nowrap;}.theme-popover-mask{z-index:9998;position:fixed;top:0;left:0;width:100%;height:100%;background:url(hei.png) repeat;opacity:0.4;filter:alpha(opacity=40);display:none;}.theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:400px;height:365px;margin:-200px 0 0 -200px;border-radius:5px;display:none;padding:5px;background:#A1A1A1;}*html .theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:400px;height:350px;margin:-175px 0 0 -200px;}.theme-poptit{border-bottom:1px solid #ddd;padding:6px;position:relative;background:#f3f3f3;font-weight:bold;}*html .theme-poptit{border-bottom:1px solid #ddd;padding:6px;position:absolute;background:#f3f3f3;font-weight:bold;}.theme-popbod{width:248px;height:270px;float:left;background:#FFF;padding:30px 75px;}.theme-all{width:398px;height:363px;float:left;border:solid 1px #777;}.theme-popbod ul{list-style-type:none;padding:0px;margin:0px;font-size:12px;color:#666;}.theme-popbod ul .li1{width:100%;height:20px;float:left;}.theme-popbod ul .li2{width:100%;height:30px;float:left;padding-bottom:12px;}.theme-popbod ul .li3{width:100%;height:20px;float:left;padding-bottom:7px;}.theme-popbod ul .li4{width:100%;height:33px;float:left;padding-bottom:40px;}.theme-popbod ul .li5{width:100%;height:18px;float:left;}.theme-poptit .close{float:right;color:#999;padding:5px;margin:-2px 0px -5px 0px;font:bold 14px/14px simsun;text-shadow:0 1px 0 #777;text-decoration:none;}.theme-poptit .close a{text-decoration:none;}.theme-poptit .close:hover{color:#666;}.theme-popbod .login-text{width:242px;height:18px;line-height:18px;margin-right:3px;padding:3px;border:solid 1px #c8c8c8;vertical-align:middle;color:#999;box-sizing:inherit;}.zd_left{float:left;}.zd_bold{font-weight:bold;}.zd_right{float:right;}.theme-popbod ul .li3 input{padding:0px;margin:0px 6px 0px 0px;}.theme-popbod ul .li3 input{vertical-align:middle;}.theme-popbod ul .li4 button{width:250px;height:33px;border:0;display:inline-block;overflow:hidden;vertical-align:middle;line-height:31px;font-size:14px;font-weight:700;color:#FFF;background:url(zd_but.png) no-repeat 0 0;cursor:pointer;zoom:1;}.theme-popbod ul .li4 button:hover{background:url(zd_but.png) no-repeat 0px -33px;}.theme-popbod a{text-decoration:none;color:#444;}.theme-popbod a:hover{text-decoration:underline;color:#ff7300;}.theme-popbod ul .li5 img{vertical-align:middle;}.zd_qqlg{width:100%;height:18px;float:left;background:url(zd_qq.jpg) 0px center no-repeat;padding-left:20px;line-height:18px;}.dp_center .grid{letter-spacing:normal;word-spacing:normal;}.errorWrapper{display:none;position:absolute;top:-24px;left:15px;z-index:999;}.errorWrapper label:after{background-attachment:scroll;background:url("error-wrapper-down.png") no-repeat scroll 0 0;bottom:-8px;content:" ";height:16px;position:absolute;left:18px;width:16px;}.errorWrapper label{background:#fdf3eb url("input_check_error.gif") no-repeat scroll 10px 50%;border:1px solid #f00;border-radius:3px;color:#f00;display:block;font-size:12px;line-height:1.4;padding:5px 10px 5px 30px;z-index:999;}.errorWrapper label a{color:#1faa50;margin-left:2px;}.errorWrapper-1{left:552px;top:40px;}.errorWrapper-1 label:after{background-image:url("error-wrapper-left.png");background-repeat:no-repeat;background-size:0 0;background-attachment:scroll;background:rgba(0,0,0,0) url("error-wrapper-left.png") no-repeat scroll 0 0;bottom:4px;content:" ";height:16px;position:absolute;left:-6px;width:16px;}.errorWrapper-2{left:565px;top:218px;}.errorWrapper-2 label:after{background-image:url("error-wrapper-left.png");background-repeat:no-repeat;background-size:0 0;background-attachment:scroll;background:rgba(0,0,0,0) url("error-wrapper-left.png") no-repeat scroll 0 0;bottom:14px;content:" ";height:16px;position:absolute;left:-6px;width:16px;}.errorWrapper-2 label{background:#fdf3eb none;border:1px solid #f47a11;color:#f47a11;padding:8px 10px 8px 12px;}.errorWrapper-3 label{background:url("input_check_error.gif") no-repeat scroll 10px 50%;border-radius:3px;color:#f00;display:block;font-size:12px;line-height:1.4;padding:5px 10px 5px 30px;z-index:999;}.pop-layer-follow{display:none;position:absolute;left:0;top:30px;z-index:99;width:848px;min-height:215px;_height:215px;padding:35px 170px 0;border:1px solid #0da944;font-size:14px;background:#fff;color:#666;}.pop-layer-follow .hl{color:#ff0000 !important;}.pop-layer-follow .inner{display:none;}.pop-layer-follow .search{float:left;width:280px;overflow:hidden;}.pop-layer-follow .search .title{margin:0 0 3px;font-size:16px;font-weight:normal;color:#009237;}.pop-layer-follow .search .keywords{width:180px;height:18px;line-height:18px;padding:8px 8px 8px 42px;border:1px solid #ddd;outline:none;background:#fff url(bg-index-page.png) no-repeat -258px -710px;}.pop-layer-follow .search .autocomplete{width:220px;margin-top:-1px;padding:5px;border:1px solid #DDD;line-height:24px;}.pop-layer-follow .search .autocomplete a:link,.pop-layer-follow .search .autocomplete a:visited{color:#666;text-decoration:none;}.pop-layer-follow .search .autocomplete a:hover,.pop-layer-follow .search .autocomplete a:active,.pop-layer-follow .search .autocomplete a:focus{color:#0da944;text-decoration:none;}.pop-layer-follow .selection{float:right;width:565px;padding-top:15px;overflow:hidden;}.pop-layer-follow .selection .item{_height:30px;min-height:30px;position:relative;padding-left:90px;margin-bottom:15px;}.pop-layer-follow .selection .item em{width:80px;position:absolute;float:left;left:0;top:0;padding-right:10px;text-align:right;color:#009237;}.pop-layer-follow .selection .item li{float:left;margin-right:20px;margin-bottom:10px;}.pop-layer-follow .selection .item .box{float:left;position:relative;height:26px;line-height:26px;padding-right:30px;padding-left:30px;border:1px solid #ddd;background:#fff;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}.pop-layer-follow .selection .item .box span{display:none;position:absolute;width:16px;height:100%;right:0;top:0;background:#f00;color:#fff;text-align:center;}.pop-layer-follow .selection .item .box:hover{padding-right:38px;padding-left:22px;border-color:#f00;color:#f00;text-decoration:none;}.pop-layer-follow .selection .item a:link span,.pop-layer-follow .selection .item a.link span{display:none;_display:none !important;}.pop-layer-follow .selection .item a:hover span,.pop-layer-follow .selection .item a.hover span{display:block;}.pop-layer-follow .selection .btns{margin-top:22px;padding-left:8px;}.pop-layer-follow .selection .btn{height:28px;line-height:28px;margin-right:20px;padding:0 30px;background:#999;border:none;cursor:pointer;}.pop-layer-follow .selection .btn-submit{background-color:#009237;color:#fff;}.pop-layer-follow .selection .btn-cancel{background-color:#999;color:#fff;}.category .pop-layer-follow{display:block;position:static;padding:10px 30px;border:none;background:none;width:auto;}.category .pop-layer-follow .inner{display:block;}.category .pop-layer-follow .search{width:240px;}.category .pop-layer-follow .selection{width:465px;}.category .pop-layer-follow .selection .item{display:block;}.category .follow-btns{margin-top:50px;padding:10px;text-align:center;}.category .follow-btns .setting{padding:8px 30px;border:none;background:#009237 !important;color:#fff !important;}.code-index-as{text-align:center;background:#fff;padding:5px;position:absolute;z-index:999;font-size:14px;line-height:24px;display:none;border:1px solid #e2e2e2;border-top:0;}.code-index-as img{width:100px;}.massges-prompt{color:#999;}.massges-prompt.hidden{display:none;}.massges-prompt a,.massges-prompt a:link,.massges-prompt a:visited,.massges-prompt a:hover,.massges-prompt a:active,.massges-prompt a:focus{color:#1faa50;}button{font-family:"microsoft yahei",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F;}.reg-top{width:1000px;min-height:46px;height:auto;margin:10px auto 10px;font-size:16px;}.reg-top .reg-fr{float:right;line-height:30px;margin-top:10px;}.reg-top .reg-login{float:right;width:138px;height:30px;line-height:30px;display:block;background-color:#039236;color:#fff;text-align:center;font-weight:bold;}.reg-top .reg-login:hover{background-color:#007028;text-decoration:none;}.reg-infomation,.register{width:435px;margin:10px auto;}.reg-infomation h1{font-size:24px;color:#ff500b;}.reg-infomation p{font-size:16px;line-height:22px;margin-top:10px;color:#333333;}.register{margin-top:30px;}.box-border{border:solid 1px #dddddd;line-height:23px;height:23px;padding:15px;margin-top:30px;position:relative;}.box-border label{font-size:18px;}.box-border label.lt2,.box-border label.lt8,.box-border label.lt10,.box-border label.lt16{display:inline-block;width:110px;vertical-align:middle;overflow:hidden;}.lt2{letter-spacing:2px;}.lt8{letter-spacing:8px;}.lt10{letter-spacing:18px;}.lt16{letter-spacing:16px;}.box-border input{width:265px;font-size:16px;border:none;margin:0;padding:0;outline:none;padding-left:10px;display:inline-block;vertical-align:middle;}.box-border input#phoneCode{background:#fff;}.box-border input.l-small{width:160px;}.box-border input.yzm{width:auto;font-size:18px;padding:0px 10px;}.box-border img{vertical-align:middle;width:80px;height:30px;float:right;margin-top:-3px;}.yes,.no{position:relative;}.yes:after{position:absolute;display:inline-block;width:16px;height:16px;right:10px;top:50%;margin-top:-8px;content:"";background:url("correct_1.png") center no-repeat;background-size:contain;}.no:after{position:absolute;display:inline-block;width:16px;height:16px;right:10px;top:50%;margin-top:-8px;content:"";background:url("error.png") center no-repeat;background-size:contain;}.other.yes:after{right:175px;}.other.no:after{right:175px;}.box-border .yzm,.login-input .yzm{border:none;position:absolute;right:6px;top:6px;height:41px;padding:0px 10px;font-size:18px;font-family:"microsoft yahei",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F;cursor:pointer;outline:none;color:#fff;background:#ff500b;}p.regmes{font-size:14px;color:#999999;padding:10px 0px 0px;}p.regmes a{color:#4dafea;}.register input.submit{width:436px;height:46px;line-height:46px;margin-top:30px;background:#ff500b;text-align:center;border:none;border-radius:4px;font-size:18px;color:#fff;outline:none;cursor:pointer;font-family:"microsoft yahei",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F;}.message-text input.submit{width:436px;height:46px;line-height:46px;margin-top:30px;background:#ff500b;text-align:center;border:none;border-radius:4px;font-size:18px;color:#fff;outline:none;cursor:pointer;font-family:"microsoft yahei",Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,\5B8B\4F;}.agreement{text-align:center;margin:15px auto 50px auto;}.agreement a{font-size:16px;color:#4dafea;}.errorWrapper{left:0px;z-index:7;}.errorWrapper label{font-size:12px;}.message-text{width:436px;margin:15px auto;}p.regitpd{text-align:right;padding-top:15px;}p.regitpd a{color:#333333;font-size:16px;text-align:right;}.fx-w .fx-s-4{border-radius:4px;border:none !important;}.fx-w h2{background-color:#fff !important;}.fx-w .line{border-bottom:none !important;}.fx-w h2 a{font-family:Simsun;font-size:14px;}.fx-w .fx-s-2{border-radius:4px;border:none !important;}.fx-s-2 .text{padding:0px 60px;}.fx-s-2 .text p.title{font-size:18px;}.message .box-border{margin-top:20px;}.message .regmes{font-size:14px;}.message .button{padding:25px 60px 0px 60px;}.message .button input{background:#ff500b;text-align:center;display:block;width:100%;height:45px;line-height:45px;color:#fff;border:none;cursor:pointer;outline:none;border-radius:4px;font-size:18px;}.fs14{font-size:14px;}.reg-left{float:left;}.reg-right{float:right;}.reg-box{width:600px;margin-top:15px;padding-left:35px;}.bg-box{width:515px;height:300px;text-align:center;padding-top:80px;margin-top:40px;border-left:solid 1px #eeeeee;background:url("logbg.jpg") center top no-repeat;}.tyzm{display:none;}.hold{color:#fff !important;background:#dcdcdc !important;}.bg-box h3{padding-top:20px;font-size:16px;margin-left:-35px;}.bg-box b{display:block;border-bottom:solid 1px #eee;height:0px;font-size:0px;width:180px;margin:35px auto;margin-left:150px;}.bg-box div{margin-left:-35px;margin-top:30px;}.bg-box div a{padding:0px 5px;}.bg-box p{margin-top:15px;margin-left:-35px;font-size:18px;line-height:30px;}.bg-box p a{color:#4dafea;}.login-box{width:390px;height:auto;border:solid  1px #caccce;margin-top:50px;margin-right:100px;margin-bottom:100px;padding-bottom:35px;}.reg-box .fl img{margin-top:35px;}.tab_way{width:100%;height:56px;border-bottom:solid 1px #e7eaeb;}.tab_way a{display:inline-block;width:50%;text-align:center;line-height:56px;font-size:18px;position:relative;}.tab_way a.on{color:#ff9900;}a:focus{color:#333;text-decoration:none;}.tab_way a:active{color:#333;text-decoration:none;}.tab_way a.on:after{display:inline-block;width:120px;height:0px;border-bottom:solid 2px #ff9900;content:"";position:absolute;left:50%;margin-left:-60px;bottom:-1px;z-index:1;}.login-input{margin-top:20px;width:350px;margin-left:auto;margin-right:auto;position:relative;}.login-input input{width:340px;padding:8px 4px;font-size:16px;border:solid 1px #caccce;outline:none;text-indent:5px;}.login-input input:focus{border:solid 1px #ff9900;}input.username{background:url("user.jpg") 8px center no-repeat;text-indent:30px;}input.password{background:url("locked.jpg") 8px center no-repeat;text-indent:30px;}.plab{padding:5px 20px 0px;font-size:16px;color:#666666;}.plab input{outline:none;}.login-input input.sibmit{width:100%;font-size:16px;color:#fff;padding:10px 0px;background:#ff500b;border:none;border-radius:4px;outline:none;cursor:pointer;}.sibmit:active{opacity:0.9;}.login-input .plab{padding-left:0px;}.plab span a{color:#666666;}.plab a:hover{text-decoration:underline;color:#ff9900;}.bod{text-align:center;font-size:16px;color:#666;position:relative;}.bod:before{content:"";display:inline-block;border-bottom:solid 1px #dee1e2;position:absolute;height:0px;width:90px;left:0;top:10px;}.bod:after{content:"";display:inline-block;border-bottom:solid 1px #dee1e2;position:absolute;height:0px;width:90px;right:0;top:10px;}.login-abox{text-align:center;margin-top:25px;}.login-abox a{padding:5px;}.plab a{color:#4dafea;}.login-input .yzm{text-indent:0px;font-size:16px;height:27px;width:auto;border:none;padding:0px 4px;}.login-input img{position:absolute;top:5px;right:6px;}.ft14{font-size:14px;}.divhide{display:none;}.lg-message-box{width:750px;height:650px;background:#fff;position:fixed;z-index:9999;left:50%;top:50%;margin-left:-375px;margin-top:-325px;border-radius:4px;}.lg-message-box .login-box{margin:50px auto 0px;}.lg-message-box h2{text-align:right;line-height:35px;}.lg-message-box h2 .close-a{font-family:Simsun;font-size:20px;text-decoration:none;padding-right:10px;}.item-box{width:900px;margin:35px auto;}.item-box h3{font-size:24px;color:#333333;text-align:center;}.item-box ul{width:900px;margin-top:35px;}.item-box li{float:left;width:145px;margin-left:5px;line-height:35px;font-size:18px;margin-bottom:30px;position:relative;}.item-box li input{vertical-align:middle;width:18px;height:18px;outline:none;cursor:pointer;opacity:0;filter:opacity(0);}.item-box li input:checked+label span{background:url("checked.jpg") center no-repeat;border:solid 1px #ff500b;}.item-box li label span{display:inline-block;width:18px;height:18px;background:url("selectbg.jpg") center no-repeat;vertical-align:middle;border:solid 1px #d8dada;cursor:pointer;position:absolute;left:0px;top:9px;}.item-box li span:hover{border:solid 1px #ff500b;}.item-box li label{vertical-align:middle;}.item-box li:last-child{width:auto;}.item-box li:last-child i{color:#ff9900;vertical-align:middle;font-style:normal;}.buttondiv{margin:35px auto;text-align:center;}.buttondiv input{display:inline-block;width:150px;height:45px;line-height:45px;margin:0px 10px;color:#fff;font-size:18px;border-radius:4px;border:none;text-align:center;cursor:pointer;outline:none;}.canel{background:#009237;}.ok{background:#ff500b;}.waring-box{width:320px;height:170px;position:fixed;left:50%;margin-left:-160px;top:50%;margin-top:-85px;background:#fff;border-radius:4px;text-align:center;z-index:9999;box-shadow:0 0 5px 0px #9e9e9e;}.waring-box p{line-height:25px;font-size:16px;width:250px;margin:50px auto 20px auto;background:url("mesg.png") left center no-repeat;}.waring-box input{display:inline-block;width:100px;height:35px;margin:0px 10px;color:#fff;font-size:14px;border-radius:4px;border:none;text-align:center;cursor:pointer;outline:none;background:#009237;}.item-out-box{background:#fff;width:1000px;border-radius:4px;height:605px;position:fixed;left:50%;margin-left:-500px;top:50%;margin-top:-302px;z-index:999;}.item-out-box h2{text-align:right;line-height:35px;}.item-out-box h2 .close-a{font-family:Simsun;font-size:20px;text-decoration:none;padding-right:10px;}.w-bg{z-index:999 !important;}.disable{background:#d9d9d9 !important;}.left115{left:115px !important;}


@charset "utf-8";
/* CSS Document */

/**- 面包屑 -**/
.ci_crumbs {
	background-color: #ffffff;
	height: 30px;
	letter-spacing: normal;
	overflow: hidden;
	font-size: 14px;
}
.ci_crumbs dl {
	color: #888;
	margin: 4px 0 0;
}
.ci_crumbs dt {
	display: inline;
	float: left;
}
.ci_crumbs dd {
	display: inline;
	float: left;
}
.ci_crumbs dd a:link, .hnw_crumbs dd a:visited {
	color: #333;
}
.ci_crumbs .crumbs {
	color: #888;
	display: inline;
	font-family: sans-serif;
	margin: 1px 8px 0 6px;
}
/**- 面包屑 end/ -**/

.container{
	overflow: hidden;
}
.error {
	padding-bottom: 50px;
	overflow: hidden;
	margin-left: 300px;
}
.error .img {
	display: inline;
	float: left;
	margin: 65px 0 0 40px;
	width: 130px;
}
.error .text {
	display: inline;
	float: left;
	margin: 52px 0 0 47px;
}
.error .text h2 {
	color: #333333;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 67px;
}
.error .text p {
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 18px;
}
.error .btn{
	float: left;
	width: 720px;
}
.error .btn a {
	float: left;
	margin-right: 10px;
	border:1px solid #dcdcdc;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	padding:0 10px;
	color: #666;
}
.error .btn a:hover {
	border:1px solid #f47a11;
	color: #f47a11;
}







.head .searchbox {
    position: absolute;
    right: 200px;
    top: 70px;
    height: 40px;
}
.head .searchbox .inputsubmit {
    background: url("tc.base.icons_1.png") no-repeat 15px -26px #009237;
    width: 50px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.ease-1 {
    -webkit-transition: all 0.1s ease-out;
    -khtml-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.fr {
    float: right;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.head .searchbox .inputsubmit .icon {
    font-size: 24px;
}
.head .searchbox .inputtxt {
    background: #f3f3f3;
    color: #888;
    height: 28px;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px #dbdbdb solid;
    width: 350px;
}
.head .hotwords {
    position: absolute;
    right: 190px;
    top: 110px;
    height: 30px;
    line-height: 30px;
    width: 440px;
    overflow: hidden;
}
.head .hotwords a {
    color: #666;
    margin: 0 10px;
}
.head .searchbox .inputsubmit .icon {
    font-size: 24px;
}
input, button {
    outline: none;
    border: 0;
    font-family: Microsoft YaHei,"微软雅黑",SimSun,"宋体";
}



.rightbar {
    width: 232px;
    float: left;
    height: 386px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.member {
    padding: 15px 11px 0;
    overflow: hidden;
    max-height: 150px;
}
.slogan, .search_wrap .search-hd .btn-search, #all_kinds .ld i, #all_kinds .cont .item .title b, .flex-direction-nav a, .spec-scroll .prev i, .spec-scroll .next i, .member .member-img, .member-reg i, .rightbar #tab-sub ul li, .footer_service i, a.gotop .icon-gotop {
    background: url("ailaba-ico.png") no-repeat;
}
.member .member-img {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-position: -172px -128px;
}
.member .member-info .name {
    font-size: 14px;
    color: #444;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}
.member .member-info .greet {
    color: #999;
    font-size: 12px;
}
.member-reg {
    margin-top: 15px;
    margin-right: -1px;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.member-reg a {
    display: block;
    float: left;
    width: 115px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}
.member-reg i {
    display: block;
    float: left;
    margin-left: 15px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    margin-top: 11px;
}
.member-reg .icon-login {
    background-position: -33px -75px;
}
.member-reg .icon-register {
    background-position: -51px -75px;
}
.rightbar .help-tab {
    padding: 18px 11px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fafafa;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.rightbar #tab {
    height: 30px;
    line-height: 30px;
    color: #747474;
    border-bottom: 1px solid #e5e5e5;
}
.rightbar #tab .cur {
    color: #444;
    border-bottom: 1px solid #ee7000;
}
.rightbar #tab li {
    width: 210px;
    display: inline;
    text-align: center;
    float: left;
    cursor: pointer;
}
.rightbar #tab-sub {
    margin-top: 10px;
    width: 210px;
}

.rightbar #tab-sub ul {
    width: 210px;
    line-height: 34px;
    display: none;
}
.rightbar #tab-sub ul li {
    float: left;
    background-position: -215px -204px;
    padding-left: 15px;
}
.rightbar #tab-sub ul a {
    text-decoration: none;
    width: 210px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.detail-bd {
    padding: 30px;
    padding-top: 0px;
    width: 50%;
    float: right;
}
.detail-bd p {
    line-height: 35px;
}
.reminder {
    padding: 10px 30px;
    line-height: 25px;
    color: #c9c9c9;
    background: #fafafa;
	width: 50%;
    float: right;
}






.left {
    float: left;
}
.item .content-left {
    width:100%;
	height:90px;
}

.ci-list-1 {
	width: 27%;
    float: left;
	margin-right:2%;
}
.ci-list-1 a:hover .ci-list-1{border:1px solid #45b035}
 .item .title-h3 {
    font-size: 16px;
    color: #6461dd;
    margin-bottom: 2px;
}
.item p {
    line-height: 30px;
}
.line-clamp1 {
    display: -webkit-box;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-line-clamp: 1;
}

.right {
    float: right;
}

.item .right {
    text-align: left;
    color: red;
	width:100%
}
.item .salary {
    color: red;
    font-weight: 500;
    font-size: 16px;
}