*{margin:0px; padding: 0px;}
html,body {
    font: 14px PingFang SC Medium,microsoft yahei,arial,verdana,helvetica,sans-serif;
    margin: 0 auto;
    color:#333;
    background: #f5f5f5;
}
a, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, span, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0;
}
a {
	background-color: transparent;
	color:#666;
	text-decoration:none;
}
a:hover {
    color: #5aaaff;
    text-decoration:underline;
}
ul,li {
    list-style: none;
}
a {
    text-decoration: none;
}

/*toper*/
body > header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
body > header {
    font-size: 14px;
    background: #fff;
}
header > div:first-child {
    border-bottom: 1px solid #e6e6e6;
}
body > header .toolbar {
    padding: 0 4px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}
header .toolbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.toolbar-link {
    float: left;
    width: 75%;
    height: 28px;
    padding: 4px 0px;
}
header .toolbar .toolbar-link .link_index{
   width: 68px;
   height: 28px;
   display: inline-block;
}
header .toolbar .toolbar-link .link_index img{
	width: 68px;
	height: 28px;
}
header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
header i.sep {
    color: silver;
    margin-left: .5em;
    margin-right: .5em;
}
header .toolbar .toolbar-link .dropdown {
    display: inline;
    position: relative;
}
header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
header .toolbar #user-tools {
    float: right;
    margin: 0;
    color: #666;
}
.tool-bar-ctn .toolbar #user-tools > li {
    border-right: 0;
}
header .toolbar #user-tools > li {
    display: inline;
    height: 20px;
    padding: 2px 10px;
    border-right: 1px solid silver;
}
header .toolbar a.no-padding {
    padding: 0;
}
header .toolbar #user-tools .sign {
    color: #5aaaff;
}
header .toolbar #user-tools > li:last-child {
    border-right: none;
}
header > div:first-child + div {
    background: #fff;
	border-bottom:1px solid #f5f5f5;
}

/*header*/
.head{
	width: 100%;
	margin:0 auto;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
}
.headcont{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	padding:15px 0;
}
.vipshop{
	width: 900px;
	float: left;
}
.vipshop>span{
	vertical-align: middle;
	white-space: nowrap;
	display: table-cell;
	text-align: center;
}
.vip_36 span.logo{
	width: 50px;
	height: 50px;
	float: left;
}
.vip_36 span.logo img{
	width: 50px;
	height:50px;
	vertical-align: middle;
}
.vip_22 span.logo{
	width:80px;
	height: 50px;
	border:1px solid #e6e6e6;
	border-radius: 3px; 
}
.vip_22 span.logo img{
	max-width: 80px;
	max-height: 50px;
	vertical-align: middle;
}
.spacing {
	display: table-cell;
	width: 15px;
}
.vip_36 .myname,.vip_22 .myname{
	width: 780px;
	display: table-cell;
} 
.vip_22 .myname{
	padding-left: 15px;
	border-left: 1px solid #f0f0f0;
}
.vip_36 .myname p:first-of-type,.vip_22 .myname p:first-of-type{
	overflow: hidden;
}
.vip_36 .myname p:first-of-type>span,.vip_22 .myname p:first-of-type>span{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	float: left;
	line-height: 32px;
}
.vip_36 .myname p:first-of-type i,.vip_22 .myname p:first-of-type i{
	width:112px;
	height: 64px;
	float: left;
	margin-left: 5px;
	background-size:100% 100%;
}
.vip_36 .myname p:first-of-type i.vip_icon_100{
	background-image: url(../../images/vip/vip_36_100.png);
}
.vip_22 .myname p:first-of-type i.vip_icon_100{
	background-image: url(../../images/vip/vip_22_100.png);
}
.vip_36 .myname p:first-of-type i.vip_icon_200{
	background-image: url(../../images/vip/vip_36_200.png);
}
.vip_22 .myname p:first-of-type i.vip_icon_200{
	background-image: url(../../images/vip/vip_22_200.png);
}
.vip_36 .myname p:first-of-type i.vip_icon_300{
	background-image: url(../../images/vip/vip_36_300.png);
}
.vip_22 .myname p:first-of-type i.vip_icon_300{
	background-image: url(../../images/vip/vip_22_300.png);
}

.vip_36 .myname p.zhuying,.vip_22 .myname p.zhuying{
	overflow: hidden;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	height: 24px;
}
.iphone{
	float:right;
	width: 240px;
	height: 44px;
	border:1px solid #7dc458;
	text-align: center;
	border-radius: 44px;
	position: relative;
	top: 5px;
}
.iphone .iphonepic{
	width: 34px;
	height: 34px;
	background: url(/images/iphone.png);
	display: inline-block;
	position: relative;
	top:5px;
}
.iphone>span{
	font-size:20px;
	color: #7dc458;
	padding-left: 10px;
	position: relative;
	top: -3px;
}
/*nav*/
.nav_wrap{
	height: 50px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.nav_wrap .nav{
	width: 1200px;
	margin: 0 auto;
	height: 50px;	
}
.nav_wrap .nav a{
	width: 98px;
	color: #333;
	line-height: 48px;
	height: 48px;
	text-align: center;
	margin-right: 20px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.nav_wrap .nav a.current,.nav_wrap .nav a:hover{
	border-bottom: 2px solid #67ba3c;
	color: #7ec55a;
}
.nav_wrap .nav a:hover{
	cursor: pointer;
}
/*中间内容*/
.contbox{
	width: 1200px;
	margin:15px auto 0px auto;
	overflow: hidden;
}
.leftbox{
	width:885px;
	float: left;	
}
.boxstyle{
	background: #fff;
	overflow:hidden;
	padding: 20px;
}
.newproducts,.hotproductsbox{
	margin-bottom: 15px;
}
.title_name {}
.title_name i {
  width: 21px;
  height: 21px;
  background: url(../../images/user/sign_tit_bg.png) no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: 3px;
}
.title_name span {
  display: inline-block;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.title_name a{
	float: right;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.title_name a:hover{
	color: #7ec55a;
	cursor: pointer;
}
ul.product_wrap{
	overflow: hidden;
}
ul.product_wrap li{
	width: 268px;
	float: left;
	height: 200px;
	margin-top: 20px;
	margin-right:20px; 
}
ul.product_wrap li:nth-child(3n){
	margin-right: 0px;
}
ul.product_wrap li a{
	display: inline-block;
	position: relative;
	height: 200px;
	width: 268px;
}
ul.product_wrap li a img{
	width: 268px;
	height: 200px;
}
ul.product_wrap li a>p{
	position: absolute;
	bottom: 0px;
	width: 258px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.companytxt{
	margin-bottom: 15px;
}
.contxt{
	padding:10px 0px;
	overflow: hidden;
}
.contxt p{
	font-size:14px; 
	color: #666;
	line-height: 28px;
}
.contxt p a{
	color: #209a13;
}

/*right*/
.rightbox{
	width: 300px;
	float: right;
}
.rightbox .contactus,.rightbox .companyitem{
	overflow:hidden;
	background: #fff;
	margin-bottom: 15px;
}
.right_title{
	height: 59px;
	border-bottom: 1px solid #f6f6f6;
	line-height: 59px;
	font-size: 18px;
	font-weight:400;
	color: #000;
	padding-left: 15px;
}
.right_title i{
	width: 4px;
	height: 18px;
	background: #79c254;
	display: inline-block;
	position: relative;
	top: 2px;
}
.right_title span{
	padding-left: 10px;
}
ul.contact_list,ul.company_list{
	overflow: hidden;
	padding:10px 15px;
}
ul.contact_list li,ul.company_list li{
	padding: 3px 0px;	
	display: flex;	
	line-height: 30px;
}
ul.contact_list li label,ul.company_list li label{
	color: #666;
	flex: 1;
}
ul.contact_list li label i{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
i.contactname{
	background: url(../../images/contactname.png);
}
i.contactmoblie{
	background: url(../../images/contactmoblie.png);
}
i.contactaddress{
	background: url(../../images/contactaddress.png);
}
.contact_txt{
	flex: 2.2;
}
.geren_yes,.qiye_yes,.youxiang_yes,.shouji_yes,.geren_no,.qiye_no,.youxiang_no,.shouji_no,.weixin_yes,.weixin_no{
    width:32px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.geren_yes{
    background: url(../../images/geren_yes.png); 
}
.qiye_yes{
    background: url(../../images/qiye_yes.png);
}
.youxiang_yes{
    background: url(../../images/youxiang_yes.png);
}
.shouji_yes{
    background: url(../../images/shouji_yes.png);    
}
.weixin_yes{
    background: url(../../images/weixin_yes.png);    
}

/*foot*/
.jl-footer {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center
}

.jl-footer .footer-cities {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 20px 10px;
    color: #999;
    font-size: 12px
}

.jl-footer .footer-cities {
    text-align: left;
    color: #999;
    font-size: 12px
}

.jl-footer .footer-cities>ul>li {
    margin-bottom: 10px
}

.jl-footer .footer-cities>ul>li .c-title {
    float: left;
    font-size: 12px
}

.jl-footer .footer-cities>ul>li .c-links {
    color: inherit;
    margin-left: 80px;
    overflow: hidden;
    max-height: 20px;
    line-height: 1.6
}

.jl-footer .footer-cities>ul>li .c-links>a {
    display: inline-block;
    margin-left: 18px;
    color: #999
}

.jl-footer .footer-cities>ul>li .c-links>a:hover {
    color: #5aaaff
}

.jl-footer .footer-cities>ul>li .c-links.expanded {
    max-height: none
}

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px
}

.footer a {
    padding: 0 10px;
    font-size: 14px;
    color: #999
}

.footer a:hover {
    color: #5aaaff
}

.jl-footer .copyright {
    color: #999;
    font-size: 12px;
    padding-top: 15px
}

.jl-footer .copyright {
    color: #999;
    font-size: 12px
}

.jl-footer .copyright .copy-icon {
    font-size: 20px;
    position: relative;
    top: 2px
}

.jl-footer .icp-number {
    margin-top: 15px;
    color: #999;
    font-size: 12px
}

.jl-footer .icp-number>span a {
    color: #999;
    font-size: 12px
}

.jl-footer .icp-number>span a:hover {
    color: #5aaaff
}

/*热门产品*/
ul.hot_products{
	overflow: hidden;
}
ul.hot_products li{
	padding: 10px 0px;
	overflow: hidden;
}
ul.hot_products li .l_picture{
	width: 150px;
	height: 100px;
	float: left;
}
ul.hot_products li .l_picture a{
	display:inline-block;
	width: 150px;
	height: 100px;
	position: relative;
	background: #f6f6f6;
	border-radius: 3px;
}
ul.hot_products li .l_picture a>img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	max-width: 150px;
	max-height: 100px;
	margin:auto;
	border-radius: 3px;
}
ul.hot_products li .c_content{
	width: 560px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
ul.hot_products li .c_content .pro_title{
	font-size:16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
	margin-bottom: 10px;
}
ul.hot_products li .c_content .pro_title a{
	color: #333;
	text-decoration: none;
}
ul.hot_products li .c_content .pro_title a:hover{
	color: #333;
	text-decoration: underline;
}

ul.hot_products li .c_content .address,ul.hot_products li .c_content .classify_time{
	font-size: 12px;
	color: #888;
	line-height: 30px;
}
ul.hot_products li .c_content .classify_time span{
	margin-right: 10px;
}
ul.hot_products li .r_content{
	width: 95px;
	float: left;
	text-align: right;
	line-height: 30px;
}
ul.hot_products li .r_content>span{
	font-size: 16px;
	font-weight: bold;
	color: #ff8726;
}
/*page*/
.pages{
	padding:20px 0px;
	overflow:hidden;
	text-align:center;
}
.pages a{
	/* height: 36px; */
	/* line-height: 36px; */
	padding: 10px 18px;
	border: 1px solid #e8e8e8;
	color: #666;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
	text-decoration: none;
	border-radius: 3px;
}
.pages a.up_page,.pages a.next_page{
	width: 72px;	
}
.pages a.number{
	width: 36px;
}
.pages a.current{
	background:#5aaaff;
	color:#fff;
	pointer-events:none;
	border:0 none;
}
.pages a:hover{
	background:#f6f6f6;
	text-decoration:none;
}
/*公司介绍*/
.companyprofilebox{
	margin-bottom: 15px;
	min-height: 522px;
}
.companyprofile{
	overflow: hidden;
	padding: 0 10px;
}
.companyprofile p{
	text-indent: 28px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 15px auto;
}

.item_icon {
    background-image: url(../../images/item_icon_minione.png)
}

div.authen_icon {
    overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
}

div.authen_icon i {
    width: 34px;
    height: 24px;
    display: inline-block;
	margin-right: 5px;
}

i.personal {
    background-position: 0 0
}

i.personal-no {
    background-position: 0 -32px
}

i.enterprise {
    background-position: -45px 0
}

i.enterprise-no {
    background-position: -45px -32px
}

i.email {
    background-position: -91px 0
}

i.email-no {
    background-position: -91px -32px
}

i.phone {
    background-position: -132px 0
}

i.phone-no {
    background-position: -132px -32px
}
i.wx {
    background-position: -162px 0
}

i.wx-no {
    background-position: -162px -32px
}
