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

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

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



body{

	background-color: #eef1f5;

}



div.clear{

	clear: both;

	height: 0;

	width: 0;

}



.menu .nav-2-form{
	padding: 0;
	margin-top: 30px;
}


.menu .nav-2-form input[type="image"] {
    position: absolute;
    right: 11px;
    top: 8px;
    width: 18px;
}


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{



}















.header-1{

	height:335px;

	background-repeat: no-repeat;

	background-position: center ;

	-webkit-background-size: cover;

	background-size: cover;

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

}

@-webkit-keyframes qiuqiu {
    0% {
			-ms-transform:rotate(0deg); /* Internet Explorer */
			-moz-transform:rotate(0deg); /* Firefox */
			-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
			-o-transform:rotate(0deg); /* Opera */
			transform:rotate(0deg); /* Opera */
    }

		

    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}


@-o-keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }



    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}

@-moz-keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }



    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}

@keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }



    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}














.logo{


	margin-top: 91px;

	width: 570px;
	/*margin-left: 7px;*/


}



.logo a,.logo img{
	display: block;
	width: 100%;
}


.logo_item1{
	width: 138px;
	position: relative;
}
.logo_item1>img{
	position: relative;
	z-index: 90;
}
.logo-guang{
	position: absolute;
	width: 280px;
	height: 280px;
	left: 50%;
	margin-left: -140px;
	top: 50%;
	margin-top: -140px;
	z-index: 50;
	-webkit-animation:qiuqiu 10s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	-o-animation:qiuqiu 10s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	animation:qiuqiu 10s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
 	animation-iteration-count:infinite;
  animation-fill-mode:forwards;
}




.logo_item2{
	width: 401px;
	z-index: 60;
	margin-left: 25px;
	margin-top: 10px;
}





.header-1-gif{

	width: 362px;







}



.header-1-gif img{

	display: block;

	width: 100%;

}








.search{

	width: 288px;

	height: 45px;

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

	background-repeat: no-repeat;

	background-position: center ;

	position: relative;

	padding-left: 45px;

	padding-top: 2px;

	padding-right: 80px;

	margin-top: 46px;

}



.search input:focus{

	outline: none;

}



.search input[type="text"]{

	display: block;

	width: 100%;

	height: 41px;

	background-color:transparent;;

	border:0;

	font-size: 14px;

	color: #333;

	line-height: 1.428571;

}



.search input[type="button"]{

	display: block;

	width: 72px;

	height: 45px;

	background-color:transparent;

	border:0;

	font-size: 15px;

	color: #fff;

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

	background-repeat: no-repeat;

	background-position: center ;

	position: absolute;

	right: 0;

	top: 0;

	cursor: pointer;

}



/*.search input[type="image"]{

	position: absolute;

	right:4px;

	top: 3px;

	width: 38px;

}*/



.nav-wp{

	position: relative;

	background-color:#b31a1e;

}

.nav{

	padding-left: 49px;

	position: relative;

}

.nav_indexa{

	position: absolute;

	left: 0;

	top: 0;

	width: 49px;

}

.nav_indexa a,.nav_indexa img{

	display: block;

	width: 100%;

}

.nav ul{

	margin:0;

}



.nav>ul>li{

	float: left;

	width: 7.6923%;

	text-align: center;

	position: relative;

	border-left: 1px solid #b31a1e;



}

.nav>ul>li:first-child{

	background-image: none;

}

.nav>ul>li>a{

	display: block;

	height: 52px;

	line-height: 52px;

	font-size: 14px;

	color:#fff;

	/*transition: .3s;*/



}



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

	/*background-color:#a90e00;*/

	background-color:#9a171a;

	



}



.nav>ul>li:hover, .nav>ul>li.active,

.nav>ul>li:hover+li, .nav>ul>li.active+li{

	background-image: none;

}



.nav>ul>li>ul{

	position: absolute;

	left: 0px;

	right: 0;

	top:52px;

	z-index: 600;

	background-color: #b31a1e;

	display: none;

}



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

	display: block;

	padding: 10px 5px;

	text-align: center;

	line-height: 1.6;

	font-size: 12px;

	color:#fff;

	/*transition: .3s;*/

	text-align: center;



}

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

	/*background-color: #2161a5;*/

	background-color:#9a171a;

}

















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

/*header-over*/











/*main-start*/

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



#main{



}





.main0-title{

	width: 74px;

}



.main0-title img{

	display: block;

	width: 100%;

}





.main0-con{

	overflow: hidden;

	padding: 12px	30px 0;

}





.main0-con h1{

	margin:0;

	font-size: 24px;

	color: #333;

	font-weight: bold;

	text-align: center;

}

.main0-con h1 a:hover{

	color: #b31a1e;



}

.main0-con-p{

	position: relative;

	padding-right: 65px;

	margin-top: 10px;

}



.main0-con-a{

	position: absolute;

	right: 0;

	top: 0;

	font-size: 14px;

	color: #b31a1e;

}

.main0-con-p p{

	margin:0;

	font-size:14px;

	color: #666;

}





.mmm30{

	margin-top: 30px;

}



.main1-1{

	width: 283px;

	margin-right: 23px;

}



.main1-2{

	overflow: hidden;

}



.title-11{

	background-color: #b31a1e;

	padding: 0	15px;

}

.title-11 h1{

	height:42px;

	line-height: 42px;

	margin:0;

	font-size: 16px;

	color: #fff;



}



.title-11 a.fr{



	margin:0;

	font-size: 12px;

	color: #fff;

	font-family: "Arial";

	margin-top: 13px;



}





.main1-1-p{

	border:1px solid #e1e1e1;

	border-top: 0;

	padding: 20px 15px 27px;

}



.main1-1-p p{

	margin:0;

	font-size: 14px;

	color: #333;

	text-indent: 2em;

	line-height: 1.8;

	height: 225px;

	overflow: hidden;

	text-align: justify;

}



.main1-2-pic-wp .main1-2-pic{display: none;}

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



.main1-2-pic-wp{

	width: 588px;

	margin-right: 9px;

}





.main1-2-pic .imgbox_a{

	padding-bottom: 53.57%;

}



.main1-2-dl{

	overflow: hidden;

}

.main1-2-dl dl{

	margin:0;

}

.main1-2-dl dd{

	margin-top: 1px;

	padding-left: 14px;

	position: relative;

}

.main1-2-dl dd:hover .main1-2-dd{

	color: #fff;

	background-color: #b31a1e;

}





.main1-2-dl dd:first-child{

	margin-top: 0;

}



.main1-2-dd{

	background-color: #f5f5f5;

		color: #333;

	padding: 15px 10px 15px 33px;

}

.main1-2-dd h1{

	margin:0;

	font-size: 14px;

	color: inherit;

}

.main1-2-dd h2{

	margin:0;

	font-size: 14px;

	color: inherit;

	margin-top: 12px;

}


.main1-2-aa{
    text-align: right;
    margin-top: 10px;
     font-size: 12px;
    color: #333; font-size: 12px;
    color: #333;
}

.main1-2-aa a.fr:hover {
    color: #b31a1e;
}


.title-22{

	border-bottom: 2px solid #b31a1e;

	padding-left: 49px;

	background-repeat: no-repeat;

	background-position: left top;

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



}

.title-22 h1{

	font-size: 16px;

	color: #333;

	font-weight: bold;

	margin:0;

	height: 40px;

	line-height: 40px;

}

.title-22 a.fr{

	font-size: 12px;

	color: #333;

	font-family: "Arial";

	text-transform: uppercase;

	margin-top: 13px;

}

.title-22 a.fr:hover{color: #b31a1e;}





.main2-list{

	margin-top: 24px;

}





.main2-list .item .imgbox_a{

	padding-bottom: 65.371%;

}





.main2-list .item h1{

	margin:0;

	font-size: 14px;

	color: #333;

	text-align: center;

	line-height: 1.6;

	margin-top: 15px;

}

.main2-list .item:hover h1{color: #b31a1e;}





.fyao1 .imgbox_a{

	padding-bottom: 11.08333%;

}





.fyao1 .flex-control-paging li a{

	width: 19px;

	height: 19px;

	background-image:none!important;

	background-color: #fff;

	color: #000;

	font-size: 12px;

	text-align: center;

	line-height: 19px;

	text-indent: 0;

}



.fyao1 .flex-control-nav{

	text-align: right;

	padding-right:5px;

	height: 0;

	bottom: 27px;

}



.fyao1 .flex-control-nav li{

	margin:0 3px;

}



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

	background-color: #b31a1e;

	color: #fff;

}



.main3-left{

	width: 283px;

  margin-right: 23px;

	border-bottom:3px solid #b31a1e;

}



.main3-item-con{

	padding: 15px 13px;

	padding-bottom: 20px;

	border-left:3px solid #b31a1e;

	border-right:3px solid #b31a1e;

}





.tui1-pic{

	width: 100px;

	margin-right: 11px;

	border:1px solid #e0e0e0;

	padding: 3px;

}



.tui1-pic a.imgbox_a{

	padding-bottom: 76%;

}

.tui1-con{

	overflow: hidden;

}



.tui1-con h1{

	margin:0;

	font-size: 14px;

	color: #b31a1e;

	font-weight: bold;

	line-height: 1.5;

	height: 42px;

	overflow: hidden;

}

.tui1-con h1 a{

	display: block;

}

.tui1-a{

	margin-top: 5px;

}

.tui1-a a{

	font-size: 14px;

	color: #666;

}

.tui1-a a:hover{

	color: #b31a1e;



}

.main3-dl{

	overflow: hidden;

}



.main3-dl dl{

	margin:0;

	margin-left: -3%;

}



.main3-dl dd{

	float: left;

	width: 47%;

	margin-left: 3%;

	margin-bottom: 32px;

}

.main3-dl dd .list01{

	padding-top: 24px;

}

.list01-wp .list01{display: none;}

.list01-wp .list01:first-child{display: block;}

.list01{

	padding-top: 14px;

}

.list01 ul{

	margin:0;

}



.list01 li{

	margin-top:10px;

	background-repeat: no-repeat;

	background-position:0px center;

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

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-left:15px;

  overflow: hidden;

	position: relative;

	padding-right:50px;

	height: 22px;

	line-height: 22px;

}



.list01 li:first-child{

	margin-top: 0!important;

}





.list01 li a{

	font-size: 14px;

	color:#333;

}

.list01 li span{

	font-size: 14px;

	color:#999;

	position: absolute;

	right: 0px;

	top: 0;

}

.list01 li a:hover{

	color:#b31a1e;

}



.main3-item-con .list01 li{

	padding-right: 0;

	margin-top: 8px;

}



































.more111{

	margin-top: 25px;

}



.more111 a{

	margin:0 auto;

	display: block;

	width: 100px;

	height: 38px;

	line-height:38px;

	color: #fff;

	background-color: #b31a1e;

	font-size: 14px;

	text-align: center;

}







.main4-div{

	width: 49.8%;

}



.main4-pic1{

	width: 49%;



}

.main4-pic1.fr {

	margin-left: 1%;

}

.main4-pic1.fl{

	margin-right: 1%;

}

.main4-pic1 .imgbox_a{

	padding-bottom: 115%;

}



.main4-dl{

	overflow: hidden;

}

.main4-dl dl{

	margin:0;

}



.main4-dl dd:first-child{

	margin-bottom: 2%;

}

.main4-dl dd  .imgbox_a{

	padding-bottom:55.3%;

}



.main4-title{

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	z-index: 500;

	padding: 25px 17px 0;

}

.main4-title h1{

	margin:0;

	color: #fff;

	font-size: 16px;

}

.main4-title  .line{

	width: 20px;

	height: 2px;

	background-color: #fff;

	margin:15px 0 15px;

}

.main4-title h2{

	margin:0;

	color: #fff;

	font-size: 14px;

	text-transform: uppercase;

}



.main4-title-a{

	width: 32px;

	margin-top: 20px;

}



.main4-title-a a,.main4-title-a img{

	display: block;

	width: 100%;

}





.main4 .imgbox_a:hover .main4-hei{

	opacity: 1;

	visibility: visible;

}

.main4-hei{

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	z-index: 500;

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

	opacity: 0;

	visibility: hidden;

	transition: .3s;

}





.main4-fang{

	position: absolute;

	left: 50%;

	margin-left: -15px;

	top: 50%;

	margin-top:-15px;

}





.main4-fang img{

	display: block;

	width: 100%;

}





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

/*main-over*/











/*footer-start*/

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



#footer{





}





.footer-1{

	padding:18px 0 30px; 

	background-color:#b31a1e;

}

.footer-1-div{

	padding: 0	15px;

}

.footer-1-dl dl{

	margin:0;

	padding-top: 10px;

}



.footer-1-dl dd{

	float: left;

	margin-top: 15px;

	margin-right: 30px;

}



.footer-1-dl dd>a{

	font-size: 14px;

	color: #fff;

}



.title-33{

	border-bottom: 2px solid #fff;

	padding-left: 49px;

	background-repeat: no-repeat;

	background-position: left top;

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



}

.title-33 h1{

	font-size: 16px;

	color: #fff;

	font-weight: bold;

	margin:0;

	height: 40px;

	line-height: 40px;

}





.footer-2{

	font-size: 14px;

	color: #fff;

	line-height: 1.8;

	background-color: #9a181c;

	padding: 8px 0;

}







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

/*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;
	height: 494px;
	overflow: auto;



}



.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: 4px;



	right: 14px;

}

.jiaspan.cur{

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



}
.nav-2 ul{
	margin:0;
}
.nav-2>ul>li:first-child{

	/*border-top: 0;*/

}

.nav-2>ul>li>a{



	padding:8px 10px;

	display: block;

	font-size: 15px;

	width: 100%;

	color:#333;

	font-family: "anb";

	text-transform: uppercase;



}

.nav-2>ul>li>ul{

	padding:7px 0 7px 10px;

	display: none;



}

.nav-2>ul>li>ul>li{

	display: inline-block;

	margin-right: 15px;

	margin-bottom: 10px;

}

.nav-2>ul>li>ul>li>a{

	font-size: 14px;

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

   margin-left: 6px;

   margin-top: 0px;

}



.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: 260px;

    background-repeat: no-repeat;

    background-position: center ;

    background-size: cover;

}

.banner-2 img{

		display: none;

		width: 100%;

	}

.erji{

    padding: 20px 15px 35px;

    background-color: #fff;

}



.menu{

	width: 252px;

	margin-right: 40px;

}

.menu h1{

	margin:0;

	font-size: 20px;

	font-weight: bold;

	color:#fff;

	height: 67px;

	line-height: 67px;

	background-color: #b31a1e;

	padding-left: 27px;

}

.menu ul{

	margin:0;

}

.menu li{

	border-top: 1px solid #fff

}

.menu li a{

	display: block;

	height: 48px;

	line-height: 48px;



	padding-left: 44px;

	color:#4f4f4f;

	font-size: 14px;

	transition: .3s;

	background-color: #eef1f5;

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

	background-repeat: no-repeat;

	background-position: 27px center;

}

.menu li a:hover,.menu li.active a{

	background-color: #b31a1e;

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

	color:#fff;

}



.erji-title {

    padding: 12px 0 17px;

    border-bottom: 1px solid #b31a1e;

}

.erji-title .fl{

    font-size: 20px;

    color:#3c3c3c;

    height: 20px;

    line-height: 20px;

    border-left: 5px solid #b31a1e;

    padding-left: 10px;

}



.mianbaoxie{

      font-size: 12px;

    color:#333;

    height: 20px;

    line-height: 20px;

}

.mianbaoxie a:hover{

    color:#b31a1e;

}

.mianbaoxie span{

    color:#b31a1e;

}



.erji-content{

    overflow: hidden;

}



.erji-content-div{

    padding-top:10px;

    min-height: 520px;

}



.fenye{

    text-align: center;

    margin-top: 30px;

    padding-top: 30px;

    border-top: 1px solid #eee;

}

.fenye ul{

    margin:0;

}

.list{

	padding-top: 15px;

}

.list ul{

	margin:0;

}



.list li{

	margin-top: 15px;

	background-repeat: no-repeat;

	background-position:0px center;

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

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-left:15px;

  overflow: hidden;

	position: relative;

	padding-right:85px;

	height: 22px;

	line-height: 22px;

}



.list li:first-child{

	margin-top: 0

}





.list li a{

	font-size: 16px;

	color:#333;

}

.list li span{

	font-size: 14px;

	color:#999;

	position: absolute;

	right: 0px;

	top: 0;

}

.list li a:hover{

	color:#b31a1e;

}

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

}

.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:#b31a1e;



}

.pic-item{

	margin-top: 25px;

}

.pic-item h1{

	text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

  margin:0;

  font-size: 16px;

  color:#333;

  text-align: center;

  margin-top: 15px;

}



.pic-pic>a{

    display: block;

    position: relative;

    padding-bottom: 66.6%;

    overflow: hidden

}



.pic-pic>a img{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: .3s;

}



.pic-pic:hover>a img{

	  -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.pic-pic:hover+h1{

	color:#b31a1e;

}



.more1{

	margin-top: 25px;

}

.more1 a{

	display: block;

	width: 110px;

	height: 38px;

	line-height: 38px;

	background-color: #b31a1e;

	color: #fff;

	text-align: center;

	font-size: 14px;

	margin:0 auto;

}