html {
	text-align: center;
	font-size: 16px!important;
	font-family: "微软雅黑"
}
body {
	text-align: left;
	margin: 0 auto;
	background: #fff;
}
td {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
	color: #333;
}
input { font:14px Verdana, Arial, Helvetica, sans-serif, "微软雅黑"; }
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑"
}
a {
    color: #000;
    text-decoration: none;
    font-family: "微软雅黑"
}
a:hover {
	color: #530000!important;
	text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}

/** 页头区 **/
.top {
	border-bottom: 1px solid #DCDCDC;
}
.top td {
	background: #F4F4F4;
}
.top table td {
	padding: 3px 10px;
}
.top a {
}
.top .inputText {
	height: 14px;
	border: 1px solid #999;
}
.top .inputSub {
	height: 19px;
}

/** 导航 **/
.nav {
	background: url(../images/nav_bg.jpg) repeat-x left top; display:none;
}
.nav .nav_global {
}
.nav .nav_global ul {
	padding: 0 10px;
}
.nav .nav_global li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/nav_line.jpg) no-repeat right top;
	padding-right: 2px;
}
.nav .nav_global li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 0 14px;
}
.nav .nav_global li a:hover {
	color: #000!important;
	text-decoration: none;
}
.nav .nav_global li.curr a {
	color: #000;
	background: url(../images/nav_li_hover.jpg) repeat-x center top;
}
.nav_sub {
	padding: 6px;
}
.nav_sub a {
	padding: 0 2px;
}
/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {
}
#tabnav_div_2 {
	padding-left: 100px;
}
#tabnav_div_3 {
	padding-left: 200px;
}
#tabnav_div_4 {
	padding-left: 300px;
}
#tabnav_div_5 {
	padding-left: 400px;
}
#tabnav_div_6 {
	padding-left: 500px;
}
#tabnav_div_7 {
	padding-left: 600px;
}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.links {
	margin-top: -10px;
}
.links hr {
	color: #DCDCDC;
}
.search {
	background: #1F73BE;
	color: #fff;
}
.search td, .search a {
	color: #fff;
}
.search a:hover {
	color: #fff!important;
}
.copyright {
	margin: 5px 0;
}

/** 公共定义 **/
.title {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.title td {
	font-size: 14px;
	line-height: 26px;
	color: #07519A;
	padding: 0px 10px;
}
.box {
	border: 1px solid #AACCEE;
	border-width: 0 1px 1px 1px;
}
.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
}
.no_doc ul li {
	background: url(none);
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {
	display: block;
}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background: url(../images/1.gif) no-repeat 4px center;
}
.rank li.no2 {
	background: #F2F8FD url(../images/2.gif) no-repeat 4px center;
}
.rank li.no3 {
	background: url(../images/3.gif) no-repeat 4px center;
}
.rank li.no4 {
	background: #F2F8FD url(../images/4.gif) no-repeat 4px center;
}
.rank li.no5 {
	background: url(../images/5.gif) no-repeat 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../images/6.gif) no-repeat 4px center;
}
.rank li.no7 {
	background: url(../images/7.gif) no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../images/8.gif) no-repeat 4px center;
}
.rank li.no9 {
	background: url(../images/9.gif) no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../images/10.gif) no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../images/h2_icon.gif) no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../images/focus_bg.jpg) repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {
	margin-top: 10px;
}
.inputText {
	border: 1px solid #ccc;
	height: 22px;
}
.banner_ad {
	padding: 0 10px;
}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {
	display: block;
}
.picText img {
}
.picList {
	padding: 8px 0;
}
.picList table td img {
	margin-bottom: 1px;
}
.tprice span {
	text-decoration: line-through;
}
.price {
	color: #f60;
}

/* tab选项卡 */
.tbtncon {
	height:26px;
	background:url(../images/title_bg.gif) repeat-x;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
	height:26px;
	border:1px solid #ace;
}
.tbtncon li{
	border:1px solid #ace;
	border-left:none;
	border-top:none;
	color:#07519A;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
}
.tbtncon li:hover{
	text-decoration:underline;
}
.tbtncon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

/* 频道和列表页 */
.position {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
	margin-bottom: 10px;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: "宋体";
}
.channle .box {
	margin-bottom: 10px;
}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {
	border-bottom: 1px dashed #ccc;
}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {
	margin-bottom: 8px;
}
.photo_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.photo_list .line_bottom table {
	margin-bottom: 8px;
}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {
	width: 90px;
}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {
	color: #f60;
}
.info_list .line_bottom .smalltext {
	color: #666;
}

/* 内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}




.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 555px;
    overflow: hidden;
    zoom: 1;
    margin-top: 0px;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../image/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 555px;
	display: block;
}
.toubus {
    width: 100%;
    height: 35px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dbdbdb;
    line-height: 35px;
}
.toubuszj {
    width: 1180px;
    margin: 0 auto;
}
.huanying span{
	width: 151px;
    float: left;
}
.huanying {
    width: 782px;
    float: left;
}
.tbzj {
    width: 1180px;
    margin: 0 auto;
}
.tbzj1 {
    width: 425px;
    float: left;
}
.tbzj2 {
    width: 518px;
    float: left;
}
.tbzj3 {
    width: 237px;
    float: right;
}
.hyyouc {
    width: 322px;
    float: right;
}
input.tijiaoss {
    background: url(../image/zgsy_11.jpg) no-repeat 0 0px;
    border: 1px solid #a9a9a9;
    width: 44px;
    height: 31px;
    border-left: none;
}
.tbycss {
    width: 218px;
    float: right;
}
.huandeng{
	width:1180px; margin:0 auto;height: 40px;
}
.syre{
	position: absolute;
    margin-top: -43px;
    margin-left: 81px;
}
.dibuqb {
    width: 100%;
    background-color: #2d3236;
}
.dbfooters {
    width: 1180px;
    margin: 0 auto;
    font-size: 18px;
    font-family: "微软雅黑";
    padding-top: 55px;
    color: #fff;
    font-weight: bold;
}
.yysjs {
    width: 25%;
    text-align: left;
    float: left;
}
.kjdhs {
    width: 25%;
    float: left;
    text-align: center;
}
.fwrxs {
    width: 25%;
    float: left;
    text-align: center;
}
.smyjxs {
    width: 25%;
    float: left;
    text-align: center;
}
.dbfooterz {
    width: 1180px;
    margin: 0 auto;
    padding-top: 57px;
    color: #fff;
    height:300px;
}
.yybdz {
    width: 24%;
    float: left;
    border-right: 1px dashed #474c50;
}
.kjdhzj {
    width: 24%;
    float: left;
    border-right: 1px dashed #474c50;
    height: 193px;
}
.kjdhzj ul li{    
	width: 50%;
    text-align: center;
    float: left;
    line-height: 30px;
}
.kjdhzj ul li a{color: #fff;}
.bdxm input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height:30px;
    width: 220px;
}
.bdmj input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height:30px;
    width: 220px;
}
.bdmd select{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 222px;    font-size: 14px;

}
.bddh input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height:30px;
    width: 220px;
}
.bdan input{
    line-height: 30px;
    color: #fff;
    height: 33px;
    width: 223px;
    background-color: #530000;
    border: none;
}
.dbdh {
    width: 24%;
    float: left;
    padding-top: 10px;
    border-right: 1px dashed #474c50;
    height: 193px;
}
.dbdhl {
    width: 36px;
    float: left;
    padding-left: 48px;
}
.dbdhrx {
    padding-top: 6px;
    padding-left: 86px;
}
.dbdhrs {
    padding-left: 95px;
}
.ewmz {
    width: 24%;
    float: right;
}
.ewmzs1 {
    width: 145px;
    float: left;
}
.ewmzx {
    padding-top: 22px;
}
span.ewmzx1 {
    text-align: center;
    width: 50%;
    float: left;
}
span.ewmzx2 {
    text-align: center;
    width: 50%;
    float: left;
}
.dibuqbx {
    width: 100%;
    background-color: #23282c;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.dbfooterx{
	padding-top:5px; padding-bottom: 5px;
}
.fwlcl {
    width: 1180px;
    margin: 0 auto;
}
.jdal {
    width: 100%;
    height: 558px;
    background-color: #efefef;
    border-top: 1px solid #dfdfdf;
}
.jdals {
    text-align: center;
}
.wanke{ text-align: center; line-height: 30px; }
.custom-title {
    width: 220px;
    float: left;
    text-align: left;
    border-right: 2px solid #333;
    margin-right: 20px;
    font-size: 17px;
}
p.cn_text {
    color: #530000;
    font-weight: bold;
}
p.en_text {
    color: #7b7979;padding-top: 5px;
}
.cksy {
    margin-top: -18px;
}
.zjjufu {
    width: 867px;
    float: left;
    margin-right: 17px;
}
.thyc {
    color: #888585;
    margin-left: 15px;
}
.jcarousel-image .space-image img{
	width: 100%; border-radius: 10px;max-height: 570px;height:100%;
}
.zjsrdz {
    text-align: center;
}
.ysmk {
    width: 1180px;
    margin: 0 auto;
    margin-top:40px; margin-bottom:20px;
}
.ysmkn {
    width: 25%;
    float: left;
    margin-top: -6px;
}
.ysmkn img{width:100%;max-height:286px;}
.xwzx {
    width: 709px;
    float: left;
}
.tzjj {
    clear: both;
    height: 50px;
}
#banner_img img{width:100%;}
.fieldandcss{}
.changefieldandcss {
    background: #530000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}
.dbsxlb {
    width: 1180px;
    margin: 0 auto;
    border: 2px solid #cdcdcd;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.listpage {
    background: #f2f2f2;
    padding: 1px 0;
}
.sxqbb {
    width: 1180px;
    margin: 0 auto;
}
.sxqbbl {
    width: 843px;float: left;    border: 1px solid #dcdada;
}
.srdzsjs {
    width: 410px;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.srdzs {
    width: 396px;
    height: 274px;
    margin: 0 auto;
    padding-top: 14px;
}
.srdzs img{width:100%;height:100%;}
.srsjs {
    width: 100px;
    float: left;
    height: 100px;
    margin-left: 10px;
}
.srsjs img{ width:100%;border-radius:50%;height:100%; }
.tbzjw{ background-color: #fff; overflow: hidden; }
.huandengw{ background-color: #fff;}
.dbsxlbn {
    margin: 20px;
}
.dbsxlbn a:hover {
    color:#fff!important;
    background-color: #530000;line-height: 30px; padding-top: 3px;
    padding-bottom: 3px;
}
.fieldandcss{padding-left: 10px;padding-right: 10px; font-size: 14px;}
.dbsxlbn b{ font-size: 14px; }
.srdzx {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}
.srsjsr {
    width: 280px;
    float: left;
    margin-left: 20px;
}
.srbt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 5px;
}
.srbtx {
    color: #525252;
}
.dbyy {
    text-align: center; margin-bottom: 20px;margin-bottom: 50px;
    margin-top: 30px;
}
.dbyy b{
	background-color: #530000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sxqbbr {
    width: 330px;
    float: right;
    border: 1px solid #cdcdcd;background-color: #fff;
}
.sxqbbrn {
    margin: 35px;
}
.yyxmwz {
    margin: 18px;
    color: #696868;
    line-height: 24px;
    margin-bottom: 50px;
}
.lbbdxm input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height: 30px;
    width: 253px;
    background-color: #f2f2f2;
}
.lbbdmj input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height: 30px;
    width: 253px;
    background-color: #f2f2f2;
}
.lbbddh input{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height: 30px;
    width: 253px;
    background-color: #f2f2f2;
}
.lbbdmd select{
	line-height: 30px;
    margin-bottom: 8px;
    color: #6f6c6c;
    height: 30px;
    width: 253px;
    background-color: #f2f2f2;    font-size: 14px;
}
.lbbdan #j_btn{
	line-height: 35px;
    margin-bottom: 8px;
    color: #fff;
    height: 35px;
    width: 253px;
    background-color: #530000;font-size: 14px;
}
.dpjs {
    width: 100%;
}
.dpjs img{
    width: 100%;
}
.dpjsb {
    width: 1180px;
    margin: 0 auto;
}
.dpjsl {
    width: 280px;
    float: left;
}
.dpjsr {
    width: 879px;
    background-color: #fff;
    float: right;    margin-top: 20px;    padding: 20px;    border: 1px solid #dcdada;
}
.yingzs {
    height: 45px;
    line-height: 45px;
    background-color: #530000;
    color: #fff;
    padding-left: 20px;margin-top: 20px;
}
.yingzx {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #dcdada;
    background-color: #fff;
    border-top: none;
}
span.yingzxr {
    float: right;
    padding-right: 20px;
}
.spdh {
    margin-top: 20px;
    background-color: #411315;
    color: #fff;
    overflow: hidden;
}
.spdhl {
    width: 74px;
    float: left;
}
.spdhrs {
    margin-top: 24px;
    line-height: 24px;
}
.spdhrx {
    font-size: 20px;
    font-weight: bold;
}

.dpjsrs .fl {
    float: left;
}
.dpjsrs {
    line-height: 30px;
    border-bottom: 1px solid #dcdada;
    margin-bottom: 10px;
    color: #530000;
    font-weight: bold;
}
.dpjsrs .fr {
    text-align: right;
    color: #000;
    font-weight: 100;
}
.dptup {
    width: 33.3%;
    float: left;
    margin-top:20px;
}
.dptups {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #e2dede;
}
.dptups img{ width: 96%;height:96%; margin-left: 2%;margin-top:2%;margin-bottom:2%; }
.dptupx {
    text-align: center;
    margin-top: 10px;
}
.dtlbmbl {
    width: 204px;
    float: left;
}

.dtlbmbl img{ 
	width:100%;    height: 120px;
}
.dtlbmb {
    margin-top: 20px;
    height:130px;
}
.zgdtb {
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
}
.zgdtbl {
    width: 843px;
    float: left;background-color: #fff;    border: 1px solid #dcdada;
}
.zgdtbr {
    width: 330px;
    float: right;
}
.dthx {
    margin: 20px;height: 40px;
}
.dthxl {
    width: 90px;
    float: left;
    padding-bottom: 14px;
    text-align: center;
    font-weight: bold;
}
.dthxz {
    width: 90px;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-bottom: 14px;
}
.dthxr {
    width: 90px;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-bottom: 14px;
}
.dtlbmbr {
    width: 541px;
    float: left;
    margin-left: 35px;
}
.saixzjs {
    margin: 24px;
}
.dtlbmbbt {
    line-height: 24px;
    margin-bottom: 10px;
}
.dtlbmbjj {
    color: #868383;
    line-height: 24px;
    font-size: 14px;
}
.tjdtxt {
    width: 110px;
    float: left;
    height: 68px;
}
.tjdtxt img{ width:100%; height:100%; }
.jindalqhs {
    width: 284px;
}
.jindalqhs img{
	width:100%;height:100%;
}
.jdalb {
    border: 1px solid #e6e3e3;
    background-color: #fff;    padding: 20px;
}
.jdalss {
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.jindalqhx {
    margin-top: -30px;
    margin-bottom: 28px;
    padding-left: 14px;
    background-color: #000;
    z-index: 999999999999;
    position: relative;
    line-height: 30px;
    width: 284px;
    background-color: rgba(0,0,0,0.4);
}
.jindalqhx a{color:#fff;}
.tjdt {
    border: 1px solid #e6e3e3;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}
.tjdts {
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tjdtxbt {
    width: 148px;
    float: left;
    margin-left: 20px;
}
.tjdtx {
    height: 84px;
}
.toubhjj img{width:100%;}
.gywmtb {
    width: 1180px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
}
.gywmtbn {
    width: 300px;
    margin: 0 auto;
}
.gywmtb1 {
    width: 33.3%;
    float: left;
    text-align: center;    padding-bottom: 16px;
}
.gywmtb2 {
    width: 33.3%;
    float: left;
    text-align: center;    padding-bottom: 16px;
}
.gywmtb3 {
    width: 33.3%;
    float: left;
    text-align: center;    padding-bottom: 16px;
}
.jjljdan {
    width: 25%;
    float: left;
}
.jjljdan img {
    width: 96%;
    margin:0 auto;
    margin-bottom:10px;    height: 190px;
}
.jdalzl {
    background-color: #efefef;
    overflow: hidden;
    padding-bottom: 46px;
}
.wmdtss {
    text-align: center;
}
.wmdts {
    background-color: #fff;
    overflow: hidden;
}
.ypzw {
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.ypzws {
    padding: 20px;
}
.ypzws span{color: #530000;font-weight: bold; margin-right:10px;}
.ypzwx {
    padding: 20px;
}
.zpttz {
    line-height: 24px;
    padding-left: 10px;
}
.zptt {
    margin-bottom: 20px;
}
.zpttlw {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
}
span.zpttl {
    font-weight: bold;
}
span.zpttll {
    float: right;
}
.dlzgjjy {
    width: 1180px;
    margin: 0 auto;
    font-weight: bold;
}
.ditu {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
}
.ditul {
    width: 410px;
    float: left;
    line-height: 24px;padding-top:50px;
}
.ccsx {
    padding-left: 37px;    margin-bottom: 20px;    display: none;
}
.ccss img{ width: 28px;float:left;margin-right: 8px;}


.rollBox{    width: 1180px;background-color: #fff;
    height: 228px;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto;}
.rollBox .LeftBotton{height:80px;width:28px;background:url(../image/jt_03.jpg) no-repeat 0px 5px;overflow:hidden;float:left;display:inline;margin:70px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:80px;width:28px;background:url(../image/jt_05.jpg) no-repeat 0px 5px;overflow:hidden;float:left;display:inline;margin:70px 0 0 0;cursor:pointer;}
.rollBox .Cont{width:1100px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:280px;float:left;text-align:center;}
.rollBox .Cont .pic img{padding:9px;background:#fff;display:block;margin:0 auto;width:260px;height:190px;}
.rollBox .Cont .pic div{line-height:20px;color:#505050;margin:15px 0px;}
.rollBox .Cont .pic div span{display:block;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.jjdlsr {
    width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid #c3bdbd;
    color: #530000;
    font-weight: bold;background-color: #fff;
}
.jjdlsrl {
    border-bottom: 2px solid #530000;
    width: 148px;
    padding-bottom: 16px;
    padding-left: 10px;padding-top:20px;
}
.nydh {
    width: 1180px;
    margin: 0 auto;margin-top:20px;
    font-family: "微软雅黑";
}
.nydh img{ width: 28px;float: left;margin-top:-3px; }
.nydhx {
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;margin-top:20px;margin-bottom:10px; overflow: hidden;
}
.nydhxl {
    width: 698px;
    float: left;
}
.nydhxr {
    width: 460px;
    float: left;
    margin-top: 30px;
}
.gxhy {
    font-size: 18px;
    font-family: "微软雅黑";
}
.fenggezs {
    margin-top: 20px;    
    width: 460px;
    overflow: hidden;
}
.fenggezs1 {
    width: 120px;
    float: left;
    background-color: #530000;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;}
 .fenggezs2 {
    width: 120px;
    float: left;
    background-color: #530000;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;margin-left:10px;
}
 .fenggezs3 {
    width: 120px;
    float: left;
    background-color: #530000;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;margin-left:10px;
}
.bianhaoxx {
    margin-top: 20px;
    color: #949292;
}
.jianjiexx {
    line-height: 24px;
    margin-top: 10px;    margin-right: 68px;    border-bottom: 1px solid #ada7a7;
    padding-bottom: 40px;
}
.jiagexx {
    border-top: 1px solid #ada7a7;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}
.jiagexx span{    
    font-size: 20px;
    color: #530000;
    font-weight: bold;
    padding-left: 10px; 
}
.xixunxx1 {
    width: 186px;
    float: left;
    background-color: #530000;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
}
.xixunxx {
   margin-top:20px;
}
.xixunxx2 {
    width: 180px;
    float: left;
    text-align: center;
    color: #530000;border: 1px solid #530000;margin-left: 10px;
}
.xixunxx2 img{width:49px;float: left;}
.xixunxx2 span{ line-height: 44px; }
.fenxiang {
    margin-top: 10px;
}
.fenxiang span{
    float: left;
    margin-top: 4px;
}
.dpjszj h1{
	font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.zhengw {
    min-height: 900px;
    width: 92%;
    margin: 0 auto;
    line-height: 28px;
    color: #8c8989;
}
.saixzjs .fl{
    border-bottom: 1px solid #bfbdbd;
    padding-bottom: 10px;
}
.list_content {
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
}
.srdzdss {
    width: 100%;
    overflow: hidden;
}
.srdzsjs1 {
    width: 33%;
    float: left;    margin-top: 20px;
}
.srdzs1 img{ width: 96%;margin-left:3%;    height: 249px;}
.srsjs1 {
    width: 83px;
    float: left;    height: 83px;    margin-left: 10px;
}
.srsjs1 img{ border-radius: 50%; width:100%; height:100%;}
.srsjsr1 {
    width: 270px;
    float: left;
    margin-left: 20px;
}
.position1 {
    margin: 20px;
    padding-top: 20px;
}
.botxtx {
    width: 1137px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ssjg {
    width: 1137px;
    margin: 0 auto;
}
.sjt{ display: none; }
.sjw{ display: none; }
.zhengw img{width:90%;height:auto;margin-left: 5%;}
.ccss {
    clear: both;
    margin-bottom: 20px;
}
.ccsx1 {
    padding-left: 6px;
    color: #530000;
    font-size: 1.4rem;
    margin-bottom: 23px;
}
.art_lxwmwz{
    width: 1180px;
    margin: 0 auto;
    line-height: 30px;
}
.art_lxwmwz p {
    margin-top: 20px;
}

.art_lxwmwz img , .art_lxwmwz video{max-width: 100%;}

@keyframes bounceInLeft {
        from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
        0% {opacity: 0;transform: translate3d(-3000px, 0, 0);}
        60% {opacity: 1;transform: translate3d(25px, 0, 0);}
        75% {transform: translate3d(-10px, 0, 0);}
        90% {transform: translate3d(5px, 0, 0);}
        100% {opacity: 1;transform: none;}
    }
@keyframes bounceInRight {
        from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
        0% {opacity: 0;transform: translate3d(3000px, 0, 0);}
        60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
        75% {transform: translate3d(10px, 0, 0);}
        90% {transform: translate3d(-5px, 0, 0);}
        100% {opacity: 1;transform: none;}
    }
@-webkit-keyframes bounceInUp{
  0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);transition-timing-function:cubic-bezier(0.215,.610,.355,1.000)}
  0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}
  75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
  90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
  100%{-webkit-transform:none;transform:none}
}
.page5-tu1{
        position: absolute;
        width: 429px;
        left: 375px;
        opacity: 0;
    }
.page5-tu1{
    bottom: REM(778);
    animation: bounceInLeft 0.5s 0.25s linear forwards;
}
.zzsm {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    text-align: center;    height: 182px;
}
.zzxfdb {
    width: 1180px;
    margin: 0 auto;
    position: relative;overflow: hidden;
}
.zzxfdbl {
    width: 50%;
    float: left;
}
.zzxfdbl1 {
    width: 274px;
    float: left;
}
.qbbj {
    background-color: #fff;
}
.zzxfdbl{
	bottom: REM(778);
    animation: bounceInLeft 0.5s 0.25s linear forwards;
}
.zzxfdbr {
    width: 50%;
    float: left;
}
.zzxfdbr{
	bottom: REM(778);
    animation: bounceInRight 0.5s 0.25s linear forwards;
}
.qbbj {
    background-color: #fff;
    overflow: hidden;
}

.zzfww{
    background: url(../image/zzbjz.jpg) no-repeat 0px 5px;
    overflow: hidden;
    float: left;
    display: inline;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;

}
.zzfwzj{ width: 1160px;margin:0 auto; padding-bottom: 30px;overflow: hidden; padding-left: 20px;}
.zzfwrx{
    padding-bottom: 11px;
    text-align: center;
    font-size: 28px;
    color: #530000;
    background-color: #fff;
}
.zzfwzj1 {
    width: 20%;
    float: left;
    margin-top: 200px;
}
.zzfwzj2 {
    width: 20%;
    float: left;
    margin-top: 150px;
}
.zzfwzj3 {
    width: 20%;
    float: left;
    margin-top: 200px;
}
.zzfwzj4 {
    width: 20%;
    float: left;
    margin-top: 150px;
}
.zzfwzj5 {
    width: 20%;
    float: left;
    margin-top: 200px;
}
.sz {
    font-size: 42px;
    color: #530000;
}
.xbt {
    font-size: 20px;
    color: #530000;
    padding-left: 15px;
}
.xbtx {
    font-size: 14px;
}
.xbtx span{
    font-size: 24px;
    color: #9a9797;
    line-height: 18px;
    padding-right: 10px;
}
.xbtxt {
    margin-top: 20px;
}
.xbtxt{
	bottom: REM(778);
    animation: bounceInUp 0.5s 0.25s linear forwards;
}
.zzfwx {
    width: 1180px;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 20px;
}
.zzfwx1 {
    text-align: center;
    margin-bottom: 30px;
}
.zzfwx2 {
    line-height: 24px;
    margin-bottom: 30px;
}
.zzfwx3 {
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.zzfwx2 span{
    color: #fff;
    background-color: #530000;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 10px;
    border-radius: 50%;
}
.mianjt {
    text-align: center;
}
.zzxfdbl1 img{ width: 100%; }
.zzxfdbl2 img{ width: 100%; }
.zzxfdbl2 {
    width: 274px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.zzwz {
    text-align: center;
    margin-top: 20px;font-weight: bold;
}
