@charset "utf-8";
/*头部样式*/
.topwrap{
	position: relative;
	z-index: 1
}
.topwrap:before{
	position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,71,157,0.65);
    content: "";
}
.header-fixed{
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	height: 80px;
	/*padding: 10px 0px;*/
	z-index: 9999;
}
.headtop{
	height: 40px;
	line-height: 40px;
	border-bottom: #fff solid 1px;
	text-align: right;
	margin-bottom: 20px;
}
.headtop p{
	font-size: 14px;
	color: #fff;
}
.logo{
    float: left;
    margin:4px 0px 0px 0;
    width: 178px;
    height: 40px;
}
/*头部导航样式*/
.navBar{ float: right; color:#fff; width:739px;   }
.nav{ width:739px; }
.nav li {
	float: left;
	margin-left: 49px;
	/*margin-top: 10px;*/
}
.nav  a{  zoom:1; font-size: 14px;  height:53px; line-height:53px;   display:block; color:#fff }
.nav li.current a,.nav a:hover{ border-bottom: #ffffff solid 1px; }

/*窗体滚动样式*/
.fixed-header-on header{
    height: 128px;
	/*padding: 10px 0px;*/
    background-color: rgba(0,0,0,0.5);
    border-bottom: none;
}
.fixed-header-on .logo{
    /*transform: scale(0.8);*/
    margin-top: 5px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
/* 首页banner */
.focusBox{
	position: relative;
	top: 250px;
}
.focusBox .pic img { width:737px; display: block; }
.focusBox .hd { 
	overflow:hidden; 
	zoom:1; 
	position:absolute; 
	bottom:-167px; 
	left:10px;
 	z-index:3
}
.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; 
	width:63px; height:6px; cursor:pointer; overflow:hidden; background:#fff; 
	margin-left:4px; border-radius: 10px; filter:alpha(opacity=80); opacity:.8; 
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;-o-transition:All .5s ease }
.focusBox .hd .on{ background:#fff; filter:alpha(opacity=100);opacity:1;   }

/* home---公司简介 */
.homeabout{
	background: #fff;
	border-radius: 10px;
	padding:100px 0px 0px 0px;
	position: relative;
	height: 363px;
	z-index: 3;
	width: 1400px;
	margin:0 auto;
}
.homeabout h2{
	color: #135db6;
	text-align: center;
	line-height: 40px;
	font-size: 58px;
	margin-bottom: 50px;
	margin-top: 100px;
	letter-spacing: 8px;
}
.aboutwrap{
	position: absolute;
	top: -160px;
	background: #fff;
	border-radius: 10px;
}
.aboutcon{
	background: url(../images/abbg.jpg) no-repeat bottom center;
	padding:0px 100px 20px 100px;
	min-height: 454px;
}
.aboutcon p{
	font-size: 16px;
	color: #5f5f5f;
	text-align: left;
	line-height: 30px;
}
.aboutnav li{
	float: left;
	margin-right: 45px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 200px;
	display: block;
	margin-top: 40px	
}
.aboutnav li a{
	color: #fff;
	background: #707070;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	font-size: 20px;
}
.aboutnav li.current1 a,.aboutnav li a:hover{
	background: #135db6;
	transition: all 0.5s ease-in-out;
}
/*优势*/
.homeadv{
	background: #194781 url(../images/advbg.jpg) no-repeat center center;
	height: 405px;
	padding-top:50px;
}
.advcon01{
	width: 32%;
	padding-right: 30px;
	border-right: #4682b1 solid 2px;
	margin-top: 45px;
	padding:30px 0px;
}
.advcon01 h3{
	color: #fff;
	font-size: 58px;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 2px;
}
.advcon01 h3 img{
	margin-left: 30px;
}
.advcon01 p{
	margin-top: 30px;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
}
.advcon01:last-child{
	border-right: none;
	padding-right: 0px;
}
/*安全服务*/
.homeaqfw{
	width: 1400px;
	margin:82px auto 0px;
}
.hometit{
	width: 1000px;
	margin:0 auto 55px;
}
.hometit::before{
	background: url(../images/line02a.jpg) no-repeat left;
	content: "";
    width: 359px;
    float: left;
    margin-top: 20px;
    height: 1px;
}
.hometit::after{
	background: url(../images/line02b.png) no-repeat left;
	content: "";
    width: 359px;
    float: right;
    height: 1px;
    margin-top: 20px;
}
.hometittxt{
    width: 282px;
    margin: 0 auto;
    float: left;
}
.hometit h2{
	font-size: 36px;
	text-align: center;
    color: #262933;
    line-height: 39px;
    display: block;
    margin-top: -30px;
    letter-spacing: 2px;
}
.hometit h4{
	font-size: 18px;
	text-align: center;
	color: #1a2056;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	letter-spacing: 2px;
}
.aqfwcon{
	width: 1400px;
	margin:55px auto;
}
.picScroll3{ position:relative; height:428px;  padding: 0px 100px; overflow:hidden; }
.picScroll3 ul{ overflow:hidden; zoom:1;}
.con{}
.con ul li{width:300px;height:428px;float:left;margin-bottom:15px;position:relative;
	overflow:hidden;cursor:pointer;}
.con .txt{width:300px;height:70px;background:rgba(0,0,0,0.6);position:absolute;
	left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.con .txt:hover{width:250px;height:170px;background:rgba(42,109,189,0.9);position:absolute;
	left:0;bottom:0;color:#fff;font-family:"微软雅黑"; padding:5px 25px;}
.con .txt h3{font-size:22px;font-weight:500;height:70px;text-align:center;
	line-height:70px; overflow: hidden;}
.con .txt:hover h3{font-size:27px;font-weight:500;height:70px;text-align:center;line-height:70px;}
.con .txt p{font-size:16px;text-align:center; line-height: 30px;	}
.picScroll3 .prev,
.picScroll3 .next{ position:absolute;  left:0px; top: 190px; display:block; width:41px;
 height:41px; 
  overflow:hidden; background:url(../images/icons.png) -42px 0 no-repeat; cursor:pointer;  }
.picScroll3 .next{ left:auto;  right:0px; background-position:-134px 0; }
.picScroll3 .prevStop{ background-position:0 0; }
.picScroll3 .nextStop{ background-position:-88px 0; }
.picScroll3 a.prev:hover{
  background-position:0 0;
}
.picScroll3 a.next:hover{
  background-position:-88px 0;
}
/*保卫服务*/
.homebwfw{
	background: url(../images/ysbg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 900px;
}
.mystit{
	text-align: center;
	width: 780px;
	margin:0px auto 55px;
	padding-top: 55px;
}
.mystit img{
	margin-right: 30px;
}
.mystit h3{
	color: #262933;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}
.mystit h5{
	color: #1a2056;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}
.fwwt{
	width: 45%;
	margin-right: 4%;
	margin-bottom: 55px;
}
.fwwt p:first-child{
	font-size: 22px;
	color: #1e2b70;
	text-align: left;
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 2px;
}
.fwwt p:first-child span{
	font-size: 30px;
}
.fwwt p:last-child{
	font-size: 16px;
	color: #5f5f5f;
	text-align: left;
	margin-left: 20px;
	font-weight: normal;
}
.bwfwcon{
	margin-top: 55px;
	text-align: center;
}
.bwfwtit{
	margin-bottom: 70px;
}
.bwfwbox dl{
	width: 23%;
	margin-right: 2%;
}
.bwfwbox dl dd h4{
	font-size: 25px;
	color: #262933;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}
.bwfwbox dl dd p{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
}
.bwfwbox dl:last-child{
	width: 23%;
	margin-right: 0;
}
/*合作案例*/
.homecase{
	margin-top: 82px;
	padding-bottom: 97px;
}
.casecon{
	margin-top:55px;
	position: relative;
}
.slideBox{ width:1200px; height:482px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:71px; bottom:5px;
 z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:30px; height:20px; 
	line-height:20px; text-align:center; font-size: 20px;	
	color:#ccc;cursor:pointer;}
.slideBox .hd ul li.on{  color:#2669ba; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{  display:block;  }
.newsbox1{
	position: relative;
	z-index: 1;
	float: left;
}
.newsbox1 .newsimg{
	width: 659px;
	height: 485px;
}
.newslogo{
	width: 179px;
	height: 178px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}
.newsbox2{
	position: relative;
    z-index: 9999;
    width: 472px;
    display: block;
    height: 285px;
    border-radius: 0px;
    float: left;
    padding: 30px;
    margin-left: -133px;
    margin-top: 70px;
	background: url(../images/newsbg.png);
}
.newsbox2 h4{
	color: #333;
	font-size: 19px;	
	text-align: left;
	line-height: 30px;	
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
 
}
.newsbox2 h4::after{
	background: #696969;
	height: 2px;
	width: 38px;
	display: block;
	content: "";
	margin-top: 30px;
}
.newsbox2 p{
	font-size: 14px;
	color: #666666;
	height: 59px;
	margin-top: 15px;
	line-height: 27px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.newstxt{
	/*position: absolute;
	top: 250px;
	left:560px;
	z-index: 9999;*/
}
.newstxt p{
	font-size: 16px;
	color: #1e5cb3;
	line-height: 28px;
	text-align: left;
	margin-top: 0;
	font-weight: bold;
}
.newsbox2 a{
	background: #135db6;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 170px;
	display: block;
	font-size: 16px;
	color: #fff;
	/*margin-top: 76px;*/
}
.newsbox2 a:hover{
	background: #707070;
	transition: background .3s linear;
}
.slideBox .prev,
.slideBox .next{ 
	position:absolute;
	left: 73%;
    top: 98%; margin-top:-25px; 
	display:block; width:35px; height:35px; 
	background:url(../images/slider-arrow.png) 
	-177px 0px no-repeat; 
	filter:alpha(opacity=50);
	opacity:0.5;   
}
.slideBox .next{ left:auto; right:0; background-position:-42px 0px; }
.slideBox .prev:hover{ background-position:-115px 0px;  }
.slideBox .next:hover{ background-position:0px 0px;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/* footer */
.footer{
	overflow: hidden;
	
	width: 100%;
    height: 660px;
    position: relative;
}
.hlbg{
	width: 100%;
	height: 660px;
	background: rgba(19,93,182,0.77);
	position: relative;
	z-index: 2;
	content: '';
}
.footpic img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 660px;
    max-width: 1920px;
    width: 1920px;
    z-index: 1;
}
.footercon{
	text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 50%;
    margin-left: -960px;
    height: 180px;
    max-width: 1920px;
    width: 1920px;
}
.footer1 .hometit{
	width: 1000px;
	margin:0 auto 55px;
}
.footer1 .hometit::before{
	background: url(../images/line01a.png) no-repeat left;
	content: "";
    width: 359px;
    float: left;
    margin-top: 20px;
    height: 1px;
}
.footer1 .hometit::after{
	background: url(../images/line01b.png) no-repeat left;
	content: "";
    width: 359px;
    float: right;
    height: 1px;
    margin-top: 20px;
}
.footer1 .hometittxt{
    width: 282px;
    margin: 0 auto;
    float: left;
}
.footer1 .hometit h2{
	font-size: 36px;
	text-align: center;
    color: #fff;
    line-height: 39px;
    display: block;
    margin-top: -30px;
}
.footer1 .hometit h4{
	font-size: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
.footbox{
	margin-top: 100px;
	position: relative;
	z-index: 5;
	padding-bottom: 25px;
}
.footbox img{
	width: 151px;
	height: 151px;
}
.footcontact{
	margin-left: 60px;
}
.footcontact p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.footnav{
	width: 610px;
}
.footnav ul li{
	float: left;
	margin:0 55px;
	display: block;
}
.footnav ul li h4{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.footnav ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-align: left;
	display: block;
}
.footnav ul li a:hover{
	text-decoration: underline;
}
.footer2{
	padding:45px 0;
	border-top: #fff solid 1px;
}
.footer2xx{
	width: 930px;
	margin:0 auto;
}
.footer2xx p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footer2xx p a{
	color: #fff;
}
/******--------------------- 单页面 ---------------------******/
.pagebanner{
	position: absolute;
    top: 180px;
    left: 8%;
}
.pagebanner ul li{
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/cir.png) no-repeat left;

}
.pagebanner ul li p{
	padding-left: 30px;
	font-size: 25px;
	color: #fff;
}
.mainbody{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.aside{
	width: 260px;
}
.asidenav li{
	display: block;
	height: 40px;
	line-height: 40px;
	margin:15px 0px;
	
}
.asidenav li a{
	font-size: 16px;
	color: #112d04;
	text-align: left;
	padding-left: 10px;
}
.asidenav li a span{
	color: #fff;
	float: right;
	padding-right: 10px;
}
.asidenav li:hover a,.asidenav li.current2 a{
	background: #1e5cb3;
	display: block;
}
.asidenav li:hover a,.asidenav li.current2 a{
	color: #fff;
}
.content{
	width: 869px;
}
.rtit{
	height: 48px;
	border-bottom: #dfdfdf dashed 1px;
}
.rtit h4{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
.rtit-2 p{
	background: url(../images/navi.jpg) no-repeat left;
	padding-left: 35px;
	font-size: 14px;
	color: #959595;
	height: 30px;
	line-height: 33px;
}
.rtit-2 p a{
	color: #333;
}
.rtit-2 p a:hover{
	color: #1e5cb3;
}
.content-2{
	padding-top: 40px;
}
.content-txt{
	width: 460px;
	margin-left: 105px;
}
.contact-dl1{
	display: block;
	margin-bottom: 30px;
}
.contact-dl1 img{
	margin-top: 5px;
}
.contact-dl1 dd{
	margin-left: 30px;
}
.content-txt dd p:first-child{
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.content-txt dd p:last-child{
	font-size: 18px;
	color: #333;
}
.content-2 p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
/*安全服务*/
.pagepro ul li{width:264px;height:374px;float:left;margin-bottom:40px;position:relative;
	overflow:hidden;cursor:pointer;}
.pagepro .txt{width:264px;height:70px;background:rgba(0,0,0,0.6);position:absolute;
	left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.pagepro .txt:hover{width:234px;height:170px;background:rgba(42,109,189,0.9);position:absolute;
	left:0;bottom:0;color:#fff;font-family:"微软雅黑"; padding:5px 15px;}
.pagepro .txt h3{font-size:22px;font-weight:500;height:70px;text-align:center;line-height:70px;}
.pagepro .txt:hover h3{font-size:27px;font-weight:500;height:70px;
	text-align:center;line-height:30px; overflow: hidden;}
.pagepro .txt p{font-size:16px;text-align:center; line-height: 30px;color: #fff;	}
.pagepro li{
	margin-right: 35px;
}
.pagepro li:nth-of-type(3n){
	margin-right: 0px;
}
/*合作案例*/
.pagecase ul li{
	float: left;
	margin-right: 35px;
	width: 264px;
	margin-bottom: 30px;
	height: 215px;
}
.pagecase ul li img{
	width: 264px;
	height: 194px;
}
.pagecase li:nth-of-type(3n){
	margin-right: 0px;
}
.pagecase h4{
	text-align: center;
	color: #333;
	font-size: 14px;
	height: 35px;	
	line-height: 35px;
	/*font-weight: normal;*/
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*新闻资讯*/
.newslist{
	height: 217px;
	border-bottom: #f2f2f2 solid 2px;
	padding:0px;
}
.newslist a{
    display: block;
    height: 176px;
    padding: 20px 15px;
    width: 867px;
}
.newslist a dt h3{
	text-align: left;
	font-size: 21px;
	color: #023471;
	line-height: 30px;
}
.newslist a dt p{
	color: #023471;
	font-size: 16px;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
}
.newslist a dd p{
	font-size: 14px;
	color: #73777a;
	line-height: 24px;
	height: 65px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newslist a dd .newsmore{
	background: #fff;
	width: 81px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #3e3a39;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	border:#b8b7b7 solid 1px;
	display: block;
	transition:background 1s;
	-moz-transition:background 1s; /* Firefox 4 */
	-webkit-transition:background 1s; /* Safari and Chrome */
	-o-transition:background 1s; /* Opera */
	float: left;
}
.newslist a:hover dd .newsmore{
	background: #1e5cb3;
	color: #fff;
	border:#1e5cb3 solid 1px;
}
.newslist a:hover{
	background: #f2f2f2;
	display: block;
}
/*******************分页********************/ 
.fy{overflow: hidden;text-align: center; padding-bottom: 0px; padding-top: 30px;}
.fy-con{display: inline-block;overflow: hidden; }
.fy .pre{ width: 70px; height: 40px; margin-right: 30px; border-radius: 2px;}
.fy .next{ width: 70px; height: 40px; border-radius: 2px;}
.fy a{ display:block; width:35px; height:40px; text-align:center; line-height:40px; float:left; 
	font-size:12px;color:#ffffff;; margin-right:10px;background: #8a8a8a; border-radius: 2px;}
.fy a:hover{  background:#1e5cb3}
.fy .cpb {color:#ffffff;border:none;background: #1e5cb3;width:36px;height:40px;line-height: 40px;
	display:block;text-align:center;float:left;font-size:12px;margin-right:10px; border-radius:2px;}

/******--------------------- 详细信息 ---------------------******/
.detailtit{display:block; overflow: hidden; margin-top: 0px; padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;}
.detailtit h2{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 width: 60%; color: #333333; font-size: 20px; font-weight: normal; line-height: 30px; }
.detailtit .listcs{ margin-top:10px; }
.detailtit .listcs .listcs01{
	background: url(../images/time.png) no-repeat left;
	font-size:14px;
	float: left;
	width: 137px;
	height: 30px;
	line-height: 30px;
}
.detailtit .listcs .listcs01 span{
	font-size:14px;
	padding-left: 26px;
	font-weight: normal;
	color: :#333;
}
.detailtit .listcs .listcs02{
	background: url(../images/view.png) no-repeat left;
	font-size:14px;
	float: left;
	width: 137px;
	height: 30px;
	line-height: 30px;
}
.detailtit .listcs .listcs02 span{
	font-size:14px;
	padding-left: 26px;
	font-weight: normal;
	color: :#333;
}
.detaicon{
	padding:15px 0px;
}
.detaicon p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.detaicon img{
	display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto;
}
.pagevcon dl{
	height: 362px !important;
}
/*翻页*/
.fanye{color:#9f9f9f;line-height:20px;margin:40px 30px 40px 0px; font-size: 14px;}
.fanye div{ float: left; margin-right: 60px; }
.fanye a { color:#9f9f9f; font-size: 14px;}
.fanye a:hover{text-decoration:underline; color:#023471;}
.detailimg{
	max-width: 1000px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
}