.body{
	background: url(../img/body_bg.png) repeat-x left bottom;
}
/*top*/
.headerWrap{
	width: 100%;
	height: 144px;
	margin: 0 auto;
	background: #a20f38;
}
.header{
	width: 1060px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	float: left;
	display: block;
}
.logo img{
	    margin-left: 16px;
    margin-top: 15px;
    width: 90%;
}
.search {
	float: right;
	margin-right: 0;
	margin-top: 35px;
	height:38px;
	width: 378px;
	border: 1px solid #dddddd;
	border-radius:20px;
}
.search span {
	display: inline-block;
	float: left;
	width: 51px;
	height:38px;
	float: right;
	background:#fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px ;
}
.search .searchText {
	float: left;
	width: 327px;
	height: 38px;
	font-size: 14px;
	color: #999;
	background: #fff;
	border: 0px;
	outline: none;
	line-height: 38px;
	font-family: "微软雅黑";
	text-indent: 15px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px ;
}
/*nav*/
.navWrap {
	width: 1060px;
	height: 56px;
	background:url(../img/nav_bg.png) repeat 0 0;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	margin:-30px auto 0;
	margin-bottom:16px;
}
.innavWrap {
	width: 100%;
	height: 56px;
	margin: 0 auto;
}
.innavWrap ul>li {
	width: 132px;
	height: 56px;
	display: block;
	float: left;
	text-align: center;
	line-height: 56px;
	position:relative;
}
.innavWrap ul>li a {
	color: #a20f38;
	font-size: 18px;
	display: block;
	background:url(../img/nav_li_bg.png) no-repeat center bottom;
	*background:none;
}
.innavWrap ul>li:hover a,
.innavWrap ul>li.cur a{
	color: #fff;
	background:url(../img/nav_li_hbg.png) no-repeat center bottom;
}
#nav{
	width:*360px;
	line-height:32px;
	font-size:16px;
	background: #a20f38;
	position:absolute;
	border-radius: 16px;
	top:40px;
	left:50%;
	margin-left: -45px;
	display: none;
	z-index: 10;
}
.innavWrap ul li #nav a{
	display: block;
	float:* left;
	width: 90px;
	font-size: 16px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	border-radius: 16px;
}
.innavWrap ul li #nav a:hover{
	color: #d9d9d9;
}
/*banner*/
.banner{
	width:1060px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.slideBox .bd li img{
	display: block;
	width: 100%;
}
/*前/后按钮代码 */
.slideBox1 .prev,
.slideBox1 .next {
	position: absolute;
	left:40px;
	top: 50%;
	margin-top: -43.5px;
	display: block;
	width: 51px;
	height: 87px;
	background: url(../img/ban_arow_l.png) no-repeat 0;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox1 .next {
	left: auto;
	right: 40px;
	background: url(../img/ban_arow_r.png) no-repeat 0;
}
.slideBox1 .bd li p{
	position: absolute;
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";      /*IE8*/
}
/*banner2*/
.slideBox2 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 32px;
	bottom:35px;
	z-index: 1;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox2 .hd ul li {
	float: left;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	font-size: 12px;
	color: #eeeeee;
	line-height: 15px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";      /*IE8*/
	cursor: pointer;
}
.slideBox2 .hd ul li.on {
	background:#a20f38;
}
/*banner3*/
.slideBox3 .hd {
	overflow:hidden;
	position:absolute;
	bottom:25px;
	z-index:1;
	left: 50%;
	margin-left: -54px;
}
.slideBox3 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox3 .hd ul li {
	float:left;
	margin: 0 10px;
	width:12px;
	height: 12px;
	text-align: center;
	background: #dddddd;
	border-radius: 50%;
	cursor: pointer;
}
.slideBox3 .hd ul li.on {
	background: #a20f38;
}
/*页面主体部分*/
.mainOne{
	width: 1060px;
	height: auto;
	margin: 0 auto;
}
.insidelOne{
	width:100%;
	height:auto;
	margin:30px auto 0;
	*margin:0px auto 0;
}
.Title {
	display: block;
	width: 100%;
	height: 66px;
	margin: 0 auto;
	overflow: hidden;
}
.Title .title{
	float: left;
        width:205px;
	height: 66px;
}
.Title .title p{
	display: block;
	font-size: 20px;
	color: #fff;
	text-indent:24px;
}
.Title .title span{
	display: block;
	font-size: 12px;
	color: #000;
	padding-top:8px;
	text-indent:36px;
}
.Title a.more{
	float: right;
	margin-right: 0;
	margin-top: 36px;
}
.Title a.more:hover{
	color: #a20f38;
}
.insiBom{
	display: block;
	border:3px solid #68cbe3;
	border-radius: 7px;
	padding:20px 16px 20px 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	background: #fff;
}
/*焦点图切换*/
.insiFocus {
	width: 500px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.insiFocus .hd {
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
.insiFocus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.insiFocus .hd ul li {
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #eee;
	margin-left:10px;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff',endColorstr='#55ffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#55ffffff')";      /*IE8*/
}
.insiFocus .hd ul li.on {
	background: #a20f38;
}
.insiFocus .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.insiFocus .bd li {
	zoom: 1;
	vertical-align: middle;
}
.insiFocus .bd img {
	width: 100%;
	display: block;
}
.insidelOne .insiBom .trailer{
	width: 490px;
	height: auto;
	margin-left: 20px;
}
.insidelOne .insiBom .trailer h2{
	width: 100%;
	height: 56px;
	line-height: 28px;
	text-align: center;
}
.insidelOne .insiBom .trailer h2 a{
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
}
.insidelOne .insiBom .trailer p{
	width: 100%;
	line-height: 27px;
	height:81px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	padding-top: 7px;
	padding-bottom: 16px;
	text-align: justify;
}
.trailer ul li{
	display: block;
	width: 100%;
	padding: 6px 0 6px 0;
	border-top: 1px dashed #e2e2e2;
	overflow: hidden;
}
.trailer ul li a{
	display: block;
	background: url(../img/list_axdd.png) no-repeat 0 8px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-indent: 15px;
	height: 52px;
	overflow: hidden;
}
.trailer ul li a:hover{
	color: #a20f38;
}
/*mainTwo*/
.mainTwo,
.mainThree ,
.mainFive,
.mainSeven,
.mainTen,
.mainEleven{
	width: 1080px;
	height: auto;
	margin:30px auto 0;
	clear: both;
}
.twoLeft,
.twoRight{
	width: 520px;
	padding: 0 10px;
	height: auto;
	float: left;
}
.twol,
.twor-tp{
	display: block;
	border: 3px solid #a20f38;
	border-radius: 7px;
	padding: 20px  20px 8px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	background: #fff;
}
.twolT{
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #E2E2E2;
	overflow: hidden;
}
.twolT a{
	float: left;
	width: 208px;
	height: 138px;
	position: relative;
}
.twolT a img{
	display: block;
	width: 100%;
}
.twolT a p.tit{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	font-size: 16px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-indent: 10px;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff',endColorstr='#55ffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#55ffffff')";      /*IE8*/
}
.twolT p.wz{
	width: 245px;
	margin-left: 20px;
	float: left;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 27px;
	text-align: justify;
}
.two-list{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 2px;
}
.two-list li{
	padding: 13px 0 8px 0;
	overflow: hidden;
	border-bottom: 1px dashed #E2E2E2;
}
.two-list li a{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
}
.two-list li a em{
	display: inline-block;
	width: 78%;
	height:14px;
	overflow: hidden;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.two-list li a span{
	float: right;
	display: block;
	color: #999;
}
.two-list li a:hover{
	color: #a20f38;
}
.two-list li a:hover span{
	color: #a20f38;
}
.twoRight{
	float: left;
	width: 520px;
}
.twor-tp{
	border: 3px solid #f49e00;
	padding: 0 20px 10px;
	*padding: 0 20px 7px;
}
.two-lista li{
	display: block;
	width: 100%;
	padding-top: 8.2px;
	overflow: hidden;
	border-bottom: 1px solid #E2E2E2;
}
.two-lista li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height:36px;
	background: url(../img/list_axdd1.png) no-repeat 0 center;
}
.two-lista li a em{
	display: inline-block;
	width: 74%;
	text-indent: 15px;
}
.two-lista li a span{
	float: right;
	margin-right: 0;
}
.two-lista li a:hover{
	color: #A20F38;
}
.two-lista li p{
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 32px;
}
/*mainThree*/
.threeLeft,
.threeMid,
.threeRight{
	float: left;
	width: 340px;
	padding: 0 10px;
}
.three_list{
	display: block;
	border: 3px solid #b8d200;
	border-radius: 7px;
	padding: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	background: #fff;
}
.threeLeft .insiFocus{
	width: 100%;
}
.threeLeft .insiFocus .hd{
	bottom: 4px;
}
.threeLeft .insiFocus .hd li{
	border-radius: 50%;
	background: #dddddd;
}
.threeLeft .insiFocus .bd li{
	position: relative;
	z-index: 1;
}
.threeLeft .insiFocus .bd li p{
	width: 100%;
	font-size: 16px;
	position: absolute;
	color: #fff;
	z-index: 5;
	left: 0;
	bottom: 0;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
	background: url(../img/p_bg.png) repeat 0 0;
}
.three_list_one{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.three_list_one li{
	padding: 13px 0 8px 0;
	overflow: hidden;
	border-bottom: 1px dashed #E2E2E2;
}
.three_list_one li a{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	background: url(../img/list_axdd2.png) no-repeat 0 center;
	text-indent: 15px;
}
.three_list_one li a em{
	display: inline-block;
	float: left;
	width: 74%;
	height:14px;
	text-indent:0px;
	overflow: hidden;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.three_list_one li a span{
	float: right;
	display: block;
	color: #999;
}
.three_list_one li a:hover{
	color: #a20f38;
}
.three_list_one li a:hover span{
	color: #a20f38;
}
.three_listcolor{
	border: 3px solid #83cee0;
	*padding:0 20px 20px;
}
.three_list_two{
	margin-top:0px;
}
.three_list_two li{
	padding: 14px 0 8px 0;
}
.three_list_two a{
	text-indent: 0 !important;
}
.three_list_two li a em{
	width:62%;
}
.three_list_two li a strong{
	float: left;
	font-size: 14px;
	color: #68cbe3;
	font-weight:normal;
}
.threeRightT_con{
	display: block;
	border: 3px solid #a20f38;
	border-radius: 7px;
	padding:20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	background: #fff;
}
.threeRightT_con ul li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.threeRightT_con ul li label{
	display: inline-block;
	float: left;
	width: 48px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.threeRightT_con ul li input{
	float: left;
	width: 238px;
	height: 26px;
	border: 1px solid #efeaea;
	border-radius: 8px;
	font-size: 14px;
	line-height: 26px;
	text-indent: 10px;
	color: #333;
}
.threeRightT_con a{
	float: left;
	display: inline-block;
	color: #333;
	margin-left: 48px;
	*margin-top: 10px;
}
.threeRightT_con a:hover{
	color:#A20F38;
}
.threeRightT_con input.button{
	float: right;
	margin-right: 0;
	width: 66px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	*line-height: 14px;
	text-indent: 0;
	background: #A20F38;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	*margin-top: 10px;
}
.threeRightB{
	margin-top: 10px;
}
.threeRightT_cona{
	padding: 0;
	border:none;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #dddcb0;
}
.threeRightT_cona p{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: url(../img/title_pbg.png) no-repeat 0 0;
	height:60px;
	line-height: 50px;
}
.threeRightT_cona p em{
	float: left;
	display: inline-block;

	width: 10px;
	height: 13px;
}
.threeRightT_cona p span{
	float: left;
	width: 192px;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	position: relative;
	margin-top: -10px;
}
.threeRightT_cona .biaodan{
	display: block;
	overflow: hidden;
}
/*CheckBox*/
.WellForm .WellCheckBox{
	float:left;	
	width:14px;
	height:14px;
	padding: 5px;
	cursor:pointer;
	overflow:hidden;
	background:url(../img/input_icon.png) 5px 5px no-repeat;
}
.WellForm .WellCheckBoxH{
	background:url(../img/input_hicon.png) 5px 5px no-repeat;
}
.WellForm .WellCheckBox input{margin-top:12px;display:none;}
form{
	width: 100%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
}
form .item{
	float:left;
	clear:both;
	width:243px;
	margin-left: 29px;
}
form.form1{
	width: 90px;
}
form .item1{
	width:100%;
	margin-left: 0;
	margin-top:33px;
	overflow: hidden;
}
form .item label{
	width:50%;
	*width:49%;
	display: inline-block;
	float: left;
	*margin-bottom: 10px;
}
form .item1 label{
	width: 100%;
}
form .item label em{
	height: 24px;
	line-height: 22px;
	display: inline-block;
	font-size: 14px;
	color: #333333;
	float: left;
}
form pre{
	height: 24px;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	color: #333333;
	float: left;
}
.threeRightT_cona .submit{
	display: block;
	width: 86px;
	height: 25px;
	background: #f49e00;
	font-size: 14px;
	color: #fff;
	border-radius: 12px;
	margin:10px auto;
}
/*mainFore*/
.mainFore{
	width: 1080px;
	margin: 30px auto 0;
	height: auto;
}
/*广告*/
.adv{
	display: block;
	width:1060px;
	margin: 30px auto 0;
	overflow: hidden;
}
.adv a img{
	display: block;
	width: 100%;
}
.ForeLeft{
	float: left;
	width: 700px;
    padding: 0 10px;
    height: auto;
}
.Forel{
    display: block;
    border: 3px solid #68cbe3;
    border-radius: 7px;
    padding: 20px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.Forel img.img{
	float: left;
	display: inline-block;
	width: 416px;
	margin-right:20px;
}
.Forel .fote_wz{
	float: left;
	width: 214px;
}
.Forel .fote_wz p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
}
.Forel .fote_wz a{
	display: inline-block;
	padding: 2px 12px;
	border-radius: 10px;
	font-size: 14px;
	color: #68cbe3;
	border: 1px solid #68cbe3;
	margin-top: 35px;
	margin-left: 70px;
}
.Forel .fote_wz a:hover{
	color: #A20F38;
	border: 1px solid #A20F38;
}
.ForeRight{
	float: left;
	width: 340px;
    padding: 0 10px;
    height: auto;
}
.fore-tp{
	display: block;
	width: 100%;
}
.fore-tp ul li{
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 18px;
}
.fore-tp ul li a{
	display: block;
	background: #c0605e;
	border-radius: 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	*line-height: 60px;
	font-size: 16px;
	color: #ffffff;
}
.fore-tp ul li a img{
	*position:relative ;
	*top: -10px;
}
.fore-tp ul li a:hover{
	background: #a20f38;
}
.fiveLeft,
.fiveRight{
	float: left;
	width: 520px;
	padding: 0 10px;
}
.fivel{
	display: block;
	padding-bottom:10px;
    border: 3px solid #b8d200;
    border-radius: 7px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.fivelT{
	position: relative;
	z-index: 2;
	display: block;
	padding: 20px 16px 0px 20px;
}
.fivelT a{
	display: block;
	position: relative;
	z-index: 2;
}
.fivelT a p{
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 200px;
	font-size: 20px;
	color: #fff;
}
.five-list{
	display: block;
	width: 100%;
	overflow: hidden;
}
.five-list li{
	padding: 8px 0 8px 0;
	overflow: hidden;
}
.five-list li:nth-child(odd){
	background: #f2f7d2;
}
.five-list li a{
	display: block;
	width: 474px;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	background: url(../img/list_axdd3.png) no-repeat left center;
	text-indent: 15px;
}
.five-list li a em{
	display: inline-block;
	width: 68%;
	height:14px;
	text-indent: 0px;
	overflow: hidden;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.five-list li a span{
	float: right;
	display: block;
	color: #999;
}
.five-list li a:hover{
	color: #a20f38;
}
.five-list li a:hover span{
	color: #a20f38;
}
.fiver-tp{
	display: block;
	border: 3px solid #f49e00;
	border-radius: 7px;
	padding: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	background: #fff;
}
.fiver-tp img{
	display: block;
	width: 100%;
}
.fiver-tp h2 a{
	font-size: 16px;
	color: #a20f38;
	line-height: 30px;
}
.fiver-tp p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.fiver-tp ul{
	margin-top:2px;
	*margin-top:4px;
	border-top: 1px solid #dfdfdf;
}
.fiver-tp ul li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
.fiver-tp li a{
	display: block;
	font-size: 14px;
	color: #333;
	padding: 12px 0 10px 0;
	background: url(../img/list_axdd1.png) no-repeat 0 center;
}
.fiver-tp li a em{
	display: inline-block;
	width: 80%;
	text-indent: 15px;
}
.fiver-tp li a span{
	float: right;
	margin-right: 0;
}
.fiver-tp li a:hover{
	color: #A20F38;
}
.six_con{
	display: block;
    border: 3px solid #a20f38;
    border-radius: 7px;
    padding: 20px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd .prev{
	display: block;
	width: 17px;
	height:29px;
	float: left;
	margin-left:0px;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
	cursor: pointer;
	background: url(../img/arrow_btn.png) no-repeat left 0;
}
.picScroll-left .hd .next{
	display: block;
	width: 17px;
	height:29px;
	float: right;
	margin-right:0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-top: 60px;
	background: url(../img/arrow_btn.png) no-repeat right 0;
}
.picScroll-left .bd {
	padding:0px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin:0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 176px;
	height:153px;
	display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
	opacity: 0.8;
}
.picScroll-left .bd ul li .title {
	line-height: 28px;
}
.picScroll-left .bd ul li .title a{
	color: #333;
}
.picScroll-left .bd ul li .title a:hover{
	color: #A20F38;
}
.sevenLeft,
.tenLeft{
	float: left;
	width: 700px;
	padding: 0 10px;
}
.sevenl{
	display: block;
    border: 3px solid #f49e00;
    border-radius: 7px;
    padding: 0px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.sevenl ul li{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 16px 0;
	border-bottom: 1px dashed #ccc;
}
.sevenl ul li a.left_img{
	float: left;
	margin-right: 20px;
}
.sevenl ul li a.left_img img{
	display: block;
	width: 150px;
	height: 101px;
}
.sevenl ul li .seven_wz{
	float: left;
	width: 486px;
}
.sevenl ul li .seven_wz a.title{
	padding-top: 5px;
	display: block;
	font-size: 16px;
	color: #333333;
}
.sevenl ul li .seven_wz a.title:hover{
	color: #A20F38;
}
.sevenl ul li .seven_wz span{
	font-size: 12px;
	display: block;
	color: #999;
}
.sevenl ul li .seven_wz p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.sevenl ul li .seven_wz p a.color{
	color: #F49E00;
}
.sevenl ul li .seven_wz p a.color:hover{
	color: #A20F38;
}
.sevenr{
	display: block;
    border: 3px solid #b8d200;
    border-radius: 7px;
    padding: 20px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.sevenr a.sevenrT{
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.sevenr a.sevenrT img{
	display: block;
	width: 100%;
}
.sevenr a.sevenrT p{
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 20px 0 10px 0;
}
.sevenr p.p{
	margin-top: 17px;
	*margin-top: 20px;
	line-height: 27px;
	*line-height: 28px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}
.sevenr p.p a.color{
	color: #b8d200;
}
.sevenr p.p a.color:hover{
	color: #A20F38;
}
.mainSix,
.mainEight,
.mainNine{
	width: 1060px;
	height: auto;
	margin:30px auto 0;
}
.Eightcon{
	display: block;
    border: 3px solid #83cee0;
    border-radius: 7px;
    padding: 20px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background:#fff url(../img/eight_bg.png) no-repeat 20px 20px;
    overflow: hidden;
}
.eight_l{
	float: left;
	width: 295px;
	margin-right: 67px;
}
.eight_l img{
	float: left;
	width: 100px;
	height: 122px;
	margin-right: 12px;
}
.eight_l p.p{
	float: left;
	font-size:14px;
	color: #333;
	line-height: 26px;
	width: 182px;
}
.eight_l p.p1{
	display: block;
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.eight_l p.p1 a.color{
	color: #68cbe3;
}
.eight_l p.p1 a.color:hover{
	color: #A20F38;
}
.eight_r{
	float: right;
	width: 270px;
	margin-right:20px;
}
.eight_r ul li{
	float: left;
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	text-align: center;
}
.eight_r ul li a{
	display: block;
}
.eight_r ul li a img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.eight_r ul li a p{
	font-size: 14px;
	color: #333333;
}
.eight_r ul li a:hover p{
	color: #A20F38;
}
.Title .titleA p{
	text-indent:21px;
}
.Nine_con{
	display: block;
    border: 3px solid #f49e00;
    border-radius: 7px;
    padding: 20px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.Nine_con ul li{
	float: left;
	width: 334px;
	margin-right: 6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #f49e00;
}
.Nine_con ul li a{
	display: block;
}
.Nine_con ul li a .img_d{
	display:block ;
	width: 334px;
	height: 189px;
}
.Nine_con ul li a .img_d img,
.Nine_con ul li a .img_x img{
	display: block;
	width: 100%;
}
.Nine_con ul li a .img_x{
	position: absolute;
	top: 0;
	left: 0;
	width: 334px;
	height: 189px;
	z-index: 5;
	display: none;
}
.Nine_con ul li .bot p.p1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	height: 44px;
}
.Nine_con ul li .bot p.p2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	height: 38px;
}
.Nine_con ul li .bot p.p2 span{
	display: inline-block;
	background: #b8d200;
	height: 38px;
}
.Nine_con ul li .bot p.p2 span.left{
	width: 131px;
	float: left;
}
.Nine_con ul li .bot p.p2 span.right{
	width:200px;
	float: right;
	margin-right: 0;
}
.tenl{
	display: block;
    border: 3px solid #b8d200;
    border-radius: 7px;
    padding:8px 16px 20px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.tenl ul li{
	float: left;
	width: 317px;
	background: url(../img/li_bg.png) no-repeat 0 0;
	height: 43px;
	margin-right:20px;
	margin-top: 12px;
}
.tenl ul li a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 43px;
	text-indent:85px;
}
.tenl ul li a:hover{
	color: #A20F38;
}
.tenr{
	display: block;
    border: 3px solid #a20f38;
    border-radius: 7px;
    padding: 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.tenr li{
	padding: 12px 0 11px 0;
	*padding: 12px 0 10px 0;
	overflow: hidden;
}
.tenr li:nth-child(even){
	background: #f8eef1;
}
.tenr li a{
	display: block;
	width: 298px;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	background: url(../img/list_axdd4.png) no-repeat left center;
	text-indent: 15px;
}
.tenr li a em{
	display: inline-block;
	width: 76%;
	height:14px;
	text-indent: 0px;
	overflow: hidden;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tenr li a span{
	float: right;
	display: block;
	color: #999;
}
.tenr li a:hover{
	color: #a20f38;
}
.tenr li a:hover span{
	color: #a20f38;
}
.elevenLeft{
	float: left;
	width: 340px;
	padding: 0 10px;
	height: auto;
}
.elevenL_con,
.elevenM_con,
.elevenR_con{
	display: block;
    border: 3px solid #a20f38;
    border-radius: 7px;
    padding: 15px 0 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background: #fff;
}
.elevenL_con ul li{
	display: block;
	width: 100%;
}
.elevenL_con ul li a{
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #a20f38;
	height: 24px;
	line-height: 24px;
	text-indent: 42px;
	background: #f8eef1 url(../img/q_icon.png) no-repeat 20px center;
}
.elevenL_con ul li p{
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	width: 295px;
	margin: 0 auto;
	text-indent: 2em;
}
.elevenM_con{
	padding: 12px 20px 0;
    border: 3px solid #83cee0;
}
.elevenM_con ul li{
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.elevenM_con ul li a {
    display: block;
    background: url(../img/list_axdd.png) no-repeat 0 center;
    font-size: 14px;
    color: #333;
    line-height:35px;
    text-indent: 15px;
    height: 35px;
    overflow: hidden;
}
.elevenM_con ul li a em{
	
	width: 80%;
	overflow: hidden;
    text-indent:0px;
}
.elevenM_con ul li a span{
	display: inline-block;
	float: right;
	margin-right: 0;
}
.elevenM_con ul li a:hover{
	color: #A20F38;
}
.elevenR_con{
	padding: 0px 20px;
    border: 3px solid #f49e00;
}
.elevenR_t{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.elevenR_t img{
	float: left;
	width: 132px;
	height: 71px;
	margin-right: 10px;
}
.elevenR_t .wz{
	float: left;
	width: 152px;
}
.elevenR_t .wz a{
	font-size: 14px;
	color: #333;
}
.elevenR_t .wz a:hover{
	color: #A20F38;
}
.elevenR_t .wz p{
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.elevenR_con ul li{
	display: block;
	overflow: hidden;
}
.elevenR_con ul li a {
    display: block;
    background: url(../img/list_axdd1.png) no-repeat 0 center;
    font-size: 14px;
    color: #333;
    line-height:33px;
    text-indent: 15px;
    height: 33px;
    overflow: hidden;
}
.elevenR_con ul li a em{
	display: inline-block;
	width: 76%;
	overflow: hidden;
    text-indent:0px;
}
.elevenR_con ul li a span{
	display: inline-block;
	float: right;
	margin-right: 0;
}
.elevenR_con ul li a:hover{
	color: #A20F38;
}
/*footer*/
.footerWrap{
	width: 100%;
	margin: 40px auto 0;
	height: auto;
	overflow: hidden;
	background: #a20f38;
}
.footerWrap p{text-align:cennter;}
.footerWrapA{
	background: #f5f5f5;
	margin: 0px auto;
}
/*footOne*/
.footOne{
	width: 1060px;
	margin:50px auto 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.footOne .footOne_L{
	float: left;
	width: 792px;
}
.footOne .footOne_L dl{
	float: left;
	width:113px;
	color: #fff;
}
.footOne .footOne_L dl dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 16px;
}
.footOne .footOne_L dl dd{
	font-size: 14px;
	margin-bottom: 10px;
}
.footOne .footOne_L dl dd a{
	display: block;
	color: #fff;
	background: url(../img/footer_icon.png) no-repeat 0 center;
	text-indent: 8px;
}
.footOne .footOne_L dl dd a:hover{
	color: #333;
}
.footOne_R{
	float: right;
	margin-right: 0;
	width: 268px;
}
.footOne_R img{
	float: left;
	width: 125px;
	height: 125px;
}
.footOne_R img.img{
	margin-right: 18px;
}
/*footTwo*/
.footTwo{
	border-top: 1px solid #f5f5f5;
	width: 1060px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.footTwo p{
	font-size: 12px;
	color: #fff;
	height: 38px;
	line-height: 38px;
}
/*footThree*/
.footThree{
	display: block;
	width: 100%;
	text-align: center;
}
.footThree p{
	font-size: 12px;
	color: #999999;
	height: 40px;
	line-height:40px;
}
/*内页主体部分*/
/*简介页*/
.navWrapA{
	margin: -30px auto 16px;
}
.addressWrap{
	width: 1060px;
	margin: -30px auto 0;
	height: auto;
	overflow: hidden;
}
.addressWrap a{
	font-size: 16px;
	color: #333333;
	line-height: 45px;
}
.addressWrap a:hover,
.addressWrap a.cur{
	color: #A20F38;
}
.addressWrap font{
	font: 16px/16px consolon;
	font-weight: bold;
	margin: 0 8px;
}
.content{
	width: 1060px;
	height: auto;
	margin: 5px auto 50px;
}
.content_L{
	float: left;
	width: 194px;
	border: 3px solid #A20F38;
	border-radius: 7px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.content_L dl{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.content_L dl dt{
	display: block;
	background: #A20F38;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.content_L dl dd{
	border-bottom: 1px dashed #ccc;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.content_L dl dd a{
	display: block;
	font-size: 14px;
	color: #333333;
	background: url(../img/dd_bg.png) no-repeat 74% center;
}
.content_L dl dd a:hover,
.content_L dl dd a.cur{
	color: #A20F38;
	background: url(../img/dda_bg.png) no-repeat 95% center;
}
.content_R{
	float: right;
	margin-right: 0;
	width: 794px;
	border: 3px solid #A20F38;
	border-radius: 7px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.brief{
	padding:20px;
	
}

.brief span{
	font-size: 18px;
	color: #333333;
	padding-top: 20px;
}
.brief p{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	text-align: justify;
	text-indent: 2em;
}
/*列表页*/
.list_page{
	padding: 0 20px;
}
.list_page ul{
	overflow: hidden;
}
.list_page ul li{
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.list_page ul li a{
	display: block;
}
.list_page ul li img{
	float: left;
	display: block;
	width: 146px;
	margin-right: 12px;
}
.list_page ul li .wz{
	float: left;
	width: 636px;
}
.list_page ul li .wz h2{
	font-size: 16px;
	color: #333333;
}
.list_page ul li .wz p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-top: 5px;
}
.list_page ul li .wz span{
	display: block;
	float: right;
	margin-right: 0;
	font-size: 12px;
	color: #999999;
}
.list_page ul li a:hover img{
	opacity: 0.8;
}
.list_page ul li a:hover h2{
	color: #A20F38;
}
.pages {
	margin:35px auto;
	text-align: center;
	color: #666;
}
.pages a{
	display: inline-block;
	padding: 4px 16px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border: 1px solid #dddddd;
}
.pages a:hover,
.pages a.cur{
	background: #a20f38;
	color: #fff;
}
/*搜索结果页*/
.search_result{
	display: block;
	width: 1020px;
	padding: 0 20px;
	border: 3px solid #A20F38;
	border-radius: 7px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.search_result ul li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.search_result ul li a{
	font-size: 16px;
	color: #333333;
}
.search_result ul li a:hover{
	color: #A20F38;
}
.search_result ul li a span{
	display: inline-block;
	font-size: 12px;
	margin-left: 30px;
}
.search_result ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
/*图片列表页*/
.pic_list_page{
	padding: 0 16px;
}
.pic_list_page ul{
	overflow: hidden;
}
.pic_list_page ul li{
	float: left;
	width: 190px;
	height:auto;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}
.pic_list_page ul li a{
	display: block;
}
.pic_list_page ul li img{
	display: block;
	width: 188px;
	height: 127px;
	border: 1px solid #fff;
}
.pic_list_page ul li p{
	display: block;
	font-size: 14px;
	color: #666666;
	padding-top:5px;
}
.pic_list_page ul li a:hover img{
	border: 1px solid #A20F38;
}
.pic_list_page ul li a:hover p{
	color: #A20F38;
}