﻿/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,sub, sup, tt,
var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-family: Arial, "Microsoft YaHei";
    font-weight: normal;
    font-style: normal;
}

header, article, section, aside, nav, footer {
    display: block;
}

input,img,button{border: 0; background-color: transparent;}

a{text-decoration: none; color: #333; cursor: pointer;}

ol,ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}

:focus{
    outline:0;
}

.clear{ clear:both;}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
* {
    box-sizing: border-box;
}

/*公共*/
body {
    font-size: 14px;
    color: #010101;
    background-color: rgb(243,245,249);
}
.c {
    overflow: hidden;
    zoom: 1;
}
.w {
    width: 1100px;
    margin: 0 auto;
}
.w16{
    width: 1600px;
    margin: 0 auto;
}
.l {
    float: left;
}
.r {
    float: right;
}
a:hover {
    color: #14f8a5;
}
.img_position {
    position: relative;
    display: block;
    width: 100%;
}
.img_position img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 99%;
    width:expression(this.width > 99%? "99%" : this.width);  
    height:expression(this.height > 99%? "99%" : this.height);
}

/* 顶部 */
.kj_top{
    height: 40px;
    background-color: rgb(245,245,245);
    font-size: 12px;
    line-height: 40px;
    color: rgb(135,135,135);
}
.kj_top_link a{
    display: inline-block;
    margin: 0 2px;
}
.kj_top_link .phone{
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 28px;
}
.kj_top_link .phone span {
    color: rgb(218,46,48);
}
.kj_top_link .person{
    background: url(../images/person.png) no-repeat left center;
    padding-left: 20px;
}
.kj_top_link .phone1{
    background: url(../images/phone1.png) no-repeat left center;
    padding-left: 20px;
}
.kj_top_link .home{
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
}
.kj_top_link .cn{
    background: url(../images/cn.png) no-repeat left center;
    padding-left: 28px;
}
.kj_top_link .en{
    background: url(../images/en.png) no-repeat left center;
    padding-left: 28px;
}
.kj_top_link a:hover{
    color: #08a5e8;
}
/* header */
.kj_header {
    border-bottom: 1px solid rgb(1,153,114);
    margin-bottom: 2px;
    background-color: #fff;
}
.kj_head {
    padding-top:24px;
    height: 110px;
}
.kj_hd_logo a div {
    border-left: 1px solid rgb(215,215,215);
    font-size: 16px;
    height: 50px;
    padding-left: 10px;
    margin-top: 14px;
    margin-left: 10px;
}
.kj_hd_logo a div p {
    line-height: 24px;
    margin-top: 0;
}
.kj_search {
    margin-top: 16px;
    height: 40px;
    border:1px solid #019972;
}
.kj_search input{
    height: 40px;
}
.kj_search input[type=text]{
    width: 355px;
    height: 38px;
    line-height: 38px;
    color: #373737;
    padding: 0 10px;
}
.kj_search input[type=button]{
    float: right;
    width: 80px;
    text-align: center;
    color: #fff;
    background-color: #019972;
    margin-right: -1px;
    margin-top: -2px;
    cursor: pointer;
}
/* Menu */
/*.kj_nav {
    background-color: rgb(1,153,114);
    height: 50px;
    margin: 0 auto;
}
.all_prolist {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: rgb(0,125,93);
}
.all_prolist a {
    float: left;
    color: #fff;
    margin-left: 30px;
}
.all_prolist img {
    margin-top: 22px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.kj_nav_list {
    height: 50px;
}
.kj_nav_list > li{
    float: left;
    margin-left: 45px;
}
.kj_nav_list > li > a{
    font-size: 16px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
}*/


.kj_nav{
    height: 45px;
    font-size: 16px; 
    background-color: rgb(1, 165, 114);
}
.all_prolist{
    font-size: 14px;
    display: inline-block;
    position: relative;
    width: 250px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: rgb(0, 125, 93);
/*    background-image: url(../images/plistnav.png);*/
    background-repeat: no-repeat;
    background-position: 200px center;
}
.all_prolist > a{
    color: #fff;
    display: block;
    text-align: center;
}
.kj_navbox{
    width: 850px;
    height: 42px;
}
.kj_navbox > ul > li{    
    position: relative;
    float: left;
    padding: 0 12px;
}
.kj_navbox > ul > li > a{
    position: relative;
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
	color: #fff;
}
.kj_navbox > ul > li > a:hover{
    background-color: rgb(0, 125, 93);
}
.kj_navbox > ul > li.on > a{
    color: #fff;
}
.kj_navbox > ul > li > ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 110px;
    background-color: rgb(0, 125, 93);
    z-index: 999;
}
.kj_navbox > ul > li > ul > li {
}
.kj_navbox > ul > li ul {
    display: none;
}
.kj_navbox > ul li:hover > ul {
    display: block;
}
.kj_navbox > ul > li li a {
    color: #fff;
}
.kj_navbox > ul > li > ul li {
    position: relative;
    padding: 5px 6px;
}
.kj_navbox > ul > li > ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kj_navbox > ul > li li {
    border-bottom: 1px dotted #fff;
    text-align: center;
}
.kj_navbox > ul > li > ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #bd0900;
    z-index: 999;
}

.all_prolist:hover .dorpdownpromenutop{
    display: block;
}
.dorpdownpromenutop {
    display: none;
     position: absolute;
    left: 0;
    z-index: 999999;
}
.dorpdownpromenu {
    z-index:99999;
    width: 250px;
    background-color: rgb(0, 125, 93);
	filter:alpha(opacity=80); /* ie 有效*/
	-moz-opacity:0.8; /* Firefox 有效*/
	opacity: 0.8; /* 通用，其他浏览器 有效*/
    padding: 4px 0px;
}
.dorpdownpromenudef {
     display: block;
}
.dorpdownpromenudef #navheight7{
    border-bottom: 0;
}
.dorpdownpromenudef:hover #navheight7{
    border-bottom: 1px solid #50c4f5;
}
.dorpdownpromenu a {
    line-height: 25px;
    color: #fff;
    
}
.dorpdownpromenutop >li > a{
    /*font-weight: bold;*/
}
.navheight {
    padding:0 20px;
    border-bottom: 1px solid #e8f0f2;
    position: relative;
    line-height: 35px;
}
.navheight:hover{
    background-color: #fff;
} 
.navheight:hover a{
    color: #06aa61;
 }
.dorpdownpromenutop > li {
    
}
.dorpdownpromenutop > li .submenubox{
    display: none;
    position: absolute;
    left: 250px;
    top: 0;
    padding:10px 20px;
    background-color: #fff;
    filter:alpha(opacity=100); /* ie 有效*/
	-moz-opacity:1; /* Firefox 有效*/
	opacity: 1; /* 通用，其他浏览器 有效*/
    width: 645px;
    z-index:99;
}
.dorpdownpromenutop > li .submenubox > ul >li{
    float: left;
    line-height: 30px;
    border-right: 1px solid #e9e9e9;
    margin-right: 5px;
}
.dorpdownpromenutop > li .submenubox > ul >li a{
    padding: 0 5px;
    font-size:14px
}
/*.dorpdownpromenu > li .submenubox ul li a{
    display: -webkit-inline-box;
}
.dorpdownpromenu > li .submenubox ul ul{
    clear: both;
}
.dorpdownpromenu > li .submenubox ul ul li{
    float: left;
    border: 0;
}
.dorpdownpromenu > li .submenubox ul ul li a{
    padding: 0 10px;
}*/


/*.dorpdownpromenu > li .submenubox .catalog3 {
        overflow:hidden;
        zoom: 1;
        line-height:30px;
    }
.dorpdownpromenu > li .submenubox .catalog3 .catalog3_li > a {
        float:left;
        padding: 0 10px;
        line-height:30px;
        color: #000;
    }*/

.dorpdownpromenutop > li:hover .submenubox {
    display: block;
    z-index:9990;
}

 /*.kj_left_procatalog .dorpdownpromenu > li .submenubox {
     z-index:9990;
    }*/

.kj_left_procatalog .dorpdownpromenu .submenubox {
    display: none;
}



/*Banner*/
.kj_banner {
    margin: 8px auto;
    position:relative;
    height: 280px;
}
.kj_ace_imgnavbox {
   text-align:center;padding-top:10px;position: absolute;bottom: 20px;left: 0px;width:100%;
}
.kj_ace_imgnavbox a { 
    display:inline-block;width:12px;border-radius: 6px; height:12px; background-color:#6c6d68;font-size:0px; line-height:0px; margin:3px;
}
.kj_ace_imgnavbox .activeSlide {
     background-color:#e1d896;
}
.kj_ace_img_next,.kj_ace_img_prev{
	width: 40px;
	height: 60px;
	position:absolute;
	top: 41%;
	cursor:pointer;
}
.kj_ace_img_next{
	right: 0;
	background:url(../images/banner_right.png) no-repeat center;
}
.kj_ace_img_prev{
	left: 0;
	background:url(../images/banner_left.png) no-repeat center;
}
/*NewProduct&HotProduct*/
.kj_new_product,
.kj_hot_product {
    border: solid 1px rgb(234,234,234);
    background-color: #fff;
    margin-top: 10px;
}
.kj_np_title,
.kj_hp_title {
    background: url("../images/newproduct.png") no-repeat;
    width: 212px;
    height: 300px;
    color: #fff;
    font-weight: bold;
}
.kj_hp_title {
    background: url("../images/hotproduct.png") no-repeat;
}
.kj_np_title h3,.kj_hp_title h3{
    margin-top: 70px;
    font-size: 24px;
    margin-left: 30px;
    margin-bottom: -12px;
    font-weight: bold;
}
.kj_np_title p,
.kj_hp_title p {
    margin-top: 20px;
    margin-left: 30px;
}
.kj_np_title > button,
.kj_hp_title > button {
    background-color: rgb(217,237,233);
    margin-top: 35px;
    margin-left: 50px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    color: rgb(0,134,60);
    cursor: pointer;
}
.kj_hp_title > button {
    background-color: rgb(218,236,245);
    color: rgb(36,115,167);
}
.kj_np_title > button:hover,
.kj_hp_title > button:hover {
    color: #bd0900;
}
.kj_np_inner {
    border-top: solid 1px rgb(1,153,114);
}
.kj_hp_inner {
    border-top: solid 1px rgb(64,153,206);
}
.kj_np_inner li,
.kj_hp_inner li {
    float: left;
    width: 294px;
    height: 150px;
    border: solid 1px rgb(231,231,231);
}
.kj_npi_top,.kj_hpi_top {
    font-size: 16px;
    font-weight: bold;
    color: rgb(78,71,72);
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top:10px;
    height: 30px;
    line-height: 30px;
     overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.kj_npi_top del,
.kj_hpi_top del {
    color: rgb(144,151,161);
    margin-left: 20px;
}
.kj_npi_bottom p,
.kj_hpi_bottom p {
    font-size: 18px;
    font-weight: bold;
    color: rgb(237,81,1);
    margin-left: 20px;
}

.kj_npi_bottom {
    margin-top: 15px;
}
.kj_npi_bottom a,
.kj_hpi_bottom a {
    margin-right: 10px;

    width: 185px;
    height: 90px;
}
/*.kj_np_inner li:nth-child(2) .kj_npi_bottom a,
.kj_np_inner li:nth-child(5) .kj_npi_bottom a,
.kj_hp_inner li:nth-child(2) .kj_hpi_bottom a,
.kj_hp_inner li:nth-child(5) .kj_hpi_bottom a {
    margin-right: 20px;
    margin-top: 0;
}*/
/*news*/
.kj_news_inner {
    background-color: #fff;
    margin-top: 20px;
    padding: 30px;
}
.kj_news_inner_l {
    width: 700px;
}
.cycle-slideshow ul li {
    height: 270px;
}
.kj_news_img {
    width: 260px;
    height: 270px;
}
.kj_ni_info {
    width: 400px;
}
.kj_ni_list {
    width: 300px;

}
.kj_ni_title {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: rgb(51,51,51);
}
.kj_ni_title ul {
    position: absolute;
    right: 0;
    top: -10px;
}
.kj_ni_inner {
    height: 150px;
    overflow: hidden;
    line-height: 30px;
}

.kj_ni_more a {
    display: inline-block;
    margin-top: 40px;
    color: rgb(255,138,0);
}
.kj_ni_more a:hover {
    color: #08a5e8;
}
.kj_ni_title ul li {
    float: left;
}
.kj_ni_list ul li {
    height:30px;
    line-height:30px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    text-indent: 20px;
    background: url(../images/kj_news.png) no-repeat 3px center;
    border-bottom: dashed 1px rgb(209,209,209);
    color: rgb(102,102,102);
}
/*sale&FriendLink*/
.kj_news_title {
    margin-top: 20px;
    height: 70px;
    
    text-align: center;
    background: url(../images/ititbg.png) no-repeat center center;
}
.kj_news_title p{
    line-height: 70px;
}
.kj_news_title .more{ float: right;
                      font-size: 12px;
                      margin-top: -40px;
}
.kj_news_title .more a{
    color: #adadad;
}
.kj_news_title p,
.kj_fl_title p,
.kj_sale_title p {
    margin: 5px 32px;
    font-size: 28px;
}
.kj_news_title p span,
.kj_fl_title p span,
.kj_sale_title p span {
    color: rgb(1,153,114);
}
.kj_fl_more {
    position: absolute;
    right: 0;
    top: 28px;
}
.kj_fl_more a {
    color: rgb(173,173,173);
}
.kj_fl_more a:hover {
    color: #bd0900;
}
.kj_sale_list,
.kj_fl_list {
    margin-top: 20px;
    padding-bottom: 20px;
}
.kj_fl_list {
    background-color: #fff;
}
.kj_sale_list ul li{
    float: left;
    width: 165px;
    height: 65px;
    background-color: #fff;
	margin: 10px;
    margin-top: 0;
}
.kj_sale_list ul li .kj_iprosimg{
    height: 65px;
    border: 1px solid #dddddd;
}
.kj_sale_list ul li:nth-child(6n) {
    margin-right: 0;
}
.kj_fl_list ul li {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
/* FootNav */
.kj_foot_nav {
    padding-bottom: 0px;
}
.kj_fn_inner {
    margin-top: 30px;
    height: 150px;
    font-size: 12px;
}
.kj_fn_list {
    float: left;
    width: 170px;
    height: 120px;
    border-left: solid 1px rgb(218,218,218);
    padding-left: 30px;
}
.kj_fn_list:nth-child(1) {
    border: 0;
    padding-left: 0;
    margin-left: 60px;
}
.kj_fn_list > ul > li > a {
    display: block;
    margin-bottom: 6px;
    line-height: 30px;
    color: #000;
}
/*.kj_fn_list > ul > ul {
    width: 175px;
    margin: 0;
    padding: 0;
}*/
.kj_fn_list > ul > ul > li a {
    line-height: 25px;
    color: rgb(144,144,144);
}
.kj_fn_list > ul  > ul > li a:hover {
    color: #bd0900;
}
.kj_fn_code {
    margin-left: 50px;
}
.kj_fn_code p {
    color: rgb(126,126,126);
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
}
.kj_fn_right {
    margin-left: 50px;
    height: 120px;
    border-left: solid 1px rgb(218,218,218);
    padding-left: 30px;
    line-height: 14px;
}
.kj_fnr_top {
    line-height: 25px;
}
.kj_fnr_bottom {
    margin-top: 5px;
    color: rgb(157,157,157);
}
.kj_fnr_bottom p {
    height: 20px;
    line-height: 20px;
}
.kj_fnr_bottom .ceil {
    background: url("../images/ceil.png") no-repeat 3px center;
    padding-left: 32px;
}
.kj_fnr_bottom .phone2 {
    background: url("../images/phone2.png") no-repeat 3px center;
    padding-left: 32px;
}
.kj_fnr_bottom .email {
    background: url("../images/email.png") no-repeat 5px center;
    padding-left: 32px;
}
/* Footer */
.kj_footer {
    background-color: rgb(242,242,242);
    text-align: center;
    color: rgb(155,155,155);
    font-size: 12px;
    border-top: solid 1px rgb(1,153,144);
    border-bottom: solid 5px rgb(1,153,144);
}
.kj_footer_inner {
    padding: 10px 0;
    line-height: 25px;
}





/*主体部分*/
.contbg {
    height: 118px;
    background: #c3d3e3 url(../images/cont_bg.jpg) no-repeat top center;
}
.container {
    margin-top: 20px;
}

/*左侧*/
.kj_left {
    width: 250px;
}

.kj_left_procatalogt{ 
    display: block;
    position: relative;
    line-height:70px; 
    font-size:20px;
    text-align: center;
    color: #fff;
    background-color: rgb(0, 145, 93);
}
.kj_left_procatalogt:before{
    position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    width: 45px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
}
.kj_left_procatalog {
    min-height: 400px;
}

.kj_left_procatalog .dorpdownpromenu > li:hover .submenubox {
    display: none;
}
.kj_left_plist {
    position: absolute;
}
.thisnav {
    background-color: #91a6b3;
}
.thisnav .catalog1 > li > a{ 
    display: block;
    position: relative;
    line-height:70px; 
    font-size:20px;
    text-align: center;
    background-color: #007d5d;
}
.thisnav .catalog1 > li > a:before{
    position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    width: 45px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
}
.thisnav ul li a{ 
    color:#fff;
}
.thisnav ul ul{
    padding-top:15px; 
    padding-bottom:15px;
}
.thisnav ul ul li{ 
    line-height:55px;  
    border-bottom:1px solid #a3b3bd; 
    text-indent:50px; 
    font-size:16px; 
}
.thisnav ul ul li a{ 
    display: block;
    background-color: #91a6b3;
    color:#fff;
}
.thisnav ul ul ul{ 
    border:0px; 
    padding:0px; 
    display:none;
}
.thisnav ul ul ul li{ 
    margin:0px;
    background-position:20px 18px; 
    text-indent:30px; 
    font-size:14px;
}
.thisnav ul ul li a:hover{ 
    background-color: #fff;
    color:#00ad5a;
}
.thisnav ul ul .nowviewon a{ 
    background-color: #fff;
    color:#00ad5a;
}
.thisnav ul ul .nowviewon ul a{ 
    color:#fff;
}
.thisnav .catalog1 .nowviewon .catalog2 a{ 
    color:#fff;
}
.thisnav .catalog1 .nowviewon .catalog2 li:hover a{
    color:#ce0b0f;
}
.thisnav .catalog1 .catalog2 .nowviewon .subnavtitle{ 
    color:#ce0b0f;
}



/*右侧*/
.kj_rightcont {
    width: 820px;
}
.kj_position {
    line-height: 35px;
    font-size: 18px;
    
}
.kj_position a:hover {
    color: #17b0f3;
}
.kj_position a:first-child{
    padding-left: 20px;
    background: url(../images/positiontitle.png) no-repeat left center;
}
.kj_position_tit {
    padding-bottom: 10px;
    text-align: center;
    color: #019972;
    border-bottom: 1px solid #ccc;
}
.kj_position_newtit {
    padding-bottom: 10px;
    text-align: center;
    color: #019972;
}
.kj_rightconttext {
    padding: 20px 0;
}
/*单页面*/
.kj_pagesrightcontent {
    line-height: 30px;
}
/*新闻列表*/
.kj_newsrightcontent {
    padding-top: 0;
}
.kj_newsrightcontent li {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    background-color: #d0eefa;
    padding: 0 30px;
    margin-bottom: 6px;
}
.kj_newsrightcontent li a{
    width: 770px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_newsrightcontent li:nth-child(2n-1) {
    background-color: #f2f7fd;
}
.kj_newsrightcontent li:first-child{
    height: 45px;
    line-height: 45px;
    background-color: #f2f2f2;
    border-top: 1px solid #019972;
}
.kj_newsrightcontent li span {
    width: 100px;
    text-align: center;
    float: right;
}
/*下载列表*/
.kj_downrightcontent li {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    background-color: #d0eefa;
    padding: 0 30px;
    margin-bottom: 6px;
}
.kj_downrightcontent li a{
    width: 770px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_downrightcontent li:nth-child(2n) {
    background-color: #f2f7fd;
}
.kj_downrightcontent li span {
    float: right;
    padding-top: 5px;
}
/*品牌列表*/
.kj_brandrightlist {
    border: 1px solid #ddd;
}
.kj_brandrightlist h2 {
    float: left;
	width: 11.2%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	border-right: 1px solid #ddd;
}
.kj_brandrightlist ul li {
	float: left;
	padding:0 10px;
}
.kj_brandrightlist ul li:hover {
	background: #f2f2f2;
}
.kj_brandrightlist ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666
}
.kj_brandrightlist ul li a:hover {
	color: #00A4AC;
}
.kj_brandrightcontent {
}
.kj_brandrightcontent ul li{
    float: left;
    width: 197px;
    height: 120px;
	padding: 15px 15px;
	border: 1px solid #dddddd;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.kj_brandrightcontent ul li:nth-child(4n) {
    margin-right: 0;
}
.kj_brandrightcontent ul li .kj_iprosimg{
    height: 60px;
}
.kj_brandrightcontent ul li .kj_iprostext{
    overflow: hidden;
    display: block;
    height: 30px;
    line-height: 30px;
	text-align: center;
}

/*分页*/
.padding {
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
}
.padding span:nth-child(2),
.padding span:nth-child(3),
.padding span:nth-child(4),
.padding span:nth-child(5){
    height: 25px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 3px 7px;
    margin: 0 6px;
}
.padding select, .padding input {    
    height: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-align: center;
    margin: 0 6px;
    cursor: pointer;
}
/*新闻详情*/
.kj_newstitle { 
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}
.kj_newstitle span {
    line-height: 20px;
    display: inline-block;
    color: #c77a29;
    background-color: #aed2e0;
    border-radius: 35px 10px;
    padding: 10px 30px;
}
.kj_newsrightinfo_text {
    line-height: 30px;
}
.kj_brandrightinfo_img, .kj_downrightinfo_img {
    text-align: center;
}


/*产品列表*/
.kj_prolistsj li {
    border: 1px solid #ddd;
    box-shadow: 0 -3px 2px #bbb;
    padding: 8px;
    margin: 20px 0;
    background-color: #fff;
}
.kj_prolistsj li > div:first-child > div {
    /*height: 137px;*/
}
.kj_prol_cart {
    width: 100%;
    margin-top:5px;
}
.kj_prolistsj li .kj_prol_img {
    /*position: relative;*/
    width: 200px;
    text-align: center;
}
    .kj_prolistsj li .kj_prol_img p {
        width: 200px;
        height: 125px;
        line-height: 125px;
    }
.kj_prolistsj li .kj_prol_name {
    width: 70%;
    margin: 0 2%;
}
.kj_prolistsj .kj_prol_img img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    *margin-top:expression((200 - this.height )/2);  /* CSS表达式用来兼容IE6/IE7 */
         vertical-align:middle;
    max-width: 200px;
    max-height: 125px;
}
.kj_prolistsj .kj_prol_img span{
    height:100%;
    width:0;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle}
.kj_prolistsj .kj_prol_name span {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_prolistsj .price_final {
    font-size: 13px;
}
.kj_prolistsj .kj_prol_name span:first-child a {
    color: #17b0f3;
}
.kj_prolistsj div.kj_prol_name span:hover a {
    color: #17b0f3;
}
.kj_prolistsj .kj_prol_name a.kj_more_detail {
    float: right;
    display: block;
    width: 80px;
    text-align: center;
    border-radius: 33px 2px;
    font-size: 12px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    background-color: #17b0f3;
}
.kj_prolistsj .kj_prol_name span.kj_chinese_name {
    width: 85%;
}
.addcartbox {
    border:1px solid #dddddd;
    position:relative;
    height:25px;
    line-height:23px;
}
.addcartbox a {
    position: absolute;
    top: 0px;
    height: 23px;
    width: 25px;
    text-align: center;
    color: #999;
    background-color: #eee;
}
.addcartbox:hover {
    border-color: rgba(175, 0, 0, 0.8);
}
.addcartbox:hover a {
    background-color:rgba(175, 0, 0, 0.5);
    color: #fff;
}
.kj_prol_sj .addcartbox a:hover {
    background-color: #17b0f3;
    color:#fff;
}
.addcartbox .csimgdonewm {
    left:0px;
}
.addcartbox .csimgdonewa {
    right:0px;
}
.addcartbox input {
    border: 0px;
    line-height: 23px;
    width: 30px;
    text-align: center;
}

.goods_cont {
    margin-top:10px;
}
.goodstable tr td {
    padding:10px;
    border: 1px solid #e2e2e2;
}
.goodstable tr:first-child {
    background-color: #f5f5f5;
}
.kj_prol_sj .goodstable .price_final, #GoodsListBox .goodstable .price_final {
    font-size: 13px;
}


.kj_prolisthc {
    padding-top: 20px;
}
.kj_prolisthc ul li{
    float: left;
    width: 224px;
    height: 284px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.kj_prolisthc ul li:nth-child(5n){
    margin-right: 0;
}
.kj_prolisthc ul li .kj_contr_img{
    height: 224px;
	border: 1px solid #ddd;
}
.kj_prolisthc ul li .kj_contr_img img{
    max-width: 224px;
    max-height: 224px;
}
.kj_prolisthc ul li .hc1_price{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #de2628;
}

.proinfotabletxttable {
    border:1px solid #e2e2e2;
}
.proinfotabletxttable tr td{
    border-bottom:1px solid #e2e2e2;
    padding:5px;
}

.kj_proinfcont {
    background-color:#fff;
    padding:20px;

}


.kj_prol_title{
    display: block;
    width: 97%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: content-box;
    margin: auto
}
.now_buy{
    display: block;
    font-size: 14px;
    width: 70px;
    text-align: center;
    background: #c9c7c7;
    color: #fff;
    line-height: 24px;
    margin-left: 6px;
}
a.now_buy:hover {
    background-color: #17b0f3;
    color: #fff;
}
.buy_sc{
    display: block;
    background: url(../images/shou2.jpg) no-repeat center center;
    width: 25px;
    height: 25px;
}
.buy_sc:hover{
    background: url(../images/shou1.jpg) no-repeat;
}
/*购物车Down*/
.ShopCartBox {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 3px;
    width: 450px;
    background-color: #08a5e8;
}
* html .ShopCartBox {
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}
.shopcartitembox {
	display:none;
	height:200px;
	overflow:auto;
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:2px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF7u7u5ubm6urqYPTI0gAAAB9JREFUeNoUiLERAAAMRLD/0Pk0HGSChSOLP/HqBBgAAfcAItOjOxwAAAAASUVORK5CYII=)
}
.shopcartitemtable {
    font-size: 12px;
}
.shopcartitemtable td {
	border-bottom:1px solid #dddddd;
	background-color:#ffffff;
	padding:8px
}
.shopcartitemtableheader td {
	background-color:#f8f8f8;
	font-weight:bold
}
.shopcartchgamounthref {
    vertical-align: middle;
}
.shopcartctrlbox {
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-repeat:no-repeat;
	line-height:25px;
	background-position:10px 10px;
	padding-left:30px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEEyQjkwRkEzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEEyQjkwRkIzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QTJCOTBGODM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QTJCOTBGOTM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiQvthAAAACISURBVHjanFGJDYAgDCzGjWAVd3GE7uQMjgArOEKFpJhaqTVeckAo1+cIRLTBHWvlDh6akJ4Aj6EtMg/vwSs4W414wgl+wqr41ip5FXMlDs6Xq5LSVRT3qN9o4cL3aHwDcnzRgUjfEEdZPXGLm+YkdlYzWeb04bMxY+7ejCoelcXopHAcTgEGAHOtLt9FRk3CAAAAAElFTkSuQmCC)
}
.shopcartctrlbox .shopcartjiesau {
    line-height: 20px;
    float: right;
    background-color: #fff;
    color: #17b0f3;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
.shopcartctrlbox .shopcarttogglebtn {
	color:#ffffff
}
.cart-quantity-form input {
    width: 42px;
    height: 19px;
    text-align: center;
    border: 1px solid #ccc;
}
#cartclosebtn:hover {
    color: #17b0f3;
}
/*产品详情页面*/
.proinfortext {
    padding: 10px 0px 10px 0px;
}
.proinfortext ul li {
    float: left;
    width: 180px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background-image: url(../images/leftnavtb.jpg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
}
.proinftit {
    width:720px;
    float:left;
    line-height:30px;
}
.proinftit_t {
     float:left;
     margin-left:20px;
    color: #222;
    font-size: 18px;
    font-weight: normal;
}
.proinftit_b {
    float:left;
    font-size: 14px;
    color: #17b0f3;
}
.proinfotable {
    line-height:30px;
}
.proinfotabletxt span{
    margin-right:5px;
}

.proinfotableimg {
    float:right;
    width: 198px;
    height: 128px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
}
.proinfotablexj {
    margin-top: 15px;
    text-align: center;
}
.ngoodstable {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
.ngoodstable .goodstableheader {
    background-color: #f9f9f9;
}
.ngoodstable .goodstableheader:hover {
    background-color: #f9f9f9;
}
.adfiledownlowd {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.adfiledownlowd a, .adfiledownlowd .nodataspan {
    display: inline-block;
    background: url(../images/attach.png) no-repeat 3px center;
    margin-right: 10px;
    background-color: #17b0f3;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    line-height: 20px;
    padding-left: 22px;
}
.productdet {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}
.productdet .tab {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
}
.productdet .tab a {
    display: block;
    float: left;
    width: 120px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #17b0f3;
}
.productdet .tab a.on {
    border: 1px solid #e2e2e2;
    border-bottom: #fff;
    border-radius: 4px 4px 0 0;
    line-height: 44px;
    background-color: #fff;
    color: #444;
}
.productdet .content {
    overflow: hidden;
}
.productdet .content .contentplist {
    display: none;
    line-height: 30px;
     padding-top: 30px;
}
.relatedpro ul li{
    float: left;
    width: 197px;
    height: 202px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.relatedpro ul li:nth-child(4n){
    margin-right: 0;
}
.relatedpro ul li .relatedpro_proimg{
    height: 177px;
    background-color: #fff;
	border: 1px solid #ddd;
}
.relatedpro ul li .relatedpro_proimg img{
    max-width: 195px;
    max-height: 175px;
}
.relatedpro ul li .relatedpro_protext{
     display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: content-box;
    margin: auto
}



.coamsdslisttable, 
ul.kj_newsrightcontent {
    margin-top: 20px;
}
.coamsdslisttable {
    width: 100%;
}
.coamsdslisttable td {
    height: 38px;
    width: 50%;
    word-break: break-all;
    text-align: center;
    padding: 0 15px;
}
.coamsdslisttable tr {
    border-bottom: 1px solid #e2e2e2;
}
.coamsdslisttable tr:first-child {
    border: 2px solid #e2e2e2;
    background-color: #f5f5f5;
}
.coamsdslisttable a {
    text-decoration: underline;
}
.coamsdslisttable a:hover {
    text-decoration: none;
}
/*详情2*/
.kj_shopping_container{
    padding: 23px;
    border: 1px solid #e5e5e5;
}
.shopping_left{
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
}
.shopl_img{   
    height: 345px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.shopl_img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
#main_pic_src {
    background-image: url(../images/noimage.jpg);
    background-size:cover;
    max-width: 99%;
    max-height: 99%;
}
.price_final {
    font-size:36px;
}
#shopCarttable .price_final {
    font-size:16px;
}
.buyamount {
    padding-bottom:10px;
    padding-top: 10px;
    height:50px;
    border-top:1px dotted #e6e6e6;
}
.buyamount span {
    float:left; line-height:30px;
}
.buyamount div {
    border:1px solid #ddd;
    width:112px;
    height:30px;
    float:left;
}
.buyamount div a {
    float:left; width:30px; height:28px; text-align:center;
    line-height:28px; background-color:#efefef;
}
.buyamount div a:hover {
    background-color:#17b0f3; color:#fff;
}
.buyamount div input {
    float: left;
    height: 28px;
    border: 0px;
    margin: 0px;
    line-height: 28px;
    text-align: center;
    width: 50px;
}
.shopping_right{
    width: 760px;
    padding: 0 0 40px;
    margin-top: 20px;
}
.shopping_right .price {
    color: #17b0f3;
    font-size: 16px;
    line-height: 42px;
}
.shopping_right dt, .shopping_right dd {
    color: #777;
    line-height: 36px;
}
.shopping_right dt {
    float: left;
    width: 80px;
}
.shopping_right .line-through {
    color: #17b0f3;
    font-size: 28px;
    line-height: 36px;
}
.xiaoqian {
    font-size: 14px;
}
.xuan {
    padding: 15px 0 0;
    margin: 10px 0;
    border-top: 1px dotted #e6e6e6;
}
.xuan span{
    float: left;
}
.xuan ul{
    float: left;
}
.xuan ul li{
    float: left;
}
.filter-size-list {
    /*margin: 10px 0;*/
}
.filter-size-list li a {
    display: block;
    margin: 0 16px 8px 0;
    float: left;
    line-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    border: 2px solid #ccc;
}
.filter-size-list .attribute-hover a, .filter-size-list li:hover a{
    border: 2px solid #17b0f3;
    background: url(../images/xuan-di.gif) right bottom no-repeat;
}
.shopping_right .add-cart {
    float: left;
    border: none;
    font-size: 16px;
    width: 159px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    vertical-align: middle;
    background: #17b0f3;
    color: #fff;
    text-align: center;
}
.shopr_title{
    font-size: 18px;
    color: #555;
    padding: 16px 0;
    margin: 0 0 15px;
    border-bottom: 1px dotted #e6e6e6;
}
.shop_cont{
    width: 100%;
    line-height: 28px;
    padding-top: 40px;
}
.shop_cont img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*大包装询价*/
.progoodsbig a {
    display: inline-block;
    width: 103px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #17b0f3;
    color: #fff;
    border-radius: 5px;
    margin-top: 8px;
}
/*购物车*/
.order_item {
    margin-top: 20px;
}
.InfoHTMLBox {
    padding: 10px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.InfoHTMLBox li {
    padding: 8px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
}
.InfoHTMLBox li:hover {
    background-color: #fff;
}
/*提交订单后*/
.succtrl a.conshop {
    background-color: #3f86d6;
}
.shopchartpage {
    margin-top: 20px;
}
.cartsubmitsuccessedjl {
    min-height: 400px;
    background-color: #bee1f5;
    padding-top: 60px;
}
.cartsubmitsuccessedjl h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}
.cartsubmitsuccessedjl .img_box {
    text-align: center;
    margin-bottom: 52px;
}
.cartsubmitsuccessedjl div.text {
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.dsuctxt {
    font-size: 18px;
    color: #3f86d6;
    line-height: 90px;
}
.succtrl {
    text-align: center;
    padding-bottom: 30px;
}
.succtrl a{
    display: inline-block;
    background-color: #3f86d6;
    color: #fff;
    padding: 10px 15px;
}
.succtrl a.gotousercenter {
    margin-right: 10px;
}
.autoreguser {
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
    padding-left: 27%;
}
/*订单信息*/
.myordertableitem {
    margin-top:10px; font-size:12px;
    border:1px solid #dddddd;
    border-left:0px solid #dddddd;
        border-bottom:0px solid #dddddd;
}
.myordertableitem td {
    border-bottom:1px solid #dddddd;
    border-left:1px solid #dddddd;
    line-height:20px;
}
.myordertableitem .myorderheader {
    background-color:#efefef;
}
.myordertableitem .myorderheader td {
    padding:8px;
}
.myordertableitem .ordershoppingitems tr:last-child td {
    border-bottom:0px;
}
.myordertableitem .ordershoppingitems td {
    border-left: 0;
}
.proimgv {
    width: 60px;
}
.myordertableitem tr table td {
    height: 32px;
    padding-left: 5px;
}
/*购物车*/
div.shopcartarea {
    padding-top: 20px;
}
.gwc_container{
    padding: 0 20px;
}
.gwc_cont_title h1{
    padding-left: 8px;
    border-left: 4px solid #17b0f3;
    font-size: 16px;
    margin-bottom: 15px;
}
.ordershoppingitemsinf th{
    padding: 10px;
    border-color: transparent;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
}

.ordershoppingitemsinf tr > td{
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    padding: 5px 10px;
}

.gwc_cont_content table{
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 12px;
}


.gwc_cont_content table th{
    padding: 20px;
    border-color: transparent;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
/*.gwc_cont_content table th:nth-child(1){
    width: 410px;
}*/
.gwc_cont_content table tr > td{
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    padding: 5px 10px;
}
.gwc_cont_content table tr > td.ordercombtnbox {
    text-align: left;
    border-right: 0;
}
.gwc_cont_content table tr > td.merchandise_subtotal {
    text-align: right;
}
.ordercombtn {
    color: #fff;
    background-color: #17b0f3;
    padding: 10px 12px;
}
.gwc_cont_content a.cart_img_box{
    float: left;
    display: inline-block;
    width: 180px;
    max-height: 108px;
    text-align: center;
}
.gwc_cont_content a.cart_img_title, span.cart_img_pagesize{
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.gwc_cont_content table img {
    display: inline-block;
    max-width: 130px;
    max-height: 80px;
}
.gwc_cont_content .custom-quantity-input {
    width: 108px;
    height: 44px;
    padding-right: 22px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.gwc_cont_content .custom-quantity-input input {
    height: 100%;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color: #757575;
}
.gwc_cont_content .custom-quantity-input .quantity-btn {
    width: 22px;
    height: 22px;
    line-height: 20px;
}
.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.custom-quantity-input .quantity-btn.quantity-input-up {
    top: -1px;
    border-radius: 3px 3px 0 0;
}
.custom-quantity-input .quantity-btn.quantity-input-down {
    bottom: -1px;
    border-radius: 0 0 3px 3px;
}
.close-button {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
}
.close-button:hover, .custom-quantity-input .quantity-btn:hover {
    background-color: #17b0f3;
    color: #fff;
}
.gwc_cont_content .item-price-special {
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}
.item-total-col .item-price-special,.merchandise_subtotal{
    color: #e82c0c;
}
.merchandise_subtotal{
    text-align: right;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom:15px;
}
.btn{
    background: #17b0f3;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.cart_back a{
    margin-bottom: 60px;
}
/*购物车结算*/
h4.order_cont_title{
    font-size: 18px;
    margin-bottom: 4px;
}
.order_payment a{
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 4px;
    margin-bottom: 50px;
    border-radius: 3px;
}
.order_payment a:hover, .order_payment a.active{
    background-color: #17b0f3;
    color: #fff;
}
.order_operating{
    border-bottom: 1px solid #e2e2e2;
    margin: 20px 0 40px;
    padding: 0 12px 20px;
}
.order_operating a{
    margin-right: 10px;
}
.order_operating span i{
    font-size: 20px;
    font-weight: bold;
    color: #e82c0c;
}
.order_total{
    height: 47px;
    text-align: right;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #17b0f3;
    background-color:#efe7f1;
    margin-top: 40px;
    margin-bottom: 30px;
}
.order_total span {
    font-size: 20px;
    font-weight: bold;
    color: #17b0f3;
    padding-right: 6px;
}
.order_total input {
     width: auto;
     height: 45px;
     font-size: 18px;
     font-weight: bold;
     background-color: #17b0f3;
     color: #ffffff;
     padding: 0 12px;
 }
.order_message{
    margin-top: 15px;
    width: auto;
    padding-bottom: 20px;
}
/*订单详情*/
.ddxx_title{
    font-size: 16px;
    margin-bottom: 12px;
}
.ddxx_right > .ddxx_title{
    margin-bottom: 40px;
}
.ddxx_table table{
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 60px;
}
.ddxx_table table td{
    height: 45px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.forminfo {
    display: none;
}
.usercenterright11 .forminfo {
    display: block;
}
.zxfk {
    padding-top: 20px;
}
.gwc_order .forminfo dl, 
.kj_usercenter .userfindpw_from dl,
.kj_usercenter .userreg_from dl, 
.kj_usercenter .userlogn_from dl,
.zxfk dl{
    position: relative;
    width: 437px;
    height: 47px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 25px;
}
.gwc_order .forminfo dd span[style="color:red"], 
.kj_usercenter .userfindpw_from dd span[style="color:red"], 
.kj_usercenter .userreg_from dd span[style="color:red"], 
.kj_usercenter .userlogn_from dd span[style="color:red"], 
.zxfk dd span[style="color:red"] {
    position: absolute;
    right: -15px;
    top: 35%;
}
.gwc_order .forminfo dd span.formcolumn-item-tipstxt,
.kj_usercenter .userfindpw_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userreg_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userlogn_from dd span.formcolumn-item-tipstxt{
    position: absolute;
    left: 120px;
    top: 105%;
}
#shopcartRemarkinfo .filedsetdiv, #shopcartpaymethod .filedsetdiv {       
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.filedsetdiv input {
    border: 1px solid #ccc;
}
.gwc_order .forminfo dl dt.formcolumn-item-tit,
.kj_usercenter .userfindpw_from dl dt.formcolumn-item-tit,
.kj_usercenter .userreg_from dl dt.formcolumn-item-tit,
.kj_usercenter .userlogn_from dl dt.formcolumn-item-tit,
.zxfk dl dt.formcolumn-item-tit{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #17b0f3; 
    background-color: #f2f2f2;
    width: 120px;
    height: 45px;
    border-right: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-left: 15px;
}
.gwc_order .forminfo dl:nth-last-child(-n + 2),
.kj_usercenter .userfindpw_from dl:nth-last-child(1),
.kj_usercenter .userreg_from dl:nth-last-child(1),
.kj_usercenter .userlogn_from dl:nth-last-child(-n + 2),
.zxfk dl.post {
    border: 0;
}
.kj_usercenter .userlogn_from dl {
    margin-bottom: 35px;
}
.gwc_order .forminfo dl:nth-last-child(-n + 2) dt,
.kj_usercenter .userreg_from dl:nth-last-child(1) dt,
.kj_usercenter .userchgpwd_from dl:nth-last-child(1) dt,
.kj_usercenter .userlogn_from dl:nth-last-child(-n + 2) dt,
.zxfk dl.post dt.formcolumn-item-tit {
    display: none;
}
.gwc_order .forminfo dl:nth-last-child(2) dd input,
.kj_usercenter .userlogn_from dl:nth-last-child(2) dd input{
    width: 13px!important;
    height: 13px!important;
}
.kj_usercenter .userreg_from .form-vcodebox,
.zxfk .form-vcodebox {
    float: right;
}
.kj_usercenter .userlogn_from dl:nth-last-child(3) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(2) dd input,
.zxfk .formcolumn-item  input.formcom-vcode {
    width: 195px;
}
.kj_usercenter .userreg_from #formcolumn_reguser_uname span.formcolumn-item-tipstxt {
    width: 111%;
}
.gwc_order .forminfo dl:nth-last-child(2),
.kj_usercenter .userlogn_from dl:nth-last-child(2) {
    margin-bottom: 0;
}
.gwc_order .forminfo dl:nth-last-child(1) dd input,
.kj_usercenter .userfindpw_from dl:nth-last-child(1) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(1) dd input,
.kj_usercenter .userlogn_from dl:nth-last-child(1) dd input,
.zxfk dd input#GBPOST {
    width: auto!important;
    height: auto!important;
    color: #fff;
    border-radius: 4px;
    background-color: #17b0f3;
    padding: 10px 15px !important;
}
.kj_usercenter .userlogn_from dl:nth-last-child(1) dd a {
    margin-left: 10px;
    line-height: 35px;
}
#userloginvimgbox img,
.kj_usercenter .userreg_from .form-vcodebox img,
.zxfk .form-vcodebox img{
    float: right;
    height: 46px;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
}
.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct  {
    margin-left: 0;
}
.gwc_order .forminfo .formcolumn-item  input,
.kj_usercenter .userfindpw_from .formcolumn-item input,
.kj_usercenter .userreg_from .formcolumn-item input,
.kj_usercenter .userlogn_from .formcolumn-item input,
.zxfk .formcolumn-item input,
.zxfk .formcolumn-item textarea {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    resize: none;
}
.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct select {
    width: 33.333%;
    height: 45px;
}
.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd,
.zxfk dd{
    float: left;
    height: 47px;
}
.gwc_order .forminfo dd input,
.kj_usercenter .userfindpw_from dd input,
.kj_usercenter .userreg_from dd input,
.kj_usercenter .userlogn_from dd input {
    width: 100%;
    height: inherit;
}
.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd,
.zxfk dd{
    width: 315px;
}
.formset_title {
    padding-left: 215px;
    margin: 0 auto 20px;
}
/*会员中心*/
.cont_mm_left {
    width: 250px;
    padding-bottom: 12px;
}
.cont_mm_left h2{
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 22px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #191E1F;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.cont_mm_left h3{
    padding-left: 20px;
    font-size: 12px;
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: #555;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.cont_mm_left h3 a {
    font-weight: bold;
    color: #555;
}
.cont_mm_left ul ul{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.cont_mm_left li li{
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.cont_mm_left li li a{
    padding-left: 8px;
    border-left: 2px solid transparent;
}
.cont_mm_left li li.on a{
    display: inline-block;
    border-left: 2px solid #17b0f3;
    line-height: 16px;
    font-weight: bold;
    color: #17b0f3;
}
.cont_mm_left > ul > li:nth-child(3){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;

}

/*大包装询价*/
/*大包装询价*/
#ORDERFORM .formcolumn-item {
    clear: both;
}
#ORDERFORM .formcolumn-item .formcolumn-item-tit {
    width: 120px;
    text-align: right;
    float: left;
    line-height: 30px;
}
#ORDERFORM .formcolumn-item .formcolumn-item-ct {
    margin-left: 130px;
}
#ORDERFORM .formcolumn-item select {
    height: 25px;
}
#ORDERFORM .formcolumn-item .formcom-area, 
#ORDERFORM .formcolumn-item .formcom-ipt, 
#ORDERFORM .formcolumn-item .formcom-vcode {
    width: 300px;
    padding: 6px 6px;
    border: #ABABAB 1px solid;
    box-shadow: 2px 2px 3px #EDEDED inset;
    font-size: 12px;
}
#ORDERFORM .formcolumn-item .formcom-area {
    height: 50px;
}
#ORDERFORM .formcolumn-item .formcom-vcode {
    width: 160px;
}
#ORDERFORM .formcolumn-item .form-vcodebox img {
    border: #ABABAB 1px solid;
}
#ORDERFORM .extclass_title, .formset_title {
    font-size: 14px;
    font-weight: bold;
}
#ORDERFORM .formcolumn-item .formcolumn-item-tipstxt {
    color: #999999;
}
#ORDERFORM .formcolumn-item .form-vcodebox {
    float: left;
    padding-right: 10px;
}
#ORDERFORM .formcolumn-item .needFill {
    border: 1px solid #e47a7a;
    box-shadow: 2px 2px 3px #f5e9e6 inset;
    background-color: #fefbfa;
}
#ORDERFORM .orderform .formcolumn-item .formcolumn-item-tipstxt {
    color: red;
}
#ORDERFORM .nombtn {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    border: 0px;
    background-color: #17b0f3;
    color: #ffffff;
}
#ORDERFORM .formcolumn-item-ct .userloginbtn {
    float: left;
}
#ORDERFORM .formcolumn-item-ct a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #17b0f3;
    color: #ffffff;
}
.ui-dialog #ORDERFORM.ui-dialog-content {
    overflow: visible;
}
#ORDERFORM dl {
    margin-bottom: 6px;
}
#ORDERFORM dl:last-child {
    padding: 20px 0;
}


/*结构式搜索*/
.searchobtype {
    margin-top: 8px;
    height: 55px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f8f8f8;
}
.sirecitx {
    height: 34px;
    background-color: #17b0f3;
    color: #fff;
    border: 0px;
    width: 100px;
    float: right;
}


/*COA下载*/
.pagedown {
    
}
.cpmcss_td1 input {
    height: 32px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 10px;
}
.ssbottom input {
    height: 32px;
    color: #fff;
    background-color: #da0000;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
    margin-top: 12px;
}
.protable {
    border: 1px solid #e2e2e2;
}
.protable tr {
    height: 46px;
    border-bottom: 1px solid #e2e2e2;
}
.protableheader {
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
}

/*积分商品*/
#iggoodtabbox {
    border:0px;
}
    #iggoodtabbox .ui-tabs-nav {
        height:40px; border:0px;
        border-bottom:3px solid #004ca4;
        background-color:#ffffff;
        background-image:none;
    }
        #iggoodtabbox .ui-tabs-nav li {
            border:0px;
            height:38px;
            line-height:30px;
             font-size:16px;
               font-family:'Microsoft YaHei';
        }
        #iggoodtabbox .ui-tabs-nav .ui-state-active {
            color:#ffffff;
            background-image:none;
            background-color:#004ca4;
        }
            #iggoodtabbox .ui-tabs-nav .ui-state-active a {
               color:#ffffff;
             
              
            }
    #iggoodtabbox .ui-tabs-panel {
        padding:0px;
    }

    #iggoodtabbox .crtligd a {
        text-decoration:none;
        color:#ffffff;
        background-color:#004ca4;
        display:inline-block;
        margin:3px;
        padding:3px 5px 3px 5px;
    }
    .igoodlisttb td {
    padding:5px;
}

#recipientinfoDialog {
    overflow: visible;
}
#recipientinfoDialog input{
    border: 1px solid #ABABAB ;
}
#recipientinfoDialog p{
    margin-bottom: 10px;
}

.kj_userlogin {
    margin-top: 20px;
    padding-top: 30px;
    height: 500px;
    background: #019972 url(../images/bg_b.png) no-repeat center bottom;
    color: #fff;
}
.kj_register {
    margin-top: 20px;
    padding-top: 30px;
    height: 650px;
    background: #019972 url(../images/bg_b.png) no-repeat center bottom;
    color: #fff;
}
.kj_userlogin a{
    color: #fff;
}
.userreg_from input,.userlogn_from input,.userfindpw_from1 input{
    color: #fff;
}
.kj_loginform_title {
    font-size: 18px;
    color: #fff;
    text-indent: 200px;
    padding-bottom:20px;
}
.kj_usercenter {
    width: 600px;
}
.kj_usercenter  .formcolumn-item .formcolumn-item-ct .formcolumn-item-tipstxt {
    color: #fff;
}

.msdscoasearchbox input[type=text] {
    width:200px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: 1px solid #17b0f3;
}
.msdscoasearchbox input[type=button] {
    width:80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #17b0f3;
    color: #fff;
}


.kj_left_procatalog .dorpdownpromenu > li:hover .submenubox {
    display: none;
}


