/* 顶部 */
.headerTop {
	background-color: #f7f7f8;
	border-bottom: 1px solid #cdcdcd;
}

.headerTop .top {
	height: 30px;
	font-size: 12px;
	background-color: #f7f7f8
}

.headerTop .top .topleft {
	width: 450px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.headerTop .top .topleft span {
	display: inline-block;
	vertical-align: middle;
}

.headerTop .top .topleft span.firstName {
	width: auto;
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.topright {
	float: right;
	position: relative;
	line-height: 30px;
	height: 30px
}

.topright ul {
	float: left;
}

.topright li {
	float: left;
	position: relative;
	top: 9px;
}

.topright li a {
	display: block;
	border-right: 1px solid #999;
	line-height: 14px;
	padding: 0 10px;
}


/* 右侧边栏 */
.asideRight {
	width: 35px;
	height: 100% !important;
	color: #fff;
	position: fixed;
	_position: absolute;
	right: 0px;
	top: 0px;
	_bottom: auto;
	z-index: 1000;
	background-color: #575757
}

.asideRight ul {
	margin-top: 150px;
}

.asideRight .asideRight_item {
	padding: 20px 10px;
	line-height: 20px;
	position: relative;
}

.asideRight .asideRight_item .asideRight_item_icon {
	width: 18px;
	height: 18px;
	margin-bottom: 6px;
	margin-left: -2px;
}
.asideRight .asideRight_item.asideRight_item_cart {
	background-color: #0066CC;
}

.asideRight .asideRight_item:before {
	content: '';
	width: 19px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 8px;
}

.asideRight .asideRight_item:first-child:before {
	height: 0;
}

.asideRight .asideRight_item a {
	color: #fff;
}

.asideRight .asideRight_item .cartProductCount {
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-radius: 25px;
	background-color: #b50202;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-left: -4px;
	margin-top: 5px;
}

.asideRight .service_right {
	cursor: pointer;
	position: relative;
}

.asideRight .service_right:hover .service_right_box {
	display: block;
}

.asideRight .service_right .service_right_box {
	width: 142px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #fff;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 10px;
	display: none;
}

.arrowBox {
	position: absolute;
	right: 1px;
	top: 15px;
}

.arrowBox .rightArrow1,
.arrowBox .rightArrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid white;
	overflow: hidden;
}

.arrowBox .rightArrow1 {
	left: 2px;
	border-left: 8px solid #bbbbbb;
}

.arrowBox .rightArrow2 {
	border-left: 8px solid white;
}

.asideRight .toTop {
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -10px;
}

.asideRight .toTop {
	padding: 10px 0;
	border-bottom: none;
}

.asideRight .toTop:hover .iconfont {
	color: #fff;
}




.cmkufu {
	cursor: pointer;
}

.cm_kefu {
	display: inline-block;
	vertical-align: top;
}

.cm_phone {
	display: inline-block;
	margin: 0px 0 0 10px;
	font-size: 14px;
}


/*logo搜索头*/
.header {
	width: auto;
	height: 126px;
	background: #fff;
}

.header .headerlogo {
	width: 258px;
	text-align: center;
	float: left;
	margin-top: 33px;
}

.header .siteBox {
	width: 110px;
	height: 51px;
	margin-top: 40px;
	cursor: pointer;
	float: left;
	margin-left: 25px;
	position: relative;
}

.header .siteBox .siteBox_warp {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header .siteBox .site {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.header .siteBox .site .iconfont {
	color: #0066CC;
	font-size: 22px;
	position: relative;
	right: -3px;
}

.header .siteBox .changeSite {
	width: 87px;
	height: 27px;
	line-height: 27px;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: 14px;
	text-align: center;
	font-size: 12px;
	color: #333;
	margin: 0 auto;
}

.header .siteBox .changeSite .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 8px 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #999;
	position: relative;
	top: 7px;
}

.headersearch {
	width: 560px;
	height: 126px;
	float: left;
}

.s1 {
	margin-top: 47px;
	float: left;
	height: 38px;
	width: 520px;
	margin-left: 20px
}

.searchinpWarp {
	width: 471px;
	height: 30px;
	background: #fff;
	border: 2px solid #0066CC;
	border-radius: 20px;
	padding: 3px 3px 3px 42px;
	background: url(/_ui/desktop/common/cmyy/image/index/search.png) no-repeat 15px center;
}

.searchinpWarp .searchinp {
	width: 380px;
	height: 29px;
	line-height: 30px;
	border-bottom: 1px solid transparent;
}

.searchinpWarp.searchinpWarp_suggest {
	border-radius: 20px 20px 0 0;
	border-bottom: transparent;
}

.searchinpWarp.searchinpWarp_suggest .searchinp {
	border-bottom-color: #ccc;
}

.searchinpWarp .searchBtn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #0066CC;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border: 0;
	outline: 0;
	float: right;
}

.suggest {
	width: 516px;
	background-color: #fff;
	border: 2px solid #0066CC;
	border-top: 0;
	border-radius: 0 0 20px 20px;
	position: relative;
	z-index: 999;
	float: left;
	margin-top: -1px;
	display: none;
}

.suggest ul {
	padding: 6px 20px;
}

.suggest li {
	line-height: 24px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.suggest li a:hover {
	color: #0066CC;
}

.hotSearch {
	width: 500px;
	padding-left: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	position: absolute;
}

.hotSearch a {
	color: #0066CC !important;
	margin-right: 10px;
}

.hotSearch a:hover {
	text-decoration: underline;
}

.headerphone {
	width: 173px;
	float: left;
	margin-top: 43px;
}

/*菜单栏*/
.menuu {
	width: auto;
	height: 41px;
	background: #fff;
}

.menu {
	width: 1200px;
	height: 40px;
	margin: auto
}

.menumain {
	width: 256px;
	height: 40px;
	float: left;
	background-color: #0054a7;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.menumain a:link {
	color: #fff;
}

.menumain a:hover {
	color: #e3101e;
}

.menulist {
	float: left;
	margin-left: 45px;
}

.menulist ul.homeNav {}

.menulist ul.homeNav li {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.menulist ul.homeNav li .iconHot {
	position: absolute;
	top: -16px;
	right: 14px;
}

.menulist ul.homeNav li .iconHot img {
	vertical-align: top;
}

.menulist ul.homeNav li a {
	font-weight: bold;
	color: #333;
	display: block;
	padding: 0 15px;
	font-size: 16px
}

.menulist ul.homeNav li a:hover,
#menu_opt.navItemJF:hover a {
	color: #0066CC;
}

.menulist ul.homeNav li a:hover {
	color: #0066CC;
}

#menu_opt {
	margin-left: 3px;
}

#menu_opt a {
	color: #0054A7;
}

.menuright .mycm {
	margin-left: -2px;
}

.menuright li a {
	font-size: 12px;
	text-align: center;
	border-right: 0px solid
}

.menurightend {
	width: 35px;
	height: 40px;
	float: left;
	line-height: 40px;
	margin-top: 46px;
}

.menurightend a {
	color: #0054a7;
	display: block;
	font-size: 14px;
	line-height: 40px
}

.menurightend a ins {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	background-color: #d02631;
	text-decoration: none;
	border-radius: 10px
}
