/*iconfont引用*/
@import url("fonts/iconfont.css");
@font-face {
	font-family: 'iconfont';
	src: url('fonts/iconfont.eot');
	src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.fl {
	float: left
}
.fr {
	float: right
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 8px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*头部*/
.head_v16 {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #f6f6f6;
}
.head_v16 .left {
	float: left;
}
.head_v16 .left span {
	float: left;
}
.head_v16 .left .login_v16 {
	float: left;
}
.head_v16 .left .login_v16 a {
	display: inline-block;
	margin-left: 15px;
}
.head_v16 .left .login_v16 a:nth-child(1) {
	font-weight: 700;
}
.head_v16 .right {
	float: right;
	height: 30px;
}
.head_v16 .right ul li {
	float: left;
	position: relative;
	padding-right: 10px;
	text-align: center;
	margin-left: 20px;
}
.head_v16 .right ul li span {
	position: relative;
	padding-right: 10px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.head_v16 .right ul li a {
	display: inline-block;
	overflow: hidden;
}
.head_v16 .right ul li span:hover {
	color: #ff6700;
}
.head_v16 .right ul li span:after {
	content: "";
	display: inline-block;
	border-top: #ccc 4px solid;
	border-right: #f6f6f6 4px solid;
	border-bottom: #f6f6f6 4px solid;
	border-left: #f6f6f6 4px solid;
	font-size: 0px;
	width: 0px;
	line-height: 0;
	height: 0px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
	position: absolute;
	top: 10px;
	right: 0px;
}
.head_v16 .right ul li:hover span:after {
	transform: rotate(180deg);
}
.head_v16 .right ul li dl {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 110%;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	display: none;
}
.head_v16 .right ul li:hover dl {
	display: block;
}
.head_v16 .right ul li dl dd {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.top_v16 {
	height: 60px;
	padding: 30px 0;
	background: #fff;
}
.top_v16 .logo_v16 {
	float: left;
	width: 300px;
}
.top_v16 .search_v16 {
	float: left;
	height: 40px;
	border: 2px solid #1E50A1;
	box-sizing: border-box;
	margin-top: 10px;
}
.top_v16 .search_v16 input {
	border: none;
	background: none;
	height: 36px;
	width: 100%;
	outline: none;
}
.top_v16 .search_v16 ul li {
	float: left;
	position: relative;
}
.top_v16 .search_v16 ul li:nth-child(1) {
	width: 80px;
}
.top_v16 .search_v16 ul li:nth-child(1) input {
	color: #666;
	text-align: center;
	cursor: pointer;
}
.top_v16 .search_v16 ul li:nth-child(1):after {
	content: "";
	transition: all .3s;
	display: inline-block;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: transparent #ccc;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 15px;
}
.top_v16 .search_v16 ul li:hover:nth-child(1):after {
	border-color: transparent #1E50A1;
	transform: rotate(225deg);
	top: 18px;
}
.top_v16 .search_v16 ul li:nth-child(2) {
	width: 440px;
	padding-left: 20px;
}
.top_v16 .search_v16 ul li:nth-child(2) input {
	color: #666;
}
.top_v16 .search_v16 ul li:nth-child(3) {
	background: #1E50A1;
	font-size: 16px;
	width: 80px;border-radius:0px;
}
.top_v16 .search_v16 ul li:nth-child(3) input {
	color: #fff;
	cursor: pointer;
}
.top_v16 .search_v16 ul li #search_tips {
	left: 0px;
	top: 40px;
	box-sizing: border-box;
	z-index: 1000;
	position: absolute;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	background: #FFF;
	border: #eee 1px solid;
}
.top_v16 .search_v16 ul li #search_tips div {
	height: 30px;
	line-height: 30px;
	color: #666;
}
.top_v16 .search_v16 ul li #search_tips div:hover {
	background: #f9f9f9;
}
.top_v16 .search_v16 ul li #search_tips div:hover span {
	color: #008000;
}
.top_v16 .search_v16 ul li dl {
	display: none;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #1E50A1;
	border-top: none;
	position: absolute;
	left: -2px;
	z-index: 1000;
}
.top_v16 .search_v16 ul li dl dd {
	height: 30px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.top_v16 .search_v16 ul li dl dd a {
	color: #666;
}
.top_v16 .search_v16 ul li dl dd:hover {
	color: #1E50A1;
}
.top_v16 .search_v16 ul li:hover dl {
	display: block;
}
.top_v16 .neik {
	height: 40px;
}
.top_v16 .hot_v16 {
	display: block;
	overflow: hidden;
	margin-top: 5px;
}
.top_v16 .hot_v16 a {
	color: #666;
}
.top_v16 .fabu {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	float: right;
	background: #fff;
	border: 1px solid #2455a4;
	box-sizing: border-box;
	margin-top: 10px; position:relative
}
.top_v16 .fabu a {
	color: #1E50A1;
	display: inline-block;
}
.menu_v16 {
	margin-bottom: 15px;
}
.menu_v16 .allmenu {
	background: #1E50A1;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 220px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.menu_v16 .allmenu:before {
	content: "\e60e";
	display: inline-block;
	font-family: 'iconfont';
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 20px;
	margin: 0 5px;
}
.menu_v16 .nav_16 li {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	float: left;
	padding: 0 30px;
}
.menu_v16 .nav_16 li a {
	padding: 8px 2px;
	color: #fff
}
.menu_v16 .nav_16 li.menuon a {
	color: #fff;
	font-weight: 700; /*border-bottom:2px solid #1E50A1;*/
}
.menu_v16 .allmenu .im0l_v16 {
	width: 220px;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(0,0,0,.88);
	z-index: 3;
	padding-bottom: 10px;
	display: none;
}
.menu_v16 .allmenu:hover .im0l_v16 {
	display: block;
}
.menu_v16 .allmenu .im0l_v16 ul li {
	padding: 0px 20px 11px;
}
.menu_v16 .allmenu .im0l_v16 ul li:nth-child(1n+2) {
	margin-top: -1px;
}
.menu_v16 .allmenu .im0l_v16 ul li:hover {
	background: #2d2e3e;
}
.menu_v16 .allmenu .im0l_v16 ul li p {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 {
	font-size: 16px;
	margin-bottom: 5px;
	border-top: 1px solid #333;
	padding-top: 12px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 a {
	color: #fff;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 {
	font-size: 12px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a {
	color: #aaa;
	display: inline-block;
	margin-right: 5px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a:hover {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right {
	width: 0px;
	height: 487px;
	background: #fff;
	position: absolute;
	left: 220px;
	top: 0px;
	overflow: hidden;
	transition: all .8s;
	box-sizing: border-box;
}
.menu_v16 .allmenu .im0l_v16 ul li:hover .right {
	width: 980px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box {
	padding: 10px 20px;
	position: absolute;
	right: 0;
	width: 980px;
	height: 487px;
	border: 1px solid #1E50A1;
	box-sizing: border-box;
	overflow-y: auto;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_left {
	float: left;
	width: 730px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong {
	font-size: 16px;
	display: block;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong a {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl {
	font-size: 12px;
	padding: 10px 0;
	overflow: hidden;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dt {
	line-height: 25px;
	font-weight: 700;
	float: left;
	width: 10%;
	margin-right: 3%;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd {
	line-height: 25px;
	overflow: hidden;
	float: left;
	width: 85%;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a {
	color: #666;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a:hover {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD {
	float: right;
	width: 168px;
	padding-top: 10px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD img {
	margin-top: 10px;
}
.menu_v16 .enter {
	float: right;
	position: relative;
	bottom: -5px;
	margin-right: 5px;
}
/*底部样式the*/
.footerBox {
	width: 100%;
	min-width: 1200px;
	padding: 0 0 40px;
	background: #121212;
	margin-top: 20px;
}
.footerBox .footer {
	width: 1200px;
	margin: 0 auto;
}
.footer .footerTop {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	color: #a0a0a0;
}
.footerTop a {
	color: #888;
}
.footerTop .gfNavItem {
	margin-right: 110px;
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
	float: left;
}
.footerTop .gfNavItem.gfLt {
	margin-right: 80px;
}
.footerTop .gfNavItem.about {
	margin-right: 0;
}
.footerTop .gfLt .logo {
	display: block;
	width: 156px;
	height: 60px;
}
.footerTop .gfLt .tel {
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
}
.footerTop .gfLt .tel .iconfont {
	font-size: 16px;
	margin-right: 8px;
	color: #a0a0a0;
}
.footerTop .gfLt .date {
	color: #6e6e6e;
}
.gfNavItem .gfNavTitle {
	width: 130px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 12px;
}
.gfNavItem .gfNavLink {
	display: block;
}
.footer .fonterCode {
	float: right;
	padding: 0 20px 10px 80px;
	line-height: 26px;
	border-left: 1px #2f2f2f solid;
}
.fonterCode .mobileTitle {
	font-size: 16px;
	color: #ddd;
	font-weight: normal;
}
.fonterCode .codeBox {
	height: auto;
	overflow: hidden;
	margin-right: -30px;
	padding-top: 12px;
}
.fonterCode .codeBox dl {
	float: left;
	display: inline;
	margin-right: 30px;
	text-align: center
}
.fonterCode .codeBox dl dt {
	text-align: center;
	padding-top: 3px;
}
.footer .fonterInfo {
	text-align: center;
	color: #6e6e6e;
	line-height: 36px;
}
.footerSortLine {
	height: 1px;
	background: #292929;
	margin-bottom: 5px;
}
.footerSort {
	padding-bottom: 5px;
}
.footerSort a {
	color: #6e6e6e;
	padding: 0px 12px;
	border-right: none;
}
.footerSort a:hover, .footerTop a:hover {
	color: #e02445;
}
.footerSort a:last-child {
	border-right: none;
}
.fonterInfo .footNav {
	height: 24px;
	line-height: 24px;
	padding-top: 6px
}
.fonterInfo .footNav a, .fonterInfo .telTime a, .footCopyright .telTime a {
	color: #888;
	margin: 0 12px;
}
.fonterInfo .footNav span.otherFoot .telTime span {
	font-size: 12px;
}
.fonterInfo .footNav a.footIco, .fonterInfo .telTime a.footIco {
	margin: 0 0 0 15px
}
.fonterInfo .footNav a:hover, .otherFoot .telTime a:hover {
	color: #e02445
}
.fonterInfo .bianHao {
	color: #999;
}
.fonterInfo .bianHao a {
	color: #999;
}
.fonterInfo .beiAn {
	color: #424242;
	margin-left: 3px;
}
.fonterInfo .footFriend {
	height: 31px;
	padding-top: 10px;
}
.fonterInfo .footFriend .iso {
	width: 88px;
	height: 31px;
	display: inline-block;
	background-image: url(icon/copyright.png);
	opacity: .6;
	filter: alpha(opacity=60);
	margin-right: 4px;
}
.fonterInfo .footFriend .isoa {
	background-position: 0 0
}
.fonterInfo .footFriend .isob {
	width: 87px;
	background-position: -92px 0
}
.fonterInfo .footFriend .isoc {
	width: 87px;
	background-position: -182px 0
}
.fonterInfo .footFriend .isod {
	width: 107px;
	background-position: -272px 0
}
.fonterInfo .footFriend .isoe {
	background-position: -383px 0
}
.fonterInfo .footFriend .isof {
	width: 95px;
	background-position: -474px 0
}
.fonterInfo .footFriend .isoa:hover {
	background-position: 0 -31px
}
.fonterInfo .footFriend .isob:hover {
	background-position: -92px -31px
}
.fonterInfo .footFriend .isoc:hover {
	background-position: -182px -31px
}
.fonterInfo .footFriend .isod:hover {
	background-position: -272px -31px
}
.fonterInfo .footFriend .isoe:hover {
	background-position: -383px -31px
}
.fonterInfo .footFriend .isof:hover {
	background-position: -474px -31px
}
.fonterInfo .footFriend .iso:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer .fonterInfo.otherFoot {
	text-align: center;
	border-top: none;
	padding-top: 0;
	color: #6e6e6e;
	line-height: 36px;
}
.otherFoot .footerSort {
	border-bottom: 1px #292929 solid;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.otherFoot .telTime {
	height: 24px;
	line-height: 24px;
	padding: 8px 0 6px;
}
.advantage {
	overflow: hidden;
}
.advantage li {
	float: left;
	height: 120px;
	line-height: 120px;
	font-size: 18px;
	color: #fff;
	margin-right: 140px;
}
.advantage li:nth-child(5) {
	margin-right: 0;
}
.advantage i {
	background: url(icon/bottom.png) no-repeat;
	position: static;
	position: initial;
	display: inline-block;
	vertical-align: -8px;
	margin-right: 20px;
}
.advantage .ad1 {
	width: 34px;
	height: 36px;
	background-position: -124px -85px;
	vertical-align: -14px;
}
.advantage .ad2 {
	width: 32px;
	height: 32px;
	background-position: -124px -41px;
}
.advantage .ad3 {
	width: 32px;
	height: 32px;
	background-position: -124px -129px;
}
.advantage .ad4 {
	width: 34px;
	height: 33px;
	background-position: -124px -170px;
}
.advantage .ad5 {
	width: 27px;
	height: 34px;
	background-position: -124px 0;
}
/*底部样式end*/



/*右侧固定导航the*/
.side-tool {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: #2d2e3e;
	z-index: 9999;
	box-shadow: 0 0 10px hsla(0,0%,60%,.2);
}
.side-tool .aside-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px
}
.side-tool .aside-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.side-tool .tool-list {
}
.side-tool .tool-list .tool-bg {
	display: block;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	position: relative;
}
.side-tool .tool-list .tool-bg .icon i {
	font-size: 22px;
}
.side-tool .tool-list .tool-bg .name {
	margin-top: 3px;
	font-size: 12px;
}
.side-tool .tool-list .tool-bg .sign {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #1E50A1;
	text-align: center;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}
.side-tool .tool-list .tool-bg.show-btn-collection .show-collection {
	display: none;
	position: absolute;
	right: 45px;
	bottom: 115px;
	font-size: 14px;
	width: 80px;
	height: 34px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 34px;
	color: #222;
	z-index: 9999;
	background-color: #fff
}
.side-tool .tool-list .tool-bg.show-btn-collection:hover .show-collection {
	display: block;
	color: #222
}
.side-tool .tool-list .tool-bg .show-content {
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0px
}
.side-tool .tool-list .tool-bg.show-btn-side .show-content {
	display: none
}
.side-tool .tool-list .tool-bg.show-btn-side:hover .show-content {
	display: block
}
.side-tool .tool-list .tool-bg:hover {
	background: #1E50A1;
	color: white
}
.side-tool .tool-list .tool-bg:hover .name {
	color: white
}
/*右侧固定导航end*/



/*商铺信息*/
.company-box {
	height: auto;
	overflow: hidden;
	background: #fff
}
.company-box h2 {
	font-size: 16px;
	line-height: 40px;
	padding: 5px 15px;
	font-weight: normal;
	color: #000
}
.company-box h2:before {
	content: "";
	background: #1E50A1;
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 3px;
	margin-top: 12px;
}
.shopName {
	height: 77px;
	padding: 0px 0px 0px 15px;
	background: url("img/news-hot.png") no-repeat 0px 0px scroll;
	border-bottom: #eee 1px solid
}
.shopName h3 {
	color: #1E50A1;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding: 13px 5px 0px 0px;
}
.shopName h3 a {
	color: #1E50A1;
}
.shopName h3 a:hover {
	color: #1E50A1;
	text-decoration: none;
}
.shopName .jwsy {
	margin-top: 10px;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
}
.shopName .jwsy1 {
	background: #1E50A1;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
	margin-right: 5px;
}
.shopName .jwsy1 a {
	color: #fff
}
.shopName .jwsy1:hover, .shopName .jwsy2:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.shopName .jwsy2 {
	background: #9E9E9E;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
	margin-right: 5px;
}
.shopName .jwsy3 {
	background: #607D8B;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
}
/*-- 诚信档案 --*/
.shopData p:before, .shopData p:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.shopData p {
	zoom: 1;
}
.shopData p {
	line-height: 30px;
	padding: 0px 5px 0px 15px;
	height: 30px;
	z-index: 1
}
.shopData p em {
	float: left
}
.shopData p em.wxqrcode {
	float: left;
	position: relative;
	height: 16px;
	z-index: 100;
	display: block;
	margin-right: 10px
}
.shopData p em.wxqrcode span {
	display: none
}
.shopData p em.wxqrcode:hover span {
	display: block;
	z-index: 1000;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: -40px;
	padding: 5px;
	top: -105px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	background: white;
}
.shopData p em.wxqrcode span img {
	width: 100px;
	height: 100px;
}
.shopData p i {
	color: #999;
	float: left;
	font-size: 12px;
	padding-right: 4px;
	text-align: right;
}
.shopData p a {
	color: #4c4c4c;
	margin-right: 10px;
}
.fl {
	float: left
}
.v-year {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	float: left
}
.v-year b {
	font-weight: bold;
	color: #1E50A1;
	font-size: 16px;
}
/*-- 公司信息 --*/
.companyInfo {
	height: auto;
	overflow: hidden;
	border-top: #eee solid 1px;
	padding: 15px 0px 5px 15px;
	margin-top: 10px;
}
.companyInfo a {
	width: 72px;
	height: 28px;
	float: left;
	border: #eee solid 1px;
	line-height: 28px;
	border-radius: 1px;
	margin: 0px 6px 10px 0px;
	padding-left: 34px;
	color: #535353;
}
.companyInfo a:hover {
	color: #1E50A1;
	text-decoration: none;
}
.companyInfo a.dp {
	background: #FEFCE4 url(img/dp-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.companyInfo a.gs {
	background: #FEFCE4 url(img/gs-icon.png) no-repeat 12px center;
	background-size: 16px 18px;
}
.companyInfo a.dz {
	background: #FEFCE4 url(img/dz-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.companyInfo a.cp {
	background: #FEFCE4 url(img/fl-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
.blank_content {
	display: none;
	position: fixed;
	top: 35%;
	left: 40%;
	width: 50%;
	height: 270px;
	background: #f7f7f7 url(img/cart.png) no-repeat left 40px;
	z-index: 1002;
	width: 470px;
	border-radius: 5px;
	padding: 5px;
}
.blank_content h2 {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 18px;
	padding: 0px 5px 0px 10px;
	font-weight: normal
}
.blank_content h2 span {
	float: right
}
.blank_content h3 {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 18px
}
.blank_content h3 a {
	color: #1E50A1
}
.blank_content .open {
	padding: 10px 15px 20px 15px;
	overflow: hidden;
}
.blank_content ul li {
	font-size: 14px;
	line-height: 28px;
	height: 28px
}
.blank_content ul li em {
	font-size: 12px;
	color: #666
}
.blank_content ul li img {
	margin-top: -5px
}
.blank_content ul li.com {
	font-size: 16px
}
.blank_content dl dt {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.blank_content dl dt img {
	width: 100px;
	height: 100px;
	border-radius: 3px;
}
.blank_content dl ul {
	overflow: hidden;
}
.wx {
	border-top: #e3e3e3 1px solid;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}
.wx b {
	color: red
}
.qrcode2 {
	width: 47px;
	position: absolute;
	right: 30px;
	top: 63px;
	z-index: 1000
}
.qrcode2 p {
	font-size: 12px;
}
.qrcode2 dl {
	display: none
}
.qrcode2:hover dl {
	display: inline-block;
	position: relative;
	z-index: 10000;
	background: white;
	width: 100px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
	top: 0px;
	padding: 5px;
	left: -90px
}
.qrcode2:hover dl img {
	width: 100px;
	height: 100px;
}
.open {
	padding: 0px 0px;
}
.buycar {
	padding: 0px 15px 15px 15px
}
.buycar a {
	background: #1E50A1 url(img/s-ico1.png) no-repeat 40px 8px;
	background-size: 20px 22px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px
}
.buycar a:hover {
	background: #009231 url(img/s-ico1.png) no-repeat 40px 8px;
	background-size: 20px 22px;
}
.menu_v16 {
	width: 100%;
	

}
.menu_v161{ width:100%; height:46px; background:#01427a; float:left; 
}
.menu_v1612{background: #f5f7fa url(images/xingqiu.png) no-repeat center top !important; width:100%; float:left}
.bannermall {
	width: 100%;
	max-height: 495px;
	position: relative;
	overflow: hidden;
}
.index-container {
	position: relative;
}
.prod-collection-wrap {
	width: 1160px;
	border-radius: 4px;
	height: auto;
	background: #fff;
	padding: 20px;
	float: left
}
.section-title {
	position: relative;
	margin: 10px 0 24px;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	background: url(images/jpico.png) no-repeat;
	padding-left: 65px;
}
.section-title em {
	font-size: 14px;
	margin-left: 15px;
	color: #999;
	font-weight: 400;
}
.swiper {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 242px;
}
.per-swiper {
	position: relative;
	padding: 0;
	height: 100%;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-slide {
	float: left;
	width: 20.5%;
	padding: 10px;
	border: 1px solid #efefef;
	margin: 0 15px;
}
.swiper-slide img {
	width: 235px;
	/*height: 200px;*/
	height: 235px;
}
.p-card-layout {
	width: 179px;
	height: 204px;
}
.per-text {
	cursor: pointer;
	padding-top: 12px;
	height: 35px;
}
.per-price {
	background-image: url(images/price.ce200a8.png);
	background-size: cover;
	height: 32px;
	position: relative;
}
.per-price .price {
	position: absolute;
	top: 3px;
	left: 4px;
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 28px;
	width: 50%;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.per-price .discount {
	position: absolute;
	top: 5px;
	right: 8px;
	display: inline-block;
	color: #f79331;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-weight: 700;
}
.per-price .price .currency {
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}
.p-card-name-title {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin: 12px 0px;
}
.weizhi {
	position: relative
}
.fenleimall {
	position: absolute;
	width: 100px;
	height: 23px;
	background-color:#f3912c;
	color: #fff;
	left: 135px;
	text-align: center;
	font-size: 13px;
	top: 1px;
}
.newproduct {
	width: 1200px;
	float: left;
	margin: 20px 0px;
}
.newproduct_left {
	width: 250px;
	float: left
}
.newproduct_right {
	width: 950px;
	float: right;
	background: #fff;
	height: 298px;
}
.newproduct_right ul {
	padding: 0;
	margin: 0
}
.newproduct_right ul li {
	position: relative;
	padding: 13px;
	text-align: center;
	float: left;
	width: 22%;
	background: url(images/line.png) no-repeat
}
.newproduct_right ul li img {
	display: block;
	height: 193px;
	width: 200px;
	margin-bottom: 19px;
}
.newproduct_right ul li h5 {
	line-height: 18px;
	margin-bottom: 14px;
	font-weight: normal;
	color: #333333;
	transition: color 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.newproduct_right ul li:first-child {
	background: none
}
.newproduct_right ul li .price {
	display: flex;
	align-items: center;
}
.newproduct_right ul li .price strong {
	width: 65px;
	height: 16px;
	line-height: 16px;
	color: #ffffff;
	background: url(images/promotion-background.png) right no-repeat;
	background-size: 100%;
}
.newproduct_right ul li .price span {
	color: #ed0014;
}
.newproduct_right ul li .price del {
	color: #bfbfbf;
}
.index-container1 {
	position: relative;
	margin-bottom: 48px;
}
.prod-collection-wrap1 {
	width: 1160px;
	border-radius: 4px;
	height: auto;
	background: #fff;
	padding: 20px;
	float: left
}
.section-title1 {
	position: relative;
	margin: 10px 0 24px;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	background: url(images/youzhi.png) no-repeat;
	padding-left: 65px;
}
.section-title1 em {
	font-size: 14px;
	margin-left: 15px;
	color: #999;
	font-weight: 400;
}
.yzjg {
	width: 1200px;
	margin-bottom: 20px;
	float: left
}
.yzjg ul {
	padding: 0px;
	margin: 0px;
}
.yzjg ul li {
	position: relative;
	margin: 0px 15px;
	text-align: center;
	float: left;
	width: 22%;
}
.yzjg ul li:first-child {
	margin-left: 5px;
}
.yzjg ul li img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
.yzjg ul li p {
	background: #f5f6fa;
	line-height: 35px;
	height: 35px;
	margin-top: 15px;
}
.floore1 {
	width: 1160px;
	border-radius: 4px;
	height: auto;
	background: #fff;
	padding: 20px;
	float: left;
	margin-top: 20px;
}
.floore1 h3 {
	position: relative;
	margin: 10px 0 23px;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
}
.floore1 h3 em {
	font-size: 14px;
	margin-left: 15px;
	color: #999;
	font-weight: 400;
}
.floore1_left {
	width: 220px;
	height: 560px;
	float: left
}
.floore1_right {
	width: 935px;
	float: right
}
.floore1_right ul {
	padding: 0px;
	margin: 0px;
}
.floore1_right ul li {
	float: left;
	width: 23%;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-left: 2%;
	padding: 15px;
	margin-bottom: 2%;
	background: #fff;
	transition: all .3s;

}
.floore1_right ul li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.floore1_right ul li:nth-child {
1n+5
}
{
margin-bottom:0;
}
.floore1_right ul li .image {
	overflow: hidden;
	margin: 0 auto;
	position: relative
}
.floore1_right ul li .image img {
	width: 195px;
	height: 160px;
}
.floore1_right ul li .text {
	margin-top: 10px;
	text-align: left;
}
.floore1_right ul li .text p {
	line-height: 20px;
	font-size: 15px;
	
	color: #242424;
	margin-top: 5px;
	text-align: left;
	overflow: hidden;
	height: 20px; font-weight:normal !important
}
.floore1_right ul li .text p.p_1 {
	font-weight: 700;
}
.floore1_right ul li .text p.p_2 {
	font-size: 12px;
	color: #999;
}
.floore1_right ul li .text p.price {
     color: #ff5700;
    font-size: 16px; font-weight:bold;
}
.floore1_right ul li .text p.price span {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.fenleimall1 {
	position: absolute;
	width: 80px;
	height: 21px;
	background-color: rgba(210,210,210,0.9);
	color: #fff;
	left: 105px;
	text-align: center;
	font-size: 12px;
	top: 1px;
}
.news_nr {
	width: 1200px;
	margin-top: 20px;
	float: left;
}
.news_nr_left {
	width: 735px;
	float: left;
	background: #FFF
}
.news_nr_left_title {
	width: 690px;
	height:56px;
	padding: 0 25px;
}
.news_nr_left_title h2 {
	float: left;
	line-height: 56px;
	background: url(images/hot.png) left no-repeat;
	text-indent: 30px;
	font-size: 20px;
	color: #ff7200;
}
.news_nr_left_title .more {
	padding-top: 20px;
	padding-right: 10px;
}
.news_nr_right {
	width: 450px;
	float: right;
	background: #FFF
}
.news_nr_right_title {
	width: 400px;
	height:56px;
	padding: 0 25px;
}
.news_nr_right_title h2 {
	float: left;
	line-height: 56px;
	background: url(images/hot1.png) left no-repeat;
	text-indent: 30px;
	font-size: 20px;
	color: #1952a1;
}
.mall_floor1 {
	height: 617px;
	padding: 20px 10px;
}
.mall_floor1 .mall_title {
	height: 60px;
	line-height: 60px;
}
.mall_floor1 .mall_title span {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.mall_floor1 .mall_title .mall_sort {
	float: right;
}
.mall_floor1 .mall_title .mall_sort a {
	display: inline-block;
	margin-left: 20px;
	color: #999;
	font-size: 12px;
	line-height: 60px;
}
.mall_floor1 .mall_title .mall_sort a:hover {
	color: #1db3c9;
}
.mall_floor1 .mall_title .mall_sort a.main_more {
	position: relative;
	padding-right: 25px;
	color: #666;
}
.mall_floor1 .mall_title .mall_sort a.main_more:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #ccc;
	position: absolute;
	top: 24px;
	left: -10px;
}
.mall_floor1 .mall_title .mall_sort a.main_more:after {
	content: "\e65a";
	font-family: 'iconfont';
	position: absolute;
	right: 0px;
	font-size: 16px;
}
.mall_floor1 .mall_title .mall_sort a.main_more:hover {
	color: #cea861;
}
.mall_floor1 .left {
	float: left;
	width: 220px;
	height: 520px;
}
.mall_floor1 .left img {
	width: 104.5%;
}
.mall_floor1 .right {
	float: left;
	width: 980px;
	height: 520px;
}
.mall_floor1 ul {
	overflow: hidden;
}
.mall_floor1 ul li {
	float: left;
	width: 31%;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-left: 2%;
	padding: 15px;
	margin-bottom: 2%;
	background: #fff;
	transition: all .3s; height:299px;
}
.mall_floor1 ul li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.mall_floor1 ul li:nth-child {
1n+5
}
{
margin-bottom:0;
}
.mall_floor1 ul li .image {
	overflow: hidden;
	margin: 0 auto;
}
.mall_floor1 ul li .image img {
	width: 195px;
	height: 195px;
}
.mall_floor1 ul li .text {
	margin-top: 10px;
	text-align: left;
}
.mall_floor1 ul li .text p {
	line-height: 20px;
	font-size: 15px;
	color: #242424;
	margin-top: 5px;
	text-align: left; height:20px; overflow:hidden
}
.mall_floor1 ul li .text p.p_1 {
	font-weight: 700;
}
.mall_floor1 ul li .text p.p_2 {
	font-size: 12px;
	color: #999;
}
.mall_floor1 ul li .text p.price {
	color: #fc5109;
	font-weight: 600;
}
.mall_floor1 ul li .text p.price span {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.shuzi{   position: absolute;
    top: 5px;
    /* left: 29px; */
    right: auto;
    display: inline-block;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #1E50A1;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    right: 70px;
}
	
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


.w100{ width:100px; overflow:hidden }













#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(images/focus_handle.png);
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: #fff;
}

			.Box {position: relative; width:1200px;}
			.Box .content1 {width: 1200px;margin: 0 auto; }
	        .Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
			.Box .Box_con .btnl {background:url(images/jtl02.png) no-repeat center;left: -5px;}
			.Box .Box_con .btnr {background: url(images/jtr02.png) no-repeat center;right: 40px;}
			.Box .Box_con .btnl:hover {background: url(images/jtl02.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(images/jtr02.png) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden; width:1100px; margin-left:40px;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {position: relative;
    margin: 0px 15px;
    text-align: center;
    float: left;
    width: 245px;}
			
			.Box .Box_con .conbox ul li img {display: block;width: 200px;height: 200px; margin-left:22px;transition: all 0.5s; border-radius:50%; border:0 !important; text-align:center; opacity:0.9; margin-right:0px !important; padding-right:0px !important; }
			.Box .Box_con .conbox ul li p {
    background: #f5f6fa;
    line-height: 35px;
    height: 35px;
    margin-top: 15px;
}
	
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}