/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
}
.header-1{
	height: 109px;
	background-color: #fff;
}
.logo{
	width: 847px;
	margin-top: 22px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.nav-wp{
	background-color: #bf000a;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	width:9.090909%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.nav>ul>li:hover>a{background-color: #990008;}
.nav>ul>li.cur>a{background-color: #990008;}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#bf000a;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;6
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #990008;
}
.oa{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	margin-top: 45px;
	margin-left: 25px;
}
.oa img{
	margin-top: -3px;
	margin-right: 12px;
}
.oa a:hover{
	color: #bf000a;
}
.search{
	width:310px;
	position: relative;
	margin-top: 38px;
	padding-right: 50px;
	/*background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;*/
  background-color: #ececec;
  border-radius: 35px;
  padding-left: 26px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 35px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:  6px 0px;
}
.search input[type="image"]{
	position: absolute;
  right: 13px;
  top: 8px;
  width: 18px;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .flex-control-nav{
	text-align: left;
	padding-left: 34px;
	bottom: 40px;
}
.fafa .flex-control-paging li a{
	width: 63px;
	height: 8px;
	background-color: #fff;
	background-image: none!important;
	opacity: 0.3;
}
.fafa .flex-control-paging li a.flex-active{
	opacity: 1;
}
.main{
	padding: 55px 0 35px;
}
.main1-1{
	width:637px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 75.5%;
}
.main1-1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	padding-right: 175px;
	padding-left: 22px;
	z-index: 50;
	background-image: url(../images/heidi2.png);
}
.fmain1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
}
.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 29px;
	bottom: 37px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 18px;
}
.main1-2{
	width:428px;
	margin:0 93px 0 35px;
}
.title-00{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-00.png);
}
.title-00 span.fl{
	font-size: 24px;
	color: #333;
	opacity: 0.5;
	font-weight: bold;
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 24px;
	position: relative;
	cursor: pointer;
}
.title-00 span.fl::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 5px;
	background-color: #bf000a;
	content:"";
	z-index: 10;
	opacity: 0;
}
.title-00 span.fl+span.fl{
	margin-left: 25px;
}
.title-00 span.fl.cur{
	font-size: 30px;
	opacity: 1;
	padding-top: 0;
}
.title-00 span.fl.cur::after{
	opacity: 1;
}
.title-00 a.fr{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	display: none;
	margin-top: 10px;
}
.title-00 a.fr.frr{
	display: block;
}
.title-00 a.fr img{
	margin-top: -3px;
	margin-left: 10px;
}
.title-00 a.fr:hover{
	color: #bf000a;
}
.main-div-wp{
	overflow: hidden;
	position: relative;
}
.main-div-wp .main-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	left: -1500%;
	opacity: 0;
	transition: opacity .3s;
}
.main-div-wp .main-div.cur{
	position: relative;
	left: 0;
	opacity: 1;
}
.tui1{
	padding-top: 40px;
}
.tui1-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.tui1-h1 a:hover{
	color: #bf000a;
}
.tui1-h2{
	font-size: 14px;
	color: #666;
	padding: 15px 0 10px;
}
.tui1-p{
	font-size: 14px;
	color: #666;
	line-height: 2.4;
	height: 4.8em;
	overflow: hidden;
}
.main1-2 .main-list1{
	padding-top: 25px;
}
.main-list1 dl{
	margin:0;
}
.main-list1 dd{
	position: relative;
	padding-left: 12px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding-right: 90px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/jiao4.png);
}
.main-list1 dd+dd{
	margin-top:30px;
}
.main-list1 dd a:hover{
	color: #bf000a;
	font-weight: bold;
}
.main-list1 dd span.span_01{
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 14px;
	color: #666;
}
.main1-3{
	overflow: hidden;
}
.main-list2{
	position: relative;
	margin-top: 22px;
}
.main-list2::before{
	position: absolute;
	width: 1px;
	top: 5px;
	bottom: 0;
	background-image: url(../images/line.png);
	content:"";
	left: 102px;
	z-index: 1;
}
.main-list2 dl{
	margin:0;
	position: relative;
	z-index: 5;
}
.main-list2 dd{
	background-repeat: no-repeat;
	background-position: 92px 5px;
	background-image: url(../images/dian0.jpg);
}
.main-list2 dd:hover{
	background-image: url(../images/dian1.png);
}
.main-list2 dd:hover .main-list2-a a{
	font-weight: bold;
}
.main-list2 dd+dd{
	margin-top: 20px;
}
.main-list2-date{
	font-size: 14px;
	color: #666;
	margin-right: 50px;
	margin-top: 7px;
}
.main-list2-a-wp{
	overflow: hidden;
}
.main-list2-a{
	font-size: 18px;
	line-height: 1.8;
	height: 3.6em;
	color: #333;
	overflow: hidden;
}
.main-list2-a a:hover{
	color: #bf000a;
}
.mm45{
	margin-top: 45px;
}
.main3{
	padding: 60px 40px;
	background-image: url(../images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main3-1{
	width:505px;
}
.main-list3{
	padding-top: 35px;
}
.main-list3 dl{
	margin:0;
}
.main-list3 dd+dd{
	margin-top: 17px;
}
.main-list3-date{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #bf000a;
	text-align: center;
	margin-right: 15px;
	padding-top: 10px;
}
.main-list3-date-1{
	font-size:26px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.main-list3-date-2{
	font-size:12px;
	color: #fff;
	line-height: 1;
	margin-top: 3px;
}
.main-list3-a{
	overflow: hidden;
	font-size: 18px;
	color: #333;
	padding-top: 20px;
}
.main-list3-a a:hover{
	color: #bf000a;
	font-weight: bold;
}
.main3-2{
	width:505px;
	margin:0 50px;
}
.main-list4{
	padding-top: 14px;
}
.main-list4 dl{
	margin:0;
}
.main-list4 dd{
	padding: 22px 0;
	border-bottom: 1px solid #d6cec2;
}
.main-list4-h1{
	font-size: 18px;
	color: #333;
}
.main-list4-h1 a:hover{
	color: #bf000a;
	font-weight: bold;
}
.main-list4-h2{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.main3-3{
	overflow: hidden;
}
.main3-3 .main-list1{
	padding-top: 35px;
}
.main3-3-2{
	margin-top: 40px;
}
.main4{
	position: relative;
	padding-right: 77px;
}
.main4-more{
	position: absolute;
	right: 0;
	top: 0;
	width:57px;
}
.main4-more a{
	display: block;
	border:1px solid #c1c1c1;
	height: 124px;
	text-align: center;
	font-size: 14px;
	color: #666;
	padding: 29px 18px 0;
	line-height: 1;
}
.main4-more a img{
	display: block;
	margin:10px auto 0;
}
.main4-more a:hover{
	color: #bf000a;
}
.main4-list .imgbox_a{
	padding-bottom: 34.44%;
}
.main5-item{
	width: 48.75%;
}
.main5-item .main-list1{
	padding-top: 30px;
}
.main6{
	background-image: url(../images/main6-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 3px solid #bf000a;
	padding: 25px 30px;
	padding-left: 275px;
	position: relative;
	height: 327px;
	background-color: #f2f2f2;
}
.main6 .title-00{
	position: absolute;
	width: 80px;
	left: 48px;
	top: 35px;
}
.main6 .title-00 span.fl{
	width: 1em;
	padding-bottom: 0
}
.main6 .title-00 span.fl.cur::after{
	opacity: 0;
}
.main6 .title-00 a.fr{
	width: 1em;
	white-space: normal;
	line-height: 1;
	margin-top: 0;
}
.main6 .title-00 a.fr img{
	margin:10px auto 0;
	display: block;
}
.main6 .pic-h1{
	background-color: #fff;
	padding: 25px 15px;
}
.main7 .main-div-wp{
	margin-top: 35px;
}
.main7 .pic-h1{
	padding: 25px 15px;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	font-size: 16px;
	color: #333;
	line-height: 2.4;
	padding: 25px 0;
	background-color: #f2f2f2;
}
.footer-1 a:hover{
	color: #bf000a;
}
.footer-2{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	padding: 35px 0;
	background-color: #900008;
}
.footer-2 p{
	margin:0;
}
.footer-2 p+p{
	margin-top: 10px;
}
.footer-2 .fr{
	text-align: right;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 160px;
    margin-left: 15px;
    margin-top: 15px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 207px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 15px;
	padding-top:60px;
}
.erji{
	padding: 25px 0 60px;
}
.menu{
	width: 255px;
	margin-right: 45px;
	border-radius: 6px;
	overflow:hidden;
}
.menu-h1{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #bf000a;
	padding: 35px 15px;
}
.menu-list{
	background-color: #f8f8f8;
	padding: 30px 10px 350px;
	background-image: url(../images/menu-list.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu-list dl{
	margin:0;
}
.menu-list dd+dd{
	margin-top: 10px;
}
.menu-list dd>a{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 18px 55px 18px 35px;
	line-height:1.5;
	background-color: #c1c1c1;
	position: relative;
}
.menu-list dd.cur>a,
.menu-list dd>a:hover{
	background-color: #bf000a;
}
.menu-list dd>a::after{
	position: absolute;
	width: 25px;
	height: 9px;
	right: 25px;
	top: 25px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content:"";
	opacity: 0;
}
.menu-list dd.cur>a::after{
	opacity: 1;
}
.erji-content{
	/*overflow: hidden;*/
	float: right;
	width: 1300px;
}
.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:2px;
	content:"";
	background-color: #ddd;
	z-index: 5;
	height: 1px;
}
.title-11-h1{
	position: relative;
	padding: 20px 4px 13px;
	border-bottom: 3px solid #bf000a;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	z-index: 15;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	padding-right: 65px;
	white-space: nowrap;
	position: relative;
	margin-top: 22px;
}
.title-11 a.fr::after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 48px;
	height: 10px;
	background-image: url(../images/more11.png);
	background-repeat: no-repeat;
	background-position: right center;
	content:"";
}
.title-11 a.fr:hover{
	color: #bf000a;
}
.mianbaoxie{
	font-size: 14px;
	color: #666;
	margin-top: 23px;
}
.erji-content-div{
	margin-top: 25px;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin: 0;
}
.xinwen1{
	background-color:#eeeeee;
	padding: 35px 50px 30px 50px;
}
.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #bf000a;
}
.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
	text-indent: 2em;
}
.more980{
	margin-top: 20px;
	/*margin-left: 105px;*/
}
.more980 a{
	display: block;
	width: 132px;
	height: 41px;
	line-height: 39px;
	padding-left: 18px;
	color: #333;
	border:1px solid #cecece;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 94px center;
	background-image: url(../images/jiao2.png);
}
.more980 a:hover{
	background-color: #bf000a;
	border-color: #bf000a;
	color: #fff;
	background-image: url(../images/jiao2h.png);
}
.xinwen2{
   border-top: 1px solid #e8e8e8;
   margin-top:35px;
}
.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
}
.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #bf000a;
	transition: .3s;
}
.xinwen1-2-gai-date {
    width: 80px;
    margin-right: 30px;
    text-align: center;
    background-color: #c52121;
    height: 110px;
    padding-top: 20px;
    color: #bf000a;
    transition: .3s;
}
.xinwen1-2-gai-date h1{
	margin:0;
	font-size: 36px;
	color: #fff;
	font-family: "Georgia";
}
.xinwen1-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: #fff;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-date h1{
	margin:0;
	font-size: 36px;
	color: inherit;
	font-family: "Georgia";
}
.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}
.dang-2-gai-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}
.dang-2-gai-list-dd{
	position: relative;
  padding-right: 130px;
}
.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #bf000a;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #bf000a;
}
.danpian{
	padding-top: 30px;
}
.danpian-h1{
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.danpian-h2{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top:30px;
}
.danpian-h2 img{
	margin-top: -3px;
	margin-right: 8px;
}
.danpian-h3{
	font-size: 16px;
	color: #999;
	text-align: center;
}
.danpian-h3 i{
	font-style: normal;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
}
.danpian-h3 i.cur{
	background-color: #bf000a;
	color: #fff;
}
.danpian-con{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 2.4;
	text-indent: 2em!important;
}
.danpian-con table{
	border:1px solid #ddd;
	border-collapse: collapse;
}
.danpian-con table tr,.danpian-con table td{
	border:1px solid #ddd;
}

.danpian-con h1{
	margin: 0;
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/dan-h1.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 48px;
    line-height: 48px !important;
    padding-left: 20px;
    margin-bottom: 30px;
	}
.danpian-con img{
	display: block;
	margin:0 auto 10px;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#bf000a;
}
.pic-list dl{
	margin:0;
	margin-left: -3%;
}
.pic-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.zt-list .pic-pic .imgbox_a{
	padding-bottom: 34.375%;
}
.pic-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 35px 15px;
	background-color: #f2f2f2;
}
.pic-item:hover .pic-h1{
	color: #bf000a;
}

.dashiji{
	margin-top: 50px;
}
.dashiji1{
	background-repeat: repeat-y;
	background-position: 87px top;
	background-image: url(../images/dashiji1.png);
	padding: 24px 0 35px;
	position: relative;
	margin-top: 42px;
}
.dashiji1-1{
	position: absolute;
	width: 9px;
	top: 0px;
	left: 83px;
}
.dashiji1-2{
	position: absolute;
	width: 9px;
	bottom: 0;
	left: 83px;
}
.dashiji1-1 img,.dashiji1-2 img{
	display: block;
	width: 100%;
}
.dashiji1 ul{
	margin:0;
}
.dashiji1 li:first-child{
	margin-top: 25px;
}
.dashiji1 li{
	margin-top: 63px;
}
.dashiji1-nian{
	font-size: 18px;
	color:#bf000a;
	height: 25px;
	line-height: 25px;
	width: 126px;
	background-repeat: no-repeat;
	background-position: 80px center;
	background-image: url(../images/dashiji1-3.png);
}
.dashiji1-con{
	overflow: hidden;
}
.dashiji1-con dl{
	margin:0;
}
.dashiji1-con dd{
	font-size: 16px;
	color:#666;
	line-height: 25px;
	margin-top: 12px;
}
.dashiji1-con p{
	font-size: 16px;
	color:#666;
	line-height: 25px;
	margin-top: 12px;
}
.dashiji1-con dd span{
	padding-right: 15px;
}
.dashiji1-con dd:first-child{
	margin-top: 0;
}
.shizi-item{
	margin-top: 30px;
}
.shizi-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.shizi-dl{
	border:1px solid #ddd;
	padding: 1px 0px 15px 15px;
	margin-top: 15px;
	margin-left:20px;
}
.shizi-dl dl{
	margin:0;
}
.shizi-dl dd{
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}
.shizi-dl dd a:hover{
	color: #bf000a;
}

.zuzhi-dl{
	padding-top: 15px;
}
.zuzhi-dl dl{
	margin:0;
	margin-left: -1%;
}

.zuzhi-dl dd{
	float: left;
	width: 13.28571%;
	margin-left: 1%;
	margin-top: 1%;
}

.zuzhi-dl dd>a{
	display: block;
	padding: 12px 0;
	line-height: 1.5;
	background-color: #f2f2f2;
	text-align: center;
	transition: background-color .3s,color .3s;
	font-size: 18px;
	color: #333;
}

.zuzhi-dl dd.cur>a,
.zuzhi-dl dd>a:hover{
	background-color: #bf000a;
	color:#fff;
}








.about2-list1{
	padding: 0 41px;
}

.about2-list1 .item{
	cursor: pointer;
	font-size: 16px;
	color:#bf000a;
	text-align: center;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	height: 47px;
	line-height: 45px;
}

.about2-list1 .item.cur{
	background-color: #bf000a;
	border-color: #bf000a;
	color:#fff;
}


.about2-list1 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url(../images/left22.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
		background-size: 100%;
}
.about2-list1 .owl-nav button.owl-prev:hover{
	background-image: url(../images/left22h.png);
}
.about2-list1 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-size: 100%;
    background-image: url(../images/right22.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.about2-list1 .owl-nav button.owl-next:hover{
	background-image: url(../images/right22h.png);
}


.about2-list2-wp{
	margin-top: 50px;
	padding: 0 41px;
}

.about2-list2-wp .about2-list2{display: none;}
.about2-list2-wp .about2-list2:first-child{display: block;}

.about2-list2-nian{
	line-height: 1;
	font-size: 80px;
	color:rgba(0, 0, 0, 0.05);
	writing-mode: vertical-lr;/*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
}

.about2-list2-dl{
	overflow: hidden;
	position: relative;
	
}
.about2-list2-dl::before{
	z-index: 5;
	position: absolute;
	width: 1px;
	background-color: #dddddd;
	content:"";
	top: 0;
	bottom: 5px;
	left: 183px;
}
.about2-list2-dl dl{
	margin:0;
	position: relative;
	z-index: 15;
/*	max-height: 540px;
	overflow-y: auto;
	padding-right: 15px;*/
}

.about2-list2-dl dl::-webkit-scrollbar {
    width: 4px;
}
.about2-list2-dl dl::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #bf000a;
}
.about2-list2-dl dl::-webkit-scrollbar-track {
    width: 1px;
		background-color: #eee;
}






.about2-list2-dl dd{
	padding: 7px 0;
	background-image: url(../images/bei.png);
	background-repeat: no-repeat;
	background-position: 160px 0;
	position: relative;
}
.about2-list2-dl dd::before{
	position: absolute;
	width: 47px;
	height: 12px;
	content:"";
	z-index: 10;
	background-color: #fafafa;
	left: 160px;
	bottom: 100%;
}
.about2-list2-dl dd::after{
	position: absolute;
	width: 47px;
	height: 12px;
	content:"";
	z-index: 10;
	background-color: #fafafa;
	left: 160px;
	top: 38px;
}
.about2-list2-dl dd{
	margin-bottom: 42px;
}
.about2-date{
	width: 115px;
	font-size: 16px;
	color:#bf000a;
	text-align: right;
	line-height: 24px;
	margin-right: 130px;
}

.about2-p{
	overflow: hidden;
	font-size: 16px;
	color:rgba(0,0,0,0.87);
	line-height: 24px;
}
.about2-p p{
	margin:0;
}

.about2-list2-dl dd:hover{
	background-image: url(../images/beih.png);
}
.about2-list2-dl dd:hover .about2-p{
	font-weight: bold;
}

.fmain2 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: none!important;
	background-color: #ccc;
	border-radius: 50%;
}
.fmain2 .flex-control-paging li a.flex-active{
	background-color: #bf000a;
}
.fmain2 .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top: 20px;
}