/**************************************/
/*************[公用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: 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:100px;
	background-color: #fff;
}

.logo{
	width: 548px;
	margin-top: 17px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	margin-top: 42px;
	margin-right: 18px;
	position: relative;
}
.header-1-a:hover .header-yx{
	display: block;
}
.header-yx{
	position: absolute;
	width: 150px;
	text-align: center;
	background-color: #b1583a;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	right: -15px;
	top: -36px;
	display: none;
}

.header-1-a a{
	display: block;
	font-size: 14px;
	color: #666;
	text-align: left;
	width: 85px;
}

.header-1-a a img{
	margin-top: -3px;
	margin-right: 5px;
}
.header-1-a a:hover{
	color: #b1583a;
}



.search{
	width: 195px;
	height: 42px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 18px;
	padding-top: 2px;
	padding-right: 45px;
	margin-top: 29px;
	margin-right: 27px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 38px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:17px;
	top: 13px;
	width: 17px;
}

.nav-wp{
	position: relative;
	background-color:#b1583a;

	z-index: 500;
}
.nav{
	padding: 0	35px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 8.3333333333333%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#902400;
	/*font-weight: bold;*/

}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #b1583a;
	border-top: 1px solid #b1583a;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #902400;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 530px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
}
.fafa .slides>li  img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav li{
	margin:0 12px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 38px;
}





.fafa .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -38px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 0px;
}

.fafa .flex-direction-nav .flex-next{
	right: 0px;
}

.pp50{
	padding: 50px 0;
}

.main1{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
}
.title-11{
	text-align: center;
}
.title-11 h1{
	margin:0;
	font-size: 30px;
	color: #333;
}
.title-11 h2{
	margin:0;
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Georgia';
	margin-top: 5px;
}
.main-div{
	margin-top: 35px;
}
.main1-1{
	width: 864px;
	margin-right: 35px;
}

.main1-1-item{
	width: 47.685%;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.5%;
}
.main1-1-con{
	padding-top: 20px;
}
.main1-1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main1-1-con h1 a:hover{
	color: #b1583a;
}
.main1-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:10px 0 15px;
}
.main1-1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	padding-left:25px;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.main1-2{
	overflow: hidden;
	position: relative;
	top: -15px;
}
.main1-2 dl{
	margin:0;
}

.main1-2 dd{
	background-repeat: no-repeat;
	background-position:7px center;
  background-image: url(../images/dian2.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:22px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 52px;
	line-height: 51px;
	border-bottom: 1px dashed #dadada;
}


.main1-2 dd a{
	font-size: 16px;
	color:#333;
}
.main1-2 dd span{
	font-size: 14px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.main1-2 dd a:hover{
	color:#b1583a;
}
.more1{
	margin-top: 45px;
}
.more1>a{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin:0 auto;
	border-radius: 8px;
	background-color: #b1583a;
}
.more1>a:hover{
	font-weight: bold;
}
.main1 .main-div{
	height: 401px;
}
.main2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}
.main-item{
	width: 48.357%;
}
.title-22 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.title-22 a.fr{
	font-size: 14px;
	color: #b1583a;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
}
.title-22.ziBai h1{color: #fff;}
.title-22.ziBai a.fr{color: #fff;}
.main2-item .title-22{
	padding-bottom: 15px;
	border-bottom: 2px solid #b77b6b;
}


.main2-1-dl dl{
	margin:0;
}

.main2-1-dl dd{
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:120px;
  overflow: hidden;
	position: relative;
	height: 32px;
	line-height: 32px;
	color: #fff;
}
.main2-1-dl dd+dd{
	margin-top: 23px;
}

.main2-1-dl dd a{
	font-size: 16px;
	color:#fff;
}
.main2-1-dl dd:hover span{
	color: #fff;
	background-color:#b1583a; 
}

.main2-1-dl dd span{
	font-size: 14px;
	color:#666;
	position: absolute;
	left: 0px;
	top: 0;
	width: 98px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
}

.main2-2-dl dl{
	margin:0;
}

.main2-2-dl dd{
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:21px;
  overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position:0px 7px;
  background-image: url(../images/dian3.png);
  padding-right: 85px;
  border-bottom: 1px dashed #aa8277;
  padding-bottom: 18px;
	color: #fff;
}
.main2-2-dl dd+dd{
	margin-top: 34px;
}

.main2-2-dl dd a{
	font-size: 16px;
	color:#fff;
}
.main2-2-dl dd a:hover{
	font-weight: bold;
}
.main2-2-dl dd span{
	font-size: 14px;
	color:#fff;
	position: absolute;
	right: 0px;
	top: 0;
}




.main3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3-bg.jpg);
}



.main3-1-dl dl{
	margin:0;
}

.main3-1-dl dd+dd{
	margin-top: 24px;
}

.main3-1-pic{
	width: 190px;
	margin-right: 34px;
}

.main3-1-pic .imgbox_a{
	padding-bottom: 66.3%;
}

.main3-1-con{
	overflow: hidden;
	padding-top: 12px;
}
.main3-1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main3-1-con h1 a:hover{
	color: #b1583a;
}
.main3-1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:15px 0 10px;
}
.main3-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.main3-2-dl dl{
	margin:0;
}

.main3-2-dl dd+dd{
	margin-top: 31px;
}
.main3-2-dl dd>a{
	display: block;
	padding: 23px 28px 23px 0;
	background-color: #fff;
	transition: .3s;
}


.main3-2-date{
	width: 122px;
	border-right: 1px solid #d6d6d6;
	text-align: right;
	padding-right: 25px;
	margin-right: 20px;
	margin-top:8px;
	margin-bottom:5px;
	transition: border-color .3s;
}
.main3-2-date h1{
	margin:0;
	font-size: 14px;
	color: #999;
	transition: color .3s;
}
.main3-2-date h2{
	margin:0;
	font-size: 26px;
	color: #b1583a;
	margin-top:13px;
	line-height: 1;
	transition: color .3s;
}

.main3-2-con{
	overflow: hidden;
}

.main3-2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	transition: color .3s;
}


.main3-2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 8px;
	transition: color .3s;
}
.main3-2-dl dd>a:hover .main3-2-date{
	border-color:#fff;
}
.main3-2-dl dd>a:hover .main3-2-date h1{color: #fff;}
.main3-2-dl dd>a:hover .main3-2-date h2{color: #fff;}
.main3-2-dl dd>a:hover .main3-2-con h1{color: #fff;}
.main3-2-dl dd>a:hover .main3-2-con p{color: #fff;}
.main3-2-dl dd>a:hover{
	background-color: #b1583a;
	box-shadow: 0px 3px 12.35px 0.65px rgba(0, 155, 135, 0.3);
}


.main4{
	background-color: #fff;
}

.main4-dl1 dl{
	margin:0;
	margin-left: -1%;
}

.main4-dl1 dd{
	float: left;
	width: 49%;
	margin-left: 1%;
}
.main4-dl1 dd .imgbox_a{
	padding-bottom: 68.47%;
}
.main4-dl1 dd.ch{
	width: 99%;
	margin-top: 1%;
}
.main4-dl1 dd.ch .imgbox_a{
	padding-bottom: 34.57%;
}

.main4-dl2 dl{
	margin:0;
	margin-left: -1%;
}

.main4-dl2 dd{
	float: left;
	width: 49%;
	margin-left: 1%;
}
.main4-dl2 dd .imgbox_a{
	padding-bottom: 69.15%;
}

.main4-dl2 dd.ch .imgbox_a{
	padding-bottom: 140.36%;
}
.main4-dl2 dd.ch+dd{
	margin-bottom: 1%;
}


.main4-2{
	margin-top: 50px;
}

.main4-2-left{
	width: 400px;
}
.main4-2-title{
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 18px;
	background-color: #b1583a;
}
.main4-2-title img{
	margin-top: -3px;
	margin-right: 10px;
}
.main4-2-dl1{
	/*overflow: hidden;*/
	float: right;
	width: 250px;
}

.main4-2-dl1 dl{
	margin:0;
}

.main4-2-dl1 dd{
	float: left;
	width: 50%;
	position: relative;
}

.main4-2-dl1 dd:hover .main4-yx{
	display: block;
}
.main4-yx{
	position: absolute;
	width: 150px;
	text-align: center;
	background-color: #b1583a;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	left: 50%;
	margin-left: -75px;
	top: -40px;
	display: none;
}

.main4-yx2{
	width: 180px;
	margin-left: -90px;
}








.main4-2-dl1 dd>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-color: #e8e8e8;
}
.main4-2-dl1 dd>a:hover{
	color: #b1583a;
	text-decoration: underline;
	font-weight: bold;
}
.main4-2-right{
	width: 960px;
	position: relative;
	padding-left:85px;
	height: 50px;
	overflow: hidden;
}


.main4-2-yq{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #b1583a;
	font-weight: bold;
}

.main4-2-ul{
	font-size: 0;
	line-height: normal;
}
.main4-2-li{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	margin-right: 35px;
}

.main4-2-li>a{
	font-size: 16px;
	color: #333;
}
.main4-2-li>a:hover{
	color: #b1583a;
}








/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #4a4a4a;
	padding: 50px 0 30px;

}




.er{
	width: 116px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}


.foo-con{
	overflow: hidden;
	padding-top: 10px;
}



.foo-p{
	font-size: 14px;
	color:#fff;
	line-height: 2;
	margin-top: 18px;
	opacity: 0.6;
}

.foo-p span
{padding-left: 15px;}


.foo-nav{
	font-size: 16px;
	color: #fff;
}
.foo-nav a:hover{
	text-decoration: underline;
}
/**************************************************************/
/*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: 350px;
   margin-left: 15px;
   margin-top: 17px;
}

.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: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.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: #b1583a;
	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: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li>a:hover,.menu li.active>a{
	background-color: #b1583a;
	background-image: url(../images/menuh.png);
	color:#fff;
}
.menu li>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	cursor: pointer;
}
.menu li>span.cur{
	background-color: #b1583a;
	background-image: url(../images/menuh.png);
	color:#fff;
}
.menu dl{
	margin:0;
	padding-left: 50px;
	padding-bottom: 12px;
	padding-top: 12px;
	display: none;
	background-color: #f6f8fa;
}
.menu dd+dd{
	margin-top: 12px;
}
.menu dd a{
	font-size: 12px;
}
.menu dd a:hover{
	color: #b1583a;
}

.sanji-dl{
	padding-top: 5px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	background-color: #eee;
	color: #333;
}
.sanji-dl dd.cur>a{
	background-color: #b1583a;
	color: #fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #b1583a;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #b1583a;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#b1583a;
}
.mianbaoxie span{
    color:#b1583a;
}

.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: 10px;
}
.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:#b1583a;
}
.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;

}
.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:#b1583a;

}
.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:#b1583a;
}

.shizzi dl{
	margin:0;
	margin-left: -1%;
	font-size: 0;
	line-height: normal;

}

.shizzi dd{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-left: 1%;
	margin-top: 25px;
}

.shizzi-pic{
	width: 170px;
	margin:0 auto 15px;
}
.shizzi-pic .imgbox_a{
	padding-bottom: 144.47%;
}

.shizzi-con h1{
	margin:0;
	color: #000;
  font-size: 18px; 
  font-weight: bold;
  text-align: center;
}

.shizzi-con p{
	margin:0;
	color: #777;
  font-size: 14px; 

  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
}