@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family:"Microsoft YaHei";
	overflow-x:hidden;
	overflow-y:scroll;
	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";
}
.ie-css3 {
	behavior: url(ie-css3.htc);              /* This lets IE know to call the script on all elements which get the 'box' class */
}

.display_flex {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}


.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	color: #122c4c; }
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;
}
.w1200 {
	width: 1200px;
	margin:0 auto;
}
.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;
	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;
}

.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background: none;
}
.f-cb {
	zoom: 1;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../img/preloader.svg); background-size:100px;}


/*container*/


.pc{display: block;}
.mobile{display: none;}
.body_wrapper {
	overflow: hidden;
}

a, .btn, button {
	text-decoration: none;
	outline: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
	text-decoration: none;
	outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 1350px) {
	.container {
		max-width: 1350px;
	}
}

@media (min-width: 1250px) {
	.container.custom_container {
		max-width: 1520px;
	}
}


@media screen and (max-width: 992px){
	.container{padding: 0 20px;}
	.pc{display:none;}
	.mobile{display: block;}
}


/**
 * 判断浏览器
 */

#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-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%;
}
/*内页背景*/

.probg {
	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;
}




/*********************************************************************************************************************/

/*内页导航*/

.nei-menu {
	line-height: 72px;


}
.nei-menu ul {
	display:flex;
	float: left;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
.nei-menu ul li {
	font-size: 1.4rem;
}
.nei-menu ul li a {
	color: #171717;
	padding:0 25px;
	display: block;
	text-transform: capitalize;
}
.nei-menu ul li a:hover,.nei-menu ul li a.current {
	color: #fff;
	background: #d70c18;
}
.nei-menu .line {
	height: 1px;
	background: #d70c18;
	width: 0;
	transition: all 1s linear;
}
.nei-menu:hover .line {
	width: 100%;

}
#nei-content {
	-moz-box-shadow:0px 10px 20px #ABABAB;
	-webkit-box-shadow:0px 10px 20px #ABABAB;
	box-shadow:0px 10px 20px #ABABAB;
	background: #f4f4f4;
}
.pt-55 {
	padding-top:55px;
}
.center {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;

}
/*面包屑导航*/
.bread {
	padding-top:20px;

}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #9e9e9e;
	content: "\009B";
}
.breadcrumb li.active {
	text-transform: uppercase;
}

.breadcrumb {
	float: left;
	padding:0;
	line-height: 80px;
	margin-bottom:0;
	background: none;
	font-size: 14px;
	color: #9e9e9e;
	margin-right: 25px;
}
.breadcrumb li a {
	color: #9e9e9e;
}
.breadcrumb li i {
	margin-right: 10px;
	color: #9e9e9e;
}




/**
 * 底部样式
*/

.footer {

}
.footer-link {
	background: #f6f6f6;


}
.footer-link .foot-nav {

}
.footer-link .foot-contact {
	padding-top:55px;
	padding-bottom: 55px;
}
.footer-link .foot-center {
	padding-top: 55px;
	padding-bottom: 55px;
}
.footer-link ul li {
	line-height: 2;
}
.footer-link ul li a {
	font-size: 14px;
	color: #1f1f1f;
}
.footer-link .foot-nav .foot-left::after {
	content:'';
	width: 1px;
	height: 195px;
	background: #333232;
	display: block;
	position: absolute;
	right:0;
}
.footer-link .foot-nav .foot-menu {
	width: 16%;
}
.footer-link .foot-nav h2 {
	font-size:20px;
	color: #1f1f1f;
	margin-bottom: 20px;

}
.footer-link .foot-nav .foot-menu p {
	line-height: 1.5;
	color: #848484;
	font-size: 1.2rem;
}
.footer-link .foot-nav .foot-menu p a {
	color: #848484;
	font-size:12px;
}

.footer-link .foot-nav .foot-erweima {
	text-align: center;
}
.footer-link .foot-nav .foot-erweima p {
	color: #646464;
	margin-top: 15px;
}
.footer-link .foot-right {
	background: #efefef;
	padding-top:55px;
	text-align: center;
	padding-bottom: 55px;
}
.footer-link .foot-right .foot-logo {
	margin-bottom: 15px;
}
.left-line {
	text-align: center;
	border-left:1px solid #d4d4d4;
}
.pb-40 {
	padding-bottom: 40px;
}
.copyright {
	font-size: 14px;
	height: 88px;
	line-height: 88px;
	color: #fff;
	background: #106fc7;

}
.copyright .border-top {
	width: 100%;
	text-align: center;
	border-top:1px solid #393939;
}
.copyright p {
	color: #fff;
	margin-bottom: 0;
	font-size:14px;

}
.copyright p a {
	color: #fff;

}

@media screen and (max-width: 992px) {
	.foot-con {
		padding-top: 50px;
	}
	h3.foot-title {
		margin-bottom:5%;
	}
	.foot-menu {
		margin-top:30px;
	}
	.copyright {
		line-height: 3;
	}
}









/**********************底部样式 ****************************************/


/*在线客服*/
.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;}


