@charset "utf-8";
* {
	/*font-family: arial,sans-serif;*/
	/*	font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;*/
	font-family: Trade Gothic LT Std Cn;
	margin: 0;
	padding: 0
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, time, mark, audio, video {
	border: 0 none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #15161d;
}
body {
	background-color: #fff;
	width: 100%
}
html {
	line-height: 1
}
q, blockquote {
	quotes: none
}
q::before, q::after, blockquote::before, blockquote::after {
	content: none
}
a img {
	border: medium none
}
b{
	font-weight: normal;
}
a {
	color: #202020;
	text-decoration: none;
	outline: 0;
blr:expression(this.onFocus=this.blur())
}
a:hover {
	text-decoration: none
}
ol, ul {
	list-style: outside none none
}

input[type=submit],input[type=button]{
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.ime-disabled {
	ime-mode: disabled
}
.clearfix::after {
	clear: both
}
.clearfix::before, .clearfix::after {
	content: " ";
	display: table
}
.main {
    width: 90%;/*1200px;*/
    margin: 0 auto;
}
.tem_head{
	width: 100%;
	min-height: 110px;/*height: 110px;*/
	color: #fff;
	background: url(../images/header_bg.png); /*repeat-x;*/
}
.tem_head .main{
	position: relative;
}
.tem_head .logo{
	width: 172px;
	float: left;
	left: 54px;
	top:48px;
	position: relative;
}
.tem_head .logo img{
	width: 172px;
	height: 46px;
}
.head_right{
	width:1120px;/*950px;*/
	height:110px;
	float: right;
}
.head_right .top-bar{
	width: 400px;
	height: 32px;
	float: right;
	position: relative;
	top:20px;
}
.head_right .top-bar .social_navigation{
	width: 156px;
	float:left;
	position: relative;
	top: 10px;
}
.head_right .top-bar .social_navigation span{
	display: inline-block;
	padding:0 10px;
}
.head_right .top-bar .social_navigation span a{
	color: #333c4d;
	font-size: 16px;
}
.head_right .top-bar .social_navigation span.register{
	border-right: 1px solid #333c4d;
}
.head_right .top-bar .header-search{
	width:224px;
	height:30px;
	float: right;
	border:1px solid #d9d9d9;
	border-radius: 20px;
	background-color: #f1f1f1;
}
.head_right .top-bar .header-search .search_field{
	height: 30px;
	width:172px;
	border: 0;
	margin-left:14px;
	background: none;
}
.head_right .top-bar .header-search .search_submit{
	width:38px;
	float: right;
	cursor: pointer;
	height: 30px;
	border:0;
	background: url(../images/search_btn.png) center center no-repeat;
}
.head_right .navtaget{
	width:100%;/*950px;*/
	padding-top:72px;
}
.navtaget ul li{
	display: inline-block;
	/*margin-left: 55px;*/
	margin-left: 50px;
	position: relative;
}
.navtaget ul li a{
	color: #313131;
	font-size: 16px;
	font-weight: 600;
}
.navtaget ul li a.current,.navtaget ul li a:hover{
	color: #ff3e41;
	border-bottom: 2px solid #ff3e41;
}
.navtaget ul li .userstatus{
	display: none;
	top: 34px;
	background: url(../images/userstatus_bg.png) left top no-repeat;
	position: absolute;
	padding-top: 10px;
	z-index: 999;
}
.navtaget ul li .userstatus .down-menu{
	width:300px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;  
	background-color:#e1e1e2
}
.navtaget ul li .userstatus a{
	display: block;
	width: 272px;
	min-height:40px;
	padding: 0 14px;
}
.navtaget ul li .userstatus a:hover{
	border-bottom: none;
}
.navtaget ul li .userstatus a span{
	display: block;
	padding:12px 0;
	color: #1d1e23;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #b9b9b9;
}
.navtaget ul li .userstatus a:last-child span{
	border-bottom: none;
}
.navtaget ul li .userstatus a span i{
	display:inline-block;
	width: 4px;
	height: 4px;
	background-color: #ff3e41;
	margin-right: 12px;
	position: relative;
	top: -1px;
}
.navtaget ul li .userstatus a:hover span{
	font-weight: 600;
	color: #ff3e41;
}
.tem_footer{
	width: 100%;
	margin-top: 26px;
	background: #313131;
	overflow: hidden;
}
.tem_footer .tem_footer_left{
	float: left;
	width: 400px;
}
.tem_footer .tem_footer_left .logo{
	width: 296px;
	display:block;
}
.tem_footer .tem_footer_left .logo img{
	width: 144px;
	height: 38px;
	left:12px;
	position: relative;
	top:16px;
}
.tem_footer .tem_footer_left .footer_info{
	padding-top:25px;
}
.tem_footer .tem_footer_left .footer_info dl dt{
	color: #fff;
	padding-bottom: 16px;
	padding-left: 12px;
	font-size: 18px;
}
.tem_footer .tem_footer_left .footer_info dl dd{
	line-height: 20px;
	color: #fff;
	padding-left: 42px;
	font-size: 14px;
	margin-bottom: 14px;
}
.tem_footer .tem_footer_left .footer_info dl dd.address{
	background: url(../images/location.png) 14px 8px no-repeat;
}
.tem_footer .tem_footer_left .footer_info dl dd.mail{
	background: url(../images/message.png) 14px  no-repeat;
}
.tem_footer .tem_footer_left .footer_info dl dd.tle{
	background: url(../images/call-in.png) 14px  no-repeat;
}
.tem_footer .tem_footer_left .footer_info dl dd.fax{
	background: url(../images/fax.png) 14px  no-repeat;
}
.tem_footer .tem_footer_right{
	width: 460px;
	float: right;
}
.tem_footer .tem_footer_right .footer_navtaget{
	padding-top: 100px;
	text-align: right;
}
.tem_footer .tem_footer_right .footer_navtaget ul li{
	display: inline-block;
	padding: 0 5px;
	border-right:1px solid #2f3452;
}
.tem_footer .tem_footer_right .footer_navtaget ul li:last-child{
	border-right: none;
}
.tem_footer .tem_footer_right .footer_navtaget ul li a{
	color: #fff;
}
.tem_footer .tem_footer_right .social_icons{
	text-align: right;
	padding-top: 15px;
}
.tem_footer .tem_footer_right .social_icons ul li{
	display: inline-block;
	padding-left:10px;
}
.tem_footer .tem_footer_right .social_icons ul li a{
	display:block;
}
.tem_footer .tem_footer_right .social_icons ul li img{
	width: 39px;
	height: 39px;
}
.tem_head1{
	height: 70px;
	background-color: #212227;
	margin-bottom:20px;
}
.tem_head1 .logo1{
	position: relative;
	width: 144px;
	top: 16px;
	float: left;
	margin-right: 48px;
}
.tem_head1 .logo1 a{
	width: 144px;
	display: block;
	height: 38px;
}
.tem_head1 .logo1 a img{
	width: 144px;
	height: 38px;
}
.tem_head1 .nav {
    float: left;
    font-size: 14px;
    margin:18px 15px 0 0;
    position: relative;
}
.tem_head1 .nav li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.tem_head1 .nav li a {
    color: #959596;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding: 5px 12px 6px;
}
.tem_head1 .nav li a:hover{
	 color: #ddd;
}
.tem_head1 .menu {
    float: right;
    margin-top:18px;
    position: relative;
}
.tem_head1 .menu li{
    float: right;
    margin-right: 1px;
}
.tem_head1 .menu li.cart_item{
	 margin-left: 10px;
    width: 150px;
}
.tem_head1 .menu li.cart_item img{
	display: inline-block;
    float: left;
    margin-top:-1px;
    padding-right: 5px;
    width: 25px 19px;
}
.tem_head1 .menu li.cart_item .cart_tips{
	 background:#eb4e11;
    border-radius: 50px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right:-6px;
    text-align: center;
    top: -8px;
    width: 25px;
}
.tem_head1 .menu li a{
	color: #959596;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 4px 10px;
}
.tem_head1 .menu li a:hover{
	color: #ddd;
}
.tem_footer1{
	margin: 20px 0 0;
    padding: 10px 0 20px;
}
.tem_footer1 .footer_inner{
	text-align: center;
}
.tem_footer1 .footer_inner .foot_nav {
    color: #ccc;
}
.tem_footer1 .footer_inner .foot_nav a {
    color: #8f8f90;
    margin-right: 10px;
     margin-left: 10px;
}
.tem_footer1 .footer_inner .copyright{
	padding-top: 10px;
}
.tem_footer1 .footer_inner .copyright p{
	color: #8f8f90;
}
