/**************************************/

/*************[公用start]**************/

/**************************************/






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: 1668px; /*主要内容区尺寸大小，每次制作前更新！！！ */

	margin:0 auto;

}

div.wp .container-fluid{

	padding-left: 0;

	padding-right: 0;

}

.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{

	background-color: #fff;

	position: relative;

	height: 99px;

}







.logo{

	width:334px;

	margin-top: 25px;

}



.logo a,.logo img{

	display: block;

	width: 100%;

}





.search{

	width: 24px;

	margin-right: 24px;

	margin-top: 40px;

}





.search a,.search img{

	display: block;

	width: 100%;

}







.nav ul{

	margin:0;

}



.nav>ul>li{

	float: left;

	margin-right: 38px;

	position: relative;

	



}

.nav>ul>li>a{

	display: block;

	height:99px;

	line-height: 99px;

	font-size: 16px;

	color:#333;

	/*transition: .3s;*/

	position: relative;



}





.nav>ul>li>a::after{

	content:"";

	position: absolute;

	width: 0;

	height: 4px;

	background-color: #c7000c;

	bottom: 0;

	right: 0;

	-webkit-transition: all .5s;

    -moz-transition: all .5s;

    -ms-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

}



.nav>ul>li.cur>a::after,.nav>ul>li:hover>a::after{

	width: 100%;

  right: auto;

  left: 0;

}



.nav>ul>li>ul{

	position: absolute;

	left: 50%;

	margin-left: -70px;

	width: 140px;

	top:99px;

	z-index: 600;

	background-color: #fff;

	display: none;

}



.nav>ul>li>ul>li>a{

	display: block;

	padding: 10px 5px;

	text-align: center;

	line-height: 1.6;

	font-size: 14px;

	color:#333;

	/*transition: .3s;*/

	text-align: center;



}

.nav>ul>li>ul>li>a:hover{

	background-color: #c7000c;

	color: #fff;

}







/**************************************************************/

/*header-over*/











/*main-start*/

/**************************************************************/



#main{



}







.fafa .flex-control-paging li a{

	width: 17px;

	height: 17px;

	transition: .3s;

}



.fafa .flex-control-paging li a.flex-active{

	width: 47px;

}

.fafa .flex-control-nav li{

	margin:0 11px;

}

.fafa .flex-control-nav{

	bottom: 54px;

}







.ppp70{

	padding: 70px 0;

}



.main1{

	background-color: #fff;



}





.main1-left{

	width: 836px;

	margin-right: 77px;

}



.title1-wp{

	margin-bottom: 28px;

	position: relative;

	min-height: 42px;

}





.title1-dl{

	position: absolute;

	right: 0;

	top: 4px;

}

.title1-dl dl{

	margin:0;

}



.title1-dl dd{

	float: left;

	margin-left: 20px;

	height: 38px;

	line-height: 36px;

	border:1px solid #cecece;

	font-size: 14px;

	color: #333;

	cursor: pointer;

	text-align: center;

	width: 110px;

	border-radius: 5px;

}

.title1-dl dd.cur{

	background-color: #c7000c;

	border-color: #c7000c;

	color: #fff;

}

.title1-dl dd:first-child{

	margin-left: 0;

}







.title1 i{

	font-style: normal;

	font-size: 20px;

	color: #999;

	text-transform: uppercase;

	font-family: "Impact";

}	



.title1 span{

	font-size: 30px;

	color: #333333;

	padding-right: 15px;

	vertical-align: bottom;

}





.tui1-pic{

	width: 324px;

	margin-right: 26px;

}



.tui1-pic .imgbox_a{

	padding-bottom: 66.358%;

}





.tui1-con{

	overflow: hidden;

}



.tui1-con h1{

	margin:0;

	font-size: 22px;

	color: #333;

	line-height: 1.6;

	height: 70px;

	overflow: hidden;

}

.tui1-con h1 a{

	display: block;

}



.tui1-con h1 a:hover{

	color: #c7000c;

}

.tui1-con p{

	margin:0;

	font-size: 14px;

	color: #999;

	line-height: 2;

	height: 56px;

	overflow: hidden;

	margin-top: 15px;

}



.tui1-con h2{

	margin:0;

	font-size: 14px;

	color: #999;

	margin-top: 50px;

}







.main1-div-wp .main1-div{display: none;}

.main1-div-wp .main1-div:first-child{display: block;}



.list01 ul{

	margin:0;

}



.list01{

	padding-top: 23px;

}

.list01 ul{

	margin:0;

}



.list01 li{

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	position: relative;

	padding-right: 75px;

	height: 24px;

	line-height: 24px;

	margin-top:17px;

}

.list01 li:first-child{

	margin-top: 0!important;

}

.list01 li.cur{

	color: #c7000c;

}

.list01 li a{

	font-size: 16px;

	color: #333;

}

.list01 li.cur a{

	color: #c7000c;

}

.list01 li span{

	position: absolute;

	right: 0;

	top: 0;

	font-size: 12px;

	color: #999;

}









.main1-right{

	overflow: hidden;

}



.main1-dl dl{

	margin:0;

}



.main1-dl dd .imgbox_a{

	padding-bottom: 44.15%;

}

.main1-dl dd:first-child{

	margin-bottom: 37px;

}

.main1-hei{

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	height: 114px;

	background-repeat: repeat-x;

	background-position: left center;

	background-image: url(../images/heixia.png);

	padding: 73px 30px 0px;

	z-index: 35;

}



.main1-hei h1{

	margin:0;

	font-size: 14px;

	color: #fff;

	padding-left: 16px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/heixia-h1.jpg);

}







.main2{

	background-color: #f0f0f0;

	/*background-image: url(../images/main2-bg.jpg);*/

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;



}





.title22 h1{

	margin:0;

	font-size: 30px;

	color: #000;

}

.title22 h2{

	margin:0;

	font-size: 0px;

	line-height: normal;

	margin-top: 18px;

}

.title22 h2 span{

	display: inline-block;

	padding: 10px 22px;

	border-top: 2px solid #000;

	border-bottom: 2px solid #000;

	font-size: 16px;

	line-height: 1;

	color: #999;

	text-transform: uppercase;

	font-family: "Impact";

	letter-spacing: 5px;

}





.main2-list{

	margin-top: 50px;

}



.main2-list .item .imgbox_a{

	padding-bottom: 139.043%;

}





.main2-list .item .imgbox_a h1{

	position: absolute;

	margin:0;

	z-index: 25;

	left: 15px;

	top: 75px;

	right: 15px;

	font-size: 25px;

	color: #333;

	text-align: center;

	line-height: 1.5;

}



.main3{

	background-color: #fff;

}





.gg-div{

	margin-top: 70px;

}



.fgg .imgbox_a{

	padding-bottom: 15.347%;



}

.fgg .flex-direction-nav a{
	width: 60px;
	height: 109px;
	margin-top: -54px;
	background-image: url(../images/left.png);
}


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

.fgg .flex-direction-nav a.flex-next{
	background-image: url(../images/right.png);
	right: 0;
}




.main3-div{

	margin-top: 50px;

}



.main3-left{

	width: 800px;

	margin-right: 40px;

}





.main3-left dl{

	margin:0;

	margin-left: -5%;

}



.main3-left dd{

	float: left;

	width: 45%;

	margin-left: 5%;

}



.main3-pic .imgbox_a{

	padding-bottom: 66.3%;

}



.main3-con{

	margin-top: 26px;

}

.main3-con h1{

	margin:0;

	font-size: 20px;

	color: #333;

	line-height: 1.6;

	height: 70px;

	overflow: hidden;

}

.main3-con h1 a{

	display: block;

}



.main3-con h1 a:hover{

	color: #c7000c;

}

.main3-con p{

	margin:0;

	font-size: 14px;

	color: #999;

	line-height: 2;

	height: 84px;

	overflow: hidden;

	margin-top: 10px;

	margin-bottom: 16px;

}



.main3-con h2{

	margin:0;

	font-size: 14px;

	color: #999;

}







.main3-right{

	overflow: hidden;

}

.main3-right dl{

	margin:0;

}



.main3-right dd{

	margin-top:28px; 

}

.main3-right dd:first-child{

	margin-top:0px; 

}

.main3-right dd:hover .main3-date{

	background-color: #c7000c;

}

.main3-right dd:hover .main3-date h1{color: #fff;}

.main3-right dd:hover .main3-date h2{color: #fff;}

.main3-date{

	width: 72px;

	height: 72px;

	border:1px solid #cecece;

	text-align: center;

	padding-top: 10px;

	margin-right: 22px;

	background-color: #fff;

}

.main3-date h1{

	margin:0;

	font-size: 30px;

	font-weight: bold;

	color: #c7000c;

	line-height: 1;

}



.main3-date h2{

	margin:0;

	font-size: 14px;

	color: #999;

	margin-top: 7px;

}



.main3-right-a{

	overflow: hidden;



}



.main3-right-a a{

	display: block;

	font-size: 18px;

	color: #333;

	line-height: 2;

	overflow: hidden;

	height: 72px;

}



.main3-right-a a:hover{

	color: #c7000c;

}



/**************************************************************/

/*main-over*/











/*footer-start*/

/**************************************************************/



#footer{



}





.footer-1{

	background-color: #f0f0f0;

	padding: 14px 0;

}



.foo1-title{

	font-size: 14px;

	color: #666;

	line-height: 34px;

	height: 34px;

	margin-left: 38px;

	margin-right: 50px;

}



.foo1-div{

	overflow: hidden;

}

.foo1-div dl{

	margin:0;

	margin-left: -2%;

}

.foo1-div dd{

	float: left;

	width: 23%;

	margin-left: 2%;

}

.foo1-div dd .form-control{

	border-radius: 0;

}





.footer-2{

	padding: 55px 0 45px;

	background-color:#333333;

}







.foo2-left{

	overflow: hidden;

	padding-top: 7px;



}

.foo-logo{

	width:227px; 

	margin-top: 35px;

	margin-right: 50px;

}



.foo-logo img{

	display: block;

	width: 100%;

}



.foo2-p{

	overflow: hidden;

	font-size: 16px;

	color: #ddd;

	line-height: 2.2;

}

.foo2-p a:hover{

	color: #fff;

}

.foo2-p h1{

	margin:0;

	font-size: 20px;

	font-weight: bold;

	color: #fff;

	padding-bottom: 13px;

}





.foo2-p p{

	margin:0;

}





.er{

	width: 102px;

	font-size: 14px;

	color: #ddd;

	text-align: center;

}



.er img{

	display: block;

	width: 100%;

	margin-bottom: 10px;

}











/**************************************************************/

/*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: 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: 17px;

    width: 18px;



}



.nav-2-form .form-control{padding-right: 50px;}

.logo-2 {

   font-size: 0;

   width: 300px;

   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:600px ;

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	padding-top: 130px;

}



.banner-2 h1{

	margin:0;

	font-size: 60px;

	font-family: "Times New Roman";

	text-transform: uppercase;

	color: #999;

}

.banner-2 h2{

	margin:0;

	font-size: 48px;

	font-weight: bold;

	color: #333;

	letter-spacing:10px;

	margin:12px 0 25px;

}



.banner-2 .line{

	width: 483px;

	background-repeat: repeat-x;

	background-position: left top;

	background-image: url(../images/line.jpg);

	margin:0 auto;

}

.banner-2 .line i{

	display: block;

	width: 64px;

	height: 5px;

	background-color: #c7000c;

	margin:0 auto;

}



.banner-2 h3{

	margin:0;

	font-size: 16px;

	color: #999;

	line-height:2;

	letter-spacing:3px;
	margin:0 auto;
	margin-top: 30px;
	width: 1000px;

}



.map-wp{

	width: 65%;

	margin-right: 50px;

	height:486px;

}



.map{

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	width: 100%;

	height: 100%;

}



.map-dl{

	overflow: hidden;

}

.map-dl dl{

	margin:0;

}

.map-dl dd{

	padding: 30px 0;

	border-top: 1px solid #f0f0f0;

	padding-left: 65px;

	background-repeat: no-repeat;

	background-position: 19px 25px;

}



.map-dl dd:first-child{

	border-top: 0;

}



.map-dl dd h1{

	font-size:20px;

	color: #333;

	margin:0;

	height: 32px;

	line-height: 32px;

}



.map-dl dd p{

	font-size:16px;

	color: #666;

	line-height: 2;

	margin:0;



}









.rencai1-pic{

	width: 50%;

	margin-left: 100px;

}



.rencai1-pic .imgbox_a{

	padding-bottom: 92.28571%;

}



.rencai1-con{

	overflow: hidden;

	padding-top: 0px!important;

}



.rencai1-con>h1{

	display: inline-block;

	font-size: 40px;

	color: #ccc;

	font-family: "Impact";

	margin:0;

	padding-top: 22px;

	border-top: 4px solid #999999;

	text-transform: uppercase;

}



.rencai1-con>h2{

	font-size:30px;

	color: #333;

	letter-spacing: 3px;

	margin:0;

	margin-top: 17px;

}



.rencai1-con-p p{

	margin:0;

}



.rencai1-con-p{

	font-size: 16px;

	color: #666;

	line-height: 2.6;

	margin-top: 40px;

}







.rencai2{

	background-image: url(../images/rencai2-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	height: 848px;

}





.rencai2-div{

	margin-top: 95px;

	width: 50%;

	background-image: url(../images/baidi.png);

}



.rencai2-dl{

	width: 94px;

	margin-right: 2px;

}

.rencai2-dl dl{

	margin:0;

}



.rencai2-dl dd{

	height: 94px;

	background-image: url(../images/baidi.png);

	margin-top: 2px;

	position: relative;

	cursor: pointer;

}

.rencai2-dl dd.cur{

	background-image: none;

	background-color: #c7000c;

}



.rencai2-dl dd:first-child{

	margin-top: 0;

}



.rencai2-dl dd i{

	position: absolute;

	width: 50px;

	height: 50px;

	margin-left: -25px;

	margin-top: -25px;

	left: 50%;

	top: 50%;

	-webkit-background-size: 100%;

	background-size: 100%;

	background-repeat: no-repeat;

	background-position: center ;

}



.rencai2-dl dd.dd1 i{background-image: url(../images/dd1.png);}

.rencai2-dl dd.dd2 i{background-image: url(../images/dd2.png);}

.rencai2-dl dd.dd3 i{background-image: url(../images/dd3.png);}



.rencai2-dl dd.dd1.cur i{background-image: url(../images/dd1h.png);}

.rencai2-dl dd.dd2.cur i{background-image: url(../images/dd2h.png);}

.rencai2-dl dd.dd3.cur i{background-image: url(../images/dd3h.png);}









.rencai2-con-wp{

	overflow: hidden;

	background-image: url(../images/baidi.png);

	height: 286px;

}



.rencai2-con-wp .rencai2-con{display: none;}

.rencai2-con-wp .rencai2-con:first-child{display: block;}



.rencai2-con{

	padding: 40px 45px 0;

}



.rencai2-con h1{

	margin:0;

	font-size: 22px;

	color: #666;

}



.rencai2-con h1 i{

	display: block;

	width: 42px;

	height: 4px;

	background-color: #c7000c;

	margin-top: 21px;

}



.rencai2-p{

	font-size: 16px;

	color: #666;

	line-height: 2;

	margin-top: 21px;

}

.rencai2-p p{

	margin:0;

}



.rencai3-p{

	padding: 40px 0;

	text-align: center;

	font-size: 16px;

	color: #666;

	line-height: 2.4;

}



.rencai3-list .imgbox_a{

	padding-bottom: 69.267%;

}



.rencai3-list .owl-dot span{

	background-image: url(../images/owl-dot-ico2.png);

}	



.rencai3-list .owl-dot.active span {

    background-image: url(../images/owl-dot-ico-h.png);

}

.erji-title{

	padding-bottom: 28px;

}

.erji-title h1{

	margin:0;

	font-size: 20px;

	color: #333;

}



.erji-nav dl{

	margin:0;

}





.erji-nav dd{

	float: left;

	margin-left: 45px;

	font-size: 16px;

	color: #333;

	padding-bottom: 20px;

	position: relative;

}



.erji-nav dd:first-child{

	margin-left: 0;

}







.erji-nav dd::after{

	content:"";

	position: absolute;

	width: 0;

	height: 4px;

	background-color: #c7000c;

	bottom: 0;

	right: 0;

	-webkit-transition: all .5s;

    -moz-transition: all .5s;

    -ms-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

}



.erji-nav dd.cur::after,.erji-nav dd:hover::after{

	width: 100%;

  right: auto;

  left: 0;

}





.dang-1{

	background-color: #f0f0f0;

}



.dang1-pic{

	width: 50%;

}



.dang1-pic .imgbox_a{

	padding-bottom: 66.28571%;

}



.dang1-con{

	padding: 60px;

	overflow: hidden;

}



.dang1-con h1{

	margin:0;

	font-size: 14px;

	color: #999;

}



.dang1-con h2{

	margin:0;

	font-size: 20px;

	color: #333;

	margin:15px 0 20px;

}



.dang1-con h2 a:hover{

	color: #c7000c;

}



.dang1-con .line1{

	width: 64px;

	height: 5px;

	background-color: #c7000c;



}



.dang1-con p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 2;

	height: 84px;

	overflow: hidden;

	margin-top: 12px;

}



.more1{

	margin-top: 50px;



}



.more1 a{

	display: block;

	width: 145px;

	height: 38px;

	line-height: 38px;

	padding-left: 45px;

	background-image: url(../images/more1.png);

	color: #fff;

	font-size: 14px;

}

.more1 a:hover{

	font-weight: bold;

}



.fdang .flex-control-nav{

	height: 0;

	text-align: right;

	bottom: 55px;

	padding-right: 55px;

}

.fdang .flex-control-nav{

	margin:0 10px;

}

.fdang .flex-control-paging li a{

	background-image: url(../images/arrow-b3.png);

}

.fdang .flex-control-paging li a.flex-active {

    background-image: url(../images/arrow-b2-h.png);

}



.dang-2{

	margin-top: 60px;

	padding-top: 60px;

	border-top:1px solid #f0f0f0; 

}



.dang-2-left{

	width: 273px;

	margin-right: 47px;

	background-color: #f0f0f0;

	padding: 40px 27px 100px;

	border-top: 3px solid #c7000c;

}

.dang-2-left.cur{
	position: fixed;
	top: 0;
}


.dang-2-left.cur+.dang-2-right{
	margin-left: 320px;
}





.dang-2-left h1{

	font-size: 18px;

	color: #666;

	margin:0;

}

.dang-2-left p{

	font-size: 14px;

	color: #999;

	margin:0;

	margin-top: 20px;

}

.dang-2-form{

	margin-top: 17px;

	position: relative;

}

.dang-2-form input[type="image"]:focus{

	outline: none;

}

.dang-2-form .form-control{

	border-radius: 0;

	padding-right: 50px;

}



.dang-2-form input[type="image"]{

	position: absolute;

	width: 15px;

	right:12px;

	top: 10px;

}









.dang-2-right{

	overflow: hidden;

}



.dang-2-list ul{

	margin:0;

}



.dang-2-list li{

	margin-top: 35px;

	background-color: #f0f0f0;

}



.dang-2-list li:first-child{

	margin-top: 0;

}



.dang-2-pic{

	width: 261px;

}

.dang-2-list a.imgbox_a{

	padding-bottom: 66.28%;

}



.dang-2-con{

	overflow: hidden;

	padding: 28px;

	padding-bottom: 0;

}



.dang-2-con h1{

	font-size: 20px;

	color: #333;

	margin:0;

}



.dang-2-con h1 a:hover{

	color: #c7000c;

}



.dang-2-con h2{

	font-size: 14px;

	color: #999;

	margin:0;

	margin:18px 0 10px;

}



.dang-2-con p{

	font-size: 14px;

	color: #666;

	margin:0;

	line-height: 2;

	height: 56px;

	overflow: hidden;

}





.fenye ul{

	margin:0;

}



.fenye{

	text-align: center;

	margin-top: 60px;

}

.shehui1-item{

	margin-bottom: 40px;

}

.shehui1-pic .imgbox_a{

	padding-bottom: 66.25%;

}



.shehui1-con{

	border:1px solid #f0f0f0;

	border-top: 0;

	padding: 27px 20px 30px;

}



.shehui1-con h1{

	margin:0;

	font-size: 16px;

	color: #333;

}



.shehui1-con h1 a:hover{

	color: #c7000c;

}

.shehui1-con p{

	margin:0;

	font-size: 14px;

	color: #666;

	height: 56px;

	line-height: 2;

	overflow: hidden;

	margin:10px 0 35px; 

}

.shehui1-con h2{

	margin:0;

	font-size: 14px;

	color: #999;

}



.chanye{

	padding: 50px 0;

}



.chanye-li{

	margin-top: 50px;

}

.chanye-li:first-child{

	margin-top: 0;

}



.chanye-pic.fr{

	width: 50%;

	margin-left: 70px;

}



.chanye-pic.fr .imgbox_a{

	padding-bottom:61.25%; 

}



.chanye-pic.fl{

	margin-right: 70px;

	width: 57.08%;

}



.chanye-pic.fl .imgbox_a{

	padding-bottom:53.65%; 

}



.chanye-li-div{

	overflow: hidden;

}

.chanye-dl {

	padding-top: 35px;

}

.chanye-dl dl{

	margin:0;

}

.chanye-dl1 dl{

	margin-left: -2%;



}

.chanye-dl dd{

	

	margin-top: 12px;

	padding-left: 17px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/chanye-dd.jpg);

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}



.chanye-dl1 dd{

	float: left;

	width: 48%;

	margin-left: 2%;

}





.chanye-dl dd a{

	font-size: 16px;

	color: #666;

}



.chanye-dl dd a:hover{

	color: #c7000c;

}



.danpian{

	padding-top: 25px;

}

.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;



}



.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;
  font-family: "Microsoft Yahei"!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:#c7000c;



}





.xinwen1-div{

	margin-top: 55px;

}



.xinwen1-left{

	width: 50%;

	margin-right: 48px;

}



.fxinwen1 .imgbox_a{

	padding-bottom: 66.28571%;

}



.fxinwen1 .imgbox_a h1{

	margin:0;

	position: absolute;

	z-index: 35;

	left: 0;

	right: 0;

	bottom: 0;

	height: 56px;

	line-height: 56px;

	background-image: url(../images/heidi.png);

	color: #fff;

	font-size: 16px;

	padding-left: 27px;

	padding-right: 140px;

}



.fxinwen1 .flex-control-nav{

	height: 0;

	bottom: 32px;

	text-align: right;

	padding-right: 12px;

}

.fxinwen1 .flex-control-nav li{

	margin:0;

	margin-right: 15px;

}

.fxinwen1 .flex-control-paging li a{

	width: 13px;

	height: 13px;

	background-image: url(../images/arrow-b4.png);

}



.fxinwen1 .flex-control-paging li a.flex-active{

	background-image: url(../images/arrow-b4-h.png);



}



.xinwen1-right{

	overflow: hidden;

}



.tui2{

	border:1px solid #dadada;

	padding: 25px 22px 18px;

}



.tui2 h1{

	font-size: 18px;

	color: #333;

	margin:0;

}

.tui2 h1 a:hover{

	color: #c7000c;

}

.tui2 h2{

	font-size: 14px;

	color: #999;

	margin:0;

	margin:15px 0 10px;

}

.tui2 p{

	font-size: 14px;

	color: #666;

	margin:0;

	line-height: 2;

	height: 56px;

	overflow: hidden;

}

.list02{

	padding-top: 25px;

}

.list02 li{

	padding-left: 22px;

	background-repeat: no-repeat;

	background-position: 5px center;

	background-image: url(../images/chanye-dd.jpg);

}



.more2{

	margin-top: 55px;



}



.more2 a{

	display: block;

	width: 145px;

	height: 38px;

	line-height: 36px;

	text-align: center;

	color: #333;

	font-size: 14px;

	border-radius: 5px;

	border:1px solid #dadada;

	margin:0 auto;

	background-color: #fff;

	transition: .3s;

}

.more2 a:hover{

	/*font-weight: bold;*/

	background-color: #c7000c;

	border-color: #c7000c;

	color: #fff;

}



.xinwen2{

	background-image: url(../images/xinwen2-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	height:1209px ;

}





.xinwen3{

	background-image: url(../images/xinwen3-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	height:885px ;

}

.xinwen3-list{

	padding-top: 15px;

}

.xinwen3-item{

	background-color: #fff;

	border:1px solid #dcdcdc;

	border-bottom: 4px solid #c7000c;

	padding: 30px;

	padding-bottom: 27px;

	margin-top: 50px;

}





.xinwen3-item h1{

	font-size: 18px;

	color: #333;

	margin:0;

}



.xinwen3-item h1 a:hover{

	color: #c7000c;

}



.xinwen3-item h2{

	font-size: 14px;

	color: #999;

	margin:0;

	margin:15px 0 10px;

}



.xinwen3-item p{

	font-size: 14px;

	color: #666;

	margin:0;

	line-height: 2;

	height: 56px;

	overflow: hidden;

}













.wenhua1{

	background-image: url(../images/wenhua1-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	height:972px ;

}



.wenhua1-dl{

	margin-top: 95px;

}





.wenhua1-dd{

	width: 50%;

	border-left: 1px solid #e4e2e0;

	border-top: 1px solid #e4e2e0;

	height:260px;

	padding-top: 90px;
	transition:padding-top .5s;
}

.wenhua1-dd.cur{

	padding-top: 20px;

}



.wenhua1-dd1{

	border-left: 0px ;

	border-top: 0px ;	

	padding-right: 75px;

}



.wenhua1-dd2{

	border-top: 0px ;	

	padding-left: 75px;

}



.wenhua1-dd3{

	border-left: 0px ;

	padding-right: 75px;



}



.wenhua1-dd4{



	padding-left: 75px;

}

.wenhua1-dd-title{

	padding-left: 95px;

	height: 76px;

	background-repeat: no-repeat;

	background-position: left center;



}



.wenhua1-dd-title h1{

	font-size: 30px;

	/*margin: 30px;*/

	color: #333;

	margin:0;

	letter-spacing: 8px;

}



.wenhua1-dd-title h2{

	font-size: 24px;

	color: #ccc;

	margin:0;

	/*font-weight: bold;*/

	font-family:'Impact';

	text-transform: uppercase;

	margin-top: 10px;

}



.wenhua1-p{

	font-size: 16px;

	color: #666;

	line-height: 2;

	text-indent: 2em;

	margin-top: 15px;

	height:0px;

	overflow: hidden;
	/*visibility: hidden;*/
	transition:.5s;
	/*opacity: 0;*/

}



.wenhua1-dd.cur .wenhua1-p{

	height: 128px;
/*	opacity: 1;
	visibility: visible;*/

}











.wenhua1-p p{

	margin:0;

}







.wenhua2{

	background-image: url(../images/wenhua2-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	height:1082px ;

}





.wenhua2-div{

	width: 50%;

	margin-top: 54px;

}





.wenhua2-title{

	width: 373px;

	text-align: right;

	padding-top: 25px;

	border-top: 4px solid #999999;

}



.wenhua2-title h1{

	margin:0;

	font-size: 40px;

	/*font-weight: bold;*/

	text-transform: uppercase;

	color: #bdc5d9;

	font-family: "Impact";

}



.wenhua2-title h2{

	margin:0;

	font-size: 30px;

	color: #333;

	letter-spacing: 5px;

	margin-top: 16px;

}



.wenhua2-title img{

	display: block;

	width: 100%;

	margin-top: 20px;

}

.wenhua2-p{

	font-size: 16px;

	color: #666;

	line-height: 2.2;

	text-indent: 2em;

	margin-top: 40px;

	overflow: hidden;

}

.wenhua2-p p{

	margin:0;

}



.wenhua3{



}



.wenhua3-p{



	margin:40px auto;

	font-size: 16px;

	color: #666;

	line-height: 2.4;

}



.wenhua3-list .item a.imgbox_a{

	padding-bottom: 42.857%;

	background-color: #000;

}



.wenhua3-list .owl-item .item a.imgbox_a img{

	opacity: 0.5;

}

.wenhua3-list .owl-item.active .item a.imgbox_a img{

	opacity: 1;

}



.wenhua3-list .owl-nav{

	position: absolute;

	left: 0;

	right: 0;

	height: 0;

	top: 50%;

}

.wenhua3-list .owl-nav button.owl-prev{

    position: absolute;

    left:250px;

    top: 50%;

    margin-top: -54px;

    width: 60px;

    height: 109px;

    background-image: url(../images/left.png);

    cursor: pointer;

    background-repeat: no-repeat;

    background-position: center ;

    font-size: 0;

    z-index: 50;

}





.wenhua3-list .owl-nav button.owl-next{

    position: absolute;

    right:250px;

    top: 50%;

   	margin-top: -54px;

    width: 60px;

    height: 109px;

    background-image: url(../images/right.png);

    cursor: pointer;

    background-repeat: no-repeat;

    background-position: center ;font-size: 0;

    z-index: 50;

}











.about1-pic{

	width: 487px;

	margin-left: 75px;

}



.about1-pic .imgbox_a{

	padding-bottom: 106.57%;

}

.about1-div{

	overflow: hidden;

}





.about1-div .rencai1-con{

	padding-top: 0;

}



.about1-div-con{

	font-size: 16px;

	color: #666;

	line-height: 2.2;

	height: 367px;

	overflow: auto;

	margin-top: 32px;
	    text-align: justify;

}

.about1-div-con *{
	font-size: 16px!important;
	line-height: 2.2!important;
	color: #666!important;
}

.about1-div-con p{

	margin:0;

}

.about2-1{

	background-color: #f0f0f0;

}





.about2-1-p{

	font-size: 16px;

	color: #666;

	line-height: 2.2;

	overflow: auto;

	width: 1050px;

	margin:0 auto;

	margin-top: 50px;

}



.about2-1-p p{

	margin:0;

}





.about2-2{

	padding: 60px 0;

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	background-image: url(../images/about2-2.jpg);

}





.about2-2-title{

	width: 350px;

	font-size: 18px;

	color: #fff;

	margin-top: 45px;

}



.about2-2-title span{

	display: block;

	font-size: 24px;

}



.about2-dl{

	overflow: hidden;

}



.about2-dl dl{

	margin:0;

}



.about2-dl dd{

	float: left;

	width: 25%;

	height: 150px;

	background-repeat: repeat-y;

	background-position: left top;

	background-image: url(../images/baidi2.png);

	font-size: 0;

	line-height: normal;

	text-align: center;

	padding-top: 18px;

}

.about2-dl dd:first-child{

	background-image: none;

}

.about2-dd{

	display: inline-block;

	text-align: left;

}



.about2-dd h1{

	margin:0;

	font-size: 14px;

	color: #fff;

}

.about2-dd h2{

	margin:0;

	font-size: 60px;

	font-family: "Impact";

	color: #fff;

	margin:10px 0 7px;

}

.about2-dd h3{

	margin:0;

	font-size: 14px;

	color: #fff;

}



.about3-div{

	margin-top: 65px;

	background-color: #f0f0f0;

}







.about3-div-left{

	width: 55.65%;

	border-top: 1px solid #fff;

}



.about3-con-wp .about3-con{display: none;}

.about3-con-wp .about3-con:first-child{

	display: block;

}



.about3-pic{

	width: 39.5%;

}



.about3-pic .imgbox_a{

	padding-bottom: 150%;



}



.about3-pic-con{

	overflow: hidden;

	padding: 305px 40px 0;

	background-repeat: no-repeat;

	background-position: 91% 12%;

	background-image: url(../images/about3-ico.png);

}





.about3-pic-con h1{

	margin:0;

	font-size: 24px;

	color: #333;

}



.about3-pic-con p{

	margin:0;

	font-size: 14px;

	color: #999;

	line-height: 2;

	margin-top: 20px;

}



.about3-dl{

	overflow: hidden;

}





.about3-dl dl{

	margin:0;

}



.about3-dl dd{

	float: left;

	width: 25%;

	border-left: 1px solid #fff;

	border-top: 1px solid #fff;

	/*cursor: pointer;*/

	background-color: #000;
	position: relative;

}
.about3-dl dd:first-child{
    margin-left: 12.5%;
}
/*.about3-dl dd:first-child{left: 68px}*/
/*.about3-dl dd:first-child+dd{left: 68px}*/
/*.about3-dl dd:first-child+dd+dd{left: 68px}*/
/*.about3-dl dd:first-child+dd+dd+dd{left: 68px}*/

/*.about3-dl dd:first-child+dd+dd+dd+dd{opacity:0;visibility:hidden;}*/



.about3-dl dd .imgbox_a{

	padding-bottom: 149.1%;

	opacity: 0.6;
	transition: .3s;

}



.about3-dl dd .imgbox_a:hover{

	opacity: 1;

}

.about3-dl dd .imgbox_a:hover .about3-dl-wenzi{
	opacity: 1;
		visibility: visible;
}

.about3-dl-wenzi{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	text-align: center;
	background-image: url(../images/bjjjjjjjjj.png);
	background-repeat: repeat-x;
	background-position: left center;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.about3-dl-wenzi h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.about3-dl-wenzi p{
	margin:0;
	font-size: 14px;
	color: #ccc;
	line-height: 1.6;
	margin-top: 7px;
}

.about4{

	background-image: url(../images/about4-bg.jpg);

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;



}



.about4 .title22 h1{

	color: #fff;

}

.about4 .title22 h2 span{

	color: #fff;

	border-color:#fff;

}



.about4-pic{

	margin-top: 32px;

}



.about4-pic img{

	display: block;

	margin:0 auto;

}







.about5-1{

	padding-top: 55px;

}



.about5-1-pic{

	width: 552px;

	margin-right: 124px;

}

.about5-1-pic img{

	display: block;

	width: 100%;

}

.about5-1-con{

	overflow: hidden;

}



.about5-1-con .rencai1-con{

	padding-top: 0;

}

.about5-1-con-nei

{margin-top:25px; }

.about5-1-con-nei h1{

	margin:0;

	font-size: 20px;

	color: #c7000c;

}





.about5-1-con-p{

	margin:0;

	font-size: 16px;

	color: #666;

	line-height: 2.4;

	margin-top: 25px;

}



.about5-1-con-p p{margin:0;}



.about5-2{

	height:575px ;

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

	background-image: url(../images/about5-2-bg.jpg);

	margin-top: 110px;

	padding: 65px 44px 0 84px;

}





.about5-2-left{

	margin-top: 15px;

}

.about5-2-title{

	height: 48px;

	line-height: 48px;

}

.about5-2-title span{

	font-size: 30px;

	color: #fff;

	letter-spacing: 4px;

	vertical-align: top;

	margin-top: -3px;

	display: inline-block;

}

.about5-2-title i{

	font-style: normal;

	font-size: 40px;

	color: #ccc;

	letter-spacing: 4px;

	font-family: "Impact";

	text-transform: uppercase;



}

.about5-2-dl{

	padding-top: 15px;

}

.about5-2-dl dl{

	margin:0;

}



.about5-2-dl dd{

	margin-top: 13px;

	font-size: 16px;

	color: #fff;

}

.about5-2-right{

	width: 212px;

}

.about5-2-right dl{

	margin:0;

}



.about5-2-right dd{

	margin-top: 11px;

	border:5px solid #c0bcae;

	border-radius: 5px;

}

.about5-2-right dd:first-child{

	margin-top: 0;

}

.about5-2-right dd .imgbox_a{

	padding-bottom: 66.83%;

}









.about6{

	background-color: #f0f0f0;

}



.about6-div{

	margin-top: 80px;

}



.about6-div-top img{

	display: block;

	width: 16px;

	margin:0 auto;

}

.about6-div-bottom{

	width: 38px;

	margin:0 auto;
	cursor: pointer;

}

.about6-div-bottom img,.about6-div-bottom a{

	display: block;

	width:100%;

}



.about6-list{

	min-height: 300px;

	background-repeat: repeat-y;

	background-position: center top;

	background-image: url(../images/about6-line1.jpg);

	padding: 25px 0 200px;

}

.about6-list ul{

	margin:0;

}

.about6-list li{

	height: 0px;

	margin-top: 110px;

	position: relative;
	display: none;

}

.about6-list li.nolili{display: block;}

.about6-list li:first-child{

	margin-top: 0;

}

.lih{

	position: relative;

	height: 94px;

	z-index: 30;

}



.about6-li{

	position: absolute;

	top: 0;

	width: 50%;

	background-repeat:repeat-x;

	background-position: left center;

	background-image: url(../images/about6-line2.jpg);

	z-index: 50;

}

.about6-li::after{

	content:"";

	position: absolute;

	width: 10px;

	height: 10px;

	top: 50%;

	margin-top: -5px;

	background-image: url(../images/about6-dian3.png);

	background-repeat: no-repeat;

	background-position: center;

}



.about6-li1::after{

	right: -5px;

}

.about6-li2::after{

	left: -5px;

}







.about6-li1{

	left: 0;

	padding-right: 122px;

}

.about6-li2{

	right: 0;

	padding-left: 122px;

}

.about6-li-con{

	height: 188px;

	background-color: #fff;

	border:1px solid #c7c7c7;

	padding: 42px 35px 0;
	border-radius: 5px;

}

.about6-li-con:hover{

	background-color: #c7000c;

}

.about6-li-con:hover h1{color: #fff;}

.about6-li-con:hover .tver{color: #fff;}

.about6-li-con:hover .about6-more a{

	color: #fff;

	background-image: url(../images/about6-moreh.png);

	border-color: #fff;

}





.about6-li-con h1{

	margin:0;

	font-size: 25px;

	color: #333;

}



.about6-li-con .tver{

	margin:0;

	font-size: 14px;

	color: #333;

	margin-top: 18px;

}

.about6-more{

	margin-top: 15px;

}

.about6-more a{

	width: 125px;

	height: 38px;

	line-height: 36px;

	border:1px solid #cecece;

	border-radius: 5px;

	font-size: 12px;

	color: #999;

	padding-left: 40px;

	background-repeat: no-repeat;

	background-position: 83px center;

	background-image: url(../images/about6-more.png);

}



.xinwen1_1-top{

	border:1px solid #dadada;

	padding: 25px 20px 20px;

}

.xinwen1_1-top h1{

	margin:0;

	font-size: 18px;

	color:#c7000c;

}



.xinwen1_1-top h2{

	margin:0;

	font-size: 14px;

	color:#999;

  margin:15px 0 10px;

}



.xinwen1_1-top p{

	margin:0;

	font-size: 14px;

	color:#666;

	line-height: 2;
	height: 56px;
    overflow: hidden;

}







.xinwen1_1-list ul{

	margin:0;

}



.xinwen1_1-list li{

	height: 50px;

	line-height: 48px;

	border:1px solid #cccccc;

	position: relative;

	padding: 0 115px 0 22px;

	text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

  background-color: #fff;

  margin-top: 20px;

}



.xinwen1_1-list li span{

	position: absolute;

	right: 22px;

	top: 0;

	font-size: 14px;

	color:#666;

}



.xinwen1_1-list li a{

	font-size: 14px;

	color:#666;

}



.xinwen1_1-list li a:hover{

	color:#c7000c;



}

.pic1_1-item{

	margin-bottom: 30px;

}

.pic1_1-item h1{

	margin:0;

	font-size: 18px;

	color:#333;

	text-align: center;

	padding: 0	10px;

	margin-top: 20px;

}



.pic1_1-item:hover h1{

	color: #c7000c;

}



.pic1_2 .main3-pic .imgbox_a{

	    padding-bottom: 149.1%;

}


.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    
}



.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #f5f5f5;
	height: 110px;
	padding-top: 20px;
	color: #c7000c;
	transition: .3s;
}

.dang-2-gai-date h1{
	margin:0;
	font-size: 44px;
	color: inherit;

}

.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: 17px;
	color: #000;
	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: 13px;
	color: #565656;
}

.dang-2-gai-list-dd{
	position: relative;
  padding-right: 200px;
  transition: .3s;
  padding-bottom: 0;
}

.dang-2-gai-aaa{
	position: absolute;
	width: 32px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}

.dang-2-gai-aaa a{
	display: block;
	height: 32px;
	background-image: url(../images/aaha.png);
}


.dang-2-gai-list dd:hover .dang-2-gai-list-dd{
	padding-bottom: 10px;
}
.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: #c7000c;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #c7000c;
}


.wenhua4 {
    background-image: url(../images/wenhua4-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 889px;
}

.wenhua4-div{
	padding-top: 60px;
}
.wenhua4-list{
	margin-top: 84px;
}

.wenhua4-pic .imgbox_a{
	padding-bottom: 66.36%;
}

.wenhua4-con{
	background-color: #fff;
	padding: 25px;
}

.wenhua4-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.wenhua4-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
	margin-top: 12px;
}

.wenhua4-con h2>a{
	display: block;

}

.wenhua4-list .item:hover .wenhua4-con h2{
	color: #c7000c;
}

.wenhua4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-90px;
    top: 50%;
    margin-top: -54px;
    width: 60px;
    height: 109px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.wenhua4-list .owl-nav button.owl-next{
    position: absolute;
    right:-90px;
    top: 50%;
    margin-top: -54px;
    width: 60px;
    height: 109px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}


.rencai1-con-list01{
	padding-top:25px;
}

.rencai1-con-list01 .dang-2-gai-list-dd{
	padding-right: 0!important;
}

.rencai1-con-list01 .dang-2-gai-list dd:last-child{
	margin-bottom: 0;
}



.main1 .more122{
    margin-top: 15px;
}
.more122 a{
    font-size: 14px;
    color:#333;
}
.more122 a:hover{
    color: #c7000c;
}
.more122 a img{
    margin-top: -3px;
    margin-right: 5px;
}

.main2 .more122{
    margin-top:50px;
}
.main2 .more122 a{
   display: block;
   width: 145px;
   height: 46px;
   line-height: 46px;margin:0 auto;
   text-align: center;
   background-color: #fff;
}


.wenhua00-dl{
    padding-top:75px; 
}
.wenhua00-dl dl{
	margin:0;
	margin-left: -3%;
}

.wenhua00-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.wenhua00-dl dd .imgbox_a{
	padding-bottom: 139.24%;
}

.wenhua00-dl dd .imgbox_a span{
	position: absolute;
	z-index: 15;
	font-size: 25px;
	color: #333;
	width: 100%;
	text-align: center;
	top: 75px;
	left: 0;
}


