/**************************************/
/*************[公用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);
}



ul,dl,h1,h2,h3{
	margin:0;
}







/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.header-1{
	background-color: #c61000;
}

.header-1 .fl{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color:#fff;
}
.header-1 dl.fr{
	margin:0;
}
.header-1 dd{
	float: right;
	padding-left: 30px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color:#fff;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 25px;
}
.header-1 dd a:hover{
	font-weight: bold;
}

.header-2{
	background-image: url(../images/baidi.png);
	height: 104px;
}

.logo{
	width: 394px;
	margin-top: 26px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-2 dl.fr{
	margin:0;
	margin-top: 34px
}
.header-2 dd{
	float: right;
	padding-left: 30px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color:#333;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 25px;
}
.header-2 dd a:hover{
	font-weight: bold;
	color: #c61000;
}




.search select:focus{
	outline: none;
}

.search select{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
	display: block;
	width: 70px;
	height: 30px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}




.search{
	width:300px;
	margin-top: 36px;
	position: relative;
	margin-left: 25px;
	
}


.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 33px;
	background-color:transparent;
	border:1px solid #c61000;
	border-radius: 33px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:6px 26px 6px 18px;
	padding-left:90px;
}

.search input[type="image"]{
	position: absolute;
	right:10px;
	top: 9px;
	width: 15px;
}

.nav-wp{
    background-color: #c61000;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	position: relative;
	text-align: center;
}

.nav>ul>li>a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	height: 41px;
	line-height: 41px;
}

.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color: #770a00;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0px;
	top:100%;
	z-index: 600;
	display: none;
  background-color: #c61000;
  border-top: 1px solid #c61000;

}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 2px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	text-align: center;


}


.nav>ul>li>ul>li>a:hover{
	background-color: #770a00;
}






/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	position: relative;
	z-index:50;
}

.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}



.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 40px;
}
.fafa .flex-control-nav li{
	margin:0 19px;
}


.main{
	position: relative;
	z-index: 15;
	padding-top: 30px;
}

.toutiao-wp{
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.12);
	
}

.toutiao{
	padding: 0	130px;
	position: relative;
	height: 88px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/toutiao.png);
}
.toutiao-div{
	padding-top: 5px;
}
.toutiao-div h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color:#c61000;
	text-align: center;
}
.toutiao-div p{
	margin:0;
	font-size: 16px;
	color:#666;
	text-align: center;
	margin-top: 20px;
}
.toutiao-div .list01{
    margin-top: 20px;
}
.toutiao-div .list01 dl{
    margin-left: -3%;
    font-size: 0;
}
.toutiao-div .list01 dd{
    display: inline-block;
    padding-right: 0;
    width: 30.333333%;
    margin-left: 3%;
    margin-top: 0!important;
}









.mm30{
	margin-top: 30px;
}

.main2-1{
	width: 478px;
	margin-right: 25px;
}

.fmain2 .slides>li .imgbox_a{
	padding-bottom: 66.5272%;
}
.fmain2 .slides>li .imgbox_a h1{
	font-size: 16px;
	color:#fff;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/hei70.png);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0	25px;
}

.fmain2 .flex-control-thumbs {
  display: block;
}

.fmain2 .flex-control-thumbs li {
  width: 32.6667%;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}

.fmain2 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 21.5%;
  overflow: hidden;
  background-color: #000;
}

.fmain2 .flex-control-thumbs li:first-child {
    margin-left: 0;
}

.fmain2 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}

.fmain2 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.main2-2{
	width: 550px;
	margin-right: 30px;
}

.title-00 span.fl{
	padding: 12px 28px;
	background-color: #f8f7f5;
	font-size: 18px;
	color:#666;
	cursor: pointer;
}
.title-00 span.fl+span.fl{
	margin-left: 13px;
}
.title-00 span.fl.cur{
	font-weight: bold;
	color:#fff;
	background-color: #c61000;
}

.title-00 a.fr{
	font-size: 14px;
	color:#999;
	display: none;
	margin-top: 15px;
}
.title-00 a.fr:hover{
	color: #c61000;
}

.title-00 a.fr.frr{
	display: block;
}

.main-box{
	margin-top: 15px;
	border:1px solid #dfdfdf;
	padding: 19px;
}

.main-box .main-box-div{display: none;}
.main-box .main-box-div:first-child{display: block;}

.main2 .main-box{
	height: 361px;
}

.tui-pic{
	width: 122px;
	margin-right: 18px;
}


.tui-pic .imgbox_a{
	padding-bottom: 66.942%;
}

.tui-con{
	overflow: hidden;
}
.tui-con h1{
	font-size: 18px;
	font-weight: bold;
	color:#c61000;
	position: relative;
	padding-right: 45px;
	height: 20px;
	line-height: 20px;
}
span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#999;
	font-weight: normal;
}
.tui-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
	margin-top: 10px;
}

.list01 dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 45px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/list01.jpg);
}
.list01 dd+dd{
	margin-top: 15px;
}
.list01 dd a:hover{
	color: #c61000;
}

.tui1{
	padding-top: 5px;
}

.main2-3{
	overflow: hidden;
}
.title-11{
	height: 49px;
	position: relative;
}

.title-11 span.fl{
	font-size: 20px;
	font-weight: bold;
	color:#b3b2b2;
	cursor: pointer;
	position: relative;
	margin-top:9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.title-11 span.fl+span.fl{
	margin-left: 25px;
}
.title-11 span.fl.cur{
	color:#c61000;
	border-bottom: 3px solid #c61000;
	background-image: url(../images/xiajiao.png);
}

.title-11 a.fr{
	font-size: 14px;
	color:#999;
	display: none;
	margin-top: 15px;
}
.title-11 a.fr:hover{
	color: #c61000;
}

.title-11 a.fr.frr{
	display: block;
}


.main2-2 .list01 dd+dd {
    margin-top: 0;
    border-top: 1px solid #eeeeee;
}
.main2-2 .list01 dd {
    height: 50px;
    line-height: 49px;
}




















.main2-2 .list01{
	position: relative;
	top: -15px;
}


.main2-3 .list01{
	position: relative;
	top: -15px;
}
.main2-3 .list01 dd+dd{
	margin-top: 0;
	border-top: 1px solid #eeeeee;
}
.main2-3 .list01 dd{
	height: 50px;
	line-height: 49px;
}

.dai .imgbox_a{
	padding-bottom: 9.6428571%;
}

.main3{
	background-color: #f3f3f3;
	padding: 20px 0 30px;
}

.main3-1{
	width: 447px;
	margin-right: 30px;
}

.main3-3{
	overflow: hidden;
}

.main3-3 .main-box{
	height: 402px;
}
.main3-3 .list01 dd+dd {
    margin-top: 18px;
}
.main3-3 .list01 dd{
	padding-right: 0	
}
.main3-3 .fmain2 .slides>li .imgbox_a h1{
	background-image: url(../images/hei40.png);
	text-align: center;
}
.main3-3 .fmain2 .slides>li .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/hei30.png);
	content:"";
	z-index: 10;
}
.main3-3 .fmain2 .slides>li .imgbox_a::after{
	position: absolute;
	width: 50px;
	left: 50%;
	top: 50%;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(../images/bo.png);
	content:"";
	z-index: 12;
}

.main-box.main-box-bai{
	background-color: #fff;
	border-color:#fff;
}


.main3-1 .main-box{
	height: 402px;
}

.tui2 .tui-pic{
	width: 170px;
	margin-right: 20px;
}
.tui2 .tui-con{
	padding-top: 5px;
}
.tui2 .tui-con h1{
	padding-right: 0;
	color:#333;
}
.tui2 .tui-con h1 a:hover{
	color: #c61000;
}

.tui2 .tui-con h2{
	font-size: 14px;
	color:#999999;
	margin-top: 10px;
}

.tui2 {
	margin-bottom: 20px;
}
.main3-1 .list01 dd{
	padding-left: 0;
	background-image: none;
	height: 48px;
	line-height: 47px;
	border-top: 1px solid #eeeeee;
	margin: 0!important;
}


.main4{
	padding: 20px 0 30px;;
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main4-3{
	overflow: hidden;
}

.main4-3-dl dd+dd{
	margin-top: 10px;
}

.main4-3-dl dd .imgbox_a{
	padding-bottom: 20.45%;
}


.main4-bottom{
	margin-top: 20px;
}

.fmain4-4 .imgbox_a{
	padding-bottom: 54.3%;
}
.fmain4-4 .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height:124px;
	content:"";
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/hyin.png);
	z-index: 15;
}

.main4-4-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 25;
	padding: 0	25px 12px;

}
.main4-4-con h1{
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}
.main4-4-con p{
	font-size: 14px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:0;
	color:#fff;
	margin-top: 8px;
}


.main3-1.main4-4 .main-box{
	height: auto;
}

.main3-1.main4-5 .main-box{
	height: 261px;
}
.main3-1.main4-5 .list01 dd{
	background-image: url(../images/list01.jpg);
  padding-left: 15px;
}

.main3-1.main4-5 .list01{
	position: relative;
    
}

.main4-6{
	float: right;
	width: 446px;
	padding-top: 10px;
}

.main4-6-div{
	height: 315px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/xin.png);
	padding-top: 20px;
}

.main4-6-title{
	width: 130px;
	height: 50px;
	position: relative;
	left: -10px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-image: url(../images/main4-6-title.png);
}
.main4-6-title span{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color:#fff;
}

.main4-6-dl{
	padding: 0px 20px 15px;
}
.main4-6-dl dd{
	padding: 12px 20px;
}
.main4-6-dl dd+dd{
	border-top: 1px solid #e7e7e7;
}

.main4-6-dl dd h1{
	font-size: 16px;
	color:#c61000;
	font-weight: bold;
}
.main4-6-dl dd h1 img{
	margin-top: -3px;
	margin-right: 10px;
}
.main4-6-dl dd p{
	margin:0;
	font-size: 14px;
	color:#333;
	line-height: 1.8;
	margin-top: 6px;
}



/*.main3-1.main4-5 .list01 dd:nth-child(3),*/
/*.main3-1.main4-5 .list01 dd:nth-child(4),*/
/*.main3-1.main4-5 .list01 dd:nth-child(5),*/
/*.main2-2 .list01 dd:nth-child(6){*/
/*    display: none;*/
/*}*/



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}
.footer-1{
	background-color: #f3f3f3;
}
.footer-1-div{
	height: 62px;
	padding: 14px 0 0 94px;
	position: relative;
}
.footer-1-title{
	position: absolute;
	width: 90px;
	left: 0;
	top: 0;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	color: #666;
}
.footer-1-dl dl{
	margin-left: -2%;
}
.footer-1-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}

.footer-2{
	background-color: #3a3a3a;
	padding: 50px 0 40px;
}


.er-wp{
	width: 294px;
	min-height: 1px;
	margin-left: 130px;
}
.er{
	float: left;
	width: 88px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.er+.er{
	margin-left: 15px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}
.footer-2-con{
	overflow:hidden; 
	font-size: 14px;
	color:#fff;
	line-height: 2;
	padding-top: 15px;
}

/**************************************************************/
/*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;
	/*background-color: #0089d0;*/
}
.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>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: 4px 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: 17px;
	width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width:300px;
	margin-left: 15px;
	margin-top: 17px;
	/*opacity: 0;*/
}
.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: 510px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji{
	padding: 30px 0 50px;
}

.menu{
	width: 234px;
	margin-right: 56px;
}

.menu-h1{
	background-color: #c61000;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 182px center;
	background-image: url(../images/menu-h1.png);
}
.menu-dl{
	margin-top: 8px;
}
.menu-dl dd+dd{
	margin-top: 3px;
}
.menu-dl dd>a{
	display: block;
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	background-color: #f3f3f3;
	padding: 15px 15px 15px 30px;
	background-repeat: no-repeat;
	background-position: 30px 25px;
}

.menu-dl dd>a:hover{
	color:#c61000;
}

.menu-dl dd.cur>a{
	color:#fff!important;
	background-color: #c61000;
	padding-left: 45px;
	background-image: url(../images/menuCur.jpg);
}







.erji-content{
	overflow:hidden;
}
.erji-title{
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
}
.erji-title h1{
	font-size: 24px;
	font-weight: bold;
	color:#333;
}
.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/mian2.png);
}
.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 20px;
	margin-top: 4px;
	
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #c61000;
}


.erji-content-div{
	margin-top: 30px;
}

.about1-title h1{
	font-size: 24px;
	color:#c61000;
	font-weight: bold;
}
.about1-title h2{
	font-size: 16px;
	color:#999;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 1.5;
}

.about-p{
	font-size: 16px;
	color:#333;
	line-height: 2;
}


.about1 .about-p{
	margin-top: 25px;
	padding-right: 280px;
	position: relative;
	padding-bottom: 30px;
	padding-top: 10px;
}

.about1 .about-p::after{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0px;
	width: 210px;
	content:"";
	background-color: #f2f2f2;
}

.about1 .about-p::before{
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 20;
	width: 91px;
	height: 83px;
	background-image: url(../images/before.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}

.about2{
	background-image: url(../images/about2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about2 img{
	display: block;
	width: 100%;
}

.about2-dl{
	width: 465px;
	margin-left: auto;
	padding: 60px 50px;
	position: relative;
	background-image: url(../images/dlbg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about2-dl::after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content:"";
	z-index: 20;
	background-image: url(../images/dlbg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about2-dl::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content:"";
	z-index: 10;
	background-image: url(../images/hongdi.png);
}
.about2-dl dl{
	position: relative;
	z-index: 30;
}
.about2-dl dd{
	float: left;
	width: 50%;
	text-align: center;
}

.about2-dl dd h1{
	font-size: 14px;
	color:#fff;
}
.about2-dl dd h1 span{
	font-size: 36px;
	font-weight: bold;
	padding-right: 7px;
}
.about2-dl dd h2{
	font-size: 14px;
	color:#fff;
	margin-top: 10px;
}

.about2-dl dd:first-child+dd+dd,
.about2-dl dd:first-child+dd+dd+dd{
	margin-top: 72px;
}

.about3{
	margin-top: 40px;
}
.gonggao-list dd+dd{
	margin-top: 20px;
}
.gonggao-list dd>a{
	/*margin:0;*/
	display: block;
	position: relative;
	background-color: #f3f3f3;
	padding: 25px 0;
	padding-left: 235px;
	padding-right: 70px;
}
.gonggao-list dd>a::after{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	background-image: url(../images/gonggao_a.png);
	content:"";
	z-index: 10;
}
.gonggao-date{
	position: absolute;
	width: 197px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #dadada;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#999999;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.gonggao-con{
	font-size: 16px;
	color:#333;
}
.gonggao-list dd>a:hover{background-color: #c61000;}
.gonggao-list dd>a:hover .gonggao-date{color: #fff;border-color:#e89f99;}
.gonggao-list dd>a:hover .gonggao-con{color: #fff;font-weight: bold;}

.fenye{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
}
.fenye ul{
	margin:0;
}


.xinwen-list dd+dd{
	margin-top: 35px
}
.xinwen-list dd{
	position: relative;
}
.xinwen-list dd::after{
	position: absolute;
	left: 305px;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ebebeb;
	content:"";
}
.xinwen-list dd::after{
	position: absolute;
	left: 305px;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ebebeb;
	content:"";
} 
.xinwen-list dd::before{
	position: absolute;
	left: 305px;
	right: 805px;
	bottom: 0;
	height: 1px;
	background-color: #c61000;
	content:"";
	z-index: 15;
	transition: right .5s;
} 
.xinwen-list dd:hover::before{
	right: 0;
}
.xinwen-list dd:hover .xinwen-con h1{
	color: #c61000;
	font-weight: bold;
	
}
.xinwen-pic{
	width: 270px;
	margin-right: 35px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}

.xinwen-con h1{
	font-size: 16px;
	color:#333;
}
.xinwen-con h1 a:hover{
	font-weight: bold;
	color:#c61000;
}
.xinwen-con h2{
	font-size: 14px;
	color:#999;
	margin:20px 0 15px;
}
.xinwen-con h2 img{
	margin-top: -3px;
	margin-right: 8px;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}









.fengcai-list dl{
	margin-left: -3%;
	margin-top: -3%;

}

.fengcai-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}

.fengcai-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.zhuanti-list .fengcai-pic .imgbox_a {
   padding-bottom: 25.45%;
}
.fengcai-h1{
	background-color: #f3f3f3;
	padding: 18px 15px;
	text-align: center;
	font-size: 16px;
	color:#333;
}


.fengcai-list dd:hover .fengcai-h1{
	color: #c61000;
}


.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.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:#c61000;
}