@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
	/*  padding-top: 100px;*/
	background: #fff;
	font-family: '微软雅黑', 'Roboto-regular', sans-serif;
	font-weight: 300;
	color: #454545;
	font-size: 14px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: 'Roboto-regular', sans-serif;
	color: #272727;
}

ul,
li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*  Hides from IE-mac  \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


.Light49 {
	font-family: 'Roboto-thin';
	font-size: 49px;
}

a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #005b9e;
}

img {
	max-width: 100% !important;
	/*height: auto !important;*/
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

/* 首页 */
.about-bg {
	background: url(../images/about-bg.jpg) no-repeat ;
	background-size: cover;
}

.index-case-list {
	border: 6px solid #fff;
	border-radius: 6px;
	position: relative;
}

.index-case-list .index-case-list-img {
	/* height: 488px; */


}

.index-case-list span {
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #6eb92b;
	color: #fff;
	width: 120px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.beyond-the-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.my-center {
	text-align: center;
}

.gray-bg {
	background: #f8f8f8;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.padding-top {
	padding-top: 70px;
}

.padding-bottom {
	padding-bottom: 70px;
}

.section-header {
	margin-bottom: 70px;
}

.section-title:before {
	content: "";
	position: absolute;
	width: 36px;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	height: 3px;
	background: #00aeef;
}

.section-title {
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 18px;
	margin: 0 0 5px;
	font-family: 'Roboto-medium';
	font-weight: 500;
	position: relative;
	font-weight: 700;
}

.white-section-header .section-title {
	color: #fff;
}

.white-section-header p {
	color: #fff;
}

.white-section-header .section-title:before {
	background: #fff;

}

.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}

.btn.btn-primary {
	background: #ff641b;
	border-color: #ff641b;
	border-radius: 0;
}

.btn.btn-primary:focus {
	background: #e84a00;
}

.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #45aed6;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #45aed6;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@media (min-width: 767px) {
	.navbar {
		/*        padding: 20px 0;*/
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding: 0;
		background: rgba(0, 0, 0, 0);
	}
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
}

.navbar.navbar-default .navbar-toggle {
	/* margin-top: 20px; */
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 10px;
}

.navbar.navbar-default .navbar-brand.black-logo {
	display: none;
}

.navbar.navbar-default.top-nav-collapse .navbar-brand.black-logo {
	display: block;
}

.navbar.navbar-default.top-nav-collapse .navbar-brand.white-logo {
	display: none;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		background: #fff;
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
	}

	/*子页面menu*/
	#main-menu.navbar-default.zy-top {
		background: rgba(0, 143, 249, 1);
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
	}


	#main-menu.navbar-default.top-nav-collapse {
		padding: 0;
		/* background: rgba(0, 143, 249, 1); */
		background-color: #fff;
	}

	#main-menu.top-nav-collapse .navbar-nav>li.active>a,
	#main-menu.top-nav-collapse .navbar-nav>li.open>a,
	#main-menu.top-nav-collapse .navbar-nav>li:hover>a {
		background: transparent;
		border-bottom: 1px solid #fff;
		color: #666;
		font-weight: bold;
		color: #0385d0;
		border-bottom: 1px solid #0385d0;
	}

	.navbar-default.top-nav-collapse .navbar-nav>li>a {
		color: #666;
	}


	.navbar-nav {
		margin-top: 5px;
	}

	#main-menu.navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		font-family: 'Roboto-regular';
		font-weight: normal;
	}

	#main-menu.navbar-default .navbar-nav>li.active>a,
	#main-menu.navbar-default .navbar-nav>li.open>a,
	#main-menu.navbar-default .navbar-nav>li:hover>a {
		background: transparent;
		border-bottom: 3px solid #0385d0;
		/*	color: #ff6c00; */
		color: #0385d0;
		font-weight: bold;

	}

	#main-menu.navbar-default .dropdown-menu {
		padding: 0 24px;
		min-width: 80px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-clip: inherit;
		text-align: center;
	}

	#main-menu.navbar-default .dropdown-menu>li {
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}

	#main-menu.navbar-default .dropdown-menu>li>a {
		border-top: 1px solid #404455;
		padding: 15px 0;
		color: #eeeeee;
	}

	#main-menu.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}

	#main-menu.navbar-default .dropdown-menu>li.active,
	#main-menu.navbar-default .dropdown-menu>li.open,
	#main-menu.navbar-default .dropdown-menu>li:hover {
		border-left-color: #45aed6;
	}

	#main-menu.navbar-default .dropdown-menu>li.active>a,
	#main-menu.navbar-default .dropdown-menu>li.open>a,
	#main-menu.navbar-default .dropdown-menu>li:hover>a {
		color: #45aed6;
		background-color: transparent;
	}
}

#main-slider {
	overflow: hidden;
}

#main-slider .item {
	height: 700px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slider .slider-inner h2 {
	margin-top: 247px;
	font-size: 40px;
	line-height: 1;
	text-transform: capitalize;
	font-family: 'Roboto-thin';
	color: #fff;
	text-align: center;
}

#main-slider .slider-inner p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
	font-family: 'Roboto-regular';
	color: #fff;
	text-align: center;
}

#main-slider .slider-inner h2>span {
	color: #45aed6;
}

#main-slider .slider-inner .btn {
	margin-top: 20px;
	background: transparent;
	border: 3px solid #f26522;
	border-radius: 30px;
}

#main-slider .slider-inner .btn.btn-primary {
	padding: 10px 46px;
	font-size: 22px;
}

#main-slider .slider-inner .btn.btn-primary:hover {
	background: #f26522;
}

#main-slider .owl-prev,
#main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
	background-color: #45aed6;
}

#main-slider .owl-prev {
	left: -35px;
	text-indent: 14px;
}

#main-slider .owl-next {
	right: -35px;
	text-indent: -14px;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #45aed6;
}

#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#features {
	padding: 100px 0;
}


.services {
	padding: 70px 0 70px;
}

.more {
	width: 160px;
	height: 40px;
	background: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid #E5E5E5;
	border-radius: 25px;
	overflow: hidden;
}

.more a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
}

.more a:hover {
	background: #49a0ed;
	color: #fff;
}

.more-white a {
	color: #fff;
}


/*子页面banner
  */

.ziye-banner {
	width: 100%;
	position: relative;
}

.banner-text {
	position: absolute;
	top: 37%;
	width: 100%;
	z-index: 2;
}

.zy-banner-img {
	position: relative;
	z-index: 1;
	background-size: cover;
	/* height: 360px; */
	overflow: hidden;
}

.banner-text h4 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.contact-top {
	float: right;
	color: #005bb4;
	background: url(../images/tel-icon.png) no-repeat;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 30px;
}

/* language */
.language-box {
	float: right;
	height: 26px;
	background: #00aeef;
	display: block;
	margin-top: 22px;
	margin-left: 20px;
}

select.language {
	background: #00aeef;
	color: #fff;
	border: none;
	outline: none;
}

select.language option {
	display: none;
	background: #fff;
	display: block;
	border: none;
	outline: none;
	color: #333;
}

/* 搜索 */
.search {
	float: right !important;
	position: relative;
	width: 24px;
	height: 24px;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 999;
}

.search i {
	background: url(../images/search-icon.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: block;
}

.search .input {
	display: none;
	position: absolute;
	top: -18px;
	width: 534px;
	background-color: #fff;
	left: -500px;
	height: 56px;
}

.search .input input[type=button] {
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 24px 24px;
	width: 74px;
	height: 24px;
	border: none;
	padding: 0 20px;
	margin-top: 18px;
	outline: none;
	float: left;
}

.search .input input[type=text] {
	width: calc(90% - 74px);
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border: none;
	outline: none;
	margin-top: 10px;
	float: left;
}

.search .input .close {
	background-color: #007AFF;
	float: right;
	width: 10%;
	background: url(../images/close-icon.png) no-repeat center;
	background-size: 24px 24px;
	float: left;
	height: 56px;
	display: block;
	ransform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
}

.search .input .close:hover {
	transform: rotate(360deg);
	ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}


/*首页安全服务*/
.part1-bg {
	background: url(../images/part1-bg.jpg) no-repeat;
	width: 100%;

}


#portfolio {
	padding: 87px 0;
	background: #f5f5f5;
}

#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}

#portfolio .portfolio-filter>li {
	float: left;
	display: block;
}

#portfolio .portfolio-filter>li a {
	display: block;
	padding: 7px 15px;
	font-family: 'Roboto-regular';
	color: #64686d;
	position: relative;
}

#portfolio .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
	background: #ff641b;
	color: #fff;
	/* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}

#portfolio .portfolio-filter>li:first-child a {
	border-radius: 0px 0 0 0px;
}

#portfolio .portfolio-filter>li:last-child a {
	/* border-radius: 0 4px 4px 0;*/
}

#portfolio .portfolio-items {
	margin: -15px;
}

#portfolio .portfolio-item {
	width: 24.9%;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
	position: absolute;
	top: -18px;
	right: 12px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#testimonial {
	background-size: cover;
	padding: 87px 0 80px 0;
}

#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}

#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
	margin-top: 10px;
}

#testimonial .col-sm-6 {
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-bottom: 20px;
}

#testimonial .col-sm-6:nth-child(2n+0) {
	border-right: 0px solid #f4f4f4;
}

#testimonial .col-sm-6:nth-child(3),
#testimonial .col-sm-6:nth-child(4) {
	border-bottom: 0px solid #06F;
}

#testimonial .panel-one {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	height: 200px;
	overflow: hidden;
}

#testimonial .user-img {
	width: 25%;
	margin-right: 15px;
	float: left;
}

#testimonial .user-img img {
	border-radius: 50%;
	border: 4px solid #e5e5e5;
	width: 100%;
}

#testimonial .testi-info {
	width: 66%;
	float: left;
}

#testimonial .testi-info h4 {
	font-size: 18px;
	color: #454545;
	margin: 0px;
	padding-top: 15px;
}

#testimonial .testi-info h5 {
	font-size: 14px;
	color: #454545;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
}

#testimonial .testi-info p {
	font-size: 15px;
	color: #454545;
	line-height: 20px;
}


.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}

.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
	color: #272727;
}

.nav.main-tab>li.active>a {
	background: #222534;
	color: #45aed6;
}

.nav.main-tab>li:first-child>a {
	border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
	border-radius: 0 3px 0 0;
}

.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}

.panel-default {
	border-color: #eee;
}

.panel-default>.panel-heading {
	background-color: #fff;
	border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}

.animated-number {

	display: inline-block;
	font-family: 'Roboto-medium';
	width: 180px;
	height: 180px;
	font-size: 29px;
	line-height: 180px;
	border: 5px solid #fff;
	border-radius: 100px;
	margin-bottom: 20px;
}


#contact {
	position: relative;
	overflow: hidden;
}

#contact .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 174, 214, 0.3);
	z-index: 1;
}

#contact .contact-form {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 50px;
}

#contact .contact-form h3 {
	margin-top: 0;
}

/***********************
********* Footer ******
************************/
#footer {
	padding-top: 30px;
	color: rgba(255, 255, 255, 0.8);
	background: url(../images/map-image.png) no-repeat center #252525;
	padding-bottom: 30px;

}


.footer-menu a:hover {
	color: #fff;
}

.footer-menu h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.footer-menu h5 a {
	color: #fff;
}

.footer-menu div a {
	width: 100%;
	line-height: 20px;
	display: block;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}

.footer-menu div img {
	margin: 20px 20px 20px 0;
}

.footer-menu span {
	text-align: center;
}

.banquan {
	border-top: 1px solid rgba(255, 255, 255, .45);
	padding-top: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.6);
}

.banquan p {
	text-align: left;
	flex: 1;
}

.banquan span {
	text-align: right;
	flex: 1;
}

.footer-box {
	display: flex;
	justify-content: space-between;
}

.footer-left {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.footer-right {
	width: 27%;
	padding-left: 3%;
}

.footer-menu {
	width: 25%;
}

.banner-swiper-slide {
	position: relative;
	top: 0;
	left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #666;
}

/*子页面菜单颜色*/
.navbar-default.zy-top .navbar-nav>li>a {
	color: #666666;
}


#main-menu.navbar-default.zy-top {
	background: #fff;
}


.banner-swiper-slide img {
	z-index: 9;
	width: 100%;
	height: 100%;
}

.banner-swiper-slide p {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 46%;
	margin-top: -40px;
	font-size: 39px;
	letter-spacing: 15px;
	font-weight: 500;
	color: #fff;
	width: 800px;
	height: 150px;
	line-height: 120%;
	margin-left: -400px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*工程案例*/
.swiper-slide-case {
	position: relative;
}

.swiper-slide-case img {
	z-index: 9;
	width: 100%;
	height: 100%;
}

.swiper-slide-case p {
	z-index: 10;
	color: #333;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	margin: 0;
}

/*服务项目*/
.fuwu {
	width: 100%;
}

.fuw-list {
	display: block;

	position: relative;
}

.fuw-list img {
	width: 100%;
}

.fuw-list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.fuw-list p i {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 60%;
}

.fuw-list p span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.fuw-list a {
	width: 100%;
	height: 100%;
	display: block;
}

.fuw-list a:hover p {
	background: rgba(17, 142, 234, 0.83);
}

/*首页新闻中心*/

.gay-in-touch {
	padding: 60px 0 50px;
	color: #454545;
	background: #f1f1f1;
}


.news-list-img {
	height: 246px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-list-img img {
	transform: scale(1);
	transition: all 0.4s ease;
}

.news-list {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.news-list .news-date {
	color: #999;
	margin-top: 15px;
}

.news-title {
	font-size: 16px;
	color: #333;
	margin-bottom: 18px;
	font-weight: 700;
}

.news-text {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #999;
	height: 78px;
	overflow: hidden;
}

a.news-list-box {
	display: block;
}

a.news-list-box:hover .news-list {
	box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

a.news-list-box:hover .news-list-img img {
	transform: scale(1.1);
	transition: all 0.4s ease;

}

/* 首页产品*/
.chanpin-list {
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
}

.chanpin-img {
	height: 246px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.chanpin-img img {
	transform: scale(1);
	transition: all 0.4s ease;
}

.chanpin-infor {
	padding: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.chanpin-infor h4 {
	color: #00aeef;
	font-size: 16px;
	font-weight: normal;
}

.chanpin-infor p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
}

.chanpin-list a {
	display: block;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	color: #333;
}

.chanpin-list a:hover {
	border-bottom: 2px solid #00aeef;
	box-sizing: border-box;
	color: #00aeef;
	box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, 0.1);

}

.chanpin-list a:hover .chanpin-img img {

	transform: scale(1.1);
	transition: all 0.4s ease;
}


/*公司简介首页 */
.index-about-us {
	text-align: center;
	color: #fff;
}
.index-about-us .index-about-us-text{
	width: 90%;
	margin: 0 auto;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp:5;
	-webkit-box-orient: vertical;
}


/* 联系我们 */
.contact-bg {
	background: url(../images/contact-bg.jpg) no-repeat;
	width: 100%;

}

.contact-us .contact-input {
	width: 100%;
	border: 1px solid #e4e7e9;
	border-radius: 3px;
	outline: none;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #a3a8ab;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.contact-us .tijiao-btn {
	background: #00aeef;
	color: #fff;
}

.contact-infor {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

.contact-infor-list {
	display: flex;
	/* align-items: center; */
	margin-bottom: 20px;
	width: 48%;
}

.contact-infor-list i {
	display: block;
	width: 54px;
	height: 54px;

}

.contact-infor-list p {
	margin-left: 20px;
	width: calc(100% - 74px);
	word-wrap: break-word;
}

.contact-infor-list p span {
	color: #999;
}


/*子页面简介*/
.zy-jianjie {
	width: 100%;
	background: url(../images/zy-jianjie-bg.jpg) no-repeat;
	/*	margin-top: 60px;*/
	color: #fff;
	background-size: cover;
}

.zy-jianjie .media-heading {
	color: #fff;
}

.rongyu-bg {
	background: #132125 url(../images/rongyu-bg.jpg) no-repeat 0 0;
	background-size: cover;
}

/*工程案例子页面*/
.zy-bannner {
	width: 100%;
	/*	margin-top: 96px; */
	width: 100%;
	height: 357px;
}

.case-banner {
	background: url(../images/case-banner.jpg) no-repeat;
	background-size: cover;
}


.zy-bannner-text {
	padding: 120px 0 0 60px;
	color: #fff;
}

.zy-bannner-text h2 {
	color: #fff;
}

.zy-nav {
	margin: 25px 0;
}

.zy-nav a {
	color: #666
}

.zy-nav a:hover {
	color: #0090de
}

.zy-tab ul {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	word-spacing: -6px;
}

.zy-tab ul li {
	display: inline-block;
	border: none;
	background: #f2f2f2;
	margin: 0;
	padding: 0 40px;
	word-spacing: 0;
	text-align: center;
	font-size: 16px;
	border-right: 2px solid #fff;
}

.zy-tab ul li.current {
	background: #ff911b;
	color: #fff;
}

.zy-tab ul li.current a {
	background: #ff911b;
	color: #fff;
}

.zy-tab ul li.fenlei a {
	color: #333;
}

.zy-tab ul li:last-child {
	border-right: none;
}


.case-list {
	position: relative;
	margin-bottom: 30px;
}

.case-list p {
	height: 30px;
	color: #333;
	width: 100%;
	padding: 0 5%;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-list-img {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 128px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

.zy-more {
	clear: both;
	width: 256px;
	height: 46px;
	line-height: 46px;
	margin: 20px auto;
	font-size: 16px;
}

.zy-more a {
	display: block;
	width: 256px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #ababab;
	color: #666;
}

.zy-more a:hover {
	color: #fff;
	background: #ff911b;
	border: none;
}

.zy-title {
	margin-bottom: 70px;
}

.zy-title p {
	text-align: center;
	font-size: 26px;
	color: #333;
	letter-spacing: 10px;
	font-family: "微软雅黑";
}

/*子页面*/

.zy-news-box {
	display: block;
	color: #666;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.zy-news-left {
	float: left;
	width: 27%;
	height: 168px;
	overflow: hidden;
}

.zy-news-right {
	float: left;
	width: calc(67% - 46px);
	margin-right: 3%;
	margin-left: 3%;
}

.jiantou {
	float: right;
	width: 46px;
	height: 46px;
	margin-top: 40px;
}


.zy-news-box .zy-news-right h4 {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: normal;

}

.zy-news-right p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 78px;
	color: #666;
}

.zy-news-box:hover {
	background: #f7f9fb;
	color: #333
}

.zy-news-right span {
	color: #999;
}

.swiper-image {
	width: 100%;
}

/*联系我们*/


.map div {
	padding: 0;
}

.news-infor>div {
	border: 1px solid #e9e9e9;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: none;
}

.news-infor>div:first-child {
	border-left: 1px solid #e9e9e9;
}

.news-infor .news-infot-text {
	text-align: center;
	margin-top: 15px;
	display: block;
	clear: both;
}

.news-infot-text span {
	text-align: center;
	display: block;
}

.contact-iocn {
	width: 138px;
	height: 138px;
	background: #f30;
	display: block;
	margin: 0 auto;
}

/*详情*/
.xq-content {
	padding: 30px 0;
}

.xq-content h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 15px 15px;
	font-weight: bold;
	margin-top: 0;
}

.xq-box {
	width: 100%;
	padding: 0 30px;
}

.xq-title {
	border-bottom: 1px solid #e1dddd;
	margin-bottom: 30px;
	text-align: center;
}

.contact-btn {
	background-color: #00aeef;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	width: 266px;
}


/* 子页面 */
.zy-box {
	padding: 30px 0;
}

.zy-menu-box {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
}

.zy-menu {
	color: #333;
	height: 46px;
	overflow: hidden;
}

.zy-menu ul {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	height: 130px;
}

.zy-menu ul {
	display: flex;
}

.zy-menu ul li {
	flex: 1;
	/* border-right: 1px solid #E5E5E5; */

}

.zy-menu ul li a {
	color: #333;
	display: block;
	height: 46px;
	width: 100%;
	line-height: 46px;
	text-align: center;
	width: 100%;
	padding: 0 60px;
}

.zy-menu ul li.current a,
.zy-menu ul li a:hover {
	color: #0385d0;
	border-bottom: 2px solid #0385d0;
	font-weight: bold;
	font-size: 16px;
}

.zy-content {
	min-height: 400px;
	padding: 0 0;
}

.zy- {
	margin-bottom: 50px;
}

.zy-content-padding {
	padding: 0 30px;

}

/* 资质荣誉二级页面 */
.rongyu-list .rongyu-list-img {
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
}

.zy-menu ul.rongyu-menu {
	width: 50%;
	margin: 0 auto;

}

/* 安全服务 */
.fuwu-box {
	padding: 15px;
}

.fuwu-box .fuwu-title {
	background: url(../images/fuwu-title-bg.png) no-repeat;
	width: 218px;
	height: 45px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	line-height: 45px;
}

.fuwu-text {
	margin-bottom: 10px;
}

/* 联系我们公司信息 */
.company-infor-box .name1 {
	margin: 20px 0 15px;
}

.company-infor-box .name2 {
	margin-bottom: 15px;
}

/* 二维码 */
.ewm-box {
	padding: 15px;
	margin-top: 100px;
	float: right;
}

.ewm {
	border: 1px solid #e5e5e5;
	width: 100px;
	height: 100px;
}

/* 产品详情页 */
.pro-xq-infor {
	clear: both;
}

.pro-xq-infor-left {
	width: 40%;
	float: left;
}

.pro-xq-infor-right {
	width: 57%;
	padding-left: 3%;
	float: left;
}

.pro-xq-pic {
	width: 100%;
	height: 400px;
	overflow: hidden;
	/*background: blanchedalmond;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro-xq-title {
	font-size: 24px;
	padding: 10px 0;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	color: #1169af;

}

.pro-xq-content {
	width: 100%;
	clear: both;
	margin-top: 30px;
}

.pro-xq-content-title {
	font-size: 16px;
	color: #0385d0;
	font-weight: bold;
	padding: 10px 0 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;

}

.red-color {
	color: #f30
}


@media only screen and (min-width: 768px) {
	#footer .social-icons {
		float: right;
	}

	.swiper-image {
		width: 100%;
	}



}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

@media (min-width: 768px) and (max-width: 999px) {
	#main-menu.navbar-default .navbar-nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15px;
	}

	.zy-banner-img {
		position: relative;
		z-index: 1;
		background-size: cover;
		height: auto;
		overflow: hidden;
	}

	.banner-swiper-slide p {
		font-size: 26px;
		width: 400px;
		height: auto;
		margin-left: -200px;
		top: 50%;
	}

	.swiper-image {}
}

.home2.show {
	display: block;
}

.ind_4 {
	display: none;
}

/* 分页 */
.fenye {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.fenye a {
	color: #333;
	border: none;
	padding: 5px 10px;
	margin: 0 5px;
}

.fenye a:hover,
.fenye a.current,
a.fanye:hover {
	background-color: #00aeef;
	color: #fff;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
}

a.fanye {
	padding-left: 30px;
	padding-right: 30px;
	color: #333;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	box-sizing: border-box;
}

/* 手机响应式 */
@media (max-width: 768px) {
.index-about-us .index-about-us-text{
	width: 100%;	
}

	.footer-box {
		flex-direction: column;

	}

	.footer-left {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer-menu {
		width: 100%;
	}

	.footer-right {
		width: 100%;
		padding-left: 0;
		display: none;
	}

	.contact-infor {
		flex-direction: column;
		width: 100%;
	}
	

	.chanpin-list {
		margin-bottom: 10px;
		
	}
	.contact-infor-list{
		width: 100%;
	}

	.news-list {
		margin-bottom: 20px;
	}

	.news-title {
		margin-bottom: 10px;
		margin-top: 12px;

	}

	.news-btn {
		margin-top: 10px;
	}


	.banner-swiper-button-next,
	.banner-swiper-button-prev,
	.jianjie-right {
		display: none;

	}

	.col-lg-3,
	.col-xs-6 {
		padding: 0 5px;

	}

	.xq-content {
		padding: 0;
	}

	.news-list {
		padding: 10px;

	}

	.rongyu-wrapper .chanpin-list p {
		padding: 10px;
	}

	.pro-xq-infor-left,
	.pro-xq-infor-right {
		width: 100%;
		float: none;
		padding: 0;
	}

	.pro-xq-box {
		/* padding: 0 15px; */
		box-sizing: border-box;
	}

	.pro-xq-pic {
		height: 240px;
		margin-bottom: 20px;
	}

	.more {
		margin-top: 30px;
	}

	.banquan {
		display: block;
	}

	.chanpin-img {
		height: 110px;
	}

	.case-list-img.rongyu-list-img {
		height: 120px;
	}

	/* 语言 */
	.language-box {
		width: 100%;
	}

	.language {
		width: 100%;
	}

	/* 顶部搜索 */
	.search {
		position: absolute;
		top: 0;
		right: 70px;
		margin-top: 14px;
	}

	.search i {
		background-size: 24px 24px;
	}

	.search .input {
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		padding: 0 15px 0 0;
		box-sizing: border-box;
	}

	.jianjie-right {
		padding: 0;
		border: none;
	}

	.contact-top {
		display: none;
	}

	.section-header {
		margin-bottom: 30px;
	}

	.jiantou {
		display: none;
	}

	.zy-news-right {
		width: 67%;
	}

	.padding-top {
		padding-top: 30px;
	}

	.home2.show {
		display: none !important;
	}

	.ind_4 {
		display: block;
	}

	.jianjie-left h4 {
		font-size: 24px;
	}

	.ewm-box {
		float: none;
		margin-top: 0;
	}

	.zy-menu ul.rongyu-menu {
		width: 100%;

	}


	.ziye-banner {
		width: 100%;
		height: 80px;
	}

	.ziye-banner .zy-banner-img img {
		width: 100%;
		height: 90px !important;

	}

	.banner-text {
		top: 32%;
	}

	.banner-text h4 {
		font-size: 1.8rem;
	}

	.banner-text p {
		font-size: 1.2rem;
		margin-top: 0;
	}

	.zy-box {
		padding: 30px 0;
	}


	.zy-content-padding {
		padding: 0 15px;
	}

	.zy-menu ul li {
		width: auto;
	}

	.zy-menu ul li a {
		width: auto;
		padding: 0 30px;

	}

	.jianjie-left {
		margin-bottom: 30px;
	}

	.navbar.navbar-default {
		/* background: #008ff9; */
		background-color: #fff;
	}

	.rongyu-tab {
		margin-top: 0;

	}

	.banner-swiper-slide p {
		font-size: 20px;
		width: 400px;
		height: 100px;
		margin-left: -200px;
		top: 40%;
	}

	.navbar-brand {
		width: 74%;
	}

	.container>.navbar-header {
		margin: 0;
		margin-left: -15px;
		margin-right: -15px;
		background-color: #fff;
	}

	.navbar-default .navbar-nav>.active>a {
		color: #fff;
	}

	.navbar-default .navbar-nav>li>a {
		color: #666;
	}

	.navbar-default.zy-top .navbar-nav>li>a {
		color: #666;
	}

	.navbar-default .navbar-toggle {
		border: 1px solid #666;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #666;
	}

	.jianjie-img {
		margin-top: 20px;
	}

	.services {
		padding: 35px 0 35px;
	}

	.footer-bottom span,
	.footer-hide {
		display: none;
	}

	.fuw-list {
		height: 260px;
		overflow: hidden;
	}

	.fuw-list p i {
		margin-top: 20%;
	}

	.fuw-list p span {
		font-size: 16px;
	}


	.zy-menu ul li.current a,
	.zy-menu ul li a:hover {
		font-size: 14px;

	}

	.section-title {
		font-size: 20px;
	}

	. p {
		font-size: 14px;
	}

	.zy-tab ul {
		margin-bottom: 20px;
	}

	.zy-tab ul li {
		display: block;
		float: left;
		width: 50%;
	}

	.zy-bannner-text {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -600px;
		width: 100%;
		padding: 80px 0 0 100px;
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #666;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background: #008ff9;
	}

	.zy-bannner {
		display: none
	}

	.navbar.navbar-default .navbar-brand.white-logo {
		display: none;
	}

	.navbar.navbar-default .navbar-brand.black-logo {
		display: block;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}


}

@media (max-width: 500px) {

	#blog .blog-post.blog-large .entry-thumbnail img,
	.team-img img {
		width: 100%;
	}

	#blog .blog-post.blog-large .entry-thumbnail {
		padding-top: 0px;
	}

	.swiper-image {}
}

@media (min-width: 1300px) {
	.container {
		width: 1200px;
	}

	.swiper-image {}
}

}
