body {
	background-color: #fff;
	color: #333;
	font-family: "Microsoft YaHei", Helvetia, "lucida Grande", Verdana, Arial;
	font-size: 14px;
	line-height: 1.42857;
}

a:hover,
a:focus {
	outline: inherit
}
/* nav */
.navbar {
	border: none;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}

.header-section {
	padding-left: 0;
	padding-right: 0;
}

.navbar-header {
	position: relative;
	z-index: 2;
}

.navbar-default {
	border-color: inherit;
}

.navbar-brands {
	background-color: transparent;
	padding: 20px 30px;
	margin-bottom: 0;
}
.navbar-default .navbar-logo{
	display: flex;
	align-items: center;
}
.navbar-default .navbar-logo .logo img{
	width: 76px;
	height: 48px;
}
@media (max-width: 768px) {
	.navbar-default .navbar-logo .logo img{
		display: none;
	}
}
.navbar-default .navbar-logo .text{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

@media (max-width: 768px) {
	.navbar-default .navbar-logo .text{
		font-size: 20px;
	}
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #333;
}

/* nav End */

/* banner*/
.banner-container img{
	width: 100%;
}
/* banner End */

/* project */
.project-container .container .project-item{
	text-decoration: none;
	margin: 110px 0;
	text-align: center;
	cursor: pointer;
	display: block;
}
@media (max-width: 768px){
	.project-container .container .project-item{
		margin: 20px 0;
	}
}
.project-container .container .project-item .item-img img{
	width: 80px;
	height: 80px;
}
@media (max-width: 768px){
	.project-container .container .project-item .item-img img{
		width: 40px;
		height: 40px;
	}
}
.project-container .container .project-item .item-text{
	width: 100%;
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.project-container .container .project-item .item-text{
		font-size: 12px;
	}
}
.project-container .container .project-item .item-icon img{
	width: 32px;
	height: 32px;
}
@media (max-width: 768px){
	.project-container .container .project-item .item-icon img{
		width: 16px;
		height: 16px;
	}
}
/* project */

/* bottom-text */
.bottom-text .text{
	padding: 70px 0 180px;
	font-size: 48px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
@media (max-width: 768px){
	.bottom-text .text{
		font-size: 24px;
		padding: 50px 0 90px;
	}
}
/* bottom-text */

/* business-container */
.business-tabs{
	width: 100%;
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #DBDBDB;
}

.business-tabs .tabs-item{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}
.business-tabs .tabs-item .text{
	width: 100px;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
.business-tabs .tabs-item .text.active{
	font-weight: bold;
	border-bottom: 2px solid #3B43F2;
}
.business-content{
	width: 100%;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 200px;
}
@media (max-width: 768px) {
	.business-content{
		padding-top: 30px;
		padding-bottom: 100px;
	}
}
.business-content::after{
	content: '';
	display: block;
	clear: both;
}
.business-content .business-item{
	width: 100%;
	height: 100%;
}
.business-content .business-item .title{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.business-content .business-item .intro{
	font-size: 20px;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.business-content .business-item .title{
		font-size: 18px;
	}
	.business-content .business-item .intro {
		font-size: 14px;
	}
}
.business-item .product-list{
	width: 100%;
	height: 100%;
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.business-item .product-list .product-list-item{
	width: 50%;
	padding: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 992px){
	.business-item .product-list .product-list-item{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.business-item .product-list .product-list-item{
		width: 100%;
	}
}
.business-item .product-list .product-list-item img{
	width: 100%;
}
.business-item .service-banner {
	width: 100%;
	background-image: url('../img/service/service-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.business-item .service-banner .title{
	padding-top: 30px;
}
.business-item .service-banner .service-list{
	padding: 120px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.business-item .service-banner .service-list{
		padding: 30px 0;
	}
}
.business-item .service-banner .service-item{
	background-image: url('../img/service/service-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 175px;
	font-size: 28px;
	padding: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.business-item .service-banner .service-item:hover{
	background-image: url('../img/service/service-bg-hover.png');
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.business-item .service-banner .service-item{
		width: 100px;
		height: 100px;
		padding: 20px;
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.business-item .service-banner .service-item{
		width: 75px;
		height: 75px;
		padding: 10px;
		font-size: 12px;
	}
}
.business-item .service-content{
	padding-top: 30px;
}
.business-item .service-content .img{
	margin-bottom: 15px;
}
.business-item .service-content .img img{
	width: 100%;
}
.certification-list{
	padding-top: 30px;
}
.certification-list .certification-item img{
	width: 100%;
}
.certification-tips{
	margin-top: 30px;
	width: 100%;
	padding: 30px;
	font-size: 28px;
	color: #BD3124;
	border: 1px solid #bbbbbb;
	border-radius: 15px;
}
@media (max-width: 768px) {
	.certification-tips{
		font-size: 14px;
	}
}
.business-item .metting-content{
	width: 100%;
	padding-top: 30px;
}
.metting-content-item{
	margin-bottom: 60px;
}
.metting-content-bg{
	width: 100%;
	height: 500px;
	background-image: url('../img/meeting/metting_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.metting-content-item img{
	width: 100%;
}
.metting-content-item-title{
	font-size: 30px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}
.metting-content-item-list .list-item{
	margin-bottom: 30px;
}
.metting-content-item-list .list-item .list-item-img img{
	width: 100%;
}
.metting-content-item-list .list-item .list-item-text{
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}
.business-item .development-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.development-content .development-img img{
	width: 100%;
}
.business-item .development-case .title{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}
.business-item .development-case .subTitle{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.business-item .development-case .title{
		font-size: 18px;
	}
	.business-item .development-case .subTitle{
		font-size: 16px;
	}
}
.development-case .case-item{
	margin-bottom: 30px;
}
.development-case .case-item .case-item-title{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.development-case .case-item .case-item-img1 img{
	width: 100%;
}
.development-case .case-item .case-item-img2,
.development-case .case-item .case-item-img3{
	text-align: center;
}
.development-case .case-item .case-item-img2 img{
	width: 300px;
	height: 350px;
}
.development-case .case-item .case-item-img3 img{
	width: 300px;
	height: 450px;
}
/* business-container */
/* about-container */
.about-container{
	width: 100%;
}
.about-img{
	padding-top: 50px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.about-img{
		padding-top: 15px;
		margin-bottom: 10px;
	}
}
.about-img img{
	width: 100%;
}
.about-title{
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.about-title{
		margin-bottom: 10px;
	}
}
.about-text{
	margin-bottom: 30px;
}
.about-text p {
	font-size: 15px;
	color: #666;
}
.form-container::after{
	content: '';
	display: block;
	clear: both;
}
.form-container .left-item{
	
}
.form-container .left-item .item-tips{
	margin-bottom: 30px;
}
.form-container .left-item .item-tips{
	font-size: 32px;
	color: #000;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.form-container .left-item .item-tips{
		text-align: center;
	}
}
.form-container .left-item .item-text{
	font-size: 16px;
	color: #000;
	text-align: right;
	margin-bottom: 30px;
}
.form-container .left-item .item-text-content{
	color: #459EFF ;
}
@media screen and (max-width: 768px) {
	.form-container .left-item .item-text{
		text-align: center;
	}
}
.form-container .right-item{
	padding-top: 10px;
}

.form-container .right-item .btn-primary{
	width: 100px;
	color: #fff;
	background-color: #459EFF;
	border-color: #459EFF;
	background-image: none;
}
.form-container .right-item .btn-primary:focus{
	outline: #459EFF;
	outline-offset: 0;
}
.about-map{
	padding-top: 30px;
	margin-bottom: 50px;
}
.about-map img{
	width: 100%;
}
/* about-container */
/* new-container */
.news-container{
	width: 100%;
}
.news-container .news-list{
	padding-top: 50px;
	padding-bottom: 120px;
}
.news-container .news-list::after{
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
	.news-container .news-list{
		padding-top: 15px;
		padding-bottom: 60px;
	}
}
.news-list-title{
	margin-bottom: 20px;
}
.news-list-title .title-text{
	padding-left: 10px;
	border-left: 2px solid #459EFF;
	margin-bottom: 5px;
}
.news-list-title .title-line{
	width: 100px;
	height: 1px;
	background-color: #e3e3e3;
}
.news-list-item .news-list-item-img{
	padding-top: 25px;
	margin-bottom: 30px;
}
.news-list-item .news-list-item-img img{
	width: 100%;
}
.news-list-item .news-list-item-title{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.news-list-item .news-list-item-title{
		font-size: 16px;
	}
}
.news-list-item .news-list-item-date{
	font-size: 15px;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}
.news-list-item .news-list-item-text{
	font-size: 15px;
	color: #666;
	text-indent: 30px;
	margin-bottom: 20px;
}
.news-list-item .news-list-item-icon{
	text-align: center;
}
.news-list-item .news-list-item-icon img{
	width: 32px;
	height: 32px;
	cursor: pointer;
}
/* news-container */
/* footer */
.main-footer {
	/* background-image: url('../img/footer/company-getstarted.png');
	background-repeat: no-repeat;
	background-size: auto; */
	background: #f8f8f8 none repeat scroll 0 0;
	padding-top: 30px;
	border-top: 1px solid #e9ecef;
}
.main-footer .footer-left{
	padding: 0;
	display: flex;
	margin-bottom: 30px;
}
.main-footer .footer-left-item{
	width: 100%;
	text-align: center;
}
.footer-left-item .title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.footer-left-item .content a{
	color: #00aaff;
}
.main-footer .footer-right {
	margin-bottom: 30px;
	text-align: left;
}
@media(max-width: 768px){
	.main-footer .footer-right {
		text-align: center;
	}
}
.main-footer .footer-right .title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.main-footer .footer-right .content .address{
	margin-bottom: 10px;
}
.main-footer .footer-right .content .address .text{
	color: #333;
}
.main-footer .footer-right .content .phone{
	display: flex;
	align-items: center;
	justify-content: start;
}
@media(max-width: 768px){
	.main-footer .footer-right .content .phone {
		justify-content: center;
	}
}
.main-footer .footer-right .content .phone .text{
	font-weight: bold;
	color: #333;
}
.main-footer .footer-right .content .phone img{
	width: 36px;
	height: 36px;
}
.main-footer .Copyright{
	width: 100%;
	padding: 20px 15px;
	text-align: center;
}
.main-footer .Copyright .post-title{
	color: #333;
}
.main-footer .Copyright .beian{
	color: #00aaff;
}
/* footer END */