﻿
/*顶部*/
.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;
	}


}



#service .title{
	padding: 45px 0 10px 0;
	overflow:hidden;
	width:100%;
}
#service .title h2{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
#service .title span{
	padding: 0 20px;
	font-size: 16px;
	color: #8C8C8D;
	font-weight: normal;
}

#service{
	background:#f2f5fa;
}

#service .block{
	margin-bottom: 35px;
}

#service .block .main{
	background:#fff;
	margin-right:10px;
	overflow:hidden;
	padding:15px;
	
}
#service .block .main .item{
	width:46%;
	height: 100px;
	float:left;
	margin:2%;
	border:1px solid #eee;
}

#service .block .main .item .imgbox{
	width: 72px;
	height: 50px;
	float:left;
	margin: 20px;
}
#service .block .main .item:hover{
	box-shadow:0 0 10px #eee;
}

#service .block .main .item .text{
	padding: 15px 25px 25px 25px;
	height:58px;
	display:block;
}
#service .block .main .item .text strong{
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	position:relative;
	top:10px;
	word-break:break-all;
     display:-webkit-box;
     -webkit-line-clamp:2;
     -webkit-box-orient:vertical;
     overflow:hidden;
}
#service .block .main .itemimg{
	margin: 10px 10px;
}
#service .block .main .itemimg>img{
	padding: 3px 0;
}
@media(max-width: 1372px){
	#service .item .text p{
		font-size:14px;
	}
}
@media(max-width: 767px){
	#service .item .text p{
		font-size:16px;
	}
    #service .title{
    	padding-top: 30px;
		font-size:16px;
    }
    #service .title>h2{
    	font-size: 20px;
    }
    #service .block .main{
    	margin-left: auto;
    	margin-right: auto;
    }
    #service .block .main .item{
    	width: 100%;
    	margin: auto;
    	margin-bottom: 10px;
    }
    #service .block .main .itemimg{
    	margin: 0px 0px;
    }
    #service .block .main .itemimg>img{
    	max-width: 100%;
    }
	
	
	
}
#about{
	padding:75px 0;
	background:url(img/about_bg.jpg)no-repeat bottom center;
}
#about .left .title{
	margin:-10px 0 30px 0px;
	text-align:left;
}
#about .left .title h2{
	display:inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #000;
	margin-right:12px;
}
#about .left .title span{
	font-size:14px;
	color:#949494;
}
#about .left .text{
	line-height:32px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:12;
    -webkit-box-orient:vertical;
    overflow:hidden;
	margin-bottom:15px;
}

#about .right img{
	margin:0 auto;
}
#power{
	background:url(img/power_bg.jpg);
	padding:15px 0 30px 0;
}
#power .title{
	padding-top:60px;
	overflow:hidden;
}
#power .title .text{
	float:left;
	color:#000;
	font-size:30px;
	font-weight:bold;
	line-height:46px;
}
#power .title .lead{
	float:right;
	display:flex;
}
#power .title .lead .item{
	float:left;
	width:160px;
	height:46px;
	line-height:40px;
	border:3px solid #c6cfdd;
	text-align:center;
	margin-left:10px;
	font-size:16px;
	color:#000;
	cursor:pointer;
}
#power .title .lead .item a{
	display:block;
	height:46px;
}
#power .title .lead .item.active{
	background:#003576;
	border:3px solid #003576;
	color:#fff;
}
#power .title .lead .item:hover{
	border:3px solid #003576;
}

#power .list{
	margin:0 auto;
	padding:40px 0;
}
#power .owl-dots{
	display:none;
}

#power .list .item{
	background:#fff;
	overflow:hidden;
	position:relative;
	margin:0 25px;
}
#power .list .item a{
	text-decoration:none;
	color:#000;
}
#power .list .item .textBox{
	padding:0 15px;
}
#power .list .item .textBox h2{
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:20px 0;
	margin:0px;
}
#power .list .item .textBox .desc{
	font-size:14px;
	color:#666;
	font-weight:500;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
#power .list .item .textBox .date{
	font-size:14px;
	font-weight:300;
	color:#666;
	display:inline-block;
	padding:10px 0 20px 0;
}
#power .owl-carousel .owl-dots.disabled,#power .owl-carousel .owl-nav.disabled{
	display:block !important;
}
#power .owl-nav .owl-prev{
	position:absolute;
	top:50%;
	background:#003576;
	display:block;
	width:28px;
	height:60px;
	line-height:60px;
	margin-top:-30px;
	left:-10px;
	color:#fff;
	border-radius:5px 0 0 5px;
}

#power .owl-nav .owl-next{
	position:absolute;
	top:50%;
	background:#003576;
	display:block;
	width:28px;
	height:60px;
	line-height:60px;
	margin-top:-30px;
	right:-10px;
	color:#fff;
	border-radius:0 5px 5px 0;
}

#power .owl-nav .iconfont{
	font-size:24px;
}

#power_slider2{
	display:none;
}



/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:768px){
	#power .title .text{
		font-size:22px;
		font-weight:bold;
		line-height:40px;
	}
	#power .title .lead .item{
		float:left;
		width:120px;
		height:40px;
		line-height:34px;
		border:2px solid #c6cfdd;
		margin-left:10px;
	}
	#power .list .item{
		margin:0 10px;
	}
}



#us{
	padding:50px 0;
}
#us .title{
	display:flex;
	padding-bottom:10px;
}
#us .title .p1{
	font-size:30px;
	font-weight:bold;
	color:#000;
	margin-right:10px;
}
#us .title .p2{
	position:relative;
	top:18px;
}

#us .item .main{
	display:flex;
	border-bottom:1px solid #eee;
	padding:0.2rem 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#us .item .main .icon{
	margin-right:0.1rem;
	padding-left:0.1rem;
	position:relative;
}
#us .item .main .icon:before{
	content:'';
	display:block;
	width:0.04rem;
	height:0.04rem;
	background:#fdcc24;
	position:absolute;
	top:10%;
	left:10%;
}
#us .item .main .icon span{
	font-size:0.35rem;
	color:#003576;
}
#us .item h3{
	font-size:22px;
	color:#000;
}
#us .item .desc{
	color:#666;
	font-size:14px;
	padding-top:0.08rem;
	line-height:24px;
}
#us .item .main:hover{
	background:#003576;
}
#us .item .main:hover .icon span{
	color:#fff;
}
#us .item .main:hover h3{
	color:#fff;
}
#us .item .main:hover .desc{
	color:#fff;
}


#news{
	background:#f2f5fa;
	padding:60px 0;
}
#news .main{
	padding:30px 15px;
	margin:0 15px;
	background:#fff;
	overflow:hidden;
}
/* 左边 */
#news .left{
	background:#fff;
	padding:0 15px;
}
#news .left strong{
	font-size:22px;
	font-weight:700;
	display:block;
	padding:10px 0 10px 0;
	color:#000;
}
/* 左边-第一个 */
#news .one{
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	position:relative;
}
#news .left .one .imgbox{
	float:left;
	width:30%;
	box-sizing:border-box; -moz-box-sizing:border-box;
	padding-right:3%;
}
#news .left .one .imgbox img{
	max-width:100%;
}
#news .left .one .txtbox{
	float:right;
	width:70%;
}
#news .left .one .txtbox h2{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:5px 0 15px 0;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
#news .left .one .txtbox .desc{
	font-size:14px;
	color:#7c7c7c;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	
}
#news .left .one .txtbox .bottom{
	font-size:14px;
	color:#7c7c7c;
	padding-top:20px;
}
#news .left .one .txtbox .bottom .hit{
	float:right;
	color:#7c7c7c;
}
#news .left .one:hover h2{
	color:#003576;
}
/* 左边-列表 */
#news .left .item{
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	position:relative;
}
#news .left .item .date{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	line-height:55px;
	color:#7c7c7c;
}
#news .left .item h3{
	line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height:52px;
	line-height:52px;
	color:#333;
	margin-right:120px;
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
#news .left .item h3:before{
	content:'.';
	position:relative;
	color:#333;
	top:-4px;
	margin-right:5px;
}
#news .left .item h3:hover{
	color:#003576;
}

/* 右边 */
#news .right{
	background:#fff;
	padding:0 15px;
}
#news .right strong{
	font-size:22px;
	font-weight:700;
	display:block;
	padding:10px 0 10px 0;
	color:#000;
}
/* 右边-列表 */
#news .right .item{
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	position:relative;
}
#news .right .item:last-child{
	border-bottom:none;
}
#news .right .item .imgbox{
	float:left;
	width:32%;
	box-sizing:border-box; -moz-box-sizing:border-box;
	padding-right:3%;
}
#news .right .item .imgbox img{
	max-width:100%;
}
#news .right .item .txtbox{
	float:right;
	width:68%;
}
#news .right .item .txtbox h2{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:5px 0 15px 0;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
#news .right .item .txtbox .desc{
	font-size:14px;
	color:#7c7c7c;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#news .right .item .txtbox .bottom{
	font-size:14px;
	color:#7c7c7c;
	padding-top:20px;
}
#news .right .item .txtbox .bottom .hit{
	float:right;
	color:#7c7c7c;
}
#news .right .item:hover h2{
	color:#003576;
}


/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:768px){
	
	#news .row {
		padding: 0px;
	}
}



#friend{
	padding:40px 0;
}
#friend .title{
	background:#003576;
	color:#fff;
	width:140px;
	height:40px;
	line-height:40px;
	padding:8px 15px;
	font-size:18px;
	font-weight:bold;
}

#friend .list{
	padding-top:20px;
}
#friend .list a{
	font-size:15px;
	color:#333;
	position:relative;
	display:inline-block;
	padding-right:20px;
}
#friend .list a:after{
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:12px;
	right:10px;
	top:5px;
	background:#333;
}
#friend .list a:hover{
	color:#003576;
}
#friend .list a:last-child:after{
	display:none;
}

/* 兼容代码 */
/* 手机 */
@media screen and (min-width:0px) and (max-width:768px){
	
}



#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;
}