/**************************************/
/*************[公用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;
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	background-position: center top;
	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: 413px;
	padding-top: 88px;
}

.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:#d44933; }
.nav li{
	float: left;
	width: 20%;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
.nav li:first-child{
	background-image: none;
}
.nav li>a{
	font-size: 18px;
	color:#e3e4e5;
}


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

.news-1-pic{
	width: 553px;
	height: 347px;
	margin-right:34px; 
	overflow: hidden;
}
.news-1-pic img{
	display: block;
	width: 100%!important;
	height: 100%!important;
	transition: .3s;
}

.news-1-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



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

.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;font-size:16px;
}

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; }
.list2 li a:hover{
	color:#c91b00;
}

.list2 li  span{
	color:#9a9a9a;
}
.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: #c91b00;
	color:#fff;
	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 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;
}

.lanmu2-div{
	width: 48%;
}

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

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





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

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

.er p{
	margin-top: 6px;
}

.erer-wp{
	width: 250px;
}





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

/*********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:10px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
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;
}
a.article-page-next{
	float: right;
}


/*********响应式设置-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;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

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

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



/*********article-start****************/
.zt111{
	display: none;
}

.zt111 img{
	width: 100%;
	display: block;
}


	max-width: 700px;
	margin:50px auto ;

	
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	
}




div.message-con{
	position: relative;
}




div.message-shuru{
	margin-top: 18px;
	

}
div.message-shuru span{
	float: left;
	font-size: 14px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	margin-right: 15px;
}
div.message-shuru input{
	height: 40px;
	line-height: 40px;
	border:0;
	/*background-color: #f0f6fc;*/
	
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	width: 100%;
	
	border:1px solid #dbe3ea;
}

.message-wwp{
	overflow: hidden;
	width: 260px;
}
.message-wwp2{
	overflow: hidden;
	width: 490px;
}
div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	/*background-color: #f0f6fc;*/
	
	border-radius: 5px;

	font-size: 14px;
	color:#333;
	width:100%;

	border:1px solid #dbe3ea;
	padding: 10px;
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}


div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

div.message-sub input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #d44933;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
}

div.message-sub input[type='reset']{
	background-color: #cfc9c9;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #b00814;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #b00814;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #b00814;
  border-color: #b00814;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}


