div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 107px;
	background-color: #fff;
}

.logo{
	width: 686px;
	margin-top: 16px;
}

.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 29px;
}
.header-a{
	text-align: right;
}
.header-a a{
	font-size: 0;
	margin-left: 15px;
}

.search{
	width: 180px;
	height: 28px;
	background:  url(../images/search.png) center  no-repeat;
	margin-top: 9px;
	position: relative;
	padding-left: 16px;
	padding-top: 3px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	background-color: #f4f4f4;
	border:0;
	font-size: 12px;
}

.search input[type="image"]{
	position: absolute;
	    right: 15px;
    top: 8px;
}



.nav-wp{
	background-color: #4c2800;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 16.666666%;
	position: relative;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav>ul>li>a{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	background-color: #4c2800;
	transition: .3s;
}
.nav>ul>li.active>a,.nav>ul>li:hover>a{
	background-color: #5f4f3e;
}

.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top: 48px;
	z-index: 500;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background-color: #4c2800;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #5f4f3e;

}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.main-1{
	width:550px; 
}
.main-2{
	width:295px; 
	margin-left: 28px;
	margin-right: 28px;
}

.main-3{
	width: 295px;
	float: right;
}

.main-div{
	margin-top: 39px;
}
.title-11
{background:  url(../images/title-11.jpg) left bottom repeat-x;}
.title-11 h1{
	margin:0;
	font-size: 18px;
	color:#333;
	padding-bottom: 8px;
	border-bottom: 2px solid #4c2800;
}
.title-11 a.fr{
	font-size: 14px;
	color:#999;
	font-family: "Arial";
}
.title-11 a.fr:hover{
	color:#4c2800;
}
.list_11 ul{
	margin:0;
}

.list_11 li{
	padding: 23px 0;
	border-bottom: 1px dashed #eaeaea;
}

.list_11 li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.dt-pic{
	width: 150px;
	margin-right: 19px;
}
.dt-pic a{
	display: block;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}
.dt-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	transition: .3s;
}


.dt-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.dt-con{
	overflow: hidden;
	padding-top: 4px;
}


.dt-con h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dt-con h1 a:hover{
	color:#4c2800;
}

.dt-con h2{
	margin: 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 11px;
    height: 18px;
    line-height: 18px;
}
.dt-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dt-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    overflow: hidden;
    height: 44px;
    margin-top: -5px;
}

.list2 ul{
	margin:0;
}

.list2 li{
	margin-top: 25px;
}
.list2 li:first-child{
	margin-top: 20px;
}
.date1{
	width:55px;
	height: 44px;
	background-color: #fff;
	text-align: center;
	margin-right: 11px;
	border-radius: 5px;
	border:1px solid #4c2800;
}
.date1 h1{
	margin:0;
	font-size: 18px;
	color:#666;height: 22px;

	line-height: 22px;
}
.date1 h2{
	margin:0;
	font-size: 12px;
	color:#fff;
	
	height: 20px;
	background-color: #4c2800;
	line-height: 20px;
	
}

.list2-con{
	overflow: hidden;
	padding-top: 1px;
}

.list2-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list2-con h1 a:hover{
	color:#4c2800;

}
.list2-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.6;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 4px;
}


.shipin-box{
	display: block;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}
.shipin-box>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
.shipin{
	padding-top: 19px;
}
.shipin a{
	display: block;
}


.shipin-box-hei{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/heidi.png); 
}


.bo{
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.bo img
{width: 100%;display: block;}





.shipin-wen{
	height: 51px;
	line-height: 31px;
	font-size: 16px;
	color:#333;
	padding-left: 60px;
	background:  url(../images/shipin2.png) 33px center no-repeat;
}

.shipin a:hover .shipin-wen{
	color:#4c2800;
}


.jianjie-pic-wp{
	width: 132px;
	margin-right: 20px;
}

.jianjie-con{
	overflow: hidden;
	padding-top: 7px;
}

.jianjie-con h1{
	margin:0;
	font-size: 18px;
	color:#4c2800;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jianjie-con  h1:hover{
	text-decoration: underline;

}
.jianjie-con  p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 84px;
    overflow: hidden;
	margin-top: 10px;
}


.jianjie-list{
	margin-top: 36px;
}
 
.jianjie-pic  {
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.jianjie-pic   img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}

.list_22 ul{
	margin:0;
}

.list_22 li{
	margin-top: 15px;
	padding-left: 14px;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	background:  url(../images/list_22.png) left center no-repeat;
}
.list_22 li a:hover{
	color:#4c2800;

}


.lian-a-div>a{
	display: block;
	height: 62px;
	line-height: 62px;
	background-color: #4c2800;
	border-radius: 5px;
	color:#fff;
	font-size: 18px;
	padding-left: 152px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: 70px center;
}

.lian-a-div>a:hover {
    background-color: #5f4f3e;
}
.lian-a-div span{
	display: block;
	height: 62px;
	line-height: 62px;
	background-color: #4c2800;
	border-radius: 5px;
	color:#fff;
	font-size: 18px;
	padding-left: 152px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: 70px center;
	cursor: pointer;
	position: relative;
}

.lian-a-div span i{
	width: 8px;
	position: absolute;
	top: 28px;
	right:19px ;
}
.lian-a-div span i img{
	display: block;
	width: 100%;
}
.lian-a-div{
	margin-top: 14px;
	position: relative;
}



.lian-a-div:first-child{
	margin-top: 40px;
}



.sel{
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	background-color: #4c2800;
	/*background-color: #f00;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 500;
	padding: 7px 0;
	display: none;
}
.sel a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sel a:hover {
    background-color: #5f4f3e;
}









.main2{
	padding: 40px 0 ; 
}

.title-22{
	font-size: 18px;
	color:#333;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background:  url(../images/title-22.png) center  no-repeat;
}

.shiyan-list{
	margin-top: 25px;
}

.shiyan-list .item>a{
	display: block;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}
.shiyan-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
.shiyan-list .item>a:hover .item-div-wp{
	visibility: visible;
	opacity: 1;
}
.item-div-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/landi.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.item-div{
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border:1px solid #cae1f0;
}

.item-div h1{
	margin: 0;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    top: 50%;
    text-align: center;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #4c2800;
	padding: 25px 0;
	text-align: center;
	color:#fff;
	line-height: 2.2;
	font-size: 14px;
}




/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	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:10px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 12px;
	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: 19px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{
	
	margin-right: 15px;
	height: 75px;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	margin-top: 29px;
}

.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;
	
}


.banner-x{
	display: none;
}


.fxfx .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 20px;
}


.fxfx .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.fxfx .flex-control-nav li{
	margin:0 4px;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




/*liebiao*/

.banner-2{
 height: 350px;
 background-repeat: no-repeat;
 background-position: center bottom;
 -webkit-background-size: cover;
 background-size: cover;
 position: relative;
}
.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
 position: relative;
 z-index: 50;
}

.menu {
 width: 255px;
 margin-right: 23px;
 border-left: 9px solid #4c2800;
 margin-top: -28px;
}
.menu  h1{
 height: 57px;
 line-height: 57px;
 margin:0;
 background-color: #4c2800;
 color:#fff;
 font-size: 22px;
 width: 210px;padding-left: 14px;
}


.menu-list dl{
 margin:0;
}
.menu-list dd:first-child{
 border-top:0;
}
.menu-list dd{
 border-left: 4px solid #4c2800;
 
 border-top: 1px solid #ddd;

}
.menu-list dd.active,.menu-list dd:hover{
 border-left-color: #ff9b06;

}

.menu-list dd.active a,.menu-list dd:hover a{
 color:#4c2800;
}
.menu-list dd a{
 display: block;
 height: 56px;
 line-height: 56px;
 padding-left: 14px;
 font-size: 14px;
 color:#4f4f4f;
 background-color: #f2f2f2;
}


.erji-content{
 overflow: hidden;
 padding: 30px 0 50px;
}

.erji-title h1{
 float: left;
 font-size: 20px;
 color:#333;
 height: 21px;
 line-height: 21px;
 padding-left: 10px;
 border-left: 5px solid #4c2800;
 margin:0;
}
.mianbaoxie{
 height: 21px;
 line-height: 21px;
 font-size: 14px;
 color:#6b6b6b;
 padding-left: 25px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url(../images/mian.png);
}

.erji-title{
 padding-bottom: 14px;
 border-bottom: 1px solid #ececec;
}

.erji-list1 {
 margin-top: 15px;
}
.erji-list1 dl{
 margin:0;
}

.erji-list1 dd{
 height: 43px;
 line-height:43px;
 padding-left: 14px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url(../images/d.png);
 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 90px;
}

.erji-list1 dd a{
 font-size: 15px;
 color:#333;
}
.erji-list1 dd span{
 font-size: 14px;
 color:#999;

 float:none;
 position: absolute;
 right: 0;
 top: 0;
}
.erji-list1 dd a:hover{
 color: #4c2800;
}

.fenye {


 margin-top: 40px;

 text-align: center;
}

.fenye .pagination
{margin:0;}

.tupian-list {
	padding-bottom: 20px;
}
.tupian-list .col-lg-4{
 margin-top: 32px;
}
.tupian-list .col-lg-4 h1{
 margin:0;

    color: #333;
    margin: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 17px;
}

.tupian-list .col-lg-4>a:hover h1{
 	color:#4c2800;
}


.pic-pic{

 position: relative;
 padding-bottom: 66%;
 overflow: hidden;
}
.pic-pic img{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 transition: .3s;
}
.pic-pic:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.danpian{
	padding-top:15px;
}
.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}

.danpian-con{
	font-size: 14px;
	color:#000;
	line-height: 2;
	padding: 10px 0 20px;
}

.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: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#4c2800;

}
.erji-list2 {
 margin-top: 15px;
}
.erji-list2 dl{
 margin:0;
}

.erji-list2 dd{
 height:52px;
 line-height:52px;
 padding-left: 52px;
 background-repeat: no-repeat;
 background-position: 27px center;
 background-image: url(../images/dd.png);
 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #cfcfcf;
}

.erji-list2 dd a{
 font-size: 16px;
 color:#333;
}

.erji-list2 dd a:hover{
 color: #4c2800;
}


/*11-1*/

.shiyan-list2{
	margin-top: 25px;
	overflow: hidden;
}
.shiyan-list2 ul{
	margin:0;
}
.shiyan-list2 li{
	float: left;
	padding-right: 24px;
	width: 306px;
}


.shiyan-list2 li>a{
	display: block;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}
.shiyan-list2 li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
.shiyan-list2 li>a:hover .item-div-wp{
	visibility: visible;
	opacity: 1;
}