/**************************************/
/*************[公用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;


}

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: 1170px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	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{

}


.header-top img{
	display: block;
	width: 100%;
}

.nav{
	background-color: #ca2424;
}
.nav li{
	float: left;
	width: 20%;
}

.nav li>a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color:#fff;
	text-align: center;	
}


.nav li>a img{
	vertical-align: middle;	
	margin-top: -3px;
	margin-right: 14px;
}




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





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

#main{
	padding-bottom: 40px;
}


.zhibo{
	text-align: center;
	padding: 35px 11px;
}


.zhibo h1{
	font-size: 42px;
	color:#db3843;
	font-weight: bold;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zhibo p{
	font-size: 18px;
	color:#b00814;
	margin-top: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}



.news-1-pic{
	width: 570px;
	height: 357px;
	margin-right:48px; 
	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: 26px;
	color:#000;
	padding-top: 8px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

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

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

.list li:first-child+li{
	margin-top: 50px;
}

.main-1{
	padding: 40px 0 0;
}



.title-11{
	height:90px;
	text-align: center;
	font-size:  32px;
	font-weight: bold;
	color:#db3843;
	background-image: url(../images/title-11.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 43px;
	margin-bottom: 20px;
}









.huodong-list .item>a{
	display: block;
	padding:20px 11px 25px;
	background-color: #e8edf7;
}

.huodong-list .item>a h1{
	font-size: 16px;
	color:#333;
	line-height: 2;
	height: 96px;
	overflow: hidden;
}
.huodong-list .item>a h2{
	font-size: 14px;
	color:#676767;

	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 0;
}
.huodong-list .item>a p{
	font-size: 14px;
	color:#676767;

    overflow: hidden;
   line-height: 1.8;
   height: 50px;
	overflow: hidden;
}

.renwu-list .item>a{
	display: block;
	height: 100%;
	position: relative;
}

.re-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	background-image: url(../images/re-hei.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.re-hei-wen{
	color:#fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0	18px;
	bottom: 30px;
}
.re-hei-wen h1{
	font-size: 18px;

}

.re-hei-wen h2{
	font-size: 16px;
	margin-top: 8px;
}
.renwu-list:hover .owl-prev,.renwu-list:hover .owl-next{
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
}
.renwu-list .owl-prev{
	position: absolute;
	width: 31px;
	height: 67px;
	left: 0px;
	background-image: url(../images/left_11.png);font-size: 0;
	top: 50%;
	margin-top: -33px;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	transition: .3s;
}
.renwu-list .owl-prev:hover{
	background-image: url(../images/left_11-h.png);
}
.renwu-list .owl-next{
	position: absolute;
	width: 31px;
	height: 67px;
	right: 0px;
	background-image: url(../images/right_11.png);
	top: 50%;font-size: 0;
	margin-top: -33px;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	transition: .3s;
}

.renwu-list .owl-next:hover{
	background-image: url(../images/right_11-h.png);
}
.xianjin{
	position: relative;
	padding-left: 520px;
}

.xianjin2{
	display: none;
}


.xianjin-list .item{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.xianjin-list .item img{
	height: 283px!important;
}
.xianjin-list .item h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-size: 18px;
}

.xianjin-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 697px;
	height: 283px;
	border:1px solid #d8d8d8;
	border-radius: 10px;
	padding-right: 240px;
	background-image: url(../images/hua.jpg);
	padding-top: 63px;
	padding-left: 27px;
	display: none;
}

.xianjin-con.cur{
	display: block;
}
.xianjian-da{
	position: absolute;
	width: 193px;
	right: 8px;
	bottom: 0;
}

.xianjian-da img{
	display: block;
	width: 100%;
}

.xianjin-con h1{
	font-size: 22px;
	color:#b59852;
}


.xianjin-con h2{
	font-size: 14px;
	color:#333;
	margin-top: 7px;
}
.xianjin-con p{
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	margin-top: 10px;
	/*height: 48px;*/
	/*overflow: hidden;*/
}
.xianjian-a {
	margin-top: 10px;
}
.xianjian-a a{
	display: inline-block;
	padding: 6px 11px;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #b40100;
}

/**************************************************************/
/*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{
	padding-top: 30px;
}
.pic-list ul{
	margin-left: -1%;
}

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

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

.news-list
{padding-top: 30px;}
.news-list .list li{
	margin-top: 0px!important;
	border-top:1px solid #ededed;
	padding: 30px 0;
}
.news-list .list li:first-child{
	border-top: 0;
}
.news-list .list li p{
	height: auto;
}



/*********article-start****************/
div.article{
	width: 1170px;
	padding: 0	15px;
	margin:80px 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****************/

