/* 
    * @description: 布局、版面 
    * @author: hobe 
    * @update: hobe (2016-09-8 17:32) 
*/




.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}

.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}

.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}

.line20 {
    clear: both;
    font-size: 0px;
    height: 20px;
    overflow: hidden;
}

.line30 {
    clear: both;
    font-size: 0px;
    height: 30px;
    overflow: hidden;
}

#container {
    background: #f6f6f6;
    max-width: 1920px;
    margin: 0 auto;
}

#header,
#content,
#footer {}

#content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-bottom: 0px !important;
}

#footer {
    background: #181818;
}

.bottomLine56 {
    position: relative;
}

.bottomLine56::after {
    position: absolute;
    margin-left: -28px;
    top: 100%;
    left: 50%;
    height: 0;
    width: 56px;
    border: 1px solid #1ed2af;
    content: " ";
}

.list-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-wrap {
    *+height: 1%;
}

.list-wrap .item {
    display: block;
}

/* 滚动图 */
.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    list-style: none;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*按钮居中.slideBox .hd ul{ overflow:hidden; zoom:1; padding:0;list-style:none;left: 50%; width: 60%;margin-left:-30%;}
     /*无数字.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; text-align:center; background:#fff; cursor:pointer; list-style:none;}*/

/* Header */
.main-box>.container {}

.container-box>.container {
    width: 1093px;
    margin: 0 auto;
}

#header {
    height: 80px;
    /*border-bottom:5px solid #029afa;*/
    background: #fff;
    position: relative;
}

#header:after {
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    position: absolute;
    top: 100%;
    background: url(../images/logo.png) repeat no-repeat top left;
}

#header .container {
    height: 100%;
    /*width:1100px;*/
    max-width: 1100px;
    margin: 0 auto;
}

#header .logo {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll center / auto 96%;
    float: left;
    height: 100%;
    width: 350px
}

#header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/*头部导航*/
.manu-wrap {
    height: 100%;
}

/* 菜单栏(结构) */
.nav {
    padding: 0;
    z-index: 4;
}

.nav a {
    color: #fff;
}

.nav .nli {
    float: left;
    display: inline;
    text-align: center;
}

.nav .nli a {
    color: #797979;
    display: block;
}

.nav .sub {
    left: 0;
    top: 60px;
    position: absolute;
    line-height: 26px;
    display: inline;
    z-index: 10;
    background: #fff;
}

.nav .sub .li {}

.nav .sub a {
    font-size: 13px;
    display: block;
}

/* 菜单栏(样式) */
#manu {
    float: right;
    /* padding-right:20px; */
}

#manu .nli {
    /* margin:auto 4px; */
    height: 80px;
    position: relative;
}

#manu .nli>h3 {
    margin: 0;
    display: block;
    height: 80px;
    /* width:105px; */
}

#manu .nli .sign {
    /*background:url("../images/bg_sign04.png") no-repeat 0 0;*/
    bottom: -7px;
    display: none;
    height: 9px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 19px;
    z-index: 11;
}

#manu a {
    display: block;
    /* position: absolute; */
    /* top: 66px; */
    margin-top: 45px;
    padding: 0 15px;
    /*width: 90px;*/
    /* width: 100%; */
    text-align: center;
    height: 37px;
    /*border:1px solid #fff;*/
    font-weight: 400;
    color: #4d4e4e;
    font-size: 18px;
    left: 0px;
}

/*#manu a:hover{
    color:#029afa;
   border:1px solid #029afa;
}*/
#manu .nli:hover {
    background: #9678D3;
}

#manu .nli:hover a {
    color: #fff;
    font-weight: bold;
}

#manu .nli:hover .sign {
    display: block;
}

#manu .sub {
    /*background: rgba(44, 62, 80, 0.8) url("../images/bg_shadow01.jpg") repeat-x scroll 50% top !important;*/
    background: none !important;
    display: none;
    /*margin-left: -145px;*/
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    z-index: 99;
}

#manu .sub .bg {
    background: #2c3e50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1;
    opacity: .8;

    *zoom: 1;
    filter: alpha(opacity=80);
}

#manu .sub ul {
    padding-bottom: 20px;
    padding-top: 20px;
}

#manu .sub .li {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 99;
}

#manu .sub .li:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    *zoom: 1;
    filter: alpha(opacity=40);
    background: #029afa;
    content: "";
    z-index: 19;
}

#manu .sub a {
    position: relative;
    border: none;
    margin: 0;
    width: auto;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    z-index: 99;
}

/* 搜索栏(样式) */

.search {
    float: right;
    position: relative;
    left: 50px;
    padding-top: 48px;
    font-size: 16px;
}

#searchicon {
    height: 18px;
    width: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -21px;
    /*border-left:1px solid #717171;*/
}

#searchicon .fa-stack {
    font-size: 24px;
}

#searchicon .icons {
    display: block;
    background: url(../images/layout_icon.png) no-repeat 0px 0px;
    height: 18px;
    width: 18px;
    float: right;
}

.search-wrap {
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 238px;
    z-index: 20;
    padding-top: 86px;
}

#searchbox {
    border: 8px solid #4c4a4f;
    height: 34px;
    line-height: 44px;
    padding: 0 20px;
    width: 184px;
}

/* Footer */
#footer {
    height: 80px;
    background: #181818;
}

#footer a {
    color: #888;
}

#footer .container {
    max-width: 1187px;
    margin: 0 auto;
    padding: 32px 0;
    color: #888;
    font-size: 12px;
}

#footer .links_list {
    float: left;
}

#footer .links_list a {
    margin-right: 16px;
}

#footer .copyright_wrap {
    float: right;
}

/* banner */
.banner {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.slideBox {
    border: none;
}

.slideBox .bd li {
    max-width: 1920px;
    background: url() no-repeat center;
    background-size: 1920px 696px;
    display: block;
    position: relative;
}

.slideBox .bd li img {
    max-width: 1920px;
}

.slideBox .hd {
    left: 50%;
    width: 60%;
    margin-left: -30%;
    text-align: center;
    bottom: 36px;
}

/*.slideBox .hd ul{
    display:inline;
}*/
.slideBox .hd span {
    height: 10px;
    margin: 0 7px;
    width: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 99em;
    display: inline-block;
    background: #777;
    behavior: url(ie-css3.htc);
}

.slideBox .hd .on {
    background: #fff;
}

.banner-title {
    position: absolute;
    top: 275px;
    text-align: center;
    width: 100%;
}

.banner-title p {
    text-align: center;
}

.banner-title .title {
    font-size: 48px;
    color: #fff;
}

.banner-title .content {
    margin: 20px 0;
    font-size: 24px;
    color: #d2dce6;
}

/* end banner */

/* Base */
#content .page {
    padding-bottom: 80px !important;
}

.page .container {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.page>.container>.content-wrap {
    width: 100%;
}

#page-banner {}

#page-banner .text_wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -592px;
    width: 1093px;
    color: #d5d5d5;
    font-size: 30px;
    text-align: right;
    cursor: default;
}

#page-banner .text_wrap span {
    padding-left: 20px;
    font-size: 48px;
}

#left-manu {
    float: left;
    width: 270px;
}

#left-manu .title-wrap {
    padding: 60px 0 20px;
    color: #363637;
    display: block;
    font-size: 24px;
    background: transparent;
}

#left-manu .lineBox {
    height: 5px;
    margin: 0 0 2px;
    width: 270px;
}

#left-manu .sub {
    width: 270px;
}

#left-manu li a {
    border-bottom: 1px solid #e4e4e4;
    color: #696969;
    display: block;
    font-size: 14px;
    line-height: 48px;
    padding: 0;
    padding-left: 20px;
    text-align: left;
}

#left-manu .manu-item1 {
    background: #2c3e50;
    color: #fff;
    position: relative;
}

#left-manu .manu-item1 .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*#left-manu .manu-item1:hover {
    background: #0282e5 url("../images/left_icon.png") no-repeat scroll 0 -48px;
    color: #fff;
}*/
.sub .sub {}

#left-manu .manu-item2 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #e1e1e1;
    color: #282828;
}

#left-manu .manu-item2:hover {
    background: #1db6a6;
    color: #fff;
}


#left-manu .contact_wrap {}

#left-manu .contact_wrap .wrap_title {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

#left-manu .contact_wrap .wrap_title span {
    font-size: 13px;
    color: #949494;
}

#left-manu .contact_wrap .wrap_title .title {
    font-size: 18px;
    color: #353434;
}

#left-manu .contact_wrap .wrap_content {
    padding: 10px 0;
}

#left-manu .contact_wrap .wrap_content p {
    padding-left: 30px;
    line-height: 20px;
    background: url(../images/left_icons.png) no-repeat left top;
    margin-bottom: 10px;
}

#left-manu .contact_wrap .wrap_content .tel {
    background-position: 0px 0px;
}

#left-manu .contact_wrap .wrap_content .addr {
    background-position: 0px -30px;
}


#content-wrap {
    margin: 0 0 0 270px;
    padding: 40px 0 0 36px;
}

#content-wrap .title-wrap {
    width: 100%;
    border-bottom: 6px solid #e5e4e4;
    line-height: 40px;
}

.container .title-wrap>.title {
    display: block;
    float: left;
    color: #a5a4a6;
    font-size: 12px;
    padding-right: 30px;
}

.container .title-wrap .title span {
    display: block;
    line-height: 78px;
}

.container .title-wrap .title_list {
    float: left;
}

.container .title-wrap .title.on span {
    border-bottom: 2px solid #f63b2e;
    color: #363637;
}

.container .title_list:hover .title span {
    border: none;
    color: #a5a4a6;
}

.container .title-wrap .title:hover span {
    border-bottom: 2px solid #f63b2e;
    color: #363637;
}

.container .title-wrap .crumbs {
    /*padding-left:20px;*/
    font-size: 12px;
    color: #363637;
}

.container .title-wrap .crumbs .icon {
    display: inline-block;

    border: 4px solid #f6f6f6;
    border-left: 4px solid #363637;
    margin: 0 2px 0 6px;
}

.container .title-wrap .crumbs a {
    font-size: 12px;
    color: #363637;
}

.container .title-wrap .crumbs .home {
    padding-left: 20px;
    background: url(../images/home.jpg) no-repeat 4px center;
}

.container .title-wrap .crumbs span {
    cursor: default;
}

.page .container>.content {
    margin: 0 auto;
    /*width:1093px;*/
    max-width: 1400px;
    padding-bottom: 80px;
}

.page .container .content-wrap>.content {
    padding: 28px 4px 0;
}

.contentPage #content-wrap .content .list-wrap {
    padding: 28px 0 0;
    margin: 0 0 10px;
}

#content-wrap .content .list-wrap p {
    color: #000;
}

/* List */

.listPage .list-wrap {
    margin: 0 0 10px;
    padding: 30px 0;
}

.listPage .list-wrap>.item {
    display: block;
    padding: 18px 6px;
    border-bottom: 2px solid #e9e9e9;
    position: relative;
}

.listPage .list-wrap>.item:hover {
    background: #eee;
}

.listPage .item .img_box {
    width: 121px;
    height: 86px;
    margin-right: 10px;
}

.listPage .item .img_box>img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.listPage .item .text_box {
    position: absolute;
    top: 18px;
    left: 126px;
    margin-left: 16px;

}

.listPage .item .title {
    color: #282828;
    font-size: 14px;
    margin-bottom: 6px;
}

.listPage .item .info {
    color: #b9b9ba;
    font-size: 12px;
    margin-bottom: 10px;
}

.listPage .item .content {
    color: #828282;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    width: auto;
}

#moreBtn {
    width: 100%;
    height: 53px;
    position: relative;
    background: #bababa;
}

#moreBtn:hover {
    background: #029afa;
}

#moreBtn .icons {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    background: url(../images/layout_icon.png) 0px 100px;
}

#moreBtn.loading .icons {
    background: url('../images/loading.svg') no-repeat center;
}

/* Show */

/*.showPage .container>.content{
    width:1100px;
    margin:0 auto;
}*/
.showPage .content-wrap .content {
    padding: 50px 10px 0;
    line-height: 24px;
}

.showPage .content-wrap .title {
    font-size: 18px;
    color: #474545;
    margin-bottom: 14px;
}

.showPage .content-wrap .info {
    font-size: 12px;
    color: #746969;
    margin-bottom: 25px;
}

.showPage .content-wrap .content {
    font-size: 12px;
    line-height: 24px;
    color: #363636;
}

.showPage .content-wrap .sub_title {
    font-size: 14px;
    display: inline-block;
    background: #2c3e50;
    line-height: 26px;
    color: #fff;
    margin-bottom: 8px;
    padding: 0 10px;
}

.showPage .list-wrap .item {
    padding: 20px 0;
    border-bottom: 1px dotted #363637;
}

.showPage .question {
    font-size: 14px;
    color: #fff;
    background: #029afa;
    line-height: 26px;
    padding: 0 12px;
    display: inline-block;
    margin-bottom: 12px;
}

.goodsPage {}

.goods_wrap .list-wrap {
    margin: 0 0 10px;
    padding: 30px 0;
    width: 830px;
}

.goods_wrap .list-wrap .item {
    float: left;
    width: 224px;
    height: 238px;
    background: #dfdede;

    border: 6px solid #dfdede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 38px 36px 0;
    cursor: pointer;
    behavior: url(ie-css3.htc);
}

.goods_wrap .list-wrap .img_box {
    width: 100%;
    height: 185px;
    background: #fff url(../images/img_none.png) no-repeat center;
}

.goods_wrap .list-wrap .text_box {
    padding: 10px 20px;
}

.goods_wrap .list-wrap .text_box p {
    font-size: 12px;
}

.goods_wrap .list-wrap .text_box .title {
    font-size: 16px;
}

.goods_wrap .list-wrap .item:hover {
    background: #2c3e50;
    border: 6px solid #2c3e50;
}

.goods_wrap .list-wrap .item:hover .text_box {
    color: #fff;
}

/*商品图片列表*/
.img-list2 {
    position: relative;
}

.img-list2 ul {
    margin: 0 0 0 -15px;
    *zoom: 1;
}

.img-list2 ul .nodata {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 120px;
}

.img-list2 ul li {
    float: left;
    margin: 15px 0 0 15px;
    width: 224px;
    _display: inline;
}

.img-list2 ul li .wrap-box {
    position: relative;
    padding: 10px;
    border: 1px solid #e8e8e8;
}

.img-list2 ul li .wrap-box:hover {
    border-color: #f40;
}

.img-list2 ul li .wrap-box .img-box {
    position: relative;
    width: 202px;
    height: 202px;
    overflow: hidden;
}

.img-list2 ul li .wrap-box .img-box .abs-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    background: #f06000;
    text-align: center;
}

.img-list2 ul li .wrap-box .img-box img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    _height: 100%;
}

.img-list2 ul li .wrap-box .info h3 {
    display: block;
    margin: 10px 0;
    line-height: 20px;
    height: 20px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.img-list2 ul li .wrap-box .info .col {
    line-height: 24px;
    height: 24px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}

.img-list2 ul li .wrap-box .info .col i {
    float: right;
    color: #999;
    font-style: normal;
}

.img-list2 ul li .wrap-box .info .col b {
    display: inline-block;
    margin-right: 2px;
    color: #f40;
    font-size: 16px;
    font-weight: 600;
}

.img-list2 ul li .wrap-box .info .col s {
    display: inline-block;
    text-decoration: line-through;
}

/*商品缩略图样式*/
.goods-pic {
    position: relative;
    float: left;
    margin-top: 30px;
    width: 344px;
    *z-index: 1;
}

.pic-box {
    float: left;
    border: 6px solid #2c3e50;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(ie-css3.htc);
    background: #2c3e50;
}

.pic-preview {
    position: relative;
    width: 332px;
    border: none;
}

.pic-scroll {
    margin-top: 10px;
    width: 332px;
}

.pic-scroll .prev {
    float: left;
    margin-right: 5px;
}

.pic-scroll .next {
    float: right;
}

.pic-scroll .prev,
.pic-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 10px;
    height: 60px;
    line-height: 60px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.pic-scroll .items {
    position: relative;
    float: left;
    width: 300px;
    height: 62px;
    overflow: hidden;
}

.pic-scroll .items ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 999999px;
    height: 100%;
}

.pic-scroll .items ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 78px;
    text-align: center;
}

.pic-scroll .items ul li img {
    padding: 2px;
    border: 1px solid #e8e8e8;
    width: 56px;
    height: 56px;
}

.pic-scroll .items ul li img:hover {
    padding: 1px;
    border: 2px solid #1db6a6;
}

/* 图片放大镜样式*/
.jqzoom {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    cursor: crosshair;
}

.jqzoom img {
    width: 100%;
}

.zoomdiv {
    position: absolute;
    z-index: 100;
    display: none;
    width: 136px;
    height: 80px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.jqZoomPup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    max-width: 136px;
    max-height: 80px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    overflow: hidden;
}


/*产品信息*/
.goods-spec {
    float: right;
    width: 420px;
    margin-top: 30px;
}

.goods-spec h1 {
    line-height: 56px;
    height: 56px;
    background: #2c3e50;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
}

.goods-spec .icons {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: url(../images/goods_icons.png) no-repeat 0px 0px;
}

.goods-spec .category .icons {
    background-position: 0px -60px;
}

.goods-spec .sc_icons.icons {
    background-position: 0px 0px;
}

.goods-spec .dy_icons.icons {
    background-position: 0px -30px;
}

.goods-spec .category {
    height: 30px;
    line-height: 30px;
    background: url(../images/pro_class_bg.png) repeat no-repeat left bottom;
    position: relative;
}

.goods-spec .category>a {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 26px;
    display: block;
    width: 88px;
    height: 27px;
    background: url(../images/back_pro.png) no-repeat center;
}

.line {
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background: #fff;
}

.goods-spec .spec-box>a {
    display: block;
    line-height: 30px;
    height: 30px;
}

.goods-spec .dashed_box {
    border-top: 1px dashed #ddd;
    padding-top: 6px;
}

.goods-spec .dashed_box p {
    line-height: 24px;
}

.share_box {
    margin-top: 10px;
    padding: 10px;
}

/*商品Tab样式*/
.goods-tab .tab-head {
    display: block;
    height: 40px;
    background: #f7f7f7;
    overflow: hidden;
}

.goods-tab .tab-head ul li {
    float: left;
    margin-left: 1px;
    background: #e1e1e1;
}

.goods-tab .tab-head ul li a {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 14px;
}

.goods-tab .tab-head ul li a.selected {
    color: #fff;
    background: #2c3e50;
}

.goods-tab .tab-head ul:hover li a {
    color: #555;
    background: none;
}

.goods-tab .tab-head ul li a:hover {
    color: #fff;
    background: #2c3e50;
}

.goods-tab .tab-content {
    display: none;
    padding: 20px 0 0;
    line-height: 30px;
    font-size: 12px;
    color: #444;
}



.framework_title {
    display: inline-block;
    background: #1db6a6;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.course_list {}

.course_list dt span {
    font-size: 18px;
    margin-right: 8px;
}

.course_list dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.course_list dl {
    *+height: 1%;
    height: 56px;
}

.course_list dt {
    float: left;
    width: 100px;
    height: 16px;
    padding-bottom: 40px;
    border-right: 1px solid #d6d6d6;
    position: relative;
}

.course_list dd {
    float: left;
    padding-left: 30px;
}

.course_list .icons {
    display: block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #03ba84;
    position: absolute;
    top: 0;
    right: -9px;
    background: #fff;
    behavior: url(ie-css3.htc);
}


.form-wrap {}

.showPage .form-wrap .title {
    font-size: 24px;
    color: #242424;
}

.form-wrap .title span {
    color: #fa0101;
}

.form-wrap .ps {
    font-size: 14px;
    color: #4f4e4e;
    margin-bottom: 30px;
}

.form-wrap .ps span {
    color: #fa0101;
}

.form-wrap dl {
    margin-bottom: 28px;

    *+height: 1%;
}

.form-wrap dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-wrap dt {
    width: 120px;
    float: left;
    text-align: right;
}

.form-wrap dd {
    float: left;
}

.form-wrap i {
    position: absolute;
    right: 15px;
    margin-right: -.5em;
}

.form-wrap label {
    padding-right: 10px;
    font-size: 14px;
    color: #585757;
    line-height: 30px;
}

.form-wrap label span {
    color: #fa0101;
    padding-right: 4px;
}

.form-wrap .input {
    line-height: 28px;
    display: inline;
    width: 100%;
    padding: 0 20px 0 10px;
    background: #fff;
}

.form-wrap .textarea_box {
    float: left;
}

.form-wrap .textarea {
    padding: 0 10px;
    width: 212px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ccc;
    background: #fff;

    outline: none;
    -webkit-appearance: normal;
    -webkit-user-select: text;
    overflow: hidden;

}

.form-wrap .input_box {
    position: relative;
    padding-right: 30px;
    width: 202px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
}

.form-wrap dt {
    line-height: 30px;
    position: relative;
}

.form-wrap .checkbox {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6.5px;
}

.form-wrap .code_box {
    *+height: 1%;
    float: left;
    line-height: 30px;
    width: 232px;
}

.form-wrap .code_box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-wrap .code_box a {
    float: left;
}

.form-wrap .code_box img {
    display: inline;
    float: left;
}

.form-wrap .code {
    line-height: 28px;
    border: 1px solid #ccc;
    width: 40px;
    float: left;
    margin-right: 10px;
}

.form-wrap .checktip_box {
    float: left;
    line-height: 30px;
}

.form-wrap .Btn {
    width: 232px;
    text-align: center;
    color: #fff;
    background: #029afa;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.form-wrap .Btn:disabled {
    background: #a5a4a6;
    cursor: no-drop;
}

.searchPage .prompt {
    background: url("../images/p_1_1.jpg") no-repeat scroll center 4px;
    height: 160px;
    margin-bottom: 23px;
    position: relative;
}

.searchPage .prompt p {
    bottom: 15px;
    color: #746969;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.searchPage .prompt p span {
    color: #f10;
    font-size: 14px;
}

.searchPage .prompt p span {
    color: #f10;
    font-size: 14px;
}

.searchPage .list-wrap .item {
    height: auto;
    padding: 24px 5px;
    border-bottom: 2px solid #e8e6e6;
    display: block;
    transition: background-color 400ms ease 0s;
}

.searchPage .list-wrap .item:hover {
    background-color: #e1e1e1;
}

.searchPage .list-wrap .item .title {
    line-height: 26px;
    margin-bottom: 8px;
}

.searchPage .list-wrap .item .contentp {
    color: #746969;
    max-height: 36px;
    line-height: 18px;
    margin-top: 8px;
    overflow: hidden;
}