@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: "Microsoft YaHei" ! important;
	list-style-type: none;
	text-decoration: none;
	outline: 0px none;
	word-break: break-all;
}
@font-face {
	font-family: 'iconfont';
	src: url('/skins/iconfont/iconfont.eot'); /* IE9*/
	src: url('/skins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/skins/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
	url('/skins/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('/skins/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

img {
	border: none;
}

body {
	background-color: #f1f2f6;
}

.fontIcon{
	font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/** 遮罩弹出层样式 */
.divShade{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 900;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.divShade .backgroundShade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3)!important;
	z-index: 901;
}
.divShade .windowShade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 902;
}
.divShade .windowShade .divLogin{
	position: absolute;
	width: 500px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -190px;
	background-color: #FFF;
	box-shadow: 0 4px 16px rgba(0,0,0,0.8);
}
.divLogin .title{
	position: relative;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #EEE;
}
.divLogin .title .text{
	font-size: 16px;
	font-weight: bold;
}
.divLogin .title .close{
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}
.divLogin .title .close:HOVER{
	color: #FFF;
    background-color: red;
}
.divLogin .input{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.divLogin .input .icon{
	display: block;
	float: left;
	font-size: 30px;
	color: #FF7979;
	width: 37px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #CCC;
	border-right: none;
	margin-left: 100px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	background-color: #FDFDFD;
}
.divLogin .input .textInput{
	float: left;
	width: 250px;
	height: 34px;
	line-height: 34px;
	border: #CCC 1px solid;
	border-left: none;
	outline: none;
	padding-left: 10px;
	background-color: #FDFDFD;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.divLogin .input .textInputFocus{
	background-color: #FFF;
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .5);
	-moz-box-shadow: 0 0 4px #4893ff;
}
.divLogin .input .button{
	float: left;
	width: 300px;
	height: 36px;
	line-height: 36px;
	border-radius: 0px;
	font-size: 16px;
	margin-left: 100px;
}
.divLogin .input .regTip{
	float: left;
	margin-left: 100px;
	color: #666;
}
.divLogin .input .regTipA{
	float: left;
	color: #333;
	margin-left: 10px;
}
.divLogin .input .regTipA:HOVER{
	color: #FF7979;
}

.divShade .windowShade .divInfoTip{
	position: absolute;
	width: 400px;
	height: 300px;
	margin: 100px auto;
	background-color: red;
	z-index: 810;
}

@media \0screen\,screen\9 {/* IE6、7、8 */
	.divShade .backgroundShade{
	    background-color: #000;
	    filter: Alpha(opacity=30);
	}
}
/** 遮罩弹出层样式 */

.browserUpdateTipDiv {
	width: 100%;
	height: 50px;
	background-color: #fcf8e3;
}
.browserUpdateTipDiv .text {
	width: 1141px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
	color: #8a6d3b;
}
.browserUpdateTipDiv .text a {
	color: #333333;
	font-size: 14px;
}
.browserUpdateTipDiv .text a:HOVER {
	color: #83bb36;
}

.logoImg {
	height: 40px;
}

.main {
	width: 1141px;
	margin: 0px auto;
}

/*JS幻灯片样式*/
.carouselImg {
	width: 1141px;
	height: 240px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	display: none;
}
.moveImgDiv {
	left: 0px;
	min-width: 1141px;
	height: 240px;
	position: absolute;
	overflow: hidden;
}
.moveImgDiv a {
	float: left;
	display: block;
}
.moveImgDiv a img {
}
.moveBtnDiv {
	float: left;
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: center;
	bottom: 10px;
}
.moveBtnDiv span {
	font-size: 60px;
	color: #888;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}
.moveBtnDiv .activeBtn {
	color: green;
}
/*JS幻灯片样式*/

.frame {
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #FFF;
}

.frame .titleDiv {
	height: 40px;
	border-radius: 5px 5px 0px 0px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.titleDiv .title {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
}

.titleDiv .title a {
	font-size: 15px;
	color: #222;
}

.titleDiv .title a:HOVER {
	color: #ff8246;
}

.titleDiv .title font {
	font-size: 15px;
	color: #222;
}

.head {
	width: 100%;
	height: 55px;
	background-color: #333333;
	margin-bottom: 20px;
}

.headMain {
	width: 1141px;
	height: 55px;
	margin: 0px auto;
	background-color: #333333;
}

.headSearch {
	float: left;
	margin: 12px 0px 0px 20px;
	border-radius: 5px;
	background-color: #5C5F68;
	padding: 1px;
}
.headSearchFocus{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(102, 175, 233, .9);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(102, 175, 233, .9);
	-moz-box-shadow: 0 0 6px #4893ff;
	background-color: #FFF;
}

.cwSelect{
	float: left;
	width: 65px;
	height: 30px;
	line-height: 30px;
	padding: 4px 0;
	border-radius: 5px 0px 0px 5px;
	border: none;
	padding-left: 10px;
	color: #CCC;
	background-color: #5C5F68;
}
.searchInput {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: none;
	padding-left: 10px;
	color: #CCC;
	background-color: #5C5F68;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
}
.searchSelect {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 4px 0;
	border-radius: 0px;
	border: none;
	padding-left: 10px;
	color: #CCC;
	background-color: #5C5F68;
}
.searchBtn {
	float: left;
	width: 60px;
	height: 30px;
	border-radius: 5px;
	border: none;
	color: #CCC;
	background-color: #5C5F68;
	background-image: url('/skins/images/ico_search.png');
	background-repeat: no-repeat;
	background-position: 20px 8px;
	cursor: pointer;
}

.userDiv {
	float: left;
	height: 54px;
}
.nav {
	width: 1141px;
	margin: 0px auto;
	height: 54px;
	border: 1px solid #E7EAEC;
	background-color: #FAFAFA;
	margin-bottom: 20px;
}
.navBar {
	height: 54px;
	line-height: 54px;
}
.navBar li {
	float: left;
	text-align: center;
}
.navBar li .barBtn {
	width: 120px;
	height: 54px;
	text-decoration: none;
	display: block;
	color: #333333;
	font-size: 16px;
}
.navBar li .barBtn:HOVER {
	color: #FFF;
	background-color: #ffa275;
}
.navBar li .barBtnActive {
	color: #83BB36;
	height: 49px;
	border-bottom: 5px solid #ffa275;
}
.nav ul li:hover .towNav {
	position: absolute;
	display: block;
}

.towNav {
	display: none;
}
.towNav li {
	float: none;
	text-align: center;
}
.towNav li .barBtn {
	width: 149px;
	border-top: 1px dashed #CCC;
	background-color: #FCFCFC;
}

.userInfo {
	padding: 0px 20px 0px 20px;
}
.userInfo a {
	float: left;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	margin-top: 18px;
}
.userInfo a:HOVER {
	color: #ffa275;
}
.userInfo .userHead {
	float: left;
	margin: 9px 5px 0px 0px;
}
.userInfo .userHead img{
	float: left;
	width: 37px;
	height: 37px;
	border-radius: 18px;
}
.userInfo .userName {
	font-size: 14px;
	color: #FFF;
	margin-left: 10px;
}
.userInfo .messageTip{
	position:relative;
	display: block;
	margin-left: 5px;
}
.userInfo .messageTip .messageIcon{
    font-size: 18px;
}
.userInfo .messageTip .messageCount{
	font-family: "SimSun" ! important;
	position: absolute;
	display: block;
	min-width: 6px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	top: -4px;
	right: 0px;
	padding: 0px 3px 0px 3px;
	font-size: 10px;
	border-radius: 6px;
	color: #FFF;
	background-color: #F25D8E;
}

.userInfo .exit{
	margin-left: 5px;
}
.loginBtn li {
	float: right;
	text-align: center;
}
.loginBtn li .barBtn {
	width: 70px;
	color: #FFF;
}
.footerMain {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footerMain .footer {
	padding-top: 10px;
	width: 1141px;
	height: 70px;
	margin: 0px auto;
	border-top: 1px solid #CCCCCC;
}
.footerMain .footer span {
	float: left;
	width: 1141px;
	margin-bottom: 5px;
	text-align: center;
	color: #888888;
}
.footerMain .footer a {
	margin-left: 20px;
	margin-right: 20px;
	color: #888888;
}
.footerMain .footer a:HOVER {
	color: #4299d8;
}
.footerMain .footer font {
	color: #888888;
}
.msgBtn {
	display: block;
	width: 20px;
	height: 20px;
}
.modelRight {
	float: left;
	width: 260px;
	margin-left: 31px;
}
.modelRight .top {
	width: 258px;
	min-height: 272px;
}
.modelRight .buttom {
	width: 258px;
	min-height: 272px;
	margin-top: 10px;
}
.modelRight .list {
	width: 233px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.modelRight .list a {
	display: block;
	height: 34px;
	line-height: 34px;
	border: 1px solid #FFF;
	border-radius: 3px;
}
.modelRight .list a:HOVER {
	background-color: #F0F0F0;
	border-color: #BBB;
}
.modelRight .list .text {
	color: #333;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.modelRight .list .price {
	color: #ff8246;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
.errorDiv {
	float: left;
	width: 848px;
	height: 400px;
	line-height: 400px;
	text-align: center;
}
.errorDiv font {
	font-size: 16px;
	color: #555;
}
.textbox {
	border-radius: 4px;
	border: #CCC 1px solid;
	outline: none;
	padding-left: 10px;
	background-color: #FDFDFD;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.textbox:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
	-moz-box-shadow: 0 0 4px #4893ff;
}
.readOnlyTextBox {
	border-radius: 4px;
	border: #CCC 1px solid;
	outline: none;
	padding-left: 10px;
	background-color: #F1F1F1;
	cursor: not-allowed;
}
.button {
	float: left;
	border: 1px solid #1A64A2;
	border-radius: 5px;
	text-align: center;
	color: #EEE;
	background-color: #3276b1;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
}

.button:HOVER {
	color: #FFF;
	background-color: #53a1e5;
	border-color: #3276b1;
}

.checkbox {
	float: left;
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	background: url('/skins/images/checkbox.png') no-repeat;
	display: block;
	cursor: pointer;
}

.checkbox:HOVER {
	background-position: -16px 0;
}

.checkbox:CHECKED {
	background-position: -32px 0;
}
.radio {
	float: left;
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	background: url('/skins/images/radio.png') no-repeat;
	display: block;
	cursor: pointer;
}
.radio:HOVER {
	background-position: -16px 0;
}

.radio:CHECKED {
	background-position: -32px 0;
}

.linkA {
	color: #222;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	cursor: pointer;
}

.linkA:HOVER {
	color: #ffa275;
}

select {
	float: left;
	border-radius: 3px;
	border: 1px solid #999;
	background-color: #F8F8F8;
}

.textarea {
	border-radius: 4px;
	border: #CCC 1px solid;
	outline: none;
	padding: 5px 8px 5px 8px;
	line-height: 22px;
	background-color: #FDFDFD;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
	-webkit-transition: border-color ease-in-out .3s, box-shadow ease-in-out
		.3s;
}

.textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	-moz-box-shadow: 0 0 6px #4893ff;
}

.link {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.link img {
	margin-right: 7px;
	width: 100px;
	height: 35px;
}

.allLink {
	float: left;
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 10px;
}

.allLink #up_li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 6px;
}

.allLink #up_li a {
	color: #333333;
	margin-right: 10px;
}
.allLink #up_li a span {
	width: 60px;
	height: 25px;
	line-height: 25px;
}

/*分页按钮CSS*/
.pageDiv {
	float: left;
	width: 100%;
	height: 34px;
	text-align: center;
	white-space: nowrap;
	margin: 30px auto;
}

.pageDiv .page {
	display: inline;
}

.page .pageBtn {
	display: inline-block;
	width: 48px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: -1px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
}

.page .pageBtn font {
	font-size: 14px;
}

.page .pageBtn input {
	font-size: 14px;
	color: #4299d8;
}

.page .type1 {
	cursor: pointer;
	color: #4299d8;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}

.page .type1:HOVER {
	color: #2a6496;
	background-color: #DDD;
}

.page .type2 {
	color: #a59999;
	cursor: not-allowed;
}

.page .type3 {
	color: #FFF;
	background-color: #4299d8;
	cursor: not-allowed;
	border-top: 1px solid #4299d8;
	border-bottom: 1px solid #4299d8;
}
/*分页按钮CSS*/


.abox a{
	color: #222222;
}
.abox a:HOVER{
	color: #ff8246;
}

.abox .select{
	color: #ff8246;
}

.buttons{
	padding-top:5px;
	float: right;
	height: 30px;
}
.buttons .buttonType1{
	float: left;
	width: 44px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 4px;
	border: 1px solid #ff8246;
	color: #222;
	background-color: #FFF;
}
.buttons .buttonType1 font{
	font-size: 14px;
}
.buttons .buttonType1:HOVER{
	color: #FFF;
	background-color: #ff8246;
}
.buttons .buttonType2{
	float: left;
	width: 44px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 4px;
	border: 1px solid #ff8246;
	color: #FFF;
	background-color: #ff8246;
	
}
.buttons .buttonType2 font{
	font-size: 14px;
}