﻿@charset "utf-8";

/* CSS Document */

::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}

::-webkit-scrollbar-track {
	width: 0;
	height: 0;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	width: 0;
	height: 0;
	background-color: transparent;
}
body{cursor: pointer;}
body,
html {
	background: #fff;
	font-family: "Microsoft YaHei", 微软雅黑, 华文细黑, bebas, raleway, "sans-serif";
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*修正手持设备字体变化*/
}

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic
}

/*Base*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	background: transparent;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

i,em {font-style: normal;}

abbr,
acronym {
	border: 0;
}

@font-face {
	font-family: "方正宋三简体";
	src: url("../font/方正宋三简体.woff2") format("woff2"), 
	url("../font/方正宋三简体.woff") format("woff"), 
	url("../font/方正宋三简体.ttf") format("truetype"),
	 url("../font/方正宋三简体.eot") format("embedded-opentype"),
	  url("../font/方正宋三简体.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


.b {font-weight: bold}
.relative {position: relative;}
.lf {float: left;}
.lr {float: right;}
.tlf{ text-align: left;}
.tcen{ text-align: center;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f24 {font-size: 24px;}
.clear:after {display: block;height: 0px;content: '';clear: both;}
.fff {color: #fff;}
.c47 {color: #474849;}

/*公共结束*/

/*top*/

.header .toggle {
  position: absolute;
  top:1px;
  right:2px;
  display: none;
  width:46px;
  height:40px;
  cursor: pointer;
}

.navigation {
  line-height: 48px;
  position: fixed;
  z-index: 99;
  top: 55px;
  right: -60%;
  overflow-y: scroll;
  width: 60%;
  height: 100%;
  border: 1px solid #eee;
  background-color: #fff;
}


.screen{ position: relative;}
.header{
  position: fixed;
  z-index:99;
  top:0;
  width:100%;  
  padding: 0px 30px;
  height:81px;
}
.Nheader{ background-color:#111111;}
.logo{ display: block;  height: 63px; margin-top: 10px; float: left;}
.phone-logo,.toggle{display: none;}
.navwrap{ display: block; float: right;}
.nav > li.item{ position: relative;line-height: 42px;float: left;  padding: 19px 0;}
.nav > li.item.navmore > a{ background: url(../img/down.png) no-repeat center right;}
.nav > li.item > a{color: #fff;font-size: 15px;padding: 0 24px; margin: 0px 12px;}
.nav > li.item > a:hover{color:#000;background-color: #fff;}
.nav > li.item.navmore > a:hover{background:url(../img/dwom.png) no-repeat center right;}
.header .nav .level-2 {
  position: absolute;
  z-index:9;
  top:80px;
  left:0px;
  display: none;
  min-width:180px;
  padding: 0;
  margin-left:0px;
  border-radius: 1px;
  background-color:#fff;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
}
.header .nav .level-2 li {
  line-height:45px;
  height:45px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding: 0px 24px;
}

.header .nav .level-2 li a {
cursor: pointer;
  display: block;
  padding: 0;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  color: #707070;
}
.header .nav .level-2 li:hover{ background-color:rgba(0,0,0,0.6); }
.header .nav .level-2 li:hover a{transform: translateX(6px);color: #fff;}

.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after {
   position: absolute;
   width:40px;
   height: 3px;
   transition-duration: .5s;
   border-radius: 2px;
   background: #fff;
}
.header .toggle .icon {
  top:23px;
  right: 9px;
}
.header .toggle .icon::before,
.header .toggle .icon::after {
  content: '';
  background: inherit;
}
.header .toggle .icon::before {
  top: -12px;
  right:0px;
}
.header .toggle .icon::after {
   top: 12px;
   right:0px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(12px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-12px) rotate(-45deg);
}
/*web导航*/
.navigation .level-1 {
    padding: 0;
}
.navigation .level-1 > li {
    border-bottom: 1px solid #eeeeee;
    list-style: none;
}
.navigation .level-1 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: inherit;
}
.navigation .level-1 > li > a {
    padding: 6px 2em 6px 1em;
}
.navigation .level-2 > li {
    font-size: 13px;
    border-bottom: 1px dotted #eee;
    list-style: none;
}
.navigation .level-1 li {
    position: relative;
}
.navigation .level-2 a {
    padding: 0 2em 0 3em;
}
.navigation .level-1 > li > a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: '';
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.navigation .level-1 > li.active > a::before, .navigation .level-1 > li:hover > a::before {
    border: 1px solid #111111;
    background-color: #111111;
}
.navigation .level-2{ display:none;}
.navigation .level-1 > li.navmore::after{
    position: absolute;
    top: 20px;
    right: 13px;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../img/dwom1.png) no-repeat center right;
}
.navigation .level-1 > li.navmore.active::after{
    content: '';
    background: url(../img/down1.png) no-repeat center right;
}
/*服务*/
.service{ position: relative; }
.service .swiper-container{ position:inherit;}
.service .swiper-wrapper{position: inherit;}
.service{ display: block; padding:30px 0 100px;}
.serlfet{ width:500px;float:left;}
.serlfet img{ height: 281px; width: 500px;}
.serlfet1{ width:316px;float:left;text-align:center;}
.serlfet1 img{ width: 280px; height:382px;}
.serlfet1 .c-img{ border:#ccc solid 1px;}
.serlfet2{ width:316px;float:left;text-align:center;}
.serlfet2 img{ width: 280px; height:220px;}
.serlfet2 .c-img{ border:#ccc solid 1px;}
.serright{ width:calc(100% - 549px); float:right; display:block;}
.service .swiper-button-next,.service .swiper-button-prev{
	 height: 22px; width: 28px; background-size: 100% 100%;
}
.service .swiper-button-next{
    right:10%;
    left: auto;
    background-image: url(../img/next.png);   
}
.service .swiper-button-prev {
    right:auto;
    left:10%;
    background-image: url(../img/prve.png);   
}


.Htitle{ display: block;}
.Htitle b{font-size: 24px; display: block; font-weight: normal;}
.Htitle p{font-size: 24px; line-height:50px; font-family: 方正宋三简体;}
.serwz{ font-size: 16px; line-height: 29px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
a.Hbut{position:relative;transition:800ms ease all; display: block; height:59px; width: 239px; text-align: center; line-height: 59px; font-size:18px; font-family: 方正宋三简体; }
a.more{background-color:#111111; color:#fff; margin-top: 40px;}
a.more:hover{background:rgba(0, 0, 0, 0.3);color:#111111;}
.more:before,.more:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#111111;
  transition:400ms ease all;
}
.more:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.more:hover:before,.more:hover:after{
  width:100%;
  transition:800ms ease all;
}
.Habout{ height:484px;}
.Habout .Htitle{ margin-top: 74px;}
.Haboutwz{ text-align: center; color: #fff; font-size: 16.5px; line-height: 29px;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient: vertical; overflow: hidden; padding: 0px 133px;}


a.Hbmore{margin:40px auto 0;color:#fff; border: 1px solid #fff; background-color: transparent;z-index: 2;}
a.Hbmore::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:0;
  background:#000;
  transition:300ms ease all;
  z-index: -1;
}
a.Hbmore:hover{ border:1px solid #000;}
a.Hbmore:hover::after{
  width:100%;
  transition:400ms ease all;
}
.Hnews{height: 850px;}
.Hnews .container{ height: 100%;}
.Hnews .Htitle{ margin-top: 105px;}
.Hnews .Htitle em{ width: 33px; height: 12px; background-color: #ff0000; display: block; margin-top:80px;}
.foot{ height:410px;}
.Hnewsbox.swiper-container { margin-top:85px; padding-bottom: 15px;}
.Hnewslist{ display: block; padding-bottom: 40px; margin-bottom: 40px; color: #474849;  cursor: pointer;}
.Hnewsbox .swiper-slide .Hnewslist:first-child{ border-bottom: 1px solid #e5e5e5;}
.Hnewslist b{font-size:18px; font-weight: normal;text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient: vertical; overflow: hidden; height: 29px; line-height: 29px; 
}
.Hnewslist p{font-size:16px; line-height: 29px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical; overflow: hidden; height: 58px;}
.Hnewslist i{ font-size: 17px; color: #a0a0a0; display: block; padding: 15px 0;}
.Hnewsbox .Hnewslisthover:hover .Hnewslist b{ font-size:19px;}

.Hnewsbox.swiper-container-horizontal> .swiper-pagination-bullets {
    bottom:10px;
    left: 0;
    width:60%;
   
}
.Hnewsbox .swiper-pagination {text-align: left;}
.Hnewsbox  .swiper-pagination-bullet {
    width:25px;
    height:30px;
    display: inline-block;
    border-radius:0;
    background:transparent;
    opacity:.6; font-size: 15px; color: #474849; font-weight: 600;
}
.Hnewsbox  .swiper-pagination-bullet:hover{ transform: scale(1.08);}
.Hnewsbox  .swiper-pagination-bullet-active {
    opacity: 1;
}
.Hnewsbox .swiper-button-prev{ 
	background-image: url(../img/prve1.png);
    right: 10px;
    left: auto;
    width: 25px;
    height:16px;
    background-size: 100% 100%;
    top:  inherit;
    margin-top: -20px;
    cursor: pointer;
    }
.Hnewsbox .swiper-button-next{
    background-image: url(../img/next1.png);
    right: 10px;
    left: auto;
    width: 25px;
    height:16px;
    background-size: 100% 100%;
    top:  inherit;
    margin-top: -20px;
    cursor: pointer;
    }


.badoo {
	color: #1f1f1f;
	font-size: 14px;
	padding: 8px 0px;
	text-align: center;
	font-family: Microsoft Yahei;
	margin:20px auto 0px;
}
.badoo span.current {
	background: #ff0000;
	border: #ff0000 solid 1px;
	color: #FFFFFF;
	padding: 6px 12px;
	line-height:40px;
}
.badoo a {
	border: #e3e3e3 solid 1px;
	color: #333333;
	padding: 6px 12px;
	text-decoration: none;
	line-height:40px;
}
.badoo a:hover {
	color: #ff0000;
	border: #ff0000 solid 1px;
	line-height:40px;
}
.badoo span.disabled {
color: #333333;
padding: 6px 12px;
	border: #e3e3e3 solid 1px;
	line-height:40px;
}


.footlogo{ display: block; width:205px; height: 205px; float: left; margin-top: 90px;}
.Hlxwm{width:785px; color: #fff; display: block; float: left; margin-left: 110px; margin-top: 120px;}
.Hlxwm b{font-size: 18px; line-height: 26px; font-weight: normal; display: block; margin-bottom:20px;}
.Hlxwm p{display: block; width: 50%; float: left; font-size: 16px;line-height: 26px;color: #a0a0a0;}
.Hlxwm div{display: block; float: left; font-size: 16px;line-height: 26px;color: #a0a0a0;}
.Hlxwm p i{color: #fff;}
.Hlxwm div i{color: #fff;}
.Copyright{ display: block; text-align: center; color: #a0a0a0; padding: 20px 0; line-height:25px; background-color: #111111; border-top: 1px solid #575757;}
.Copyright a{ color: #a0a0a0; }
/*内页*/
.Nheader .nav > li.item > a{color: #fff !important;}
.nav > li.item > a:hover{color: #fff;background-color: #000;}
.nybanner{ margin-top:81px;}
.nyconbox{ display: block;  padding-bottom:60px;}
.nyconbox .Htitle,.Newsbox > .Htitle{ margin:15px 0 35px;}
.nyconbox .Htitle b,.Newsbox .Htitle b{ color:#111111;}
.nyconbox .Htitle p,.Newsbox .Htitle p{ color:#a0a0a0;}
.mewstit{display: block; margin-top:55px; text-align:center; margin-bottom: 35px;}
.mewstit b{font-size:24px; color:#111111; line-height:22px; font-weight: normal; display: block; margin:16px auto;}
.mewstit p{font-size:20px; color:#a0a0a0; line-height:22px;}
.xwlist.row{ margin-left: -40px; margin-right: -40px;}
.xwlist li{ display: block;cursor:pointer;}
.xwlist .Hnewslist{border-bottom:1px solid #e5e5e5; display: block;margin:30px 25px 0px; padding:0px 0 20px; position: relative;}
.xwlist .Hnewslist:after{content:''; display: block; position: absolute; bottom:0; left: 0; width: 0; background-color: #ff0000; height: 1px;}
.xwlist li:hover .Hnewslist:after{ width: 100%; transition:400ms ease all;}
/*.xwlist .Hnewslist li{ padding: 20px 0; margin-bottom: 45px;}*/
.xwlist li:hover .Hnewslist small,.xwlist li:hover .Hnewslist i{color:#ff0000;}
.xwlist li:hover .Hnewslist small{ background:url(../img/more.png) no-repeat  80px center;}
.xwlist .Hnewslist small{font-size:20px;    display: block;
    margin-top:20px; font-family: 方正宋三简体; color: #474849;}
.Newsbox{ margin-bottom:50px;}
.Newsbox > .Htitle{padding:0px 0 0; margin-bottom:0;}
.Newsbox > .Htitle em{ width:50px; height:6px; background-color: #ff0000; display: block; margin-top:10px;}
.Probox > .Htitle em{ width:150px; height:6px; background-color: #ff0000; display: block; margin:0px auto; }
.xwlist{margin-bottom:80px;}
.NewsboxHtitle{ position: relative;}
.newslink{ padding-bottom:30px; text-align:center; margin:0 auto;}
.newslink a{display: inline-block; padding:7px 15px; margin: 5px 5px; border: 1px solid #a0a0a0; color: #a0a0a0;}
.newslink a.on,.newslink a:hover{ color: #fff; background-color: #ff0000; border:1px solid #ff0000;}
/*保安服务*/
.servicelist{ display: block; padding: 30px 0 60px; border-bottom: 1px solid #e0e0e0;}
.servicelist:last-child{border-bottom: 0;}
.servicelist .serwz{ min-height: 83px;}
.Newsbox .servicelist .Htitle p{ color: #474849;}

@media only screen and (max-width:1679px) {
.service  .swiper-button-next{right:50px;}
.service .swiper-button-prev {left:50px;}
}
@media only screen and (max-width:1500px) {
.service  .swiper-button-next{right:15px;}
.service .swiper-button-prev {left:15px;}
}
@media only screen and (max-width:1400px) {
.service  .swiper-button-next{right:15px;}
.service .swiper-button-prev {left:15px;}
.logo img{ height: 45px; width:auto; margin-top: 5px;}
.nav > li.item > a{color: #fff;font-size: 14px;padding: 0 24px; margin: 0px 10px;}
.serlfet1{ width:286px;float:left;text-align:center;}
.serlfet1 img{ width: 250px; height:341px;}
.serlfet2{ width:286px;float:left;text-align:center;}
.serlfet2 img{ width: 250px; height:196px;}
}

@media only screen and (max-width:1250px) {
.service  .swiper-button-next{right:5px;}
.service .swiper-button-prev {left:5px;}
}
@media only screen and (max-width:1200px) {

.service  .swiper-button-next{right:15px;}
.service .swiper-button-prev {left:15px;}
.serlfet{ width: 48%;}
.Hnews .serlfet{ width:50%;}
.serright {width: calc(100% - 53%);}
.Hnews .serright {width: calc(100% - 50%);}
.Hnewslist {padding-bottom: 30px;margin-bottom: 30px;}
.Hnews {height: 800px;}
.Hlxwm {width: 755px;margin-left:70px;}

}

@media only screen and (max-width:1140px) {
.Hlxwm {width: 755px;margin-left:60px;}
.service  .swiper-button-next{right:5px;}
.service .swiper-button-prev {left:5px;}
}
@media only screen and (max-width:1024px) {


}
@media only screen and (max-width:991px) {
.banner.swiper-container{ margin-top: 55px;}
.Sheader{ background-color: #111111  !important;}
.logo{ display: none;}
.phone-logo{ display: block;}
.header .toggle {display: block;}
.header .nav {display: none;}
.serlfet ,.Hnews .serlfet{ width:100%; float: inherit; margin: 0 auto 35px;}
.serright,.Hnews .serright { width:100%; float: inherit;margin: 0 auto;}
.Haboutwz  {padding:0px;}
.service .swiper-button-next {right:6%;}
.service .swiper-button-prev {left:6%;}
.serlfet img {height:auto;width:100%;}
.service {padding: 60px 0;}
.Hnews .Htitle {margin-top: 45px;}
.Hnews .Htitle em {margin-top:0px}
a.Hbmore {margin: 60px auto 0;}
.Hnews .Htitle em {width: 93px;height: 3px;}
.Hnewsbox.swiper-container { margin-top:60px;}
.Hnewslist {padding-bottom:20px;margin-bottom: 20px;}
.Hnews {height: 860px;}
.Hlxwm {width:calc(100% - 205px); width: -moz-calc(100% - 125px);margin-left:80px;margin-top: 80px;}
.Hlxwm p{ display: block; width: 100%;}
.Newsbox > .Htitle{ padding: 10px 0;}
.servicelist{ padding: 50px 0;}



}
@media only screen and (max-width:900px) {
.service .swiper-button-next {right:10px;}
.service .swiper-button-prev {left:10px;}
}

@media only screen and (max-width:768px) {
.nybanner { margin-top:55px;}
.service .swiper-button-next {right:2px;}
.service .swiper-button-prev {left:2px;}
.header{ height:55px; padding: 0px 3%;}
.phone-logo img{ height:40px; width: auto; margin-top: 5px;}
.NewsboxHtitle{ padding-bottom:85px;}
/*.newslink{ position: absolute; left:0px; top:35px; text-align: center; width: 100%;}*/
.Newsbox > .Htitle {
    padding: 0px 0 0;
}
.nyconbox{ padding-top:20px; padding-bottom:20px;}
.mewstit{ margin-top: 60px;}
.mewstit  b{ font-size:16px; line-height: 26px; text-align: left; margin-bottom: 10px;}
.mewstit p{ font-size: 13px;text-align: left;}
.xwlist .Hnewslist{ margin-top:40px; padding-bottom:30px;}
.xwlist{ margin-bottom: 10px;}
}



@media only screen and (max-width:600px) {
.xwlist.row{ margin-left: -15px; margin-right: -15px;} 
.xwlist .Hnewslist{ margin:15px 0;}
.Newsbox{ margin-top: 30px; margin-bottom:30px;}
.servicelist { padding: 25px 0;}
.service {padding: 20px 0;}
.Htitle b {font-size: 19px;}
.Htitle p {font-size: 16px;line-height:28px;}
.serwz {font-size: 15px; line-height: 26px;}
a.Hbut {height: 49px;width: 200px;line-height: 49px;font-size: 18px; margin-top: 30px; margin-bottom: 15px;}
.serlfet{margin: 0 auto 15px;}
.service .swiper-button-next {right:2px; top:30%;}
.service .swiper-button-prev {left:2px;top:30%;}
.Haboutwz {font-size: 15px; text-align:justify}
.Habout { height: 410px;}
.Habout .Htitle {margin-top:44px; margin-bottom:25px;}
.Hnewslist b {font-size:16px;}
.Hnewslist i {font-size: 13px; padding: 10px 0;}
.Hnewslist p {font-size: 14px;line-height: 26px;}
.Hnewsbox.swiper-container {margin-top: 0px;}
.Hnewslist {padding-bottom:5px;margin-bottom: 15px;}
.Hnewsbox.swiper-container-horizontal> .swiper-pagination-bullets {bottom: -10px;}
.Hnewsbox .swiper-button-next ,.Hnewsbox .swiper-button-prev {margin-top: 0px;}
.Hnews {height: 725px;}
.footlogo{ display: none;}
.Hlxwm{ width: 100%; margin-left: 0;margin-top: 20px;}
.foot {height: 370px;}
}



/*dongh*/
/*****分页 PageList--*/
.inline{width: 100%;padding:0px;overflow: hidden;text-align:center;line-height:33px;color: #d8d8d8;}
.inline a:hover,.inline a.current{background:#111111;color: #FFF;}
.inline a{ cursor: pointer; display:inline-block;vertical-align: middle; overflow: hidden;line-height: 30px;font-size: 14px; width: 33px;height: 33px; background-color:#eeeeee; border-radius: 4px; margin: 0px 2px; color: #cccccc;}