﻿﻿/* 主体和头部 */

body {
}
.g-hd-outer {
	background: #fff;
}
/* 导航 */

.m-nav {
	BACKGROUND: #b30d1d;
}
.m-nav ul li.u-first a {
	BACKGROUND: url(../images/nav-2.gif) no-repeat center bottom;
	COLOR: yellow;
}
.m-nav ul a {
	COLOR: white;
	BACKGROUND: url(../images/nav-1.gif) no-repeat center bottom;
}
.m-nav ul li ul li a {
	BACKGROUND: url(../images/nav-1.gif) no-repeat center bottom;
}
.m-nav .u-first {
	border-left:none;
}
.m-nav ul li a {
	color:fff;
}
.m-nav ul li a:hover {
	color:yellow;
}
.m-nav ul li ul {
	background-color:yellow;
}
.m-nav ul li ul li ul {
	background-color:yellow;
}
.m-nav ul li ul.last li ul {
	background-color:yellow;
	color:yellow;
}
.m-nav .select {/*color:yellow;*/
}
.m-nav .select>a {/*color:yellow;*/
}
.m-nav ul ul .select {
	color:#888;
}
.m-nav ul li ul a {
	background-image:none;
	background:#0d55a2;/*color:#fff;*/
}
/**mb1**/

.m-default-default h2 {
	background-color:#3b5998;
}
/* 搜索 */

.m-search {
	margin-top:20px;
	float: right;
	height: 28px;
	border:2px solid #3b5998;
}
.m-search .u-search-key {
	border: 0 none;
	color: #ccc;
	float: left;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	padding: 5px;
	width:330px;
}
.m-search .u-search-btn {
	color:#fff;
	background:#3b5998;
	font-size: 14px;
	border: 0 none;
	height: 30px;
	overflow: hidden;
	width: 60px;
	float:right;
}
/* 脚部 */

.g-ft {
	COLOR: #666;
	BACKGROUND: url(../images/footer_top_bg.gif) #2d2d2d repeat-x 50% top;
}
.g-ft-inner a {
	COLOR: #666;
}
.g-ft-inner a.hover {
#b30d1d
}
.g-ft, .g-ft a, .ft ahover {
}
.m-ft-nav span {
}
/* 二级页公共样式 */

/* 背景颜色 */

.m-theme14 .m-sort ul li a.u-current, .m-theme25 .u-buy a:hover, .g-common .m-view-time, .m-view-curent, .m-go-buy a.u-sysbtn {
	background: #3b5998;
}
/* 选中时的字体颜色 */

.m-theme14 .m-sort ul li a.u-current, .m-theme25 .u-buy a:hover, .g-common .m-view-time, .m-view-curent, .m-go-buy a.u-sysbtn {
	color: #fff;
}
/* 带颜色的字体 */

.m-theme8 .u-price, .g-common .u-price, .g-common .m-left-time span {
	color: #3b5998;
}
/* 边框颜色 */

.m-theme14 .m-sort ul li a.u-current, .m-theme25 .u-buy a:hover, .g-common .g-view-menu ul li {
	border: 1px solid #3b5998;
}
/* 顶部边框 */

.m-bottom-line, .g-common .g-view-menu ul li.first {
	border-top: 1px solid #3b5998;
}
/* 左边边框 */

.g-common .g-view-menu ul li.first {
	border-left: 1px solid #3b5998;
}
/* 底部边框 */

.m-view-curent, .m-go-buy a.u-sysbtn {
	border-bottom: 1px solid #3b5998;
}
/* 购买鼠标放上时的颜色 */

.m-go-buy a.u-sysbtn:hover, .m-theme25 .u-buy a:hover {
	background: #4c68a2;
}
/* 购买时间底色 */

.g-common .m-left-time span {
	background: #ffed03;
}
/* 产品 */
.product3, .product8, .product8 li {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product3 li {
	width:25%;
	float:left; padding:0; margin:0;
	overflow:hidden;
	position:relative;
	text-align:center; margin-bottom:30px;
}
.product02 .product3 li img {
	display: inline-block;
	height:163px;
	max-width:100%;
	vertical-align:middle
}
.product03 .product3 li img {
	display: inline-block;
	height:209px;
	max-width:100%;
}
.product3 li>p {
	width:100%;
	margin:0 auto;
	text-align:center;
	
	text-overflow:ellipsis;
	overflow:hidden;
	    background: #fff;
	white-space:nowrap;
	 font-family: "Microsoft yahei", "微软雅黑";
}
.product3 li>div {
	margin:3px auto;
	position:relative;
	margin:0 auto;
	width:96.6%;
	text-align:center;
	vertical-align:middle;
}
.product3 li>div>a {
	display:block;
}
.product3 li>div>a img { width:50%;}
.prod-zoom {
	position:absolute;
	background:url(../images/product_zoom.png) 0 0 no-repeat;
	width:53px;
	height:53px;
	left:50%;
	top:50%;
	margin:-26px 0 0 -26px;
	cursor: pointer;
	z-index:1;
	top:-100%;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}
.product3 li>div>p{cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	color: #474443;}
.product3 li>div>p:hover{ color:#00a49c;}
.product3 li>div:hover p, .prod8-left:hover p {
	top:50%;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.product8 li {
	padding:10px 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.prod8-left a {
	display:block;
	height:auto;
	overflow:hidden;
}
.prod8-left a img {
	display:block;
	width:100%;
}
.product8 li>p a {
	float:left;
	color:#000;
	font-weight:bold;
}
.product8 li>p a:hover {
	color:#1ec97f;
}
.product8 li>p span {
	float:right;
}
.product8 li>p {
	width:100%;
	height:36px;
	overflow:hidden;
	font:16px/36px "microsoft yahei";
	color:#9a9a9a;
	padding-bottom:5px;
}
.prod8-left {
	float:left;
	width:26%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-right:1.875%;
}
.prod8-right {
	float:right;
	width:70.125%;
	font:14px/30px "microsoft yahei";
	color:#7c7c7c;
	padding-top:10px;
}
.p_ys_box {
	min-width:200px;
	height:30px;
	margin:0 auto;
	padding-left:300px;
	margin-top:5em;
}
.p_ys_box li {
	float:left;
	list-style:none;
	min-width:30px;
	text-align:center;
	border: solid 1px #444;
    padding: 3px;
}
.lazyload1 {
	
}

.m-ct-content { text-align:center;}

.new-sticker{z-index:97;position:fixed;bottom:100px;right:24px}@media (max-width:1024px){.new-sticker{display:none!important}}.new-sticker.fixed-bottom{position:absolute;margin-bottom:0;bottom:421px}.new-sticker.show-roll li.roll-top{opacity:1;height:65px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.new-sticker.mini-screen{right:10px}.new-sticker.hidden{display:none}.new-sticker li{position:relative}.new-sticker li>a{display:inline-block;width:65px;height:65px;background-image:url(../images/sprite_right.png);background-repeat:no-repeat;background-size:102px auto;transition:none}.new-sticker li.consultation{padding-left:30px}.new-sticker li.consultation a{background-position:-18px -16px}.new-sticker li.consultation a:hover{background-position:-18px -120px}.new-sticker li.roll-top{padding-left:30px;margin-top:10px;height:0;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .3s ease}.new-sticker li.roll-top a{background-position:-18px -223px}.new-sticker li.roll-top a:hover{background-position:-18px -327px}.new-sticker li .hover-tip{display:none;position:absolute;left:30px;top:50%;-webkit-transform:translateX(-108%) translateY(-50%);-ms-transform:translateX(-108%) translateY(-50%);transform:translateX(-108%) translateY(-50%)}@media (max-width:1280px){.new-sticker li .hover-tip{-webkit-transform:translateX(-108%) translateY(-55%);-ms-transform:translateX(-108%) translateY(-55%);transform:translateX(-108%) translateY(-55%)}}.new-sticker li .hover-tip .tip-block{position:relative;padding:12px 16px;background-color:#0b1531;font-size:14px;white-space:nowrap;color:#e1e5eb;border-radius:8px}.new-sticker li .hover-tip .tip-block:after{content:'';position:absolute;right:0;top:50%;-webkit-transform:translate3d(45%,-50%,0) rotate(226deg);transform:translate3d(45%,-50%,0) rotate(226deg);height:0;border-style:solid;border-width:5px 5px 5px 5px;border-radius:3px;border-color:transparent transparent #0b1531 #0b1531}.new-sticker li .hover-tip .tip-block a{background-image:none;height:auto;width:auto;font-size:14px;line-height:1;color:#4d88ff}.new-sticker li .hover-tip .tip-block ul li{margin-bottom:12px}.new-sticker li .hover-tip .tip-block ul li:last-child{margin-bottom:0}.new-sticker li:hover .hover-tip{display:block}.new-sticker .side-pop{display:none;position:absolute;bottom:0;left:50%;margin-left:-46px}.new-sticker .side-pop>a{display:block;width:90px;height:40px;text-align:center;line-height:40px;border:1px solid #008de8;background-color:#fff}.new-sticker .side-pop>a.open-account{border-bottom:none;border-radius:3px 3px 0 0}.new-sticker .side-pop>a.after-sale{border-radius:0 0 3px 3px}@media (max-width:1280px){.new-sticker li>a{width:56px;height:56px;background-size:80px auto}.new-sticker li.consultation{padding-left:30px}.new-sticker li.consultation a{background-position:-13px -11px}.new-sticker li.consultation a:hover{background-position:-13px -93px}.new-sticker li.roll-top{margin-top:5px;padding-left:30px}.new-sticker li.roll-top a{background-position:-13px -172px}.new-sticker li.roll-top a:hover{background-position:-13px -254px}}

.product3 .jjlist{ width:45%; padding:0%; margin:2%;border: 1px solid #dddddd;border-radius: 5px;transition: 1s; }

.product3 .jjlist>div{    width: 100%;}
.product3 .jjlist>p{ line-height:50px;}
.product3 .jjlist a{   
  font-family: '微软雅黑';
    font-weight: 900;
    font-size: 18px ;color: #333; overflow:hidden; height:255px;}
.product3 .jjlist img{     height: auto;
    width: 480px;
    border-radius: 5px 5px 0 0;
    transition: all 1s;}
.product3 .jjlist:hover {
    border: 1px solid #00a49c;
}
.product3 .jjlist img:hover {
    transform: scale(1.2);
}
.product3_div { width:1200px;}
.product3_div li{ width:25%;}
.product3_div li>div{
	width: 280px;
    height: 575px;
    background-size: 100%;
    text-align: center;
    overflow: hidden; }
.product3_div li p{line-height: 40px;
    font-size: 18px;
    font-weight: 900;
    color: #000;}