@charset "utf-8";
#isec_main {
	margin: 0 0 30px 0;
}
#isec_header_allcate_holder {
	float: left;
	width: 167px;
}
#isec_ad {
	position: relative;
	height: 305px;
	margin: 0 0 5px 0;
	overflow: hidden;
}
#isec_ad .bd {
	width: 797px;
	height: 305px;
}
#isec_ad .bd .imgbox {
	width: 797px;
	height: 305px;
}
#isec_ad .hd {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}
#isec_ad .hd .index {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: url(../images/inex_ad_index.png);
}
#isec_ad .hd .index.on ,
#isec_ad .hd .index:hover {
	background: url(../images/inex_ad_index_on.png);
}

.index_right_sec {
	float: right;
	width: 797px;
}
#isec_prod_list {
	border-bottom: 1px solid #1077ba;
}
.index_prod_sec {
	margin: 24px 0;
}
.index_prod_sec .sectit {
	border-bottom: 1px solid #1077ba;
}
.index_prod_sec .sectit .title {
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 4px 15px 2px;
	min-width: 197px;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #004a85;
}
.index_prod_sec .sectit .ctl {
	float: right;
	margin: 0;
	text-align: right;
	font-size: 0;
}
.index_prod_sec .sectit .ctl .btn {
	display: inline-block;
	width: 28px;
	height: 26px;
	transition: all ease 200ms;
}
.index_prod_sec .sectit .ctl .btn.prev {
	background: #004a85 url(../images/w7_white_left_arr.png) no-repeat center center;
}
.index_prod_sec .sectit .ctl .btn.next {
	background: #004a85 url(../images/w7_white_right_arr.png) no-repeat center center;
}
.index_prod_sec .sectit .ctl .btn:hover {
	background-color: #1077ba;
}
.index_prod_sec .list {
	margin: 20px -14px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
.index_prod_sec .item {
	display: inline-block;
	width: 137px;
	margin: 0 14px;
	font-size: 12px;
	vertical-align: top;
	white-space: normal;
}
.index_prod_sec .item .pic {
	display: block;
	width: 135px;
	height: 135px;
	border: 1px solid #e6e6e6;
}
.index_prod_sec .item .name {
	height: 57px;
	margin: 5px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	overflow: hidden;
}
.index_prod_sec .item .func {
	float: right;
}
.index_prod_sec .item .func .addtocart {
	display: inline-block;
	width: 51px;
	height: 17px;
	margin: 2px;
	text-indent: -999999px;
	background: url(../images/index_prod_list_add_to_cart.gif);
}
.index_prod_sec .item .price {
	margin: 7px 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff6501;
}

#isec_spread {
	margin: 23px 0;
}
#isec_spread_ad1 {
	float: left;
	width: 166px;
	height: 190px;
	border: 1px solid #e4e4e4;
}
#isec_spread_ad2 {
	float: left;
	width: 390px;
	height: 190px;
	margin: 0 0 0 33px;
	border: 1px solid #e4e4e4;
}
#isec_spread_newsletter {
	float: right;
	width: 392px;
	height: 193px;
	color: white;
	background: #338dc6;
}
#isec_spread_newsletter .title {
	margin: 20px 20px 10px;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	color: white;
}
#isec_spread_newsletter .bri {
	margin: 10px 37px;
	font-size: 14px;
	line-height: 25px;
}
#isec_spread_newsletter form {
	width: 318px;
	margin: 23px auto;
	padding: 0;
	height: 36px;
	background: white;
}
#isec_spread_newsletter form input[type='text'] {
	float: left;
	width: 224px;
	height: 34px;
	padding: 0 0 0 12px;
	line-height: 34px;
	border: 1px solid transparent;
	background: none;
	outline: none;
}
#isec_spread_newsletter form input[type='text']+.phTips {
	color: #b6b2b8;
}
#isec_spread_newsletter form input[type='submit'] {
	float: right;
	width: 25%;
	text-align: center;
	line-height: 36px;
	color: white;
	border: none;
	background: #063d67;
	outline: none;
	cursor: pointer;
}
