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

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	line-height: 1.2;

	position: relative;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

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

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	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{

}

.zt-top{
	height: 270px;
	/*padding-top: 22px;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.dada{
	display: none;
}
.dada img{
	display: block;
	margin:0 auto;
	width: 100%;
}

.logo{
	font-size: 0;
}

.zt-pic{
	font-size: 0;
	margin-top: 75px;
}
.zt-pic h2{
	font-size: 48px;
	color:#ce0800;
	margin-top: 36px;
	padding-left: 28%;
	font-weight: bold;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.nav
{background-color:#b21107; }
.nav li{
	float: left;
	width: 16.5%;

	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-left: 1px;
}
.nav li:first-child{
	background-image: none;
}
.nav li>a{
	font-size: 18px;
	color:#e3e4e5;
	display: block;
	height: 52px;
	line-height: 52px;
}
.nav li>a:hover{
	background-color: #b21107;

}

.main-1{
	background-color: #fff;
	padding: 30px;
}

.news-1-pic{
	width: 553px;
	margin-right:34px;
	overflow: hidden;
}


.list li h1{
	font-size: 20px;
	color:#000;
	padding-top: 2px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li h1:hover{
	color:#db3843;
}

.list li h2{
	font-size:16px;
	color:#797979;
	padding: 12px 0 8px;
}

.time{
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../images/time.png);
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.fmain1 .slides>li h1{
	margin: 0;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 13px;
}
.fmain1 .slides>li h1 a:hover{
	color:#b21107;
}


.fmain1 .flex-direction-nav a{
	width:38px ;
	height: 38px;
	margin-top: 0;
	top: auto;
	bottom: 30px;
	background-color: #bdbdbd;
}


.fmain1 .flex-direction-nav .flex-next{
	right: 0;
}
.fmain1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}
.fmain1 .flex-direction-nav .flex-prev{
	left: auto;
	right: 38px;
}
.fmain1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.list li p{
	font-size:16px;
	color:#000;
	line-height: 2;
	height: 64px;
	overflow: hidden;
}
.list2-wp{
	padding-left: 587px;
}
.list2{
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
}
.list2 li{
	line-height:38px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

i.dian{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-image: url(../images/dian.png);
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 11px;
}

.list2 li a
{color:#000;font-size:16px; }
.list2 li a:hover{
	color:#b21107;
}

.list2 li  span{
	font-size:14px;
	color:#9a9a9a;
	margin-left: 15px;
}
.lanmu1,.lanmu2{
	margin-top:42px;

}
.title-11 {
	line-height: 44px;
	background-image: url(../images/title-11.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.title-11 h1{
	float: left;
	background-color: #b21107;
	color:#fff;
  	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	padding:0 20px;

}

.title-11  a{
	font-size: 16px;
	float: right;
	color:#9a9a9a;

}
.title-11  a:hover{
	color:#c91b00;
}

.anpai-list{
	margin-top: 39px;
}

.anpai-list .item{
	position: relative;
}


.anpai-list .item a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 62%;
}
.anpai-list .item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.anpai-list .item a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.anpai-list .item h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/heidi.png);
	text-align: center;
	color:#fff;
	font-size: 15px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0	10px;
}

.lanmu2-div{
	width: 48%;
}

.lanmu2-div .list2{
	padding-top: 0;
	border-top: 0;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}
.footer-2{
	background-color: #b21107;
	font-size: 15px;
	color:#fff;
	line-height: 2;
	padding: 20px 0 15px;
}
.footer-2 span{
	padding-right: 10px;
}
.er{
	line-height: 1.6;
	width: 	225px;
	text-align: center;
}
.er img{
	display: block;
	margin:0 auto 5px;

}

.foo2-concon{
	overflow: hidden;
	padding-top: 15px;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.pic-list ul{
	margin-left: -1%;
}

.pic-list li{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-top: 20px;
	position: relative;
}
.pic-list li img{
	display: block;
	width: 100%;
}

.pic-list li h1{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/heidi.png);
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.m-page{text-align: center;padding: 40px 0  ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #ca2424;color:#fff;background-color: #ca2424;}


 .list2.list22 {
    padding-top: 0;
    border-top: 0;
   min-height: 400px;
}

/*********article-start****************/
div.article{

	padding: 0	15px;
	margin:20px auto 30px;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#ca2424;
	line-height: 1.6;
}

div.article-tishi{
	text-align: center;
	margin:20px auto;
	line-height: 1.8;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}
div.article-con img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}

div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;

}


div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#ca2424;
}

a.article-page-pre{
	float: left;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 40%;
}
a.article-page-next{
	float: right;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 40%;
    display: block;
}


/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 100%;
		margin: 50px auto 0;
		padding-left:0;
		padding-right: 0;
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
		width: 100%;
	}
	a.article-page-next{
		float: none;
		display: block;
		width: 100%;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}
/*********响应式设置-over****************/



/*********article-start****************/

.fenye ul{
	margin:0;
}

.fenye{
	margin-top: 25px;

	
}
