@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"Microsoft YaHei" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	color: #000;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}

.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: #333;

}
ul {
	padding:0;
	margin:0;
	font-size:0;
}
li {
	list-style: none;
}

.fl { float:left;}
.fr { float:right;}

.els {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.row {
	margin:0;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
}
.pad-50 {
	padding-top: 65px;
	padding-bottom: 100px;
}
.pad-150 {
	padding-right:150px;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
body{
	width: 100%;
	opacity: 1;
	overflow: hidden;
	transition:opacity 0.3s;
}
body.on{
	opacity: 1;
}
body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #ab0b1a;
}
.w1400{
	width: 1400px;
	position: relative;
	margin:0 auto;
}
.w1600{
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background: none;
}
.f-cb {
	zoom: 1;
}

@font-face {
	font-family: 'HelveticaCondensedBold';
	src: url('../fonts/Helvetica Condensed Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Helvetica Condensed Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Helvetica Condensed Bold.woff') format('woff'), /* Modern Browsers */
	url('../fonts/Helvetica Condensed Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/Helvetica Condensed Bold.svg#HelveticaCondensedBold') format('svg'); /* Legacy iOS */
}
.pt80 {
	padding-top:80px;
}



/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}

/*css组件设置*/
/*css组件设置*/
.imgZoom img,.imgY180 img { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.imgX360 img {-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.imgX360:hover img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}
/*头部样式 */

/*
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #60b830;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #60b830;
}
*/

.carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -20px;
	font-size:60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

/*内页banner下的导航 */



/*面包屑*/
.list-bread {
	background-color: #f0efef;
	height: 85px;
	line-height: 85px;
}

#tit {
	height: 80px;
	background-color: #f5f5f5;
}

#tit .sendcate p {
	width: 60%;
	font-weight: bold;
	font-size: 28px;
	color: #1e1e1e;
	padding-left: 20px;
	float: left;
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 14px;
}

/*.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #474747;
	content: ">";
}*/

.breadcrumb {
	float: left;
	padding: 0;
	/*line-height: 128px;*/
	margin-bottom: 0;
	background: none;
	font-size: 14px;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb li i {
	margin-right: 10px;
	color: #000001;
}

.breadcrumb li.active {
	text-transform: capitalize;
}

.bread-nei {
	padding: 0 6.5%;
}
/*内页背景*/
#nei-main {
	background: #fff;
}
/*内页导航*/
.goods_cate {
	background: url("../img/pro_cate_bg.jpg") no-repeat;
	min-height: 230px;
	padding-top:70px;
	position:relative;
	background-color:#272c34;
}
.goods_cate_head h2 {
	font-size: 41px;
	font-weight: bolder;
	color: #fff;

}


.product-title {
	margin-bottom: 16px;
}

.product-title h3 {
	text-align: center;
	font-size: 16px;
	color: #dedede;
}

.product-box {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}

.product-header ul {
	position: relative;
}

.product-header ul li {
	display: inline-block;
	text-align: center;
	position: relative;


}

.product-header {
	padding-top: 34px;
}

.product-header ul li a {
	display: block;
	padding: 10px 30px 50px;
	text-decoration: none;
}

.product-head-tag {
	position: relative;
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto 15px;
}

.product-head-tag img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-head-tag .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.product-header ul li a:hover .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.product-head-tit {
	display: block;
	color: #dedede;
	font-size: 16px;
}

.product-header ul li a:hover .product-head-tit {

	text-decoration: underline;
}

.product-header ul .on a:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 44.5%;
	right: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-bottom: 5px solid #272c34;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom:0px;
}

.product-list-item {
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.product-list-item h3 {
	font-size: 18px;
	color: #e8e8e8;
	margin-bottom: 10px;
	font-weight: normal;
}

.product-list-item h3 a {
	display: block;
	color: #e8e8e8;
}


.product-list-text {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}

.product-list-text a {
	font-size: 14px;
	line-height: 1.5;
	margin-right: 5px;
	display: block;
}

.product-switch {
	background: #272c34;
	padding: 40px 135px 15px;
	/*overflow: hidden;*/
}

.product-list-item h3 a:hover,.current {
	color: #d0111b;
}

.on .active-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.on .product-head-tit {
	color: #d0111b;
}




/*********************************************************************************************************************/

/**
 * 底部样式
*/
.jin {
	height: 155px;
	background: #f1f1f1;
	padding-top:35px;
}
.foot-title {
	font-size: 15px;

}
.foot-cate ul {
	width: 100%;
	display: inline-flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.foot-cate ul li {
	width: 20%;
	margin-top:15px;
}
.foot-cate ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #000;

}
.info {
	height: 145px;
	background: #d7d7d7;
	padding-top:35px;
}
.lianxi {
	color: #585858;
	font-weight: bold;
}
.info .foot-title {
	margin-bottom:20px;
}
.info p {
	line-height: 2;
}
.shop a {
	text-decoration: underline;
}
.weixin dt {
	float: left;
}
.weixin dd {
	float: left;
	margin-left: 20px;
	padding-top:20px;
}

.server {
	height: 47px;
	line-height:47px;
	background: #f1f1f1;
}
.copyright {
	font-size:12px;
	height: 50px;
	line-height: 50px;
	color: #838383;
	background: #1b1b1b;
}
.copyright .border-top {
	width: 100%;
	text-align: center;
}
.copyright p {
	color: #838383;
	margin-bottom: 0;
	font-size:12px;

}
.copyright p a {
	color: #838383;

}









/**********************底部样式 ****************************************/


/*在线客服*/
.izl-rmenu{position:fixed;right:5%;bottom:10%;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;display:block;padding:0;margin:0;border:none;border-radius: 0;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq.btn-qqe {background:url(../img/r_qqe.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx.btn-wxe{background:url(../img/r_wxe.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone.btn-phonee{background:url(../img/r_phonee.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.backToTop {display: none; width: 64px;height:65px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


