/* CSS Document */

/** {
	margin: 0;
	padding: 0;
}*/

/*img {
	border: 0px;
	vertical-align: middle;
}*/

body {
    /*text-align: left;
	font-size: 12px;*/
    /*color: #222222;*/
    background: #F6F6F6;
    /*width: expression(document.body.clientWidth <=1200? "1200px": "auto");*/
    /*min-width: 1200px;*/
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	outline: none
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ff8342;
	star: expression(this.onFocus=this.blur());
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
	_zoom: 1
}

.hide {
	display: none;
}

.button {
	-webkit-appearance: button;
	cursor: pointer;
	border: 0;
}

.bgimg {
	display: inline-block;
	background: url(../../images/icon11.png) no-repeat;
	vertical-align: middle;
}

.pic_div {
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

/*.header {
	background: #FFFFFF;
	position: relative;
	z-index: 101;
}*/

.fl {
	display: inline;
	float: left;
}

.fr {
    display: inline;
    float: right;
    /*width: 237px;*/
}


.col_ff8342:hover {
	color: #FF8342;
	font-style: normal;
}

.a_details {
	display: inline-block;
	width: 85px;
	height: 28px;
	border: 1px solid #FF8342;
	color: #FF8342;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 15px;
}

.a_details:hover {
	background: #FF8342;
	color: #FFFFFF;
}

.page_lists {
	width: 100%;
	padding-top: 30px;
}

.page_lists li {
	width: 100%;
	background: #FFFFFF;
	height: 264px;
	margin-bottom: 20px;
	color: #666666;
}

.page_lists .s_img {
	display: inline-block;
	width: 213px;
	height: 239px;
	position: relative;
	margin-left: 24px;
}

.page_lists .s_img img {
	position: absolute;
	left: 0;
	top: -14px;
	width: 213px;
	height: 253px;
	border-radius: 5px;
}

.page_lists .list_con {
	width: 895px;
	height: 219px;
	margin: 20px 0 0 20px;
}

.page_lists .list_con .name {
	font-size: 16px;
	position: relative;
	color: #222222;
}

.page_lists .list_con .name i,
.page_lists .list_con .name .longbb {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	background-position: -395px -61px;
	width: 50px;
	height: 24px;
	padding-left: 8px;
	font-style: normal;
	line-height: 24px;
	margin-left: 10px;
}

.page_lists .list_con .name .longbb {
	background-position: -383px -366px;
	width: 83px;
	height: 24px;
}

.page_lists .list_con .name b {
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 29px;
	width: 32px;
	height: 2px;
	background: #FF8343;
}

.page_lists .list_con .info_ss {
	padding-top: 15px;
	font-size: 14px;
}

.page_lists .list_con .con_info {
	width: 100%;
	height: 110px;
	text-align: justify;
	line-height: 22px;
	padding-top: 10px;
}

.pages_div {
	width: 100%;
	text-align: center;
	padding: 10px 0 30px 0;
	color: #FF8342;
}

.pages_div a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #FF8342;
	padding: 0 18px;
	border-radius: 5px;
	background: #FFFFFF;
	color: #FF8342;
	margin: 0 3px;
}

.pages_div a:hover {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #FF8342;
	color: #FFFFFF;
}

.close {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -263px -242px;
}

.load_div {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #e2e2e2;
}

.loading {
	display: inline-block;
	background: url(../images/loading.png) no-repeat;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
}

.animationRotate {
	animation: rotateRun infinite 1.5s linear;
	-webkit-animation: rotateRun infinite 1.5s linear;
	-moz-animation: rotateRun infinite 1.5s linear;
}

@keyframes rotateRun {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotateRun {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotateRun {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg)
	}
}

.pop,
.pop_zz {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 105;
}

.pop_zz {
	display: block;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.6;
	background: #000000;
}

.pop_body {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -151px;
	width: 303px;
	height: 200px;
	background: #FFFFFF;
	border-radius: 5px;
	z-index: 110;
}

.pop_close {
	display: inline-block;
	position: absolute;
	right: -33px;
	top: -22px;
}

.pop_close b {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: -383px -315px;
}

.pop_content {
	text-align: center;
	padding-top: 32px;
}

.tb_succ {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-position: -498px 0;
}

.pop_content .txt_01 {
	color: #666666;
	font-size: 16px;
	padding: 15px 0 33px 0;
}

.pop_btn a {
	display: inline-block;
	height: 28px;
	width: 74px;
	border: 1px solid #FF8342;
	color: #FF8342;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	margin: 0 10px;
}

.pop_btn a:hover,
.pop_btn .selected {
	background: #FF8342;
	color: #FFFFFF;
}

.pub_div {
	width: 1200px;
	padding: 30px 0;
}

.pub_left {
	background: #FFFFFF;
	width: 829px;
	margin-right: 20px;
}

.pub_right {
	background: #FFFFFF;
	width: 312px;
}

.qqFace {
	margin-top: 4px;
	background: #fff;
	padding: 2px;
	border: 1px #dfe6f6 solid;
}

.qqFace table td {
	padding: 0px;
}

.qqFace table td img {
	cursor: pointer;
	border: 1px #fff solid;
}

.qqFace table td img:hover {
	border: 1px #0066cc solid;
}

.picSlideWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -437px 0 0 -600px;
	width: 1200px;
	height: 874px;
	z-index: 120;
}

.picSlideWrap .pop_close {
	right: -57px;
	top: -40px;
}

.picSlideWrap .pop_close b {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/btn_close.png) no-repeat;
	width: 54px;
	height: 54px;
}

.imgnav {
	width: 1200px;
	margin: 10px auto;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

#img {
	z-index: 10;
	width: 1200px;
	height: 699px;
	position: relative;
	text-align: center;
}

#img img {
	height: 699px;
	display: none;
}

#front,
#next {
	position: absolute;
	top: 317px;
	width: 66px;
	height: 66px;
	background: url(../../images/imgSlide.png) no-repeat;
	cursor: pointer;
}

#front {
	left: 28px;
	background-position: 0 0;
}

#front a {
	left: 28px;
	background-position: 0 0;
	display: none;
}

#next {
	right: 28px;
	background-position: -68px 0;
}

#next a {
	right: 28px;
	background-position: -68px 0;
	display: none;
}

#cbtn {
	position: relative;
	height: 149px;
	margin-top: 26px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 149px;
}

#cbtn ul li {
	float: left;
	width: 220px;
	height: 149px;
	cursor: pointer;
	text-align: center;
	margin-right: 25px;
	position: relative;
}

#cbtn ul li img {
	width: 220px;
	height: 149px;
	display: block;
}

#cbtn li.hov {
	background: url(../images/ico/imgHoverBg.gif) no-repeat;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 1200px;
	height: 149px;
	overflow: hidden;
	position: relative;
	top: 0;
	margin: 0 auto;
}