/**************************************/
/*************[公用start]**************/
/**************************************/



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: 129px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/header.jpg);
}

.logo{
	font-size: 0;
	margin-top: 36px;
}

.header-1-right{
	width: 242px;
	margin-top: 30px;
}

.header-a{
	text-align: right;
	font-size: 14px;
	color:#fff;
}

.header-a img{
	margin-top: -3px;
	margin-right: 10px;
}
.header-a:hover{
	text-decoration: underline;
}

.search{

	position: relative;
	margin-top: 15px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	height: 30px;
	border-radius: 50px;
	border:0;
	padding:5px 45px 5px 15px;
	background-color: #fff;
	font-size: 12px;
	
}



.search input[type="image"]{
	position: absolute;
	right: 15px;
    top: 7px;
}

.nav{
	background-color: #fff;
}
.nav ul{
	margin:0;
}

.nav li{
	float: left;
	width: 11.11111111111%;
	background-repeat: no-repeat;
	background-position: left center;
	
}
.nav li:first-child{
	background-image: none;
}
.nav li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color:#333;
}
.nav li.active>a,.nav li:hover>a{
	background-color: #f5f5f5;
	color:#ff6600;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.fafa .slides>li{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}



.fafa .flex-control-nav{
	display: block;
	bottom: 26px;
}

.fafa .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center ;
}

.fafa .flex-control-nav li{
	margin: 0 11px;
}

.main{
	margin-top: 30px;
}

.main-1{
	width: 372px;
}
.main-2{
	width: 496px;
	margin-right: 35px;
	margin-left: 38px;
}

.main-3{
	overflow: hidden;
}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 h1{
	float: left;
	margin:0;
	color:#fff;
	font-size: 16px;
	padding: 0	10px;
	height: 33px;
	line-height: 33px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/h1.jpg);
	position: relative;
}
.title-11 h1 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.title-11 h1 i{
	position: absolute;
	width: 28px;
	height: 33px;
	right: -28px;
	top: 0;
	background-repeat: no-repeat;
	background-position:  center;
	background-image: url(../images/h1i.jpg);
}

.title-11 a.fr{
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color:#4ab0e5;
}
.title-11 a.fr:hover{
	text-decoration: underline;
}


.title-22 h1{
	float: left;
	margin:0;
	color:#333;
	font-size: 18px;
	
	height: 33px;
	line-height: 33px;
	position: relative;
}
.title-22 h1 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}


.title-22 a.fr{
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color:#4ab0e5;
}
.title-22 a.fr:hover{
	text-decoration: underline;
}

.list1 dl{
	margin:0;
}

.list1 dd{
	margin-top: 18px;
}

.list1-pic{
	width: 130px;
	margin-right: 13px;
}


.list1-pic a{
	display: block;
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
}

.list1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.list1-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.list1-con{
	overflow: hidden;
}

.list1-con h1{
	margin:0;
	font-size: 14px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list1-con h1 a:hover{
	color:#0580d3;
	text-decoration: underline;
}
.list1-con h2{
	margin:0;
	font-size: 12px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
  
}

.list1-con p{
	margin:0;
	font-size: 12px;
	color:#666;
	line-height: 1.6;
    overflow: hidden;
    height:38px;
    margin-top: 8px;
}




.list2 ul{
	margin:0;
}

.list2 li{
	margin-top: 18px;
}

.date1{
	width: 56px;
	height: 44px;
	background-color: #fff;
	text-align: center;
	margin-right: 17px;
	border-radius: 5px;
	border:1px solid #0580d3;
}
.date1 h1{
	margin:0;
	font-size: 16px;
	color:#666;height: 22px;

	line-height: 22px;
}
.date1 h2{
	margin:0;
	font-size: 12px;
	color:#fff;
	
	height: 20px;
	background-color: #0580d3;
	line-height: 20px;
	
}

.list2-con{
	overflow: hidden;
	padding-top: 2px;
}

.list2-con h1{
	margin:0;
	font-size: 14px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list2-con h1 a:hover{
	color:#0580d3;

}
.list2-con p{
	margin:0;
	font-size: 12px;
	color:#666;
	line-height: 1.6;

text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 5px;
}


.list3 dl{
	margin:0;
}
.list3 {
	margin-top: 15px;
}
.list3 dd{
	height: 33px;
	line-height: 33px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/list3.png);
}

.list3 dd a{
	font-size: 14px;
	color:#333;
}

.list3 dd a:hover{
	color:#0580d3;
	text-decoration: underline;
}




.list4 dl{
	margin:0;
}

.list4 dd{
	margin-top: 18px;
}

.list4-pic{
	width: 100px;
	margin-right: 14px;
}


.list4-pic a{
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.list4-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}



.list4-con{
	overflow: hidden;
	padding-top: 7px;
}

.list4-con h1{
	margin:0;
	font-size: 14px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/l1.png);
    height: 16px;
}

.list4-con h1 a:hover{
	color:#0580d3;
	text-decoration: underline;
}
.list4-con h2{
	margin:0;
	font-size: 14px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
   padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 1px center;
    background-image: url(../images/l2.png);
    height: 16px;
}

.list4-con p{
	margin:0;
	font-size: 14px;
	color:#333;
	line-height: 1.6;
    overflow: hidden;
  
    margin-top: 10px;
     padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 4px;
    background-image: url(../images/l3.png);
}

.list4-con p a{
	color:#ff6600; 
}

.list4-con p a:hover{
	text-decoration: underline;
}




.list6 dl{
	margin:0;
}
.list6 {
	/*margin-top: 15px;*/
}
.list6 dd{
	height: 41px;
	line-height: 41px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/list6.png);
    border-bottom: 1px dashed #d0d0d0;
}

.list6 dd a{
	font-size: 14px;
	color:#333;
}

.list6 dd a:hover{
	color:#0580d3;
	text-decoration: underline;
}



.tui{
	padding: 15px 0 26px;
	border-bottom: 1px solid #d0d0d0;
}
.tui-pic{
	width: 160px;
	margin-right: 10px;
}


.tui-pic a{
	display: block;
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
}

.tui-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.tui-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.tui-con{
	overflow: hidden;
}

.tui-con h1{
	margin:0;
	font-size: 16px;
	color:#323232;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tui-con h1 a:hover{
	color:#0580d3;
}
.tui-con h2{
	margin:0;
	font-size: 12px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
    line-height: 1.6;
}
.tui-con h2 img{
	margin-top: -3px;
	margin-right: 10px;
}
.tui-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
    overflow: hidden;
    height: 50px;
    margin-top: 8px;
}



.list5 dl{
	margin:0;
}
.list5 {
	margin-top: 15px;
}
.list5 dd{
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/list5.png);
    	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.list5 dd a{
	font-size: 14px;
	color:#333;
}

.list5 dd a:hover{
	color:#0580d3;
	text-decoration: underline;
}
.list5 dd span{
	font-size: 12px;
	color:#999;
	margin-left: 15px;
}

.spa{
	margin-top: 15px;
	padding-bottom: 30px;
}

.spa-div{
	background-color: #f8f8f8;
	padding: 10px 20px 20px;
}

.spa-div .title-22 h1{
	color:#0580d3;
}

.spa-list
{margin-top: 10px;}
.spa-list .item  a{
	display: block;
}
.spa-list .item .img-thumbnail:hover{
	border-color: #0580d3;
}



/**************************************************************/
/*main-over*/






/*footer-start*/
/**************************************************************/

#footer{
	height: 164px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/footer.jpg);
	padding-top: 30px;
}

.er{
	width: 75px;font-size: 14px;
	color:#fff;
	margin:0 8px;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-con{
	overflow: hidden;
	padding-top: 7px;
	font-size: 14px;
	color:#fff;
	/*line-height: 2.2;*/
}

.footer-con p{
	line-height: 2;
	margin:0;
	margin-top: 15px;
}
.foo1-span{
	margin-right: 18px;
	height: 34px;
	line-height: 34px;
}

.foo1-con{
	overflow: hidden;
}

.sel{
	width: 140px;
	margin-left: 65px;
}

.sel:first-child{
	margin-left: 0;
}

.sel .form-control{
	/*background-color:transparent;*/
	/*border-color: #fff;*/
	/*color:#fff;*/
}
/**************************************************************/
/*footer-over*/





.banner-2{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 .container{
	height: 275px;
	padding-top: 200px;
}


.erji-title{
	width: 246px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/erji-title.jpg);
	height: 75px;
	line-height: 75px;
	color:#fff;
	font-size: 24px;
	text-align: center;
}

.menu{
	width: 246px;
	border:1px solid #eee;
	padding: 0	19px;
	margin-right: 30px;
}

.menu ul{
	margin:0;
}

.menu li>a{
	display: block;
	height: 59px;
	line-height: 59px;
	font-size: 16px;
	color:#333;
	border-top: 2px solid #eee;
	padding-left: 88px;
	background-repeat: no-repeat;
	background-position: 51px center;
	background-image: url(../images/menu.png);
}

.menu li:first-child>a{
	border-top: 0;

}

.menu li.active>a,.menu li>a:hover{
	background-image: url(../images/menuh.png);

}

.erji-content{
	overflow: hidden;
	padding: 30px 0;
}
.erji-biao{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/biao.jpg);
}
.erji-biao h1{
	margin:0;
	font-size: 18px;
	color:#0984d4;
	padding-bottom: 8px;
	border-bottom: 2px solid #0984d4;
	float: left;
           white-space:nowrap;
}

.erji-biao h1 img{
	vertical-align: middle;
	margin-right: 10px;
}

.mianbaoxie{
	font-size: 12px;
	color:#999;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}


.list-erji dl{
	margin:0;
}
.list-erji {
	margin-top: 15px;
}
.list-erji dd{
	height: 45px;
	line-height: 45px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/list6.png);
    	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #eee;

}

.list-erji dd a{
	font-size: 14px;
	color:#333;
}

.list-erji dd a:hover{
	color:#0580d3;
	text-decoration: underline;
}
.list-erji dd span{
	font-size: 12px;
	color:#999;
	margin-left: 15px;
}

.fenye {
	margin-top: 40px;

	padding-bottom: 10px;

	text-align: center;
}

.fenye .pagination
{margin:0;}

.xin{
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
}

.xin img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xinling-list .col-lg-3 h1{
	margin:0;	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;font-size: 12px;
	color:#666;
	text-align: center;
	margin-top: 15px;
}


.xinling-list .col-lg-3{
	margin-top: 30px;
}
.xinling-list .col-lg-3:hover h1{
	color:#0882d4;
}

/*********article-start****************/
div.article{
	width: 96%;
	padding: 0	15px;
	margin:40px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#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>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 90%;
		margin: 8% auto;
		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****************/








.reduce{
	margin:0 0.15rem;
}

.add{
	margin-left: 0.15rem;
}

.wjgy{
   margin:5px 0px;
}