


h1,h2,h3,h4,h5,h6{font-weight: normal;}
body{
	color:#4C4C4C;
}

/***********************************头部start********************************/

.top{
	width:100%;
	min-width: 1190px;
}

.logo{
	width:300px;
	height: 100px;
	display: inline-block;
	margin-top: 13px;
}
.logo img{
	width:300px;
	height: 100px;
}
.top_right{
	width:900px;
	height: 128px;
}
.top_right .searchbox{
	widtH:900px;
	height: 70px;
}
.search{
	height: 30px;
	position: relative;	
	margin: 0px 20px 0px 0px;
}

.sc-main .search{
    display: block;
    width:250px;
    float:right;
    font-size:12px;
    text-align:right;
}

.search input{
	width: 205px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    text-indent:12px;
    border: 1px solid #EEEEEE;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.search input:focus{
	border: 1px solid #DC2928;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.search i{
	width: 26px;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
}
.center{
	display: inline-block;
}
.center a{
	padding: 5px 12px;
	display: inline-block;
}
.center .headregister{
	margin-right: 10px;
}
.searchbox .center .headlogin{
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.searchbox .center .headlogin i{padding-right: 10px;font-size: 15px;}
.center .headlogin:hover{
	background-color: #DC2928;
	color: #FFFFFF;
}
.language i{
	width: 18px;
    height: 21px;
    vertical-align: middle;
}
.top_right .searchbox>div{
	height: 31px;
	margin-top: 26px;
}

.nav>ol{
	width:756px;
	height: 50px;
}
.nav>ol>li{
	float: left;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 5;
    padding:0 20px;
}
.top_right .nav>ol>li:hover{
	/*border: 1px solid #EEEEEE;
	border-bottom-width: 0px;*/
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
    -moz-box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
    box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
}
.xian{
	display: inline-block;
	width:32px;
	height: 2px;
	text-align: center;
    position: absolute;
	left: 47px;
	bottom: -2px;
	
}
.curline{
	background-color: #DC2928!important;
}
.nav>ol>li:hover .xian{
	background-color: #DC2928;
}
.nav>ol>li i{
	width: 18px;
    height: 16px;
    vertical-align: middle;
    background-position: -28px -16px;
}

.nav>ol>li:hover i{
    background-position: -28px -3px;
}
.nav>ol>li:hover .listbox{
	display:block;
	
}
.nav .listbox{
	display: none;
	/*display:block;*/
	width:126px;
	/*height: 230px;*/
    overflow: hidden;
	background-color:#FFFFFF;
	position: absolute;
	top:48px;
	left: 0px;
	z-index: 2;
	font-size: 14px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;

    box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
    -webkit-box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
    -moz-box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
 
}

.nav .listbox a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
	margin: 0 10px;
}
.nav .listbox a:first-child{border-top: 1px solid #EEEEEE;}
.nav .listbox a:last-child{border-bottom-width: 0px;}
.nav .listbox a:hover{color: #DC2928;}
.nav_contact{
    width:144px;
    height: 48px;
}

.nav_contact i{
	font-size: 40px;
	color: #DC2928;
	float: left;
}
.nav_contact>div{
    width: 95px;
    height: 48px;
    float: right;
    overflow: hidden;
}
.nav_contact>div>p{
    height: 20px;
    line-height: 20px;
}


.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #dfdfdf; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 14px; color: #000; display: block;}

/************************************头部end***********************************/



/**********************************主体start***********************************/

/*标题*/
.caption{
	width:1200px;
	margin: 0 auto;
	text-align: center;
}
.caption h1{
	height: 96px;
    line-height: 96px;
    position: relative;
}
.caption h1:after{
	content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #4C4C4C;
    position: absolute;
	left: 50%;
    margin-left: -12px;
    bottom: 17px;
}
/*底线*/
.bottomline:after{
	content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #4C4C4C;
    position: absolute;
}

.in-banner {
    width: 100%;
    min-width: 1190px;
}
.banner {
    width: 100%;
    overflow: hidden;
    height: 430px;
    position: relative;
}

.banList, .banList li {
    height: 430px;
    margin: 0 auto;
}

.bg-banner {
    width: 100%;
    height: 430px;
}

.fomW {
	width: 300px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 9;
    text-align: center;  
}
.jsNav {
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.jsNav.on {
    background: #DC2928;
}
.banner .icon-bleftarrow{
	left: 0px;
	background-color: #000;
	border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.banner .icon-brightarrow{
	right: 0px;
	background-color: #000;
	border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.banner .icon-bleftarrow,.banner .icon-brightarrow{
	position: absolute;
	top:175px;
	opacity: 0.4;
    filter: alpha(opacity=40);
}


.advert {
	height: 208px;
	margin-top: 20px;
}
.advert a{
	display: inline-block;
	width:550px;
	height: 208px;
}
.advert a img{
	width:550px;
	height: 208px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}
.moduleList{ position: relative;}
.moduleList dl{
        height: 470px!important;
}
.moduleList .hd {
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 10;
    background-color: #fff; 
}
.moduleList .hd ul li {
        width: 12px;
        height: 12px;
        border: 1px solid #c1c1c1;
        float: left;
        margin-left: 10px;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
}
.moduleList .hd ul li.on{
    background: #EE7700;
    border: 1px solid #EE7700;
    color: #fff;
}
.hotgoods {
	height: 30px;
	margin: auto;
}
.hotgoods .line1{
	display: inline-block;
	width:460px;
	height: 1px;
	border-bottom: 1px solid #eee;
}
.hotgoods p{
	width:270px;
	display: inline-block;
	margin-top:-18px;
}
.productlist{
	width:1190px;
	margin: 20px auto 50px;
}
.productlist .tempWrap{width:1200px!important;}
.productlist ul {
    height: 315px;
}
.productlist ul li{
    float: left;
    width:224px;
    height: 100%;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}
.productlist ul li:last-child{margin-right: 0px;}
.productlist ul li .pro_detail{
    border: 1px solid #EEEEEE;
	width:222px;
	height: 100%;
}
.productlist ul li .pro_detail>.pro_img>img{ margin-top:40px; margin-bottom:20px;
}
.productlist ul li .pro_detail>.pro_img
{ height:180px; float:left; padding-left:60px   }

.productlist ul li .pro_detail>a.inquiry{
	padding: 8px 30px;
}
.productlist ul li .pro_detail h3{
	width: 188px;
    height: 30px;
    line-height: 25px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.productlist ul li .pro_detail .price{ margin-bottom: 5px;font-size: 14px;}
.productlist .icon-bcircleleftarrow,.productlist .icon-bcirclerightarrow{
	position: absolute;
	top:112px;	
	opacity: 0.2;
    filter: alpha(opacity=40);
    background-color: #999999;
}
.productlist .icon-bcircleleftarrow:hover,.productlist .icon-bcirclerightarrow:hover{
    opacity: 0.6;
}
.productlist .icon-bcircleleftarrow {
    left: -100px;
}
.productlist .icon-bcirclerightarrow{
	right: -100px;
}
.advantage{
	width: 100%;
	min-width: 1190px;
	height: 430px;
	background-color: #EEEEEE;    
    margin-bottom: 110px;
}
.advantage .advan_main{
	width:1200px;
	height: 230px;
	margin: 0 auto;
	padding-top: 36px;
	position: relative;
}
.advantage .advan_main ul li{
	float: left;
	width:160px;
	margin: 0 40px;
	
}
.advantage .advan_main ul li div.advan_box{
	width:160px;
    height: 160px;
}
.advantage .advan_main ul li a{
	display: inline-block;
	width:160px;
    height: 160px;
}
.advantage .advan_main ul li a img{
	width:160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.promise{
	font-size: 16px;
	margin-top: 15px;
}

.advan_main .apply {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 285px;
    z-index: 2;
    padding: 40px 0;
    -webkit-box-shadow: 0px 2px 16px rgba(226, 226, 226, 0.75);
    -moz-box-shadow: 0px 2px 16px rgba(226, 226, 226, 0.75);
    box-shadow: 0px 2px 16px rgba(226, 226, 226, 0.75);
}

.advan_main .apply .applyleft {
    margin-left: 45px;
    max-width:130px;
}

.advan_main .apply .applyright {
    border-left: 1px solid #EEEEEE;
    padding-left: 40px;
    margin-left: 40px;
}

.advan_main .apply .applyright .fz14 {
    width: 100%;
    color: #4C4C4C;
}

.advan_main .apply .applyright .form {
    width: 100%;
    margin-top: 15px;
}

.advan_main .apply .applyright .form .input {
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    cursor: text;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}

.advan_main .apply .applyright .form .input.n1 {
    width: 158px;
}
.advan_main .apply .applyright .form .input.n2 {
    width: 218px;
}
.advan_main .apply .applyright .form .input.n3 {
    width: 352px;
}
.advan_main .apply .applyright .form .sub {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}


.aboutus{
	    padding: 20px 0 35px;
}

.profile .last {
    width: 1190px;
    height: 334px;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.profile .last .profileleft {
    width: 670px;
    margin-left: 30px;
}

.profile .last .profileleft .nr {
	width: 670px;
    line-height: 25px;
    margin-top: 25px;
}

.profile .last .profileleft .nr .profilemain{
    height: 255px;
    overflow: hidden;
}

.contents{
	width:100%;
	height: 127px;
    overflow: hidden;
}


/*更多按钮*/
.more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-top: 40px;
}

.profile .last .profileright img{
    width: 430px;
    height: 310px;
}

.index .thr .last .right img {
    width: 100%;
}
.partnersbox{
	background-color: #EEEEEE;
	min-width: 1190px;
}

.partners {
    position: relative;
    margin: 30px auto 0;
}
.partners>a{
	display: inline-block;
}
.partners .ul {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
}
.partners .ul .tempWrap{width: 1190px!important}
.partners .ul li {
    margin-right: 21px; clear: right
}

.partners .ul li a {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
}

.partners .ul li a img{
	width: 130px;  background:#FFF; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;
}


.four{
    width: 100%;
    padding: 50px 0;
}
.four .last {
    width: 560px;
}
.four .last .fs-22:after{
    left: 0px;
    bottom: -10px;
}
.four .last .cont {
    width: 100%;
    margin: 40px 0;
    height: 100px;
}

.four .last .cont .time {
    width: 100px;
    height: 100px;
}
.four .last .cont .time img {
    width: 100px;
    height: 100px;
}
.four .last .cont .nr {
    width: 445px;
}

.four .last .cont .nr a{
	display: inline-block;
    width: 100%;
    color: #0293d2;
    margin-bottom: 10px;
}

.four .last .cont .nr .fz12 {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.four .last .bot {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    height: 150px;
}

.four .last .bot .list {
    width: 100%;
    text-indent: 10px;
    margin-bottom: 15px;
}
.four .last .bot .list .fl{
	width:460px;
	height: 16px;
	overflow: hidden;
}
.four .last .bot .list  i{width: 10px !important;}

.five{
	width:100%;
	min-width: 1190px;
	height: 430px;
	text-align: center
}

.five .cont{
	width:500px;
	height: 430px;
	background: url(/images/skins/vshop/mapinfo.png) no-repeat center top;
	display: inline-block;
	padding-top: 96px;
}

.five .cont h1{
	position: relative;
	height: 60px;
}
.five .cont h1:after{
    left: 50%;
    margin-left: -16px;
    bottom: 12px;
}
.address{
	width: 398px;
	height: auto;
    line-height: 22px;
    overflow: hidden;
    padding-left: 100px;
}
.address p{
	width: 277px;
	
}


.five .cont .cont_phone>p{
    width: 414px;
    height: 25px;
    line-height: 25px;
    padding-left: 100px;
    overflow: hidden;
}
.five .cont .cont_phone i{
	color: #DC2928;
	vertical-align: middle;
	margin-right: 5px;
}


/****************在线留言start******************/
.heabg{
                width: 100%;
                height: 100%;
                display: none;
                background: #000;
                opacity: 0.5;
                position: fixed;
                left: 0;
                top: 0;
                z-index: 9;
        }

.samplemain{
    
	width: 100%;
    max-width: 1920px;
    min-width: 1190px;
    margin: 0 auto;
}
.headsam {
    width: 1120px;
    display: none;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 18%;
    z-index: 10;
    padding: 50px 80px;
    margin-left: -640px;
}
.headsam .toper {
    width: 100%;
}
.headsam .toper .le {
    width: 190px;
    border-right: 1px solid #EEEEEE;
}
.headsam .toper .le .color-4c{
	font-size: 30px;
}

.headsam .toper .ce {
    width: 820px;
    margin-left: 60px;
}
.headsam .toper .ce .indro {
    width: 100%;
    color: #0293d2;
    margin-top: 12px;
    font-size: 16px;
}
.headsam .toper .ce .must {
    width: 100%;
    color: #999;
    margin-top: 5px;
}

.headsam .toper .re {
    cursor: pointer;
    margin-top: 20px;
}

.headsam .cent {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.headsam .cent .input {
    width: 264px;
    height: 44px;
    line-height: 44px;
    text-indent: 15px;
    font-size: 14px;
    color: #999;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    margin-right: 20px;
}
.headsam .cent .input:focus,.headsam .cent .text:focus{
	border: 1px solid #DC2928;
}
.headsam .cent .text {
    width: 1117px;
    height: 218px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 15px;
    margin-top: 16px;
}
.headsam .cent .sub {
    width: 120px;
    height: 40px;
    cursor: pointer;
    background: #DC2928;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    margin-top: 40px;
}



/*********************在线留言end**********************/


/*********************行业资讯start*****************/
.newsbanner{
	width:100%;
	min-width:1190px;
	height: 430px;
	background: url(/assets/img/v2/newsbanner.jpg) no-repeat center top;
}
.newscontent ul li{
	min-height: 352px;
	padding-top: 68px;
	border-bottom: 1px solid #EEEEEE;
}
.newsbox{
	width:1190px;
	height: 228px;
}
.newsbox .newsmain{
	width:870px;
	height: 224px;
}
.newsbox .newsmain h2{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 20px;
}
.newsbox .newsmain .new_source{
	height: 42px;
	line-height: 42px;
}
.new_article{
	height: 136px;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
}
.newsbox .news_img{
	display: inline-block;
	width:250px;
	height: 250px;
	overflow: hidden;
}
.newsbox .news_img img{
	width:250px;
	height: 250px;
	transition: .5s ease-out;
}
.newsbox .news_img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: .5s ease-out;
}
.newscontent ul li .btn-a{
	padding: 7px 21px;
	margin-bottom: 23px;
}





/*分页*/
.pages{
    height: 120px;
    line-height: 100px;
	/*clear: both;
	width:1190px;  
	border:1px solid transparent;*/
	
}
/*.pages ul{
	height: 38px;
	margin-top: 53px;
}
.pages ul li{
	height: 38px;
    display: inline-block;
	margin-right: 12px;
}

.pages ul li a{
	display: inline-block;
	border:1px solid #EEEEEE;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	padding: 10px 14px;
}
.pages ul li:hover a{
	border:1px solid #DC2928;
	color: #DC2928;
}
.pages ul li a.current,.circledot ul li.on{
	background-color: #DC2928;
	border: 1px solid #DC2928;
	color: #FFFFFF;
}

.pages ul li.disabled a {
   border:1px solid #EEEEEE;
   color:#4C4C4C;
   cursor: not-allowed;
}*/



.footer_info{
	width: 100%;
    min-width: 1190px;
}
.footer_info .footer_div{
	border-top:1px solid #EEEEEE;
}

.footer_info .footer_p{
	height: 26px;
    line-height: 26px;
    color: #999999;
    margin-top: 25px;
}









/*********************行业资讯end*******************/



/*********************行业资讯详情页start**************/

.newsdetails .newstop{
	border-bottom: 1px solid #EEEEEE;
}
.newsdetails .newstop p.tl{
	height: 50px;
	line-height: 50px;
}
.newsdetails .newstop h1{
	margin-top: 33px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.newsdetails .newstop .new_source{
	margin: 38px 0px 45px;
}
.newsmid{
	width:1190px;
	min-height: 500px;
    margin: auto;
    padding: 10px 0;
}
.newsmid img{
	max-width:1190px;
}
.newsbotm{
	height: 246px;
	padding: 36px 0px 78px;
	border-top: 1px solid #EEEEEE;
}
.newsbotm a.newstitle{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-size: 20px;
}
.newsbotm .newsbotm_lf,.newsbotm .newsbotm_rt{
	width:50%;
	height: 200px;
}

/*********************行业资讯详情页end**************/

/*****************************搜索结果start*********************************/

.bnav{
	height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #EEEEEE;*/
    margin-top: 20px;
}
.searchresult {
    width:900px;
}
.searchnum{
    width:250px;
    text-align:right;
}

.tabmain{
	width:1190px;
	margin: auto;
	padding: 22px 2px 0px 13px;
	margin-bottom: 14px;
}
.tabmain table{
	border-collapse: collapse;
}
.tabmain table td{
	vertical-align: text-top;
}
.tabmain table td.ted2 a{
	display: inline-block;
	margin: 0px 10px 8px 10px;
}
.tabmain table td a:hover{
	color: #DC2928;
}
.tabmain table td.ted1{
	min-width: 105px;
	max-width: 175px;
	text-align: right;
	color: #999999;
}

.tabmain table td.ted2 div{
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
    .tabmain table td.ted3 {
       width:100px;
       text-align:center;
    }
.tabmain table td div a.cur{
	color: #DC2928;
	border: solid 1px #DC2928;
	position: relative;
	padding: 0px 15px;
}
.tabmain table td div a.cur:before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 13px solid #DC2928;
	border-left: 13px solid transparent;
}
.tabmain table td div a.cur:after{
    color: #fff;
    content: "\2714";
    font-weight: 100;
    position: absolute;
    width: 14px;
    height: 20px;
    right: -5px;
    bottom: -6px;
    font-size: 12px;
}

.sc-selecter{
    font-size: 14px;    
    border: 1px solid #EEEEEE;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 10px 16px;
}
.sc-selecter dl{ margin-top: 10px;}
.sc-selecter dl dt{ float: left; min-width:75px; width: 14%;text-align: right;}
.sc-selecter dl dd.ddfirst{ float: left;width: 83%;height: 30px;overflow: hidden; padding-right: 30px;}
.sc-selecter dl dd.ddfirst a{ display: inline-block; min-width: 60px; margin-bottom: 8px;padding: 0 10px; text-align: center;}
.sc-selecter dl dd.ddfirst a.cur,.sc-selecter dl dd.ddfirst a.cur:hover{ color: #DC2928; border: solid 1px #DC2928; position: relative;}
.sc-selecter dl dd.ddfirst a.cur:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #DC2928;
    border-left: 13px solid transparent;
}
.sc-selecter dl dd.ddfirst a.cur:after {
    color: #fff;
    content: "\2714";
    font-weight: 100;
    position: absolute;
    width: 14px;
    height: 20px;
    right: -3px;
    bottom: -6px;
    font-size: 12px;
}
.sc-selecter dl dd.ddfirst a:hover{ color: #DC2928; text-decoration: none; background-color: #f1f1f1;}

.extend{
	height: auto;
}
.resultpart{
	font-size: 17px;
	font-weight: 700;
}

/*自营开始*/	

.smalllog {	
	padding: 5px 0;
	background:#ffffed;
	border-bottom: 1px solid #f1cd9d;
}	
.smalllog>span{	
	line-height: 50px;
	margin-left: 10px;
}

.sc-table .sct-head{ line-height:42px;height:auto;overflow: hidden;background-color: #EEEEEE;}
.sc-table .w1,.sc-table .w2,.sc-table .w3,.sc-table .w4,.sc-table .w5,.sc-table .w6,.sc-table .w7,.sc-table .w8{ display: inline-block; float: left;padding-left:5px; }
.sc-table .w1{ width: 170px;}
.sc-table .w2{ width: 180px;}
.sc-table .w3{ width: 150px;}
.sc-table .w4{ width: 130px;}
.sc-table .w5{ width: 129px;}
.sc-table .w6{ width: 150px;text-align: center;}
.sc-table .w7{ width: 173px;min-height: 42px;}
.sc-table .w8{ width: 220px;}
.sc-table .rel_hid{position: relative;overflow: hidden;min-height: 100px;}
.sc-table .w7 .spans{
	display: inline-block;
	width: 127px;
    height: 42px;
    overflow: hidden;
}
.sc-table .w7 .spans span{
	display: inline-block;
	margin-right: 10px;
}
.sct-body ul:hover{
	background-color: #f2f2f2;
}
.sct-body ul li{ float: left; width: 100%; padding:10px 0;}
.sct-body .rel .title{word-wrap: break-word;}
.sct-body .rel .title:hover{color:#DC2928;}
.sct-body .img{ display: block; width: 130px; height: 130px; text-align: center; position: relative;}
.sct-body .img img{ max-width: 128px; max-height: 128px;}
.sct-body .btn-a{padding: 6px 20px;margin: 10px 0px;}

.Inquire:hover {
 text-decoration:underline;
}

/*自营结束*/	

/*******************搜索结果end**********************/

/****************无搜索结果start********************/

.search-no-result{
    margin: 30px 0px;
}
.search-no-result h2 {
    font-size: 16px;
}
.search-no-result .no-result-info dt {
    font-weight: 500;
    font-size: 16px;
}
.search-no-result .no-result-info{
    width:70%;
}
.search-no-result .no-result-info ul {
    line-height: 1.5;
    margin-left: 15px;
}
.search-no-result .no-result-info ul li {
    list-style: decimal;
    margin-bottom: 5px;
}
.search-no-result .no-result-info ul li .row .btn-a{
     padding: 6px 20px;
     margin-top: 16px;
}
/****************无搜索结果end********************/


/*************产品详情页start***********/

.pr-maintitle{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.pr-main{
	margin-top: 10px;
	margin-bottom: 30px;
}

.detailconts{
	width:904px;
	min-height: 150px;
	padding: 15px;	
	border-top: none;
}

 .detailconts li{margin-top: 15px;line-height: 24px;}
 .detailconts li:first-child{margin-top: 5px;}
 .detailconts li span{display:inline-flex;height: 25px;overflow: hidden}
 .detailconts li span:first-child{width: 300px;}
 .detailconts li span:last-child{width: 300px;}

 
/*图片小图预览列表*/
.spec-preview{width: 378px;height: 378px;display: table-cell;vertical-align: middle;text-align: center;border: 1px solid #EEEEEE;}
.spec-scroll{margin-top:19px;width:378px;}

.spec-scroll .items{float:left;position:relative;width: 378px;height: 80px;}
.spec-scroll .items ul{position:absolute;width: 378px;height:80px;}
.spec-scroll .items ul li{float:left;width:80px;height: 80px;text-align:center; margin-right: 19px;border: 1px solid #EEEEEE;}
.spec-scroll .items ul li:last-child{margin-right: 0px;}
.spec-scroll .items ul li img{padding:8px;width:80px;height:80px;}
.spec-scroll .items ul li.img-hover img,.spec-scroll .items ul li:hover img  {
    border: 2px solid #DC2928;
}

.spec-scroll .items ul li:hover .upboult,.spec-scroll .items ul li.img-hover .upboult{
	border: 12px solid #DC2928;
	border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
	display: block;
}
.upboult{
	display: none;
	width: 0px;
    height: 0px;
    border: 12px solid #FFFFFF;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -24px;
    left: 29px;
}

/*langrenzhijia - end*/

.pr-main .img {
   width: 378px;
   height: 478px;
   text-align: center;
}
.proinfolist{
	float: right;
	width:789px;
	margin-left: 33px;
	padding-top: 10px;
}
.proinfolist>p{margin-bottom: 8px;}
.proinfolist>p>span{margin-right: 12px}
.productprice{
	width:100%;
	height: 72px;
	line-height: 72px;
	padding-left: 22px;
	margin-bottom: 12px;
}
.productprice .span1{margin-right: 15px;}
.pre_price{
	height: 72px;
    line-height: 72px;
}
.pre_price span.color-red{
	font-size: 18px;
	margin-left: 10px;
}
.sum{
	height: 72px;
	line-height: 72px;
}
.sump{
	height: 38px;
    line-height: 38px;
    margin-top: 17px;
	padding: 0px 30px;
}
.sump .color-4c{
	margin-left: 10px;
}

.pre_price i{
    cursor: pointer;
    margin-left: 10px;
}

.proinfolist dl {
	width:100%;
    padding: 0 0 9px;
    font-size: 14px;
}
.proinfolist dt {
    float: left;
    color: #999999;
}
.proinfolist dd{
	float: left;
}
.proinfolist dl dd .ddmodelleft {
    max-width: 234px;
    height: 21px;
}
.proinfolist .product-share>a {
    float: left;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    margin-right: 20px;
}
.proinfolist .product-share>span {
    float: left;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #4C4C4C;
    margin-right: 20px;
}
.product-share .myshare{
	width:150px;
    height: 20px;
    line-height: 20px;
}
.zanbtn:hover .icon-like{background-position: -143px -200px;}
.proinfolist .product-share .zanbtn:hover{
	color: #29b30e;
}
.sharebtn:hover .icon-shares{background-position: -143px -233px;}
.proinfolist .product-share .sharebtn:hover{
	color: #DC2928;
}
.proinfobox{
	width:789px;
	background: url(/assets/img/v2/pricebg.jpg) no-repeat;
    padding: 21px 0px 14px 22px;
}
.proinfobox .proinfomain{
	float: left;
	width:50%;
}
/*阶梯价*/
.tieredprice{
	display: none;
	width: 250px;
    padding: 15px;
    position: absolute;
    left: 45px;
    top: 20px;
    z-index: 10000;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow:-2px 3px 20px rgba(216,216,216,0.6);
    -moz-box-shadow: -2px 3px 20px rgba(216,216,216,0.6);
    box-shadow: -2px 3px 20px rgba(216,216,216,0.6);
   
}
.tieredprice ul{
	padding-left: 10px;
}
.tieredprice .san{
	position: absolute;
    left: -6px;
    top: 13px;
    width: 12px;
    height: 12px;
    border-left: 1px solid #ee7700;
    border-bottom: 1px solid #ee7700;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    
}
 .tieredprice h3{
	margin-bottom: 15px;
	height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #eeeeee;
     overflow: hidden;
}
 .tieredprice h3 i{
	width:30px;
	height: 22px;
}
 .tieredprice h3 span{
 	margin-left: 20px;
 }
 .tieredprice ul li{
	height: 22px;
	line-height: 22px;
}
 .tieredprice ul li span{
	display: inline-block;
	float: left;
	width:50%;
}


.iradio_minimal-orange{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: none;
    border: solid 1px #CCCCCC;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.iradio_minimal-orange.checked::after {
    content: ' ';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    /*background-color: #DC2928;*//*选中为主题色*/
    background-color: #CCCCCC;/*默认EEEEEE*/
    border-radius: 50%;
    z-index: -1;
}
.shares{
	width:798px;
}
.goodsnum{
	width:798px;
	height: 36px;
	margin: 14px 0 30px;
}
.goodsnum span.fl{
	height: 36px;
	line-height: 36px;
	color: #999999;
}
.goodsnum .nums{
    float: left;
	width:140px;
	height: 36px;
	border: 1px solid #EEEEEE;
}
.goodsnum .nums a{
	float: left;
	width:34px;
	height: 34px;
	line-height: 34px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.goodsnum .nums a:first-child{
	border-right: 1px solid #EEEEEE;
}
.goodsnum .nums a:last-child{
	border-left: 1px solid #EEEEEE;
}
.goodsnum .nums input{
	width:68px;
	height: 34px;
	line-height: 34px;
	border: none;
}
.goodsnum .btn-a{
	padding: 8px 24px;
    margin: 0 20px;
    font-size: 16px;
}



/*感兴趣商品*/
.section {
    width: 1190px;
    margin: 10px auto;
}

.section .section_left {
    margin-right: 10px;
}

.section_left .sec_lf_btm{
 	width:282px;
 }

.sec_title {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-right: 14px;
    
}
.sec_title>span {
    display: inline-block;
    border-left: 2px solid #DC2928;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin-left: -1px;
}
.sec_title>i {
    position: absolute;
    right: 16px;
    top: 12px;
}
.sec_lf_btm .sec_p{
	text-align: center;
	padding: 21px 0px;
}
.sec_p>a{color: #999999;}
 
.sec_lf_btm .sec_p>a:first-child{
	margin-right: 14px;
}
.hottype{
	width:280px;
	height: 513px;
	overflow: hidden;
	padding: 0px 26px;
}
.hottype dl{
	width:228px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
    margin-top: 10px;
}
.hottype dl dt{
	position: relative;
	float: left;
	margin-right: 10px;
    margin-bottom: 10px;
}
.hottype dl dt img{
	width:77px;
	height: 77px;
	border:1px solid #EEEEEE;
}
.hottype dl dt i{
	width:16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.hottype dl dd{
	float: left;
	width:141px;
	height: 78px;
	overflow: hidden;
}
.hottype dl dd>h5{
    font-weight: normal;
    margin: 5px 0px 15px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hottype dl dd>span{    
    overflow: hidden;
    width: 100%;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.lookother{
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #dc2928;
	color: #FFFFFF;
	padding: 10px 32px;
	display: inline-block;
	margin: 25px 0px 23px 0px;
}
/*************产品详情页end***********/

/***************介绍分类start*******************/
.profilebanner{
	width:100%;
	min-width:1190px;
	height: 430px;
	background: url(/assets/img/v2/profile.jpg) no-repeat center top;
}
.profilecont{
	margin-top: 18px;
}
.profilecont .profile_left{
	width:260px;
	float: left;
	margin-bottom: 72px;
}
.profilecont .profile_right{
	float: right;
	width:920px;
	margin-bottom: 72px;
    min-height:612px
}
.profile_left .infos{
	background-color: #cc0000;
    height: 41px;
    padding-left: 34px;
    padding-top: 10px;
}
.profile_left .infos .helptitle{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.profile_left .profilelist{
	width:260px;
}

.profile_left .profilelist .guide{
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
    background-color: #f5f5f5;
}  
.profile_left .profilelist .guide .guidetitle{
	margin: 0px 27px 0px 23px;
	height: 41px;
    line-height: 41px;
}
.profile_left .profilelist .guide .guidetitle a{
	display: inline-block;
	width:170px;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	text-align: left;
}
.profilelist .icon-mdownarrow,.profilelist .icon-stuparrow {
    margin-bottom: 24px;
}
.profilelist .icon-mdownarrow:hover,.profilelist .icon-stuparrow:hover {
    cursor: pointer;
}
.lists{
	background-color: white;
}
   
.lists li{
	height: 34px;
	line-height: 34px;
}
.lists li a{
	display: inline-block;
	width: 189px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: left;
    color: #999;
}   
.profilecont .profile_right h1{
	width:802px;
	height: 100px;
	line-height: 100px;
	margin:0px auto;
	border-bottom: 1px solid #EEEEEE;
}
.profilecont .profile_right .profilecons{
	width:833px;
	margin: 41px 38px 49px 49px;
}
.profilecont .profile_right .profilecons img {
    max-width: 833px;
}



/****************介绍分类end*****************/

/**************************优惠券--start**************************/

.couponBox{
width:100%;
min-height: 300px;
}
.couponBox ul{
	min-height: 170px;
	width:100%;
  height: auto;
}
.couponBox ul li{
	margin: 0px 13px 20px 0px;
	width:32%;
	height: 172px;
}
.couponBox .coupon{
	width:100%;
	height: 170px;
	position: relative;
}
.couponBox .coupon .couponFl{
	width: 80%;
	height: 170px;
	padding: 24px 0px 18px 20px;
	position: relative;
}
.couponBox .coupon .couponFl .p-price{
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}
.couponBox .coupon .couponFl .p-info{
	line-height: 22px;
}
.couponBox .coupon .couponFl strong{
	  line-height: 50px;
    font-size: 60px;
    margin: 0px 10px;
}
.couponBox .coupon .couponFl .p-txt{
	  line-height: 22px;
    margin-top: 25px;
}
.couponBox .coupon .couponFr{
	position: absolute;
	right: 0px;
	top:0px;
	width: 20%;
	height: 170px;
	padding: 35px 0px;
}
.semi-circle{
	position: absolute;
	left: 0px;
	top:0px;
	width:3px;
	height: 170px;
	z-index: 3;
	background: url(/assets/img/pub/semi-circle.png) top center repeat-y;
}
.readyuse{
	width:22px;
	height: 100px;
	text-align: center;
	margin: auto;
	display: block;
	cursor: pointer;
    writing-mode: vertical-lr;
    font-size: 14px;
}

/**************************会员中心优惠券--end**************************/

/**************************优惠券--整页开始********************/

.privilegebox{
	width:100%;
	min-width: 1190px;
	height: auto;
}
.privilege{
	background: #FFFFFF;
	height: auto;
}

.al-received{
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 4;
}

/**************************优惠券--整页结束********************/

/*******************************************Brands--start**************************************/

.letter-nav{ padding: 25px 10px;}
.letter-nav li {
margin-left: 4px;
height: 25px;
float: left;
font-size: 16px;
color: #808080;
text-align: center;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
position: relative;
-ms-border-radius: 2px;
border-radius: 2px;
}

.letter-nav li a {
padding: 0 5px;
height: 25px;
float: left;
line-height: 25px;
position: relative;
border-radius: 2px;
position: relative;
text-transform: uppercase;
width: 30px;
display: block;
}
.letter-nav li a:hover {
color: #fff!important;
background-color: #ee7700;
}
.letter-nav li.active a {   
color: #fff;
-pie-background: linear-gradient(#eb008c, #ae066a);
background-color: #eb008c;
}

.letter-nav .list-inline {
margin: 10px 0px 0px 100px;
height: 32px;
overflow: hidden;
}

.panel {
margin-bottom: 0px;
background-color: #fff; 
}
.panel-default>.panel-heading {
color: #333;
border-color: #f2f2f2;
    background: #fff;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-body {
padding: 30px 30px ;
}
.brand-detalis {padding: 20px 10px 10px 10px;}
.brand-detalis .col-md-3{ width: 25%;float: left;}
.brand-detalis .col-md-9{ width: 73%;float: left;margin-left: 15px;}
.brand-product-table{margin: 10px 0px;}
.brand-product-table a:hover{ border: 1px solid #EE7700}
.brand-product { width: 200px; height: 160px;font-size: 14px;border: 1px solid #e4e4e4;float: left;  margin: 0px 5px 10px;
    overflow: hidden;}
.brand-product-top {height: 60px;padding-left: 10px;}
.brand-product-top .color { color: black;overflow: hidden;height: 30px; line-height: 30px}
.brand-product-bottom {height: 100px;float: left;}
.brand-product-bottom .brand-product-left {width: 100px;float: left;padding-left: 10px;}
.brand-product-bottom .brand-product-right {float: right;position: relative }
.brand-product-bottom .brand-product-right img{height: 100px; width: 100px;position: absolute}
.brands-list li {
width: 140px;
height: 109px;
float: left;
margin-right:10px;
margin-left: 10px;
cursor: pointer;
margin-bottom: 20px;
position: relative;
}
.brand-box {
width: 100%;
float: left;
}
.brand-box span {
width: 118px;
height: 89px;
float: left;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
cursor: pointer;
}
.brand-box img {
width: 118px;
height:74px; 
}

.brand-title {
width: 100%;
height: 18px;
text-align: center;
font-size: 12px;
float: left;
color: #999;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
bottom: 5px;
background: #fff;
overflow: hidden;
}

.brand-desc{ padding: 15px;margin-top: 20px; min-height: 100px;}
.brand-img{     
    width: 295px;
    text-align: center;
    min-height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/*******************************************Brands--end**************************************/

/****************************库存寄售服务--start*****************************/

.BusinessPro {
    width: 1190px;
    height: 64px;
    background: url(/assets/img/pub/line.jpg) no-repeat;
}
.factoryMain{
	height:300px;
}
.adList li{
	margin: 5px 6.5px;
	overflow: hidden;
}
.adList li:nth-last-child(4){
	margin-left: 0px;
    margin-right: 7px;
}
.adList li:last-child{
	margin-right: 0px;
    margin-left: 7px;
}
.adList .adList-li1{
	background:#db6d49!important;
	width:294px!important;
	height: 299px!important;
	letter-spacing: 3px;
	margin: 0px!important;
}
.adList .adList-li1:before{
	display: block;
	content: '';
	width:0px;
	visibility: hidden;
}
.adList .adList-li1 h1{
	font-size: 30px;
	margin-bottom: 10px;
}
.adList li img{
    width: 290px;
    height: 290px;
	transition:.7s ease-out;
}
.adList li img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition:.7s ease-out;
}

.bg-arrowlist{
	height: 80px;
    position: relative;
    border: 1px solid transparent;
}
.bg-arrowlist li{
	width:20%;
	line-height: 20px;
	overflow: hidden;
}
.bg-arrow .a-1{
	position: absolute;
	z-index: 2;
	width:180px;
    height: 80px;
	top: 0px;
    display: table;
}
.bg-arrow .a-1 p{
    display: table-cell;
    vertical-align: middle;padding: 0 20px;
    text-align: left;
}
.bg-arrow{
	width:180px;
	position: relative;
	color: #fff;
}
.bg-arrow1{
	width:180px;
	height: 40px;
    background: #ee7700;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
}
.bg-arrow2{
	width:180px;
	height: 40px;
    background: #ee7700;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
}
.bg-arrowlist span{
	display: inline-block;
	width:26px;
	height: 80px;
	line-height: 80px;
	
}

/*在线委托开始*/
.Onlinetrust{
    width: 1190px; 
    border: 1px solid #ee7700;
}

.Onlinetrust>li>.linetrust1{
	width: 900px;
	height: 330px;
	display: table-cell;
	vertical-align: middle;
	margin: 10px 0;
}
.linetrust1_left{
	width:100px;
	height:100px;
	border:1px solid #ee7700;
	border-radius:50%;
	color:#EE7700;
}
.linetrust1_left{
	    margin: 25px 100px;
}
.linetrust1_left>i{
	  display: inline-block;
    font-size: 45px;
    margin-top: 28px;
}
.linetrust1_right {
     width: 600px;
    float: right;
}
.linetrust1_right li:first-child{font-size: 16px;}
.linetrust1_right li{
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.linetrust1_right .span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #EE7700;
	text-align: center;
	border-radius:50%;
	margin-right: 10px;
    color: white;
}
.linetrust2{
	  width: 298px;
    height: 330px;
    display: table;
}
.linetrust2_ul{
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
}
.linetrust2_ul li{
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
}
/*在线委托结束*/
/****************************库存寄售服务--end*****************************/





/****************************样品推荐--start*******************************/
.samplebox{
	background: #F2F2F2;
	width:100%;
	height: auto;
}
.samplebox .sample_left{
	width:934px;
}
.samplebox .sample_right{
	width:255px;
}
.sample_left .sam_img{
	padding: 12px;
	height: 224px;
    overflow: hidden;
}
.sample_left .sam_img ul li{
	margin-right: 28px;
    width:128px;
}
.sample_left .sam_img ul li:last-child {
   margin-right:0px!important; 
}
.imga span{border:1px solid #E4E4E4; padding:10px; height:128px; float:left;  }
.imgap{ float:left; width:100%}
.sample_left .sam_img img{
	width:108px; 
	 
}
.sample_left .sam_img p{
	font-size: 12px;
	height: 36px;
	line-height: 36px;
}
.sample_left .sam_search{
	margin: 10px 0px;
}
.sample_left .sam_search>div{
	width:415px;
	height: 77px;
	line-height: 77px;
	margin: auto;
}
.sample_left .sam_search>div input[type="text"]{
	width:300px;
	height:32px;
	text-indent: 6px;
    font-size: 12px;
}
.sample_left .sam_search>div input[type="button"]{
	height: 32px;
}
.sam_info .sampletitle{
	height: 52px;
	line-height: 52px;
	padding-left: 12px;
	border-bottom: 1px solid #E4E4E4;
}
.sam_info .sampletitle .btn-input{
	margin: 10px 20px 0px 0px;
}
.sam_info .samplecontent .samlist{
	width:932px;
	height: auto;
    min-height: 121px;
	padding: 0px 12px 12px;
}
.sam_info .samplecontent .samlist li{
    min-height:10px;
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 0px;
}
.sam_info .samplecontent .samlist li:last-child{
	border-bottom: 0px;
}
.sam_info .samplecontent .samlist li .samli_left{
	width:744px;
	min-height: 75px;
}
.sam_info .samplecontent .samlist li .samli_left .samli_p{
	 width:744px;
     height: auto;
}
.sam_info .samplecontent .samlist li .samli_right>div{
	width:134px;
	height:75px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.sample_right img {
    width:255px;
    height:223px;
}
.sample_right .sample_rightuser ul {
     display: table-cell;
    text-align: center;
    color: #fff;
    height: 90px;
    vertical-align: middle;
    width: 255px;
}
.sample_right .sample_rightrecord{
	width:255px;
    min-height: 122px;
	margin-top: 10px;
	min-height: 40px;
}
.sample_right .sample_rightrecord p{
	height:40px;
	line-height: 40px;
	text-indent: 10px;
	border-bottom: 1px solid #E4E4E4;
}
.sample_right .sample_rightrecord ul{
	padding:12px;
	min-height:222px;
}
.sample_right .sample_rightrecord ul li{
    width:230px;
	height: 26px;
    line-height: 26px;
}
.sample_right .sample_rightrecord ul li .fl{
	display: inline-block;
	width:112px;
}
.sample_right .sample_rightrecord ul li .fr{
	display: inline-block;
	width:110px;
	height: 26px;
}


/****************************样品推荐--end*******************************/





/**********************样品申请开始**********************************/
/*.modalheader{
	width:700px;
    height:700px;
	margin:auto;
	overflow: hidden;
}*/
.modelinfo{
	background: #fff;
    padding: 0px 20px;
}
.modeltitle{
	padding: 8px 15px;
}
.modalcontent{
	font-size: 14px;
}
.modalcontent .form-group>.col-sm-5{
    padding-right:10px;
}


/*排序*/
.f-sort{
	margin-top: 13px;
}
.f-sort a{
	  border:1px solid #ccc;
	  float: left;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin-right: -1px;
    color: #333;
    background: #FFF;
}

.f-sort a.curr{
    background: #e4393c;
    color: #FFF;
    border-color: #e4393c;
}
.f-sort a.curr:hover{
	 color: #FFF;
}
.f-sort a:hover{
	position: relative;
	border-color:#e4393c;
	color:#e4393c;
}

/*筛选条件*/
.selected{
	height:52px;
	line-height: 52px;
	padding: 10px 12px;
}
.selected dl{
	height: 30px;
	line-height: 30px;
}

.selected dl dd a i{
	color: #EE7700;
	display: inline-block;
	padding: 4px;
	font-size: 16px;
}
.selected dl dd a{
	padding: 0px 10px;
}
.selected dl dd a.curr{
    display:block;
	border:1px solid #EE7700;
}




/************************样品申请结束*********************************/

/***************************代理品牌--start***********************************/

.Agentbrand{
	width:100%;
	height: auto;
	min-width: 1190px;
}
.brands ul{
	width:1190px;
	min-height: 183px;
	height: auto;
    background-color:#ffffff;
}
.brands ul li{
	float: left;
}
.brands ul li img{
	width:240px;
	height:180px;
}

.brands-introduce{
	width:1190px;
	height:auto;	
	min-height:392px;
}
.brands-introduce>ul>li{
	background-color: #fff;
	margin-bottom: 20px;
}
.brandsbox{
	height: 350px;
}
.brands-left{
	width:240px;
	height: 350px;
	position: relative;
}
.brands-left img{
	width:240px;
	height: 350px;
}
.brands-left a{
	position: absolute;
	bottom: 20px;
	left: 53px;
}
.brands-right{
	width:960px;
	height: 350px;
	overflow: hidden;
	padding: 20px;
}
.brandstitle{
	width:920px;
	height: 98px;
	overflow: hidden;
	margin-bottom: 10px;
	text-indent: 25px;
}
.brandstype{
	margin-bottom: 10px;
    min-height:50px;
       
}

.brandstype ul{
	width:800px;
	min-height:50px;
}
.brandstype ul li{
	width:800px;
	color: #ee7700;
}
.list-disc:before{
	content: ""; 
	position: absolute;
	left: -18px;
	top: 13px;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	/*background-color: #EE7700;*/
}
.brandsadvantage{
	width:920px;
	min-height: 75px;
	margin-bottom: 10px;
	overflow: hidden;
}
.brandsarea{
	width:920px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
}

.brandstype div ,.brandsadvantage div,.brandsarea div{
	width:110px;
	float: left;
    /*padding: 0px 5px;*/
    color: #fff;
    text-align: center;
    margin-right: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
}

/************************************************在线询价页面---start*********************************************************/


/*无搜索框模板使用的头部样式*/
.indent-content ul li{padding: 0 5px; cursor: pointer}
.indent-content ul li.active{border-bottom: 2px solid #d96e03; color: #ee7700}
.indent-content #bomFile span{    position: absolute;    margin: -32px 10px;}
.indent-content  .form-group{
    margin-top: 0px;
    height: 34px;
    line-height: 32px;}
.indent-header {
    padding-top: 20px;
    padding-bottom: 20px
}
.indent-header .texts {
    line-height: 72px;
    font-size: 24px;
    color: #999
}

.batchPriceItem dd>div,.batchPriceItem dt>dfn {
    padding: 8px 10px
}
.batchPriceItem .index {
    float: left;
    width: 4%;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.batchPriceItem .model {
    float: left;
    width: 15%
}

.batchPriceItem .requestqty {
    float: left;
    width: 8%
}

.batchPriceItem .brand {
    float: left;
    width: 13%
}

.batchPriceItem .package {
    float: left;
    width: 11%
}

.batchPriceItem .batchno {
    float: left;
    width: 11%
}

.batchPriceItem .deliverytime {
    float: left;
    width: 15%
}

.batchPriceItem .acceptprice {
    float: left;
    width: 10%
}

.batchPriceItem .remark {
    float: left;
    width: 8%;
    position: relative
}

.batchPriceItem .dels {
    float: left;
    width: 9%
}
.batchPriceItem dd {
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.batchPriceItem dd.focus {
    margin-top: -1px;
    padding-top: 1px;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
}

.batchPriceItem dd .remark .remark-box {
    display: none
}

.batchPriceItem dd .remark .remark-box textarea {
    height: 32px
}

.batchPriceItem dd .remark .arrow {
    display: none;
    position: absolute;
    top: 65px;
    left: 30px;
    width: 18px;
    height: 18px;
}

.batchPriceItem dd .remark .arrow:after,.batchPriceItem dd .remark .arrow:before {
    content: "";
    display: block;
    left: 50%
}

.batchPriceItem dd .remark .arrow:before {
    bottom: 100%;
    position: absolute;
    width: 0;
    height: 0;
    border: 9.9px solid transparent;
    border-bottom-color: #e4e4e4;
    margin-left: -9.9px;
    margin-top: -19.8px
}

.batchPriceItem dd .remark .arrow:after {
    bottom: 97%\9;
    position: absolute;
    width: 0;
    height: 0;
    border: 9.9px solid transparent;
    border-bottom-color: #fff;
    margin-left: -9.9px;
    margin-top: -19.8px;
    bottom: 93%;
    bottom: -moz-calc(93%);
    bottom: calc(93%);
    -moz-transition: border-bottom-color ease-in-out .15s;
    transition: border-bottom-color ease-in-out .15s
}

.batchPriceItem dd .remark .last-code {
    display: none;
    position: absolute;
    top: 75px;
    right: -52px;
    width: 48px;
    color: #ccc;
}

.batchPriceItem dd .remark .remark-target {
    height: 30px;
    line-height: 30px
}

.batchPriceItem dd .remark.focus .arrow:before {
    border-bottom-color: #ed6d00
}

.batchPriceItem dd .remark.focus .last-code {
    color: #f60
}

.batchPriceItem dd.in .remark .arrow,.batchPriceItem dd.in .remark .last-code {
    display: block
}

.batchPriceItem dd.in .remark {
    height: 115px
}
.batchPriceItem dd .remark .remark-box {
    display: none;
}
.batchPriceItem dd.in .remark .remark-box {
    display: block;
    position: absolute;
    right: 0;
    top: 65px;
    width: 1078px;
}

.batchPriceItem dd.in .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}
.batchPriceItem dd .fa-chevron-down {
    display: inline-block;
    -moz-transition: transform .2s linear,-moz-transform .2s linear;
}

.buytip{
	padding: 20px 0px;
}
.buytip ul {
    padding-left: 20px;
}
.buytip ul li{    
	list-style-type:disc!important;
}
.batchPriceItem dd:after,.batchPriceItem dd:before,.batchPriceItem dt:after,.batchPriceItem dt:before {
    display: table;
    content: "";
}

.amount:after,.batchPriceItem dd:after,.batchPriceItem dt:after,.clearfix:after{
    clear: both
}
.indent-content .form-control {
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    display: inline-block;
    font-size: 12px;
    line-height: inherit;
    color: #555;
}
.indent-content .btn-link {
    color: #ff9900;
    font-weight: 400;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    border-color: transparent;
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 10px 4px;
    background-color: #f2f2f2;
}
/************************************************在线询价页面---end*********************************************************/


/***************************代理品牌--end***********************************/

/*首字母查询-start*/
.search-later {
    margin-top: 20px;
    border-radius: 3px;
    padding: 0px 90px;
    /*width:1075px;*/
    font-size:12px;
}
.search-later .tit {
    margin-bottom: 6px;
}
.search-later .index {
    float: left;
    padding-left: 12px;
    line-height: 40px;
}

.g-clear {
    zoom: 1;
}
.g-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.data-letter{
    height: 40px;
    border-radius: 3px;
    padding:9px;
}
.data-letter a{
    display: block;
    float: left;
    margin-right: 2px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    text-align: center;
}
.data-letter a:hover {
    background-color: #ee7700;
    color: #fff;
    border-color: #ee7700;
}
.s-letter {
    margin-top: 18px;
}
.components-types{
    margin: 10px 0px;
    padding: 20px 72px;
}
.components{
    padding-left: 14px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.components li{
    width: 260px;
    height: 26px;
    float: left;
    line-height: 26px;
    overflow: hidden;
    display: inline-block;
}
.components .noproduct{text-align: center;width: 100%;margin: 60px 0px;font-size: 20px;}
/*首字母查询-end*/

/***********************************主体end************************************/


/***********************************尾部start*****************************/
.foot-links{
	width:100%;
	min-width: 1190px;
	background-color: #999999; color:#666;
	font-size: 14px;
}
.foot-links .wrap{
	height: 50px;
	line-height: 50px;
}
.foot-links dt,.foot-links dd{
	display: inline-block;
}
.foot-links dd a{color: #666; padding: 0px 13px; }
.foot-links dd a:hover {
    text-decoration:underline;
}
.foot-links dd:last-child a{border-right-width: 0px;}
.footer{
	width:100%;
	min-width: 1190px;
	height: 384px;
	background-color: #EEEEEE; border-top:1px solid #666
}
.footer .footer-fastlink{
	height: 250px;
    margin-bottom: 22px;
    padding: 40px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.footer .footer-fastlink dl{
	width: 940px;
    min-height: 180px;
    float: left;
}
.footer .footer-fastlink dl dd {
    float: left;
    width: 188px;
    min-height: 120px;
    border-right: 1px solid #e4e4e4;
    padding-left: 30px;
    line-height: 26px;
}
.footer .footer-fastlink dl dd h3,.footer-wechat h3{
	height: 30px;
	line-height: 30px;
}
.footer .footer-fastlink dl dd ul{
	width:158px;
	height: 150px;
	overflow: hidden;
}
.footer .footer-fastlink dl dd ul li{
	width: 158px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.footer .footer-fastlink dl dd ul li a:hover{
	text-decoration: underline;
}
.footer-wechat{
	float: left;
	width:260px;
	height: 180px;
}
.footer-wechat .wechat img{
	width:100px;
	height: 100px;
}
.footer-wechat .wechat{
	width:120px;
	height: 120px;
	padding: 10px;
	background-color: #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -mox-border-radius: 12px;
    margin: 0px 0px 0px 70px;
}
.footer-icp p{
	height: 26px;
	line-height: 26px;
	color:#999999;
}


/***********************************尾部end******************************/

/*右侧悬浮窗-改版start*/

.navtoolbar{
	position: fixed;
	top:0px;
	right: -1px;
	height: 100%;
	z-index: 500;
}
.toptoolbar{
	position: fixed;
	top:30%;
	right: -1px;
	height: 100%;
	width: 50px;
}

.bar-default-status{
	font-size: 12px;
    line-height: 18px;
}

    .bar-default-status>a{
        vertical-align:initial;
    }
.bar-default-status .icon-zaixiankefu {
    font-size: 34px;
}
.bar-default-status .zaixiankefu{
	background-color: #DC2928;
    border:1px solid #DC2928;
    line-height: 48px;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.bar-default-status>a:not(.zaixiankefu){
	background-color: #FFFFFF;
}
.bar-default-status>a:not(.zaixiankefu):hover{
	background-color:#dc2928;
	border: 1px solid #dc2928;
}

.cndns-right-box{
	display: none;
	position: absolute;
	right:48px;
	top:0px;
	padding-right: 15px;
}
.meau-sev .cndns-right-box .box-border{
	width: 337px;
}
.meau-wechat .cndns-right-box .box-border,.meau-history .cndns-right-box .box-border{
	width:244px;
}
.meau-contact .cndns-right-box .box-border{width:255px;}
.meau-email .cndns-right-box .box-border{width:230px;}
.meau-vip .cndns-right-box .box-border{
    width:136px;
	font-size: 18px;
	font-weight: 400;
	color: #dc2828;
}
.meau-contact .cndns-right-box h3{
	color: #dc2828;
    margin-top: 8px;
    font-size: 16px;
}
.box-border{
	border:1px solid #F2F2F2;
	padding: 16px;
	background-color: #fff;
	-webkit-box-shadow: 4px 7px 20px rgba(216,216,216,.5);
	-moz-box-shadow: 4px 7px 20px rgba(216,216,216,.5);
	box-shadow: 4px 7px 20px rgba(216,216,216,.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px
}

.sev-t p{
	float: left;
	font-size: 20px;
	color: #dc2828;   
     padding-top: 8px;
     padding-left: 5px;
     width: 75%;
}
.sev-t>i:first-child{   
    width: 25%;
    height: 50px;
    font-size: 46px;
    line-height: 46px;text-align: center;
}
.sev-t p span{
	font-size:12px;
	color:#666;
}
.sev-b ul{
	padding: 7px 0px;
	border-bottom: 1px dashed #e4e4e4;
}
.sev-b ul li{
	float: left;
}
.sev-email{
	width:196px;
	overflow: hidden;
}
.sev-email ul li { margin-top: 5px;}
.sev-email ul li i,.meau-sev .sev-b ul li i{
	margin-right: 7px;
}
.sev-wechat img{
	width:112px;
	height: 112px;
}
.sev-wechat{
	margin-top: 15px;
}

.bar_bb {
color: #dc2828;
border-bottom: 1px dotted #dedede;
padding-bottom: 5px;
}
.history_record a{ float: left;width: 140px; height: 25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.history_record {
cursor: default;
display: block;
width: 210px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.history_record ul {
overflow-y: auto;
padding-bottom: 10px;
padding-top: 5px;
}
.history_record ul li span {
    float: right;
    margin-right: 10px;
    margin-top:3px;
    cursor: pointer;
}
.box-boult{
	position: absolute;
	right: -17px;
}
.sev-contact{
	height: auto;
	min-height: 25px;
}
.sev-contact li{
	float: left;
	width: 33.33333%;
	display: inline-block;
    overflow: hidden;
    height: 18px;
}
/*右侧悬浮窗-改版end*/

/*第2版首页样式-start*/
/***************************头部start********************************/


.headercontainer{
	width:100%;
	min-width:1190px;
}
.topestcontainer{
	width:100%;
	background-color:#EEEEEE ;
	font-size: 12px;
	min-width: 1190px;
}
.topestcontainer .topest{
	width:1190px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
.topestcontainer .topest .topestleft span:first-child,.topestcontainer .topest .topestright .immedlogin{
	margin: 0px 25px;
}
.topestright .language {
    margin-left: 15px;
}
.s-navbar-section{
	width:100%;
	height: 430px;
	background: url(/assets/img/v2/banner3.jpg) no-repeat center center; 
    min-width: 1190px;
    margin-top: -100px;
}
.navcontainer{
	width:1190px;
	margin:0 auto;
	font-size: 16px;
	color: #999999;
	display: table;
    position: relative;
    top: 0px;
    z-index: 5;
}
.navcontainer .navleft,.navcontainer .mavright{
	vertical-align: middle;
	display: table-cell;   
    width: 450px;
}
.midlogo{
	display:inline-block;
	width:300px;
	height: 100px;
	vertical-align: middle;
	background: url(/assets/img/v2/midlogo.png) no-repeat center;
}
.navcontainer .navmid{ width: 300px;}
.navcontainer .cnav{
	height: 24px;
	line-height: 24px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}
.navcontainer   .cnav a{  
    height: 24px;
    display: inline-block;
    overflow: hidden; 
    width: 93px;
}
.navcontainer .cnav a:hover{
	color: #FFFFFF;
}
.navcontainer .navleft .cnav a{ 
    margin-left: 20px;
}
.navcontainer .navleft .cnav a:first-child{
    margin-left: 0px;
}
.navcontainer .mavright .cnav a {
    margin-right: 20px;
}
.navcontainer .mavright .cnav a:last-child{
    margin-right: 0px;
}
.s-search{
	position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: -225px;
	z-index: 2;
	width:456px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.s-search .s-search-con input{ 
	width: 390px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: 24px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
}


.searchicon{
	width: 47px;
    height: 45px;
    vertical-align: middle;
    background-position: -13px -555px;
    position: absolute;
    right: 16px;
    z-index: 10;
}



/***************************头部end********************************/

/*悬浮窗start*/
.floatwin{
	position: fixed;
	left: 0px;
	bottom: 300px;
}
.floattext{
	width:104px;
    height:181px; 
    background-color: #FFFFFF;
    position: relative;
    margin-left: -104px;
    border: 1px solid #EEEEEE;
}

.floattext ul{
	padding: 0 14px;
}
.floattext ul li{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
} 
.floattext ul li a{
    padding: 12px 13px;
}
.floattext ul li a:hover{
	color: #EE7700;
}
.floattext span{
	display: inline-block;
	width:25px;
	height: 25px;
	background: #444444;
	position: absolute;
	right: -26px;
	top: 0px;
}
/***********************************主体start**************************************/

.sectioncontainer{
	width:1190px;
	margin: 40px  auto 0px;
}
.titleitem{
	width:1190px;
	margin: auto;
	text-align: center;
}

.titleitem span{
	position: relative;	
	font-size: 22px;
}

.titleitem span:before{
	display: inline-block;
	content: "";
	width:40px;
	height: 6px;
	border-top: 1px solid #444444;
	position: absolute;
	top: 15px;
    left: -50px;
}

.titleitem span:after{
	display: inline-block;
	content: "";
	width:40px;
	height: 6px;
	border-top: 1px solid #444444;
	position: absolute;
	top: 15px;
    right: -50px;
}

.bgtitleitem{
	width:100%;
	min-width:1190px;
	background:rgba(246,246,246,1);
	border: 1px solid transparent;
    position: relative
}
.bgtitleitem dl{ height: 460px!important;}
.bgtitleitem .hd{
    width: 1190px;
    height: 40px;
    margin: 30px auto 0;
    z-index: 10;
}
.bgtitleitem .hd ul{
    float: right;    
    margin-top: -40px;
    font-size: 14px
}
.bgtitleitem .hd ul li {
    padding: 10px 10px 5px 10px;
    float: left;
    color: #999;
    cursor: pointer;  
}
.bgtitleitem .hd ul li:hover{
    color: #333;
}
.bgtitleitem .hd ul li.on{
    color: #333;
    border-bottom: 1px solid #e4393c;
}
.companypromise ul {
    margin-bottom: 24px;
}
.companypromise ul li{
	float: left;
	margin-right: 50px;
}
.companypromise ul li:last-child{
	margin-right: 0px;
}
.companypromise ul li img {
	width:200px;
	height: 228px; 
}
.productlistitem{
	width:1190px;
	margin: 45px auto 0;
}
.productlistitem ul {
	width:1190px;
    height: 294px;
}
.productlistitem ul li{
    float: left;
    width:227px;
    height: 294px;
    margin: 0 8px;
    text-align: center;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.productlistitem ul li:hover{
	transition: all .2s ease-out;
    -webkit-box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
    -moz-box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
    box-shadow: 0px 2px 16px rgba(181, 182, 183, 0.75);
}



.productlistitem ul li:last-child{margin-right: 0px;}
.productlistitem ul li .pro_detailitem{
	width:227px;
	height: 294px;
}
.productlistitem ul li .pro_detailitem>.pro_img{
	display: inline-block;
	width:222px;
	height: 222px;
}
.productlistitem ul li .pro_detailitem>.pro_img>img{
	width:222px;
	height: 222px;
}
.productlistitem ul li .pro_detailitem h3{
	width: 188px;
    height: 30px;
    line-height: 25px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.productlistitem .icon-bleftarrow-t2,.productlistitem .icon-brightarrow-t2{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top:112px;	
	opacity: 0.2;
    filter: alpha(opacity=40);
}
.productlistitem .icon-bleftarrow-t2{
   left: -100px;
}
.productlistitem .icon-brightarrow-t2{
	right: -100px;
}

.productlistitem>p{
	margin: 47px 0;
}

.companysintro{
	margin-top: 40px;
}
.companysintro ul li{
	float: left;  
    width: 194px;
    height: 146px;
	margin-right:57px;
	border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.companysintro ul li:nth-child(5){
	margin-right: 0px;
}
.companysintro ul li:last-child{
	margin-right: 0px;
}
.companysintro ul li img{
	width: 192px;
	height: 144px;
}
.newscontainer{
	width:1190px;
	height: 320px;
	padding: 0 90px;
	margin-top: 65px;
}
.newscontainer ul {
	height: 159px;
}
.newscontainer ul li{
	float: left;
	width:448px;
	height: 159px;
	border-top: 1px solid #EEEEEE;
}
.newscontainer ul li:nth-of-type(odd){
	margin-right: 124px;
}
.newscontainer ul li .newitem{
	margin-top: 12px;
}
.newone{
	margin-right: 15px;
}
.newone img{
	width:150px;
	height: 102px;
	overflow: hidden;
}

.newtwo{
	width:283px;
	height:102px;
	overflow: hidden;
}

.newtwo h2{
	font-size: 16px;
	width:283px;
	height:24px;
	line-height: 24px;
	margin: 8px 0 18px;
}

.newtwo p{
	height: 52px;
	color: #999999;
	line-height: 24px;
}

.brandscontainer{
	width: 1190px;
	overflow: hidden;
	position: relative;
	margin: 65px auto 0px;
}
.brandscontainer ul{
	height: 159px;
}
.brandscontainer ul li{
	float: left;
    margin: 0 25px;
}
.brandscontainer ul li a img{
    border: 1px solid #EEEEEE;
	width:190px;
	height: 143px;
	overflow: hidden;
}



#companycontainter{
	width:1190px;
	height:327px;
	padding: 0 90px;
	margin-top: 65px;
}

#companycontainter .companyleft{
	text-indent: 10px;
	width:510px;
	height:320px;
	overflow: hidden;
	line-height: 25px;
	/*padding: 40px 50px 0px 0px;*/
	font-size: 14px;
}
/*#companycontainter .companyright {
	width:510px;
	height: 327px;
	overflow: hidden;
}*/
#companycontainter .companyright img{
	/*width:510px;
	height: 327px;*/
    width: 430px;
    height: 310px;
}


.links{
	height: 21px;
	overflow: hidden;
	margin: 43px 0 80px;
}

.links span{
	display: inline-block;
	margin: 0 40px;
}
/***********************************主体end**************************************/

/*尾部-start*/
.footercontainer{
	width:100%;
	min-width:1190px;
	height: 240px;
	background-color: #2a2a2a;
	border: 1px solid transparent;
	position: relative;
}
.footercontainer .footer_logo{
	margin: 15px 0px;
	position: relative;
}

.footercontainer p{
	line-height: 35px;
}
.tri{
	display: inline-block;
	width:0px;
	height: 0px;
	border: 20px solid #FFFFFF;
	border-color:#FFFFFF transparent transparent transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -24px;
	z-index: 3;
}

.weixinbox{
	display: none;
	width: 160px;
    height: 160px;
    background-color: #2a2a2a;
    padding: 13px;
    position: absolute;
    left: 50%;
    top: -207px;
    margin-left: -84px;
    z-index: 5;
}
.weixinbox img{
	width:134px;
	height: 134px;
}
.tri2{
	display: inline-block;
	width:0px;
	height: 0px;
	border: 20px solid ;
	border-color:#2a2a2a transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}
/*尾部-end*/
/*第2版首页样式-end*/

/*特色模块--start*/
.moduleProduct .sc-selecter{
    min-height: inherit;
    margin-bottom: inherit;
    border: inherit;}
.moduleProduct .sc-selecter .moduletitle{ padding: 0px 50px;position: relative}
.moduleProduct .sc-selecter .moduletitle:before,.sc-selecter .moduletitle:after {content: " ";position: absolute;left: 0;top: 13px;display: block;border: solid 1px #ee7700;border-width: 1px 0 0;width: 33px;height: 1px;}
.moduleProduct .sc-selecter .moduletitle:after {right: 0;left: auto;}
.moduleProduct .sc-selecter dl dt {
    width: inherit;
}
.moduleProduct .sc-selecter dl dd{ margin-left: 75px;}
.moduleProduct .sc-selecter dl dd a{ display: inline-block; min-width: 60px; padding: 0 10px; text-align: center; color:#000;}
.moduleProduct .sc-selecter dl dd a.cur,.sc-selecter dl dd a.cur:hover{ color: #ee7700; border: solid 1px #ee7700; position: relative;}

.moduleProduct .sc-selecter dl dd a.cur:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #ee7700;
    border-left: 13px solid transparent;
}

.moduleProduct .sc-selecter dl dd a.cur:after {
    color: #fff;
    content: "\2714";
    font-weight: 100;
    position: absolute;
    width: 14px;
    height: 20px;
    right: -3px;
    bottom: -6px;
    font-size: 12px;
}
.moduleProduct .sc-selecter dl dd a:hover{ color: #ee7700; text-decoration: none; background-color: #f1f1f1;}
.list-pr li {display: block; float: left; border:solid 1px white;padding: 10px; width: 370px;height: 200px;position: relative;margin-right: 30px;    margin-bottom: 20px;background: white;overflow: hidden;}
.list-pr li:hover{ border:solid 1px #e94d00;}
.list-pr li .pfooter{float:left;margin-top:10px;padding-top: 10px;border-top: 1px solid #f2f2f2;}
.list-pr li .pfooter .pimg{float:right}
.list-pr li .pimg{width:125px;float:left;}
.list-pr li .pinfo{width:220px;float:left;display:block;}
.list-pr li .img{ text-align: left; width:125px;display:block;}
.list-pr li .img img{ width: 125px; height: 125px;}
.list-pr li .title{ font-size: 14px;height:16px; line-height: 1.2em; overflow: hidden;width: 100%;}
.list-pr li .price{  padding-top: 0px;}

/*特色模块--end*/

/*国际版独立分类页面样式 - start*/
.siteMap {
    margin: 10px -5px;
    line-height: 28px;
    color: #808080;
}
.siteMap a {
    margin: 0px 7px;
    color: #000000;
}
.category-main {
    min-height: 400px;
    margin-bottom: 20px;
}
.category-main .categoryList dd
{ 
    display: inline-block;
    width:100%;
    padding-bottom: 10px;
}
.category-main .categoryList h2 {
    margin: 10px 0px;
    font-weight: normal;
    margin-top: 21px;
}
.category-main .categoryList h2 a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.category-main .categoryList h2 span {
    font-size: 12px;
    color: #06F;
}
.category-main .categoryList .categoryItem {
    line-height: 23px;
}
.category-main .categoryList .categoryItem li {
    list-style-type: circle;
    margin-left: 35px;   
     width: 200px;
    float: left;
    overflow: hidden;
    height: 24px;
}
.category-main .categoryList .categoryItem li a {
    font-size: 13px;
    margin-right: 10px;
    color: #369;
}
.sumResult {
        margin: 10px;
        padding-left: 15px;
        line-height: 28px;
        color: #808080;
        float: left;
        font-size: 15px;
    }
/*国际版独立分类页面样式 - end*/


/********************************选型首页start***************************************/

.toper_model{
	width: 100%;
}
.toper_model .toper_lead{
	width:100%;
	height: 35px;
	line-height: 35px;
	background-color: #3E3E3E;
	min-width: 1190px;
}
.toper_model .toper_lead .toper_title{
	height: 35px;
	color: #FFFFFF;
}

.icon-topemail{
	width:25px;
	height: 25px;
	vertical-align: middle;
	background-position: -15px -798px;
}

.top_buyer{
	display: inline-block;
	width:50px;
	height: 35px;
	background-color: #DC2928;
	margin: 0 26px;
}
.top_buyer i{
	width: 50px;
    height: 25px;
    vertical-align: middle;
    background-position: -56px -801px;
}

.toprightinfo a{
	color: #FFFFFF;
}
.toprightinfo>span{
	margin-left: 3px;
}

.top_en{
	margin-left: 26px;
}


.logocontainer{
	height: 100px;
}
.logocontainer .logobox{height: 100px;}
.logocontainer .logobox>a{
	display: inline-block;
	height: 100px;
}
.logocontainer .logobox>a>img{
	width:300px;
	height: 100px;
}
.logocontainer .callbox{
	height: 50px;
	margin-top: 25px;
}
.logocontainer .callbox i{
	font-size: 48px;
	color: #DC2928;
	float: left;
	margin-right: 10px;
    margin-top: 3px;
}

.logocontainer .callbox .fr{
	margin-top: 10px;
}

   
.nav_modelbox{
	width:100%;
	border-top: 1px solid #EEEEEE;
	position: relative;
}
.nav_modelbox .nav_model ul{
	height: 70px;
}
.nav_modelbox .nav_model ul li {
	float: left;
}
.nav_modelbox .nav_model ul li:first-child a{
	padding-left: 0px!important;
}
.nav_modelbox .nav_model ul li a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 15px 0 14px;
	font-size: 16px;
}

.nav_modelbox .nav_model ul li a:hover{
	background-color: #DC2928;
	color: #FFFFFF;
}

.nav_modelbox_child{
	width:100%;
	min-width: 1190px;
	background:rgba(0,0,0,1);
    opacity:0.9; 
	position: absolute;
    top: 70px;
    left: 0px;
    z-index: 9;
    display: none;
}

.nav_modelbox_child .wrap ul li{
	float: left;
	margin-right: 60px;
}

.nav_modelbox_child .wrap ul li a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;
	font-size: 14px;
}

.nav_modelbox_child .wrap ul li a:hover{
	color: #DC2928;
}

.fomwmodel{
	background-color: #000000;
    opacity: 0.4;
    border-radius: 50px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    text-align: center;
    padding: 0 6px;
}
.jsnavmodel{
	display: inline-block;
    background: #3A3A3A;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.jsnavmodel.on{
	background-color: #FFFFFF;
}

.banner .prevbanner, .banner .nextbanner {
    position: absolute;
    top: 175px;
    width: 50px;
    height: 50px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.banner .prevbanner {
    left: 22px;
    background: #000 url(/assets/img/pub/icon-pub.png) no-repeat -8px -868px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.banner .nextbanner {
    right: 22px;
    background: #000 url(/assets/img/pub/icon-pub.png) no-repeat -5px -824px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}


.hotcontainer{
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 47px;
}
.hotcontainer .hotmodel{
	width:604px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.hotcontainer .hotmodel a{
	border-right: 1px solid #EEEEEE;
	padding: 0 5px;
}

.hotcontainer .hotmodel a:last-child{border-right: 0px;}
.productcontainer{margin-bottom: 104px;}
.product_store{
	height: 314px;
}
.pubtitle span{
	display: inline-block;
	font-weight: normal;
	border-bottom: 2px solid #EEEEEE;
	position: relative;
	height: 44px;
    line-height: 44px;
}
.pubtitle span:after{
	content: '';
	display: inline-block;
	width:20px;
	height: 2px;
	background-color:#DC2928;
	position: absolute;
	bottom: -2px;    
    left: 50%;
    margin-left: -10px;
}


.product_store_left{
	float: left;
	margin-top: 24px;
}
.productitem{
	width:247px;
	height: 290px;
	text-align: center;
}
.productitem h4{
	width:247px;
	height: 61px;
	line-height: 61px;
	background-color: #ccc;
	font-size: 16px;
	color: #dc2928;
}
.productitem h4>i{
	font-size: 12px;
    margin-right: 10px;
}
.itemcontainer{
	width:247px;
	position: relative;
    background: #fff;
}
.itemleft{
	height: 61px!important;
	line-height: 61px;
	border: 1px solid #EEEEEE;
    border-top-width: 0px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.itemright{
	display: none;
	border: 1px solid #DC2928;
	min-height: 290px;
	position: absolute;
	left: 246px;
	top: -61px;
	z-index: 5;
	background-color: #fff;
    width: 953px;
    padding: 20px;
}
.itemright ul li{
	height: 40px;
	line-height: 40px;
    float: left;
    margin-left: 30px;
}
.itemleftcur{
	border: 1px solid #DC2928;
	border-right: 1px solid #FFFFFF;
	z-index: 6;
}

.itemmore{
	height: 22px;
	line-height: 22px;
	border: 1px solid #EEEEEE;
	border-top: 0px;
    cursor: pointer;
    background: #eee;
}
.itemmore i{
	color: #DC2928;
	font-size: 22px;
}
.itemmore.itemmore_prev.prevStop,.itemmore.itemmore_next.nextStop {
    cursor: default;
}
.itemmore.itemmore_prev.prevStop i,.itemmore.itemmore_next.nextStop i{
    color: #ccc;
}
.product_store_right{
	float: right;
}

.product_store_right .dotbox{
	width:936px;
	height: 23px;
	line-height: 23px;
}
.product_store_right .dotbox span{
	float: right;
}
.product_store_right .dotbox span a.on{
	background-color: #DC2928;
}
.product_store_right .dotbox span a{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	margin-right: 9px;
	background-color: #EDEDED;
}
.product_store_right .hotproduct{
	width:936px;
	height: 290px;
}
.hotproduct ul li{
	float: left;
	width: 234px;
	height: 290px;
	border: 1px solid #EEEEEE;
	text-align: center;
}
.hotproduct ul li div{
	width: 234px;
	height: 290px;
}
.hotproduct ul li div a{display: inline-block;margin-top: 29px;}
.hotproduct ul li div img{width:170px;height: 166px;}

.hotproduct ul li div h3{width: 234px;height:20px;margin: 16px 0 6px;}

.hotproduct ul li div span{color: #DC2928;}



/*合作伙伴*/

.partnercontainer{
	margin-top: 24px;
	    margin-bottom: 107px;
}
.partnercontainer ul li{
	float: left;
	width: 192px;
	height: 144px;
	border: 1px solid #EEEEEE;
	margin: 0 60px 24px 0;
}
.partnercontainer ul li:nth-child(5n){
	margin-right: 0px;
}
.partnercontainer ul li a{
	display: inline-block;
}

.partnercontainer ul li a img{width: 190px;height: 142px;}


/*关于我们*/

.regardourcontainer{
	width:1190px;
	margin: 37px auto 59px;
}
.regardourcontainer .regardourleft{
	width:465px;
	height: 310px;
	margin-right: 41px;
}

.regardourcontainer .regardourright{
	width:694px;
	height: 310px;
}

.regardourcontainer .regardourright h2{
	width:100%;
	height:66px;
	line-height: 66px;
	overflow: hidden;
	margin-top: 7px;
}
.regardourcontainer .regardourright p{
	text-indent: 30px;
	line-height: 22px;
	font-size: 14px;
	width:694px;
	height: 197px;
	overflow: hidden;
}


/*行业资讯*/

.news_container {
	margin-top: 43px;
}
.news_container ul{
	height: 234px;
}
.news_container ul li{
	float: left;
	width:537px;
	border-bottom: 1px solid #EEEEEE;
}

.news_container ul li:nth-child(2n+1){
	margin-right: 111px;
}
.news_container ul li .newsitems a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
}
.news_container ul li .newsitems a:hover{
	padding-left: 10px;
	transition:all .3s ease-in-out;
}
.news_container ul li .newsitems a i{
	font-size: 14px;
    display: inline-block;
    line-height: 46px;
}
.news_container ul li .newsitems a span{
	display: inline-block;
	width:400px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    vertical-align: top;
}

.news_container ul li .newsitems span{font-size: 14px;}

.news_container ul li .newsitems>span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
}
.news_container ul li .newsitems a:hover{
	color: #DC2928;
}



/*友情链接*/
.linkscontainer{
	width:100%;
	min-width: 1190px;
	background-color: #E8E8E8;
	color: #999999;
}
.linkscontainer .wrap{
	width:1190px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.linkscontainer a{
	margin: 0 17px;
	color: #999999;
}


/*尾部*/
.fastcontanier{
	padding-top: 39px;
	height: 217px;
}
.fastcontanier .fastcontanier_left dl dd{
	float: left;
	width:268px;
}
.fastcontanier .fastcontanier_left dl dd:last-child{
	width:218px;
}
.fastcontanier .fastcontanier_left dl dd ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.fastcontanier .fastcontanier_left dl dd ul li a{
	font-size: 14px;
	color: #999999 ;
}

.fastcontanier .fastcontanier_left dl dd h3{
	font-size: 16px;
	margin-bottom: 6px;
}
.fastcontanier_right{
	float: left;
}
.fastcontanier_right>div{
	padding: 8px;
	background-color: #FFFFFF;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -mox-border-radius: 8px;
}
.fastcontanier_right img{
	width:95px;
	height: 95px;
}

.fastcontanier_right h3{
	margin-top: 9px;
}

.companycontainer{
	width:100%;
	min-width: 1190px;
	height: 80px;
	background-color: #3E3E3E;
	color: #999999;
	padding: 20px 0;
}

.companycontainer p{
	height: 20px;
	line-height: 20px;
}

/********************************选型首页end***************************************/

#profileleft{ word-wrap:break-word}