@charset "utf-8";
/* CSS Document */
.container{
	padding: 0;
	margin: 0 auto;
}
/*@media(min-width:1200px){
	.container{
		width:1170px;
	}
}*/
@media(max-width: 768px){
	.container{
		width: 100%;
	}
}
.container-fluid{
	padding:0;
}
.row{
	margin:0;
}
body{
	font-family: "微软雅黑"!important;
}






/*导航 —————————————————————————————————————————————————————————————— */
header{
	z-index: 9999;
	width: 100%;
	background-color:#fff;
	border-radius: 0;
	padding: 15px 0;
	transition:all 0.5s;
}
header.addheight{
	height: 100%;
	position: fixed;
	top:0;
	overflow-y: auto;
}

.navbar{
	margin-bottom:0;
	z-index: 1;
}
.navbar.addheight{
	height: 100%;
}
.navbar-default{
	background-color:#fff;
	border-style:none;
	min-height: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
.logobar{
	margin: 0 auto;
	position: absolute;
	top:0;
}
@media(max-width: 768px){
	header{
		padding:5px;
		overflow: hidden;

		box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
	}
	.navbar{
		border-radius: 0;
		position: relative;
		width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	nav{
		display: block;
	}
	.logobar{
		text-align: center;
		position: relative;
		width: 100%;
	}
}





/*导航 logo 手机端按钮*/
.navbar-brand>img{
	height: 64px;
}
@media(max-width: 768px){
	.navbar-brand>img{
		height: 50px;
	}
}


nav>div:nth-of-type(1){
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0);
}
.container .navbar-toggle .icon-bar{
	background-color:#c1c1c1;
}
.navdar-header{
	margin-bottom: 20px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	padding:0;
	margin-left: 0;
}
.navbar-brand{
	height: auto;
}
.navbar-toggle{ 
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
	padding: 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border:none;
	margin: 0;
}

.logobar button span{
  transition:all 0.3s;
}
.logobar button span:nth-child(2).yincang{
  display: none;
}
.logobar button span:nth-child(3).xz1{
  position: relative;
  top: 0;
  transform: rotate(45deg) ;
}
.logobar button span:nth-child(4).xz2{
  position: relative;
  bottom: 42%;
  transform: rotate(-45deg) ;
  position: absolute;
  margin-bottom: 0px !important;
}
/*导航 logo 手机端按钮*/









/*导航文字*/
.nav-text{
	text-align: center;
    width: 100%;
}
.nav-text .row>div{
	padding: 0;
}
.nav-text ul{
	margin:0 auto;
	padding-left: 0;
	text-align: right;
}
.navbar-default .navbar-nav>li{
	padding: 17px 0;
	margin-left: 46px;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	
	color: #222222;
	list-style: none;
	display: inline-block;
	transition: all 0.3s;
}
.navbar-default .navbar-nav>li>a{
	display: inline-block;
	color: #222222;
	padding: 0;
	position: relative;

	transition: all .2s;
}
.navbar-default .navbar-nav>li>a:focus,  
.navbar-default .navbar-nav>li.active>a{
	color: #20a4ea;
	background-color: rgba(255,255,255,0);
}
@media(min-width: 768px){
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li.active>a:hover{
		color: #20a4ea;
		background-color: rgba(255,255,255,0);
	}
}
.navbar-default .navbar-nav>li>a::after{
	content: '';
	position: absolute;
	top: 130%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: #20a4ea;

	transition: all .2s;
}
.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li.active>a::after{
	width: 100%;
}


.nav-text.addheight{
	position: relative;
	/*height: 100%;*/
}
@media(max-width: 992px){
	.navbar-default .navbar-nav>li{
		margin-left: 20px;
	}
}
@media(max-width: 768px){
	.nav-text{
		padding: 30px 0;
		position: absolute;
		width: 100%;
	}
	.nav-text ul{
		display: none;
		width: 100%;
		height: 100%;
	}
	.navbar-default .navbar-nav>li{
		display: block;
		margin-left: 30px;
		padding: 0;
		width: 40%;
	}
	.navbar-default .navbar-nav>li>a{
	    margin:0 0 30px;
	    text-align: center;
		display: block;
		text-align: left;
	}
}
/**/






@media(max-width:1366px){
	
	.navbar-default .navbar-collapse .navbar-nav>li{
		margin-right:5px;
	}

	
}
@media(max-width:768px){
	/*.navbar-default .navbar-nav>li>a:focus, 
	.navbar-default .navbar-nav>li>a:hover, 
	.navbar-default .navbar-nav>li.active>a, 
	.navbar-default .navbar-nav>li.active>a:hover{
		text-align: left;
	}*/
	.navbar-collapse{
		float: right;
		width: 100%;
		padding: 0;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.navbar-nav{
		margin: 0;
	}
	
	
	
	nav>div .collapse .navbar-collapse li a:visited{
		color:#1d2284;
	}
}
/*导航 —————————————————————————————————————————————————————————————— */

















/*当前位置 —————————————————————————————————————————————————————————————— */
.position{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.position p{
	float: right;
	text-align: right;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-left: 20px;

    margin-bottom: 15px;
}
.position a{
	color: #999;
	transition: all .3s;
}
.position a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.position p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border: 1px solid #2f7bd5;
}

@media(max-width: 992px){
	.position p{
		float: none;
		text-align: left;
	}
}
/*当前位置 —————————————————————————————————————————————————————————————— */







/*页码 —————————————————————————————————————————————————————————————— */
.yema{
	text-align: center;
}
.yema ul{
	padding-left: 0;
}
.yema li{
	margin: 0 3px;
	display: inline-block;
	list-style: none;
	font-size: 12px;
	line-height: 24px;
	color: #131313;

	min-width: 30px;
	height: 24px;
	border:1px solid #828282;
	transition: all 0.2s;
}
.yema li a{
	padding: 0 5px;
	display: inline-block;
	width: 100%;
	line-height: 24px;
	color: #131313;
	transition: all 0.2s;
}
.yema li:hover{
	border:1px solid #20a4ea;
}
.yema li:hover a{
	color: #fff;
	background-color: #20a4ea;
}
.yema li a:hover{
	text-decoration: none;
}


.yema .thisclass{
	color: #fff;
	background-color: #20a4ea;
	border-color: #20a4ea;
}
.yema .thisclass a{
	color: #fff;
}

.yema li:nth-last-of-type(1){
	display: none;
}
.yema li:nth-of-type(1),
.yema li:nth-last-of-type(2){
	min-width: 36px;
}
@media(max-width: 768px){
	.yema ul{
		margin: 50px 0;
	}
}
/*页码 —————————————————————————————————————————————————————————————— */








/*文章翻页 —————————————————————————————————————————————————————————————— */
.fanye{
	border-top: 1px solid #d2d2d2;
}
.fanye>div{
	float: left;
	width: 50%;

	color: #666;
	font-size: 14px;
	line-height: 30px;

	max-height: 30px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 1;
}
.fanye .left{
	padding-right: 7px;
}
.fanye .right{
	padding-left: 7px;
	text-align: right;
}
.fanye a{
	color: #666;
	transition: all .2s;
}
.fanye a:hover{
	text-decoration: none;
	color: #20a4ea;
}

@media(max-width: 768px){
	.fanye>div{
		float: none;
		width: 100%;
		padding: 0 !important;
		
		line-height: 24px;
		max-height: 48px;
		-webkit-line-clamp:2;
		margin-bottom: 10px;
	}
	.fanye .right{
		text-align: left;
	}
}
/*文章翻页 —————————————————————————————————————————————————————————————— */













/*版权 —————————————————————————————————————————————————————————————— */
.banquan{
	padding: 15px 0;
	background-image: url('/skin/img/bg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banquan .row{
	padding: 35px 0;
}
.banquan .row>div,
.banquan .row>ul{
	padding: 0;
}


.banquan .row>.bq_logo img{
	max-width: 100%;
}


.banquan .row>.bq_nav{
	text-align: center;
}
.banquan .row>.bq_nav li{
	display: inline-block;
	width: 30%;

	font-size: 14px;
	line-height: 30px;
}
.banquan .row>.bq_nav li a{
	color: #fff;
	transition: all .2s;
}
.banquan .row>.bq_nav li a:hover{
	opacity: 0.7;
	text-decoration: none;
}


.banquan .row>.bq_xinxi{
	padding-left:30px;
	position: relative;
}
.banquan .row>.bq_xinxi::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 30px;
	top:0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.banquan .row>.bq_xinxi div{
	padding-left: 60px;
}
.banquan .row>.bq_xinxi span{
	display: block;
	padding-left: 30px;
	position: relative;

	color: #fff;
	margin-bottom: 15px;
}
.banquan .row>.bq_xinxi span::before{
	content: '';
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	width: 30px;
	height: 100%;
}
.banquan .row>.bq_xinxi span:nth-of-type(1)::before{
	background-image: url('/skin/img/tel.png');
	background-repeat: no-repeat;
	background-position: center;
}
.banquan .row>.bq_xinxi span:nth-of-type(2)::before{
	background-image: url('/skin/img/ml.png');
	background-repeat: no-repeat;
	background-position: center;
}
.banquan .row>.bq_xinxi span:nth-of-type(3)::before{
	background-image: url('/skin/img/add.png');
	background-repeat: no-repeat;
	background-position: center;
}


.banquan .row>.ewm img{
	max-width: 100%;
}



.banquan .text{
	text-align: center;
}
.banquan .text p{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
.banquan .text p:nth-last-of-type(1){
	margin-left: 70px;
}

.banquan .text p a{
	color: #fff;
	transition: all .2s;
}
.banquan .text p a:hover{
	opacity: 0.7;
	text-decoration: none;
}




@media(max-width: 1200px){
	.banquan .row>.bq_xinxi{
		padding-left: 0;
	}
	.banquan .row>.bq_xinxi::before{
		left: 0;
	}
	.banquan .row>.bq_xinxi div{
		padding-left: 15px;
	}
}
@media(max-width: 992px){
	.banquan .row{
		padding: 20px 0;
	}
	.banquan .row>div,
	.banquan .row>ul{
		width: 30%;
		float: left;
	}
	.banquan .row>.bq_logo{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.banquan .row>.bq_xinxi{
		width: 50%;
	}
	.banquan .row>.bq_xinxi::before{
		left:30px;
	}
	.banquan .row>.bq_xinxi div{
		padding-left: 60px;
	}
	.banquan .row>.ewm{
		width: 20%;
		text-align: right;
	}
}
@media(max-width:768px){
	.banquan .row{
		display: none;
	}
	.banquan .text p{
		margin: 0;
		padding: 0 10px;
		display: block;
	}
	.banquan .text p:nth-last-of-type(1){
		margin-left: 0;
	}
}
/*版权 —————————————————————————————————————————————————————————————— */



