@import url(f6a6a199ab874beda88b95c650ee6fcf.css);

body {
	/*  padding-top: 100px;*/
	background: #fff;
	font-family: '微软雅黑', 'Roboto-regular', sans-serif;
	font-weight: 300;
	color: #454545;
	font-size: 14px;
	line-height: 26px;
	overflow-x: hidden;
}

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;
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('/static/fonts/Roboto-Regular.eot');
	src: url('../fonts/roboto-regular.eot') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.svg#roboto-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-light';
	src: url('../fonts/roboto-light.eot');
	src: url('../fonts/roboto-light.eot') format('embedded-opentype'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg#roboto-light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-thin';
	src: url('../fonts/roboto-thin.eot');
	src: url('../fonts/roboto-thin.eot') format('embedded-opentype'), url('../fonts/roboto-thin.woff') format('woff'), url('../fonts/roboto-thin.ttf') format('truetype'), url('../fonts/roboto-thin.svg#roboto-thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-medium';
	src: url('../fonts/roboto-medium.eot');
	src: url('../fonts/roboto-medium.eot') format('embedded-opentype'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype'), url('../fonts/roboto-medium.svg#roboto-medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

.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: #2a95be;
}

img {
        display: block;
        margin: auto;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-30{
	margin-top: 30px;
}
.m-t-50{
	margin-top: 50px;
}
.p-0{
	padding: 0;
}
.m-0{
	margin: 0;
}
.delay-halfSecond{
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.delay-2s{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.delay-3s{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.delay-4s{
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
.delay-5s{
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.d_wrap{
	display: flex;
	flex-wrap: wrap;
}
.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%);
}

.section-header {
	margin-bottom: 70px;
}

.section-header p {
	text-align: center;
	font-size: 16px;
	color: #424242;
	font-family: "微软雅黑";
	position: relative;
}

.section-header .section-title {
	font-size: 30px;
	color: #2B2B2B;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
	margin: 0 0 5px;
	font-family: 'Roboto-medium';
	font-weight: 700;
}
.navbar-collapse ul li{
	margin-right: 20px;
}
.navbar-collapse ul li:last-child{
	margin-right: 0;
}
.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:hover,
.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: 5px 15px 15px;
}
/*.navbar-brand img{*/
/*	width: 182px;*/
/*}*/

.navbar-brand img{
	width: 240px;
	height: 80px;
}
.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.header_box{
	width: 100%;
	height: 60px;
	padding: 0 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #FFFFFF;
}
.header_left{
	width: 19%;
}
.header_left a,.header_left img{
	width: 60px;
	 height: 100%; 
}
.menu_box{
	width: 25px;
	height: 25px;
}
.nav_button,.nav_button img{
	width: 100%;
	height: 100%;
}
/* 右侧栏 */
.right_column{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.leftSidebar-box{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(70, 71, 73, 0.3);
}
.rightSidebar-box{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
.close_button{
	width: 100%;
	height: 45px;
	background: #0152ad;
	display: flex;
	align-items: center;
	justify-content: end;
}
.close_button img{
	height: 20px;
	margin: 0;
	padding-right: 15px;
}
.nav_menu{
	padding: 0 5%;
	margin-top: 20px;
}
.nav_menu ul li{
	margin-bottom: 10px;
}
.nav_menu ul li a{
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		background: rgba(0, 0, 0, 0);
		-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(255, 255, 255, 1);*/
		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(18, 24, 38, 0.88);
	}
	.navbar-nav {
		/* margin-top: 15px; */
	}
	#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: 4px solid #f39e12;
		color: #f39e12;
		font-weight: bold;

	}
	#main-menu.navbar-default .dropdown-menu {
		padding: 0 20px;
		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 {
		border-left: 3px solid transparent;
		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: 50px 0 50px;
	box-sizing: border-box;
}

.about-bg {
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
}

.jianjie {
	width: 100%;
	position: relative;
	height: 460px;
}

.media-body {
	text-align: left;
	/* 	background: url(../images/about-r-bg.png) no-repeat;
 */
	width: 60%;
	/* height: 422px; */
	position: absolute;
	z-index: 2;
	left: 26%;
	top: 35px;
	background-color: #c9d9f0;
	transform: skewX(-10deg);
	border-radius: 15px;
}

.media-body .media-body-text {
	box-sizing: border-box;
	padding: 80px 30px;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 200%;
	transform: skewX(10deg);
}

.media-body p span {
	color: #fe3d02;
	font-weight: bold;
}

.jianjie-img {
	/* 	background: url(../images/aboyt-l-bg.png) no-repeat;
 */
	position: absolute;
	z-index: 1;
	width: 50%;
	/* height: 420px; */
	top: 0;
	left: 2%;
	background-color: #fed801;
	transform: skewX(-10deg);
	border-radius: 15px;

}

.jianjie-img img {
	width: auto height: auto;
	margin-left: 97px;
	margin-top: 86px;
}

#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;
}

#pricing {
	padding: 84px 0 70px 0px;
	background: #c4f0fb;
}

#pricing ul.pricing {
	list-style: none;
	padding: 0;
	margin: 10px 0 30px;
	border: 1px solid #eee;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#pricing ul.pricing:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
}

#pricing ul.pricing li {
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	background: #fff;
}

#pricing ul.pricing li.plan-header {
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	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%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration>span {
	display: block;
	line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
	margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 20px;
	font-family: 'Roboto-medium';
	color: #272727;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
}

#pricing ul.pricing li.plan-header .plan-price {
	margin-top: 10px;
	font-size: 60px;
	color: #454545;
	font-weight: 600;
	line-height: 1;
	font-family: 'Roboto-regular';
	text-transform: uppercase;
}

#pricing ul.pricing li.plan-purchase .btn-primary {
	background: #ff641b;
	border-radius: 30px;
	margin-top: 25px;
	padding: 15px 25px 10px;
	font-size: 18px;
	font-family: 'Roboto-medium';
}

#pricing ul.pricing li.plan-header .plan-price span {
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
}

#pricing ul.pricing.featured {
	background: #222534;
	color: #fff;
	border: 0;
}

#pricing ul.pricing.featured li.plan-header {
	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%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
	color: #fff;
}

#get-in-touch {
	padding: 60px 0 50px;
	color: #454545;
	background: url(../images/hangye-bg.jpg) no-repeat;
	background-size: cover;
}


#get-in-touch .address {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#get-in-touch .address h4 {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}

#get-in-touch .address p {
	font-size: 16px;
	color: #454545;
	margin: 0px;
	padding-bottom: 5px;
}

#get-in-touch .address a {
	color: #454545;
}

#get-in-touch .form-control {
	height: 40px;
	font-family: 'Roboto-regular';
	color: #323232;
}

#get-in-touch textarea.form-control {
	height: 135px;
	color: #323232;
}

#get-in-touch .btn.btn-primary {
	font-family: 'Roboto-medium';
	font-size: 22px;
	padding: 8px 40px;
	width: 100%;

}

#blog {
	padding: 87px 0 87px 0;
	background: #f6f6f6;
	overflow: hidden;
}

#blog .blog-post {
	padding: 15px;
	background: #fff;
}

#blog .blog-post .item {
	height: 200px;
}

#owl-example .item {
	margin: 15px;
}

#blog .blog-post .post-format {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #222534;
	border: 3px solid #fff;
	border-radius: 100px;
}

#blog .blog-post.blog-large .entry-thumbnail {
	margin: -15px -15px 15px;
	position: relative;
}

#blog .blog-post.blog-large .entry-thumbnail img {
	max-width: 100%;
}

#blog .blog-post.blog-large .post-format {
	width: 66px;
	height: 66px;
	line-height: 60px;
	position: absolute;
	right: 20px;
	bottom: -33px;
}

#blog .blog-post.blog-large .post-format>i {
	font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
	font-size: 12px;
	font-family: 'Roboto-regular';
	display: block;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #45aed6;
}

#blog .blog-post.blog-large .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
	color: #64686d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Roboto-medium';
}

#blog .blog-post.blog-large .entry-title a:hover {
	color: #45aed6;
}

#blog .blog-post.blog-media {
	margin-bottom: 30px;
}

#blog .blog-post.blog-media .entry-thumbnail {
	margin: -15px 15px -15px -15px;
	position: relative;
}

#blog .blog-post.blog-media .post-format {
	position: absolute;
	top: 20px;
	right: -10px;
}

#blog .blog-post.blog-media .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #45aed6;
}

#blog .blog-post.blog-media .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
	color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
	color: #45aed6;
}

#blog .blog-post .entry-meta {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

#blog .blog-post .entry-meta>span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}

#blog .blog-post .entry-meta>span>a {
	color: #999;
}

#blog .blog-post .entry-meta>span>a:hover {
	color: #45aed6;
}

#blog .btn.btn-primary {
	font-family: 'Roboto-regular';
	font-size: 15px;
	margin-top: 20px;
	padding: 10px 30px;
}

#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;
}



/* 市场 */
.shichang-current {

	padding: 3rem 2rem;
	height: 30rem;
	width: 100%;
	overflow: hidden;

}

.shichang-current i {
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto;
}

.shichang-current h4 {
	text-align: center;
	margin-top: 3.33rem;
	font-size: 1.6rem;
	position: relative;
	padding-top: 2.4rem;
	color: #fff;
	line-height: 160%;
}

.shichang-current h4::before,
.shichang-hover h4::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 36px;
	height: 6px;
	margin-left: -18px;
	background-color: #ff6343;
}

.shichang-hover {
	background-color: #fed801;
	padding: 20px 30px;
	height: 300px;
	width: 100%;
	padding: 30px;
	position: absolute;
	bottom: -300px;
	transition: all 0.5s ease 0s;
}

.shichang-hover h4,
.shichang-hover p {
	text-align: center;
	color: #1b2631;
	margin-top: 20px;
}

.shichang-hover h4 {
	padding-bottom: 32px;
	position: relative;
}

.shichang-hover h4::before {
	bottom: 0;
	background-color: #ff6343;
	top: initial;
}

.shichang-hover p {
	margin-top: 48px;
}

.shichang-list:hover .shichang-hover {
	bottom: 0;
	transition: all 1s ease 0s;

}

.shichang-list {
	position: relative;
	height: 300px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 22.75%;
	float: left;
	margin-right: 3%;

}

.shichang-list:first-child {
	background: url(../images/shichang-bg1.jpg) no-repeat;
	background-size: cover;
}

.shichang-list:nth-child(2) {
	background: url(../images/shichang-bg2.jpg) no-repeat;
	background-size: cover;
}

.shichang-list:nth-child(3) {
	background: url(../images/shichang-bg3.jpg) no-repeat;
	background-size: cover;
}

.shichang-list:last-child {
	margin-right: 0;
	background: url(../images/shichang-bg4.jpg) no-repeat;
	background-size: cover;
}

/* 获取用户 */
.huoqu-box {
	border: 1px solid #e5e5e5;
	padding: 20px 25px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	min-height: 160px;
	margin-bottom: 30px;
	background: url(../images/yonghu-bg1.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.col-lg-3:nth-child(2) .huoqu-box {
	background: url(../images/yonghu-bg2.png) no-repeat;
	background-size: cover;
}

.col-lg-3:nth-child(3) .huoqu-box {
	background: url(../images/yonghu-bg3.jpg) no-repeat;
	background-size: cover;
}

.col-lg-3:nth-child(4) .huoqu-box {
	background: url(../images/yonghu-bg4.png) no-repeat;
	background-size: 100% 100%;

}

.huoqu-box h4 {
	color: #fc8001;
}



/***********************
********* Footer ******
************************/
#footer {
	padding: 50px 0;
	background: url(../images/footer_bg.png) no-repeat;
	background-size: 100% 100%;
}
.footer_menu{
	width: 100%;
	display: inline-block;
}
.footer_menu ul,.footer_menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menu ul{
	width: 100%;
}
.footer_menu li{
	display: contents;
	float: left;
}
.footer_menu li span{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin-right: 4%;
}
.footer_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.footer_content .left_content{
	width: 65%;
	display: flex;
	flex-direction: column;
}
.footer_content .left_content a{
	width: 100%;
}
.footer_content .left_content p{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #A6A6A6;
	margin-bottom: 10px;
}
.footer_content .left_content p:last-child{
	margin-bottom: 0;
}
.foot8 a{color:white;}
.foot8:hover a{color:white;}
.friendship_link{
	width: 33%;
	display: flex;
	flex-direction: column;
}
.friendship_link p{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #A6A6A6;
}
.friendship_link .link_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.friendship_link .link_box .link_content{
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: rgba(255,255,255,0.15);
	margin: 0 7px 10px 0;
	padding: 0 15px;
}
.friendship_link .link_box .link_content a{
	font-size: 14px;
	font-weight: 500;
	color: #A6A6A6;
	display: block;
}

.friendship_link .link_box .link_content:hover a{
	color: #45aed6;
}

.footer-menu h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
	height: 30px;
}

.footer-menu h5:before {
	content: "";
	width: 26px;
	height: 1px;
	background: #acacac;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-menu div a {
	width: 100%;
	line-height: 26px;
	display: block;
	font-size: 13px;
	margin-top: 5px;
	color: #acacac;
}

.footer-menu div img {
	margin: 20px 20px 20px 0;
}

.footer-bottom {
	text-align: center;

}

.footer-bottom p {
	text-align: center;
	margin: 0;
}

.banner-swiper-slide {
	position: relative;
	top: 0;
	left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

/*子页面菜单颜色*/
.navbar-default.zy-top .navbar-nav>li>a {
	color: #666666;
}


#main-menu.zy-top.top-nav-collapse {
	background: rgba(0, 143, 249, 1);
}


.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-container-case {
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.swiper-slide-case {
	position: relative;
	width: 531px;
	height: 429px;
	transform: skewX(-5deg);
	overflow: hidden;
	border-radius: 15px;
	border: 2px solid #b08c51;
	text-align: center;
	margin-bottom: 20px;
}
.swiper-slide-case p {
	bottom: -20px;
}

.swiper-slide-case img {
	z-index: 9;
	width: 100%;
	height: 100%;
}

.swiper-slide-case p {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	font-weight: 600;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	margin: 0;
}

.swiper-container-case .swiper-button-next {
	background: url(../images/right-arrow.png) no-repeat;
	width: 68px;
	height: 68px;
	right: -10px;
	margin-top: -69px;
}

.swiper-container-case .swiper-button-prev {
	background: url(../images/left-arrow.png) no-repeat;
	width: 68px;
	height: 68px;
	left: -10px;
	margin-top: -69px;
}


/*新闻中心*/
.tab-box {
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	margin-top: 30px;
}

.tab-box .tab {
	width: 40%;
	float: left;
}

.tab-box .tab ul li {
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 16px;
}

.tab-box .tab ul li.current {
	border-bottom: 2px solid #f3c258;
	font-weight: bold;
}

.tab-box .tab ul li:last-child {
	border-right: 0;
}

.tab-box .more {
	float: right;
	color: #f3c258;
}

.tab-box .more a {
	color: #f3c258;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
}


.gay-in-touch {
	padding: 60px 0 50px;
	color: #454545;
	background: #f1f1f1;
}

.news-box {
	width: 100%;
	background: #fff;
	padding: 30px 15px;

}


.news-box h4 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 16px;
}

.news-box p {
	min-height: 60px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 15px;
}

.news-box span {
	color: #999;
}

.news-list {
	width: 100%;

}

.news-list .news-list-left {
	width: 80%;
	float: left;
	color: #333;
}

/* .news-list .news-list-left h4 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 */
.news-list .news-list-left p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .news-list-right {
	width: 20%;
	float: right;
	text-align: right;
	line-height: 30px;
	color: #999;
}

.news-list a {
	color: #696969;
}

.news-list li {
	border-bottom: 1px solid #e4e3e3;
	position: relative;
	padding: 0 15px;
	margin-top: 25px;
}

.news-list li:last-child {
	border: none;
}

.news-img {
	width: 100%;
	height: 324px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.news-img img {
	height: 324px !important;
	overflow: hidden;
	object-fit: cover;
}

/* 项目优势*/
.youshi-bg {
	padding: 70px 0 70px;
	background: #132125 url(../images/youshi-bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

.youshi-bg .section-header .section-title {
	color: #f39e12;
}

.youshi-bg .section-header p {
	color: #FFF;
}

.youshi-list-box {
	box-sizing: border-box;
	width: 25%;
	float: left;

}

.youshi-list {
	box-sizing: border-box;
	padding-top: 66px;
	text-align: center;
	color: #93b4d2;
	padding-left: 0;
	padding-right: 0;
	margin-right: -40px;
	display: block;
	background-color: #1b2631;
	border: 2px solid #b08c51;
	transform: skewX(-10deg);
	border-radius: 15px;
	padding-bottom: 50px;
	margin: 0 15px;

}

.youshi-text {
	transform: skewX(10deg);
	width: 200px;
	margin: 0 auto;
}

.youshi-list:hover {
	background-color: #fed801;
	cursor: pointer;
}

.youshi-list-box:nth-child(2n) {
	margin-top: 40px;
}

.youshi-icon-box {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.78);
	padding: 5px 0;
	margin-bottom: 15px;
	transform: skewX(10deg);

}

.youshi-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}

.youshi-list h4 {
	color: #93b4d2;
	font-size: 24px;
	margin-bottom: 33px;
}

.youshi-list:hover h4 {
	color: #1b2631;
}

.youshi-list:hover p {
	color: #1b2631;
}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-container-rtl .swiper-button-prev {}



/*子页面简介*/
.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;
}

/*文化理念*/


.culture-box {
	background: #f2f2f2;
}

.culture-box>div.culture-text {
	padding: 20px 30px;
	text-align: left;
}

.culture-text h3 {
	font-size: 22px;
	color: #ff911b;
}

.culture-box>div {
	padding: 0;
	height: 100%;
}

.culture-box:nth-child(2n)>div.culture-text {
	text-align: right;
}

.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: 582px;
	/* 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;
}
.breadNarber{
	height: 56px;
	line-height: 56px;
	background: #F6F6F6;
}
.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: left;
	word-spacing: -6px;
	border-bottom: 1px solid #e5e5e5;

}

.zy-tab ul li {
	display: inline-block;
	border: none;

	margin: 0;
	padding: 0 40px;
	word-spacing: 0;
	text-align: center;
	font-size: 16px;
	border-right: 2px solid #fff;
	box-sizing: border-box;

}

.zy-tab ul li.current {
	background: #f2f2f2;
	color: #333;
	border-bottom: 3px solid #ff911b;

}

.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-box {
	margin-top: 40px;
}

.case-list {
	position: relative;
	margin-bottom: 30px;

}

.case-list p {
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 100%;
	padding: 0 5%;
}

.case-list img {
	width: 100%;
	height: auto;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.zy-more {
	clear: both;
	width: 30%;
	height: 46px;
	line-height: 46px;
	margin: 30px auto 20px;
	font-size: 16px;
	background-color: #ffae00;
	border: none;
	color: #fff;
}

.zy-more a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}

.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: "微软雅黑";
}

.news-box-padding {
	padding: 30px;
	background-color: #fff;
}

/*子页面*/

.zy-news-box {
	display: block;
	background: #f7f9fb;
	color: #666;
	border: 1px solid #f2f2f2;
	padding: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
}

.zy-news-box h4 {
	font-size: 20px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 10px;
}

.zy-news-box:hover {
	background: #1685d6;
	color: #fff;
}

.zy-news-box:hover h4 {
	color: #fff;
}

/*联系我们*/


.map div {
	padding: 0;
}

.news-infor>div {
	border: 1px solid #e9e9e9;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	/*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;
	min-height: 80px;
}

.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: 0px 30px;
	background-color: #fff;
}

.xq-content h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 15px;
}

.xq-box {
	width: 100%;
	padding: 0 0;
}
.xq-box img{
	max-width: 100%!important;
	height: auto!important;
}

.xq-title {
	border-bottom: 1px solid #e1dddd;
	margin-bottom: 30px;
	text-align: center;
}

.xq-title p {
	color: #999;
}

.hzhh-border {
	border: 1px solid #dfdfdf;

}

/* 新闻详情 */
.news-xq-bottom {
	/*margin-top: 60px;*/
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-xq-bottom>div {
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 15px;
	color: #999;
}

/* APP介绍 */
.app-infor {
	width: 90%;
	margin: 15px auto;
	text-align: center;
	border: 2px solid #b08c51;
	background-color: rgba(60, 77, 132, 0.75);
	padding: 30px;
	box-sizing: border-box;
	transform: skewX(-10deg);
	border-radius: 10px;
}

.app-infor b {
	color: #fedd00;
}

.app-bg {
	background: url(../images/appbg.jpg) no-repeat;
}

.app-list {
	width: 100%;
	margin-top: 30px;
}

.app-list ul li {
	width: 22.75%;
	float: left;
	margin-right: 3%;
	border: 2px solid #b08c51;
	border-radius: 10px;
	overflow: hidden;
}

.app-list ul li:last-child {
	margin-right: 0;
}

.bule-bg {
	background: #f2f9ff;
}

/* 门票 */
.menpiao-list {
	width: 100%;
}

.menpiao-list ul li {
	width: 44%;
	margin: 0 3%;
	float: left;
	border: 2px solid #b08c51;
	border-radius: 10px;
	overflow: hidden;
}



/* @media only screen and (min-width: 768px) {
	#footer .social-icons {
		float: right;
	}
} */
.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;
	}
	.banner-swiper-slide p {
		font-size: 26px;
		width: 400px;
		height: auto;
		margin-left: -200px;
		top: 50%;
	}
}
/* @media (max-width:767px) {
	.zy-tab ul li {
		padding: 0 10px;
	}
	.tab {
		width: 60%;
	}
	.shichang-list {
		width: 48.5%;
		margin-bottom: 30px;
	}
	.shichang-list:nth-child(2n) {
		margin-right: 0;
	}
	.shichang-list:nth-child(3) {
		margin-right: 3%;
	}
	.shichang-hover {
		padding: 15px;

	}
	.shichang-hover p {
		margin-top: 20px;
	}
	.news-box-padding {
		padding: 15px;
	}
	.zy-more {
		width: 40%;
	}
	.news-list .news-list-left {
		width: 70%;
	}
	.news-list .news-list-right {
		width: 30%;
	}
	.youshi-list-box {
		width: 50%;
		margin-bottom: 30px;

	}
	.youshi-icon-box,
	.youshi-text {
		transform: skewX(0deg);
	}
	.youshi-text {
		font-size: 18px;
		width: 100%;
	}
	.youshi-text p {
		height: 70px;
		padding: 0 15px;
		box-sizing: border-box;
		line-height: 160%;
		font-size: 14px;
	}
	.youshi-list {
		padding: 30px 0;
		transform: skewX(0deg);
		box-sizing: border-box;
	}
	.youshi-list-box:nth-child(2n) {
		margin-top: 0;
	}
	.swiper-slide-case {
		height: 215px;
	}
	#blog .blog-post {
		margin-bottom: 20px;
	}
	.navbar.navbar-default {
		background: #008ff9;
	}
	.banner {
		margin-top: 80px;
	}
	.banner-swiper-slide p {
		font-size: 20px;
		width: 400px;
		height: 100px;
		margin-left: -200px;
		top: 40%;
	}
	.navbar-brand {
		width: 70%;
	}
	.container>.navbar-header {
		margin: 0;
		margin-left: -15px;
	}
	.media-body {
		width: 90%;
		left: 5%;
		top: 0;
		transform: skewX(0deg);
		border-radius: 0 0 15px 15px;
	}
	.media-body .media-body-text {
		padding: 20px;
		width: 90%;
		font-size: 14px;
		line-height: 160%;
		transform: skewX(0deg);
	}
	.jianjie {
		height: auto;
	}
	.jianjie-img {
		width: 100%;
		margin-top: 0;
		position: initial;
		transform: skewX(0deg);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 15px 15px 0 0;
	}
	.jianjie-img img {

		margin: 0;
		transform: scaleX(-5deg);
	}
	.media-body {
		position: initial;
	}
	.services {
		padding: 0px;
	}
	.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;
	}
	.section-header {
		margin-bottom: 35px;
	}
	.section-header .section-title {
		font-size: 24px;
	}
	.section-header p {
		font-size: 14px;
	}
	.youshi-bg {
		padding: 35px 0;
	}
	.zy-tab ul {
		margin-bottom: 20px;
	}
	.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: #fff;
	}
	.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
	}

} */

@media (max-width:500px) {
	#get-in-touch {
		padding: 0px;
	}
	#blog .blog-post.blog-large .entry-thumbnail img,
	.team-img img {
		width: 100%;
	}

	#blog .blog-post.blog-large .entry-thumbnail {
		padding-top: 0px;
	}
}

.navbar-default.zy-top .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

a{
	text-decoration: none;/*去掉下划线*/
	color: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	border-bottom: none; /*去掉下边框（用text-decoration: none;没有用是时候加上）*/
}
