body {
	background: #fff;
	font-family:"AlibabaPuHuiTi";
	src: url("../fonts/alibaba/AlibabaPuHuiTi-2-65-Medium.ttf"),
		url("../fonts/alibaba/AlibabaPuHuiTi-2-55-Regular.ttf"),
		url("../fonts/alibaba/AlibabaPuHuiTi-2-85-Bold.ttf");
	color: #fff;
	line-height: 24px;
	min-width: 1200px;
}
.message{color: #2e2e2e;
}
h1, h2, h3, h4, h5, h6 ,h7{
	font-weight: 600;
	font-family:'alibaba/AlibabaPuHuiTi-2-85-Bold',AlibabaPuHuiTi;
	color: #fff;
}
h1 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}
h2 {
	font-size: 20px;
}
.advantage{
	margin-top: 10px;
	color: #2e2e2e;
	font-size: 18px;
}
h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}

a {
	color: #f39c12;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d9890b;
}

a, a:link, a:visited {
text-decoration: none;
color: #50525f;
  outline: 0;
}  /*astonish.css:60*/

ul, ol {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
	text-align:justify;
}
hr {
	width: 70px;
	border-top: 4px solid #f39c12;
}
.btn-primary {
	padding: 8px 30px;
	background: #f39c12;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-join{
	background: #fff;
	color: #f39c12;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #db8d0f;
	outline: none;
	box-shadow: none;
}
.btn-join:hover, .btn-join:focus, .btn-join.active.focus, .btn-join.active:focus, .btn-join.active:hover, .btn-join:active.focus, .btn-join:active:focus, .btn-join:active:hover{
	background: #fff;
	color: #f39c12;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2, .top-center h2 {
	color: #fff;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.center1 h2,.top-center1 h2{color: #2e2e2e;
}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 70px 0;
}
.center {
	text-align: center;
	padding-bottom: 55px;
}
.top-center {
	
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	/* border-bottom: 1px solid #fff; */
	/* margin-bottom: 40px; */
	background: -webkit-linear-gradient(left bottom,#f67332,#ffa800);
    background: -o-linear-gradient(left bottom,#f67332,#ffa800);
    background: -mos-linear-gradient(left bottom,#f67332,#ffa800);
    background: -moz-linear-gradient(left bottom,#f67332,#ffa800);
    background: linear-gradient(left bottom,#f67332,#ffa800);
}
.top-center_1 {
	
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px; 
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	background: -webkit-linear-gradient(left bottom,#f67332,#ffa800);
    background: -o-linear-gradient(left bottom,#f67332,#ffa800);
    background: -mos-linear-gradient(left bottom,#f67332,#ffa800);
    background: -moz-linear-gradient(left bottom,#f67332,#ffa800);
    background: linear-gradient(left bottom,#f67332,#ffa800);
}
.top-center1{
	background: #fff;
	/* border-bottom: 1px solid #fff; */
}
.top-center2{
	background: #fff;
	border-bottom: 1px solid #fff;
}
.top-center3 {
	padding-bottom: 80px;
}
.lead {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	width: 91%; /* 新增样式 */
	/* margin: auto; */
}
.lead1{color: #2e2e2e;
	text-align:center;
	margin: auto} /* 原本是margin: 0 */
.lead2{text-align:justify;}
 @-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);
}
}

.weight-700 {
font-weight: 700;
} /*astonish.css:171*/

.uppercase {
text-transform: uppercase;
} /*astonish.css:180*/


/*************************
*******Header******
**************************/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.yjlogo {
	width: 40px;
	height: 40px;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background:hsla(0,0%,100%,.96);
	padding: 0;
	padding-bottom: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 35px;
	padding-bottom: 12px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #404556;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #fff;
	color: #00A7EA;
	font-weight: 600;
}
.navbar-inverse {
	border: 0;
	box-shadow: 0 20px 20px rgba(243,156,18,0.3);
	border-bottom: 1px solid #DDE2EC;
}
.navbar-inverse1{
	box-shadow: 0 20px 20px rgba(243,156,18,0);
}

.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}
.navbar-inverse .navbar-brand i.fa {
	color: #f39c12;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
/*	background-color: #fff;*/
	color: #00A7EA ;
}
/*************************
*******Home Page******
**************************/


#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .item.active .slider-content .logo {
	color: #f39c12;
	font-weight: bold;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -110px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .slider-content h2 {
	font-size: 44px;
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243,156,18,0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn:hover {
	background-color: rgba(243,156,18,1);
}
.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}
#feature {
	background: #f2f2f2;
	padding-bottom: 0px;
}
#feature a {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#feature a:hover {
	color: #444;
}
#feature .btn-primary:hover {
	margin-top: 40px;
	padding: 8px 120px;
	background: #f2f2f2;
	color: #666;
	border-radius: 10px 10px 0 0;
	border: 0;
	box-shadow: 0 -10px 10px #ddd;
}
#inner-page {
	background: #fff;
	/* padding-bottom: 0;
	padding-bottom: 20px; */
}
.features {
	padding: 0;
}
/* ↓↓↓↓↓自定义样式↓↓↓↓↓ */
/* 首页样式 */
.a1 {
	margin-top: 40px;
	display: flex;
	justify-content: center;
    margin-left: 30px;
}
.a2 {
	/* width: 20%; */
}
.a3 {
  width: 380px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
/*	margin-right: 30px;*/
}
.a4{
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
	box-shadow: 0 10px 30px rgba(27,79,99,0.06);
	border-radius:20px;
}
.serve_box {
	width: 380px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(27,79,99,0.06);
	margin-right: 30px;
}
.a5 {
	display: flex;
	/* justify-content: space-between; */
}
.serve_img1 {
	background: url(../images/Group\ 501.png);
	height: 110px;
	display: flex;
}
.serve_img2 {
	background: url(../images/Group\ 502.png);
	height: 110px;
	display: flex;
}
.serve_img3 {
	background: url(../images/Group\ 503.png);
	height: 110px;
	display: flex;
}
.serve_txt1 {
	display: flex;
	align-items: center;
	margin-left: 30px;
	font-size: 30px;
	font-weight: 600;
	/* letter-spacing: 字体间距 */
	letter-spacing: 5px;
}
.serve_content {
	padding: 40px 30px 40px 30px;
	font-size: 20px;
	color: #4a4f5f;
	text-align: left;
}
.serve_item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.serve_content_tex {
	margin-left: 16px;
}
/* 首页--各平台详细介绍模块样式 */
.big-box {
	display: flex;
	justify-content: center;
/*	height: 800px;*/
	width: 100%;
	align-items:center;
	position: relative;
}
.big-box4{
	display: flex;
	justify-content: center;
	/* height: 788px; */
	width: 100%;
	/* background-color: aqua; */
	align-items:center;
}

.big-box1{
	background-image: url("../images/beijing01.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.big-box2{
	background-image: url("../images/beijing02.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.big-box3{
	background-image: url("../images/beijing03.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.big-box5{
	background-image: url("../images/Group 498.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

.describe {
	display: flex;
	flex-direction: column; /* 主轴为竖直方向，从上到下 */
	justify-content: center; /* 上下居中 */
	 position: absolute;
}
.particular {
	color: #000;
	width: 100%;
}
.details {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f28b29;
	text-align: center;
	margin-top: 20px;
}
/* 首页--产品案例模块 */
.dot {
	width: 18px;
	height: 18;
	border-radius: 50%;
	/* background-color: #e86f04; */
	display: inline-block;
}
/* ↑↑↑↑↑自定义样式↑↑↑↑↑ */
.features_1 {
	margin-top: 40px;	
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap1 {
	width: 178px;
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #fccaa4; /* 设置模糊边框 */

}
.feature-wrap .fa_img {
	line-height: 80px !important;
}
.feature-wrap1 .pa_img {
	line-height: 80px !important;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap1 .pull-left {
	margin-right: 25px;
}
.feature-wrap i.fa {
	font-size: 48px;
	height: 90px;
	width: 90px;
	margin: 3px;
	border-radius: 100%;
	line-height: 90px;
	text-align: center;
	background: #fff;
	color: #f39c12;
}
.feature-wrap1 i.pa {
	margin: 3px;
	border-radius: 100%;
	line-height: 90px;
	text-align: center;
	
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
#recent-works .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-works .readmore:hover {
	color: #444;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	margin-top: 15%;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #f39c12;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
/* Testimonials Section */
#testimonials {
	background: url(../images/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#testimonials H2 {
	color: #ddd;
}
#testimonial {
	padding: 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f39c12;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f39c12;
}
#middle {
	background: #f2f2f2;
}
#middle .readmore {
	color: #f39c12;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}
#middle .readmore:hover {
	color: #444;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i.fa {
	color: #f39c12;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}
a.accordion-toggle i.fa {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i.fa {
	color: #4e4e4e;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-heading.active a.accordion-toggle.collapsed i.fa {
	color: #fff;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #2e2e2e;
	border-top: 1px solid #fff;	
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 30px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 25px;
}
/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	/* margin: 0 0 40px 0; */
	padding: 0;
}
/* .my-portfolio-items {
	background-color: #fff;
	margin: 0 150px;
} */
.title-product h2{
	font-size: 22px;
	color:#2e2e2e;
}
.my-portfolio-items-text{
	font-size: 14px;
	color:#2e2e2e;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #f39c12;
	border: 1px solid #f39c12;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-filter .btn-default.active.focus, .portfolio-filter .btn-default.active:focus, .portfolio-filter .btn-default.active:hover, .portfolio-filter .btn-default:active.focus, .portfolio-filter .btn-default:active:focus, .portfolio-filter .btn-default:active:hover {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
	outline: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 15px;
	width: 100%;
}
.portfolio-item-img{
	width: 33.3%;
}	
/* 主页产品介绍左右结构各占50% */
.portfolio-item-pro{
	width: 50%;
	min-width: 350px;
}
@media (min-width:992px) {
	.portfolio-item-img{
		width: 33.3%;
		min-width: 350px;
	}
	.portfolio-item {
		width: 33.3%;
	}
	/* 主页产品介绍左右结构各占50% */
	.portfolio-item-pro{
		width: 50%;
		min-width: 350px;
	}
	.portfolio-pro {
		width: 50%;
	}
}

@media (min-width:1200px) {
	.portfolio-item-img{
		width: 33.3%;
		min-width: 350px;
	}
	.portfolio-item {
		margin: 0;
		padding: 15px;
		width: 33.3%;
	}
	.portfolio-item-pro{
		width: 50%;
		min-width: 350px;
	}
	.portfolio-pro {
		width: 50%;
	}
}	
/* 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;
}
/**************************
********* Pricing Table CSS *
**************************/
.pricing-tables {
	padding: 40px 0 80px 0;
	text-align: center;
}
.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}
.pricing-tables .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #f39c12;
	padding: 25px 0;
	border-radius: 8px 8px 0 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup {
	background-color: #f39c12;
	padding: 30px 0;
	border-radius: 0 0 8px 8px;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	font-size: 22px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.pricing-table .plan-price .interval {
	line-height: 14px;
	color: #999;
	font-size: 13px;
}
.pricing-table.btn-system.border-btn {
	border-color: #f8ba01;
	color: #f8ba01;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.pricing-table .btn-system {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #f39c12;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #c27c0e;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}

.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/*************************
********* Contact Us CSS ******
**************************/

#contactForm .text-danger {
	color: #ff3333;
}
.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #f39c12;
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}
.form-group label {
	font-weight: 500;
}
textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}
/***********************
********* Footer ******
************************/
#footer {
	/* padding-top: 60px; */
	padding: 60px 0 60px 0;
/*	margin-top: 70px;*/
	/* padding-bottom: 40px; */
	/* color: #2e2e2e; */
	/* background: #fff; */
	background: #212631;
}
.footer_title {
	display: flex;
	align-items: center;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #00A7EA;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* #footer ul > li {
	display: inline-block;
	margin-left: 15px;
} */
.follow-us {
	margin-top: -5px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #f39c12;
	border-color: #f39c12;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}  /*astonish.css:1431*/

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}   /*astonish.css:1437*/

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}   /*astonish.css:1442*/


.owl-carousel .owl-item{
	float: left;
} /*astonish.css:1455*/

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}  /*astonish.css:1459*/

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}   /*astonish.css:1462*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}   /*astonish.css:1487*/

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}  /*astonish.css:1478*/

#owl-slider .owl-controls {
position: absolute;
top: -40px;
right: 0;
width: 100%;
text-align: right;
}  /*astonish.css:1523*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}  /*astonish.css:1530*/

.portfolio-hover {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
color: #FFF;
background-color:rgba(60,62,71,0.7);
opacity: 0;
    -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  z-index: 10;
}/*astonish.css:1594*/

.portfolio-hover i {
position: relative;
font-size: 12px;
top: 1px;
}  /*astonish.css:1608*/


.portfolio-hover-buttons {
position: absolute;
top: 50%;
width: 100%;
margin-top: -12px;
color: #FFF;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}/*astonish.css:1613*/

.portfolio-hover-buttons a{
border: 2px solid #FFF;
border-radius: 2px;
padding: 8px 18px;
margin: 0 1px;
color: #FFF;
font-weight: 700;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
} /*astonish.css:1624*/

.portfolio-hover-buttons a:last-child {
padding: 8px 10px;
}  /*astonish.css:1639*/

.project-wrapper {
position: relative;
width: 100%;
height: 100%;
}/*astonish.css:1672*/

/* 首页 */

/* 鼠标移至“智能充电”时显示下拉菜单 */
 li.jkk:hover ul {
	display: block;
}
/* 显示下拉菜单时，icon图标旋转180度 */
li.jkk:hover i {
	/* font-size: 48px; */
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.fl {
	float: left;
}
ul.abcc {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #f4f4f4;
	display: none;
	z-index: 2;
}
ul.abcc li {
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
}
ul.abcc:hover {
	display: block;
}
ul.abcc li:hover {
	background: #ff8d4c;
}
ul.abcc li a:hover {
	color: #fff;
}
/*字体图标*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.ttf?t=1626916738595') format('truetype');
}

/*调用*/
.iconfont {
	font-family: 'iconfont';
	font-size: 22px;
	font-style: normal; /* 取消倾斜 */
}
.fr {
	float: right;
}
/* 产品案例模块样式 */

.graph {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}
.graph_left {
	background-color: #e86f04;
}
.graph_right {
	background-color: #f5c69c;
}
.previous {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.amplifyImg {
	display: block;
}
.amplifyImg2 {
	display: none;
}

/* 底部导航栏样式 */

.chunk {
	display: flex;
	justify-content: center;
}
.cell {
	/* flex-basis: 20%; */
	/* width: 199px; */
	margin-right:24px;
}
.cell ul li {
/*	padding: 8px 0;*/
	font-size: 14px;
}

.wx_code1 {
	width: 120px;
	margin-left: 60px;
}

/* 公众号二维码图片样式 */
.wx_code {
	width: 140px;
}

.wordage {
	margin-left: 6px;
}

.regard {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.mod_service_item {
  /*padding-left: 48px;
  padding-top: 20px;
  padding-bottom: 16px;*/
  padding: 20px 0 16px 48px;
  border-bottom: 1px solid #999999;
}
.mod_service_item dl {
  float: left;
  width: 199px;
}
.mod_service_item dl:last-child {
  width: 90px;
  text-align: center;
}
.mod_service_item dl dt {
  height: 30px;
  font-size: 17px;
  color: #cccccc;
}
.mod_service_item dl dd {
  height: 20px;
  font-size: 12px;
}

.mod_service_item dl dd a {
	color: #999999;
}

/*清除浮动*/
.clearfix::after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1
}

/* 用户端小程序页面底部“功能特性”模块相关样式 */
.surround {
	width: 300px;
	margin-top: 40px;
	/* text-align: right; */
	
}

.surround-left {
	/* margin-top: 30px; */
	text-align: right;
	margin-right: 55px;
}

.surround-right {
	text-align: left;
	margin-left: 55px;
}
.summarize {
	color: #000000;
}