﻿
/*顶部*/
.header_top{
	background:#525252;
	color:#ccc;
	overflow:hidden;
	font-size:14px;
	height:36px;
	line-height:36px;
}
.header_top .right{
	text-align:right;
}
.header_top .right a{
	color:#ccc;
	position:relative;
}
.header_top .right a:after{
	content:'';
	display:inline-block;
	width:1px;
	height:12px;
	position:relative;
	right:0px;
	top:1px;
	background:#ccc;
	margin:0 5px 0 8px;
}
.header_top .right a:last-child:after{
	display:none;
}
.header_top .right a:hover{
	color:#fff;
}
.header_top .right .icon{
	position:relative;
	display:inline-block;
	width:24px;
	height:19px;
	text-align:left;
}
.header_top .right .iconfont{
	position:absolute;
	top:-3px;
	font-size:24px;
}

/*中间部分*/
.header_middle{
	padding:20px 0px;
}
.header_middle .search_bar{
	float:right;
	width:100%;
	position:relative;
	margin-top:20px;
}
.header_middle .search_bar input{
	display:inline-block;
	width:100%;
	max-width:400px;
	border:none;
	background:#f7f7f7;
	height:42px;
	line-height:42px;
	text-indent:10px;
	float:right;
	margin:0px;
	padding:0px;
	color:#000;
	border:1px solid #eee;
}

.header_middle .search_bar button{
	position:absolute;
	right:0px;
	top:0px;
	background:#003576;
	color:#fff;
	border:none;
	height:42px;
	width:80px;
}
.header_middle .search_bar button:hover{
	background:#01a4dc;
}

/*导航条*/
.navbars{
	background:#003576;
	height:51px;
}
.navbars .navList{
	padding:0px;
	margin:0px;
}
.navbars .navList li{
	display:block;
	position:relative;
	float:left;
}
.navbars .navList li:after{
	content:'';
	width:1px;
	height:18px;
	background:#fff;
	position:absolute;
	right:0px;
	top:16px;
}
.navbars .navList li a.parent{
	display:block;
	color:#fff;
	height:51px;
	line-height:51px;
	padding:0 30px;
	position:relative;
}
.navbars .navList li:hover{
	background:#01a4dc;
}
.navbars .navList li a.parent .icon{
	font-size:18px;
}

.navbars .navList .slider{
	position:absolute;
	background:#01a4dc;
	display:none;
	z-index:999999;
	width:130%;
	overflow:hidden;
}
.navbars .navList .slider a{
	display:block;
	color:#fff;
	height:45px;
	line-height:45px;
	padding:0 10px;
	font-size:15px;
}
.navbars .navList .slider a:hover{
	background:#003576;
}
.navbars .phone{
	position:absolute;
	right:0px;
	padding-right:15%;
	padding-left:15px;
	color:#000;
	height:51px;
	line-height:51px;
	background:#fdcc24;
}

/* 移动端导行条 */
.m-phone{
	color:#000;
	height:51px;
	line-height:51px;
	background:#fdcc24;
	float:left;
	padding:0 15px;
}


#navIcon{
	float:right;
	height:30px;
	width:30px;
	margin:13px 15px 8px 10px;
}
#navIcon .line{
	display:block;
	width:100%;
	height:3px;
	background:#fafafa;
	position:relative;
	transition: 0.3s;
	-moz-transition: 0.3s;	
	-webkit-transition: 0.3s;	
	-o-transition: 0.3s;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
	transform-origin:right;
}
#navIcon .l2{
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
	z-index:998;
}

#navIcon.active .l1{
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
	transform-origin:right;
	z-index:999;
}
#navIcon.active .l2{
	background:#003576;
}
#navIcon.active .l3{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	transform-origin:right;
	z-index:999;
}


.m-navList{
	position:relative;
	width:100%;
	box-shadow:0 5px 5px #eee;
	display:none;
	z-index: 9999999;
	overflow:auto !important;
	background:#003576;
	overflow:hidden;
}
.m-navList .item a{
	display:block;
	line-height:45px;
	color:#fff;
	text-indent:15px;
	text-decoration:none;
}
.m-navList .item a:hover{
	background:#01a4dc;
}
.m-navList .item a.active{
	background:#01a4dc;
	color:#fff;
}
.m-navList .child{
	margin-left:15px;
	margin-bottom:5px;
	display:none;
}



/* 移动端 */
@media (max-width: 1400px) {
   .navbars .navList li a{
		padding:0 20px;
	}
	
}
@media (max-width: 1200px) {
  
	
}



@media screen and (min-width:0px) and (max-width:768px){
	.header_middle .search_bar input{
		max-width: 100%;
	}
	
	
	
}





















#banner{
	width:100%;
	position:relative;
	overflow:hidden;
}
#banner .swiper-slide img{
	max-width:100%;
	display:block;
}
#banner .pagination-banner{
	position:absolute;
	z-index:999;
	bottom:40px;
	text-align:center;
	width:100%;
	text-align:center;
	height:0px;
	line-height:0px;
}
#banner .pagination-banner span{
	display:inline-block;
	width:56px;
	height:4px;
	background:#d9d9d9;
	margin:0 8px;
	opacity:0.8;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
	border-radius:2px;
}
#banner .pagination-banner .swiper-active-switch{
	background:#fdcc24;
	opacity:1;
}
#banner .arrow{
	position:absolute;
	top:50%;
	background:#000;
	width:30px;
	height:70px;
	line-height:70px;
	margin-top:-35px;
	text-align:center;
	opacity:1;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
}
#banner .arrow:hover{
	opacity:0.9 !important;
}
#banner .arrow span{
	font-size:30px;
	color:#fff;
}
#banner .arrow-left{
	left:-30px;
	z-index:9999;
	border-radius:5px 0 0 5px;
}

#banner .arrow-right{
	top:50%;
	right:-30px;
	border-radius:0 5px 5px 0;
	z-index:9999;
}

#banner:hover .arrow-left{
	left:10px;
	opacity:0.6;
}
#banner:hover .arrow-right{
	right:10px;
	opacity:0.6;
}
#banner .swiper-slide{
	position:relative;
}



/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:768px){
	#banner .pagination-banner{
		bottom:20px;
	}

	#banner .pagination-banner span{
		width:20px !important;
		margin:0 5px;
		border-radius: 3px;
		height: 4px;
	}


}


.pageMap{
	border-bottom:1px solid #eee;
	background:#fff;
	height:55px;
	box-shadow:0 3px 3px #eee;
	line-height:55px;
	overflow:hidden;
	font-size:16px;
}
.pageMap ul li{
	float:left;
}
.pageMap ul li a{
	display:inline-block;
	position:relative;
	height:55px;
	line-height:55px;
}
.pageMap ul li .iconfont{
	display:inline-block;
	margin:0 8px;
}
.pageMap ul li a:hover{
	color:#003576;
}
.artList{
	background:#f5f5f5;
	padding:30px 0 50px 0;
}

.artList .item{
	border:1px solid #e4e4e4;
	display:flex;
	margin:20px 0;
	align-items:center;
	background:#fff;
}
.artList .item .imgbox{
	width:306px;
	height:198px;
	flex-shrink:0;
	overflow:hidden;
}
.artList .item .imgbox img{
	width:100%;
	height:198px;
}
.artList .item .date{
	text-align:center;
	padding:0 20px;
}
.artList .item .date .p1{
	font-size:56px;
	font-weight:700;
	margin-bottom:-10px;
}
.artList .item .date .p2{
	color:#999999;
}
.artList .item .art{
	border-left:1px solid #d9d9d9;
	padding:5px 10px 6px 45px;
}
.artList .item .art .title{
	font-size:18px;
	margin-top:8px;
	line-height:24px;
}
.artList .item .art .desc{
	font-size:14px;
	color:#999;
	line-height:24px;
	

     word-break:break-all;
     display:-webkit-box;
     -webkit-line-clamp:2;
     -webkit-box-orient:vertical;
     overflow:hidden;
	
}
.artList .item .art .more{
	background:#01a4dc;
	display:inline-block;
	height:30px;
	line-height:30px;
	width:90px;
	text-align:center;
	color:#fff;
	margin:5px 0;
}

@media (max-width: 750px) {
    .artList .item .art {
		padding: 0px 10px 0 15px;
	}
	.artList .row{
		width:100%;
		margin:0px;
	}
}

#footer{
	background:#343434;
	padding:50px 0 0 0;
}
#footer .service{
	margin-bottom:20px;
	overflow:hidden;
}
#footer .service .title{
	color:#a7a7a7;
	padding-bottom:15px;
	font-size:18px;
}
#footer .service .col{
	padding-left:0px;
	padding-right:20px;
}
#footer .service .col a{
	color:#a7a7a7;
	font-size:15px;
	display:block;
	padding:3px 0;
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
	
}
#footer .service .col a:hover{
	color:#003576;
}
#footer .contact{
	border-left:1px solid #4b4a4a;
	padding-left:0.2rem;
	margin-bottom:20px;
}
#footer .contact .title{
	color:#a7a7a7;
	padding-bottom:15px;
	font-size:18px;
}
#footer .contact .item{
	color:#a7a7a7;
	font-size:15px;
}
#footer .contact .tel{
	color:#003576;
	font-size:24px;
}
#footer .contact .tel span{
	font-size:36px;
	margin-right:10px;
}

#footer .wx{
	margin-bottom:20px;
	overflow:hidden;
}
#footer .wx img{
	display:block; 
	margin:0 auto;
	margin-bottom:10px;
}
#footer .wx p{
	color:#969595;
	text-align:center;
}
#footer .bottom{
	background:#272727;
	text-align:center;
	font-size:15px;
	padding:15px 0;
	margin-top:5px;
	color:#999;
}
#footer .bottom a{
	color:#999;
}
/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:970px){
	#footer .contact{
		border-left:0px;
		padding-left:0px;
	}
	#footer .bottom{
		font-size:14px;
	}
	
}







#sliderBar{
	position:fixed;
	bottom:10px;
	right:5px;
	z-index:99999;
}
#sliderBar .item{
	width:45px;
	height:45px;
	margin-bottom:3px;
	background:#003576;
	cursor:pointer;
	position:relative;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	color:#fff;
	text-align:center;
	line-height:45px;
}
#sliderBar .item:hover{
	background:#04a2d9;
}
#sliderBar .item:hover .item_main{
	display:block;
	overflow:hidden;
}





/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:768px){
	#sliderBar{
		display:none;
	}
	
}


#kefu {
	width: 150px;
	height: auto;
	position: fixed;
	top: 50%;
	right: 5px;
	z-index: 8888;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-top: 2px solid #ca2d25;
	display: block;
	margin-top: -240px;
}

#kefu .topa {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
}


#kefu .middle {
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding:5px 0;
}

#kefu .middle a {
	display: block;
	width: 105px;
	height: 33px;
	background: url(img/qq.png) no-repeat;
	padding-left: 36px;
	line-height: 33px;
	color: #0c8baf;
	margin: 0 auto;
	text-align: left;
}

#kefu .middle p {
	color: #991C0A;
}

#kefu .close {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size:11px;
	padding:4px;
	border-radius:30px;
	background:#eee;
	margin-left:30px;
	position:relative;
	cursor:pointer;
	opacity:1;
	color:#666;
}
#kefu .topa .close:hover{
	background:red;
	color:#fff;
}
.right_bar {
	width: 28px;
	height: 95px;
	position: fixed;
	top: 55%;
	right: 5px;
	margin-top: -242px;
	z-index: 9999;
	display: none;
}

.right_bar img {
	cursor: pointer;
}