/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
 */
* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	/* 	font-family: '微软雅黑', 'SourceHanSansSC-Normal', sans-serif; */
	font-family:'微软雅黑' ,'SourceHanSansSC-Normal' ;

	font-weight: 300;
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-family: 'SourceHanSansSC-Normal', '微软雅黑';
}

p {
	margin: 0;
	padding: 0;
}

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;
}

a {
	color: #333;
	-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: #ff4451;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

/*  */
.header-width {
	width: 100%;
	padding: 15px 70px;
}

/* 公共样式 */


/* 首页 */
.about-bg {
	background: url(../images/about-bg.jpg) no-repeat center;
}

.index-case-list {
	border: 6px solid #fff;
	border-radius: 6px;
	position: relative;
}

.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;
}

.index-bg {
	background: url(../images/index-bg.jpg) no-repeat;
	background-size: cover;
}


.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: 96px;
}

.padding-bottom {
	padding-bottom: 96px;
}

.section-header {
	margin-bottom: 50px;
}

.section-title {
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	position: relative;

	margin: 0 0 10px;
	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;

}

.section-header .section-title-tips {
	font-size: 14px;
	color: #999;
	text-align: center;
}

/* 首页简介 */
.index-mian {
	padding: 80px 0 70px;
}

.index-mian-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-mian-left {
	width: 297px;
	height:597px;
	position: relative;
	margin-right: 140px;
}

.iphone-bg {
	position: absolute;
	width: 297px;
	height:597px;
	background: url(../images/iphone-bg.png ) no-repeat;
	position: absolute;
	background-size: cover;
	top: 0;
	left: 0;
	
}

.shipin-box {
	width: 297px;
	height:597px;
	border-radius: 30px;
	position: absolute;
	left: 15px;
	top: 13px;
	border-radius: 30px;
	overflow: hidden;

}



.wenan {
	color: #fff;
	font-size: 34px;
}

.wenan h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

.wenan p {
	margin-top: 24px;
}

.down-app {
	display: flex;
	margin-top: 40px;
}

.down-app img {
	border-radius: 10px;
}

.down-app-list {
	width: 130px;
	height: 40px;
	border-radius: 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}

.down-app-list i {
	display: block;
	width: 28px;
	height: 28px;
}

.show-ewm {
	display: none;
	position: absolute;
	width: 130px;
	height: 160px;
	padding-top: 20px;
	top: 10px;
	background: #fff;
	border-radius: 10px 10px;
	overflow: hidden;
	padding: 35px 5px 5px;
	z-index: -1;
}



.index-aboutus {
	text-align: center;

}

.index-aboutus 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;
}

.index-aboutus a {
	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: #2066ee;
}

.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 {
		
		-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: transparent;
}

.navbar.navbar-default .navbar-toggle {
	/* margin-top: 20px; */
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 0 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;
}

.nav>li>a {
	padding-left: 30px;
	padding-right: 30px;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #fff;
	border-bottom: 2px solid #2ed389;
	  font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
	/* 	color: rgba(255, 255, 255, 0.65); */
	color: hsla(0, 0%, 96.1%, .6);

}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}


.black-text.navbar-default .navbar-nav>li>a {
	color: rgba(0, 0, 0, 1);
}

.black-text.navbar-default .navbar-nav>li>a:hover,
.black-text.navbar-default .navbar-nav>li>a:focus {
	color: #333;
}

#main-menu.navbar-default.top-nav-collapse {
	padding: 0;
	background: rgba(0, 0, 0, .7);
}


.navbar.navbar-default.navbar-top-white{	
	   background-color: #fff;
}
.services {
	padding: 70px 0 70px;
}

.more {
	width: 200px;
	height: 46px;
	background: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid #2066ee;
	border-radius: 25px;
	overflow: hidden;
	font-size: 16px;
}

.more a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #2066ee;
	text-align: center;
}

.more a:hover {
	background: #2066ee;
	color: #fff;
}

.more-white a {
	color: #fff;
}

.index-banner {
	width: 100%;
	background: url(../images/index-baner.jpg) no-repeat;
	height: auto;
	background-size: 100% 100%;
}

.banner-inner {
	height: 518px;

}

/*顶部文字链接*/

.top-text-wrapper {
	width: 100%;
	background: #353f58;
}

.top-text-list {
	width: 100%;

}

.top-text-list ul {
	display: flex;
	align-items: center;
}

.top-text-list ul li {
	padding: 26px 0;
	width: 25%;
}

.top-text-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.top-text-list ul li a h4 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 18px;
	color: #d2dbe4;
	font-weight: normal;
}

.top-text-list ul li a p,
.top-text-list ul li a .xiangqing {
	color: #8c9ab8;
}

.top-text-list ul li:nth-child(2n) {
	background: #3e4a66;
}

.top-text-list ul li a:hover h4,
.top-text-list ul li a:hover .xiangqing {
	color: #4affff;
}


/*子页面banner
  */

.ziye-banner {
	width: 100%;
}

.zy-banner-img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.banner-text {
	width: 40%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	font-size: 3.6rem;
	left: 50%;
	margin-left: -20%;
	top: 20%;

}

/* .banner-text h4 {
	font-size: 3.6rem;
	
	margin: 0;
}
 */


.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;
}


.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;
}


/***********************
********* Footer ******
************************/

.footer-menu {
	display: flex;
	justify-content: space-between;
}

.footer-menu-list {
	display: flex;
	padding: 0 50px;

}

.footer-menu-list-icon {
	width: 40px;
	height: 40px;
	margin-right: 18px;
}

.footer-menu-list-right {
	width: calc(100% - 58px);
}

.footer-menu-list-right h4 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: normal;
}

.footer-menu-list-right p {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}

.footer-bottom {
	margin-top: 50px;
	color: rgba(255, 255, 255, 0.25);
	padding-bottom: 20px;
	text-align: center;
}

.footer-menu-list.gray-text .footer-menu-list-right p {
	color: rgba(0, 0, 0, .7);
}

.footer-menu-list.gray-text .footer-menu-list-right h4 {
	color: rgba(0, 0, 0, 1);
}

.footer-bottom-black {
	color: #333;

}

/*子页面菜单颜色*/
.navbar-default.zy-top .navbar-nav>li>a {
	color: #fff;
}


#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;
}




/*首页新闻中心*/

.youshi-list-img {
	height: 180px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.youshi-list-img img {
	transform: scale(1);
	transition: all 0.4s ease;
}

.youshi-list {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
}

.youshi-title {
	font-size: 18px;
	color: #333;
	margin-bottom: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.youshi-title p {
	margin-bottom: 0;
}

.youshi-title i {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.youshi-text {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #888;
	height: 78px;
	overflow: hidden;
}

a.youshi-list-box {
	display: block;
	background: #fff;
	border-radius: 10px;
}

a.youshilist-box:hover .youshi-list {
	box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

a.youshi-list-box:hover .youshi-list-img img {
	transform: scale(1.1);
	transition: all 0.4s ease;

}



/*子页面新闻*/
.news-box {
	width: 100%;

}

.news-list {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.news-list:last-child {
	border-bottom: none;
}

.news-list a {
	display: flex;
}

.news-list-img {
	width: 242px;
	height: 168px;
	overflow: hidden;
	display: flex;
	justify-content: center;

}

.news-list-right {
	width: calc(100% - 272px);
	margin-left: 30px;
	padding: 5px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-list-right h2 {
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: normal;
}

.news-list-right 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;
}

.news-list-bottom {
	display: flex;
	align-items: center;
}

.laiyuan {
	display: flex;
}

.laiyuan-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}

.laiyuan-text {
	line-height: 30px;
	color: #999;
}

.time {
	color: #999;
	line-height: 30px;
	margin-left: 12px;

}

/* 诚聘英才 */
.lianxiren {
	background: #f7f7f7;
	padding: 26px 30px;
	font-size: 16px;
	line-height: 30px;
}

.job-list {
	margin-top: 30px;
	border: 1px solid #e5e5e5;
	padding: 26px 30px;
}

.job-list h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.job-content {
	margin-bottom: 30px;

}

.job-content .biaoti {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	vertical-align: bottom;
	line-height: 1;
	padding-left: 15px;

}

.job-content .biaoti::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #ff2442;
	margin-right: 15px;
	border-radius: 8px;
	vertical-align: bottom;
	left: 0;
	position: absolute;


}

.job-content ul {
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.65);
}


/* 主营业务 */
.yewu-box {

	display: flex;
	flex-wrap: wrap;

}

.yewu-list {
	background-color: #f8f8f8;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 30px;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	min-height: 412px;
	align-items: center;
	/* justify-content: center; */
	padding-top: 60px;
	border-radius: 12px;
}

.yewu-list:nth-child(3n) {
	margin-right: 0;

}

.yewu-list .yewu-icon {
	background: #ff3a48;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-bottom: 16px;

}

.yewu-list-title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.yewu-list-title::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #ff3a48;
	bottom: 0;
	left: 50%;
	margin-left: -20px;

}

.yewu-infor {
	text-align: center;

}



/*子页面*/

.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;
}

/*详情*/
.xq-content {
	padding: 30px 30px;
	background-color: #f8f8f8;
	min-height: 600px;
}

.xq-content h2 {
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 40px;


}

.xq-title {
	margin-bottom: 26px;

}

.xq-title p {
	color: #999;
}

.xq-title p b {
	font-weight: normal;
	margin-right: 12px;
}



/* 联系我们 */
.contact-infor p {
	font-size: 16px;
	margin-bottom: 10px;
}

.ewm-box {
	display: flex;
	width: 50%;
	margin: 120px auto 0;
	justify-content: space-between;
}

.ewm-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ewm-img {
	width: 110px;
	height: 110px;
	border: 1px solid #e5e5e5;
	padding: 3px;
	box-sizing: border-box;
}

.ewm-list p {
	margin-top: 6px;
	font-size: 16px;
}

.ziye-footer .footer-menu-list-right h4 {
	color: #333;

}

.ziye-footer .footer-bottom {
	color: rgba(153, 153, 153, .9);

}

/* 分页 */
.fenye {
	width: 100%;
	padding: 0 0;
	text-align: center;
	/* 	border-top: 1px solid #e5e5e5; */
}

.fenye span {
	color: #333;
	border: none;
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 4px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.fenye span:hover,
.fenye span.current,
a.fanye:hover {
	background-color: #ff4451;
	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: 10px 15px;
	box-sizing: border-box;
	border-radius: 4px;
	box-sizing: border-box;
}

/* 关于我们 */
.ziye-aboutus .jianjie {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
}

.ziye-aboutus .jianjie span {

	color: #ff4451;
}

.ziye-aboutus-list {
	width: 80%;
	margin: 50px auto 0;
}

.ziye-aboutus-list ul {
	display: flex;

}

.ziye-aboutus-list ul li {
	width: 30.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	margin-right: 1px;
	background-color: #ff4451;
	padding: 50px 0;
	border-radius: 10px;
	margin: 0 1.5%;
}

.ziye-aboutus-list ul li:nth-child(1) {
	background: #2ed389;
}

.ziye-aboutus-list ul li:nth-child(2) {
	background: #fa8b47;
}

.ziye-aboutus-list ul li:nth-child(3) {
	background: #4facf4;
}


.ziye-aboutus-list ul li i {
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	text-align: center;

}

.ziye-aboutus-list ul li h4 {
	margin-bottom: 20px;
	text-align: center;

}

.ziye-aboutus-list ul li p {
	text-align: center;
	padding: 0 15px;
	line-height: 22px;
	font-size: 16px;
	line-height: 180%;

}

/* 服务 */
.fuwu-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fuwu-list {
	background: #fff;
	flex: 1;
	padding: 56px 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 12px;
}

.fuwu-list-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	background: transparent;
}

.fuwu-list p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.fuwu-list .fuwu-list-img .tupian2 {
	display: none;
}

.fuwu-list:hover {
	background: #0ab269;

}

.fuwu-list:hover .fuwu-list-img .tupian2 {
	display: block;
}

.fuwu-list:hover .fuwu-list-img .tupian1 {
	display: none;
}

.fuwu-list:hover p {
	color: #fff;
}


/* 意义与价值 */
.yiyi-bg {
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	box-sizing: border-box;
	min-height: 362px;

}

.yiyi-bg h4 {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 26px;
	margin-top: 24px;
}

.yiyi-bg h4::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background: #0ab269;
	bottom: 0;
	left: 50%;
	margin-left: -20px;

}

.yiyi-bg p {
	text-align: center;
}

/* 下载 */

.xiazi-box {
	width: 100%;
	margin-top: 40px;
}

.xiazai-list {
	margin-top: 15px;
	display: flex;
}

/* .xiazai-list a {
	display: flex;
	color: #007eff;
	align-items: center;
	font-size: 16px;
	 */
}

.xiazai-list a i {
	width: 26px;
	height: 26px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
}

.xiazai-list b {
	font-weight: normal;
}

.xiazai-list a span {
	margin-left: 15px;
}

.jianjie {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
}

.saoma {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
}

.saoma-box {
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.contact-infor-box {
	margin-top: 50px;
}

.saoma p {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
}

/* 主营业务 */
.gaishu-bg {
	background: url(../images/gaishu-bg.jpg) no-repeat #f9fafb bottom right;
	width: 100%;
	min-height: 316px;
	border-radius: 10px;
	overflow: hidden;
}

.gaishu-bg h4 {
	background-color: #0ab269;
	height: 64px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #fff;
	line-height: 64px;
}

.gaishu-text {
	padding: 24px;
}

.gaishu-text p {
	padding-bottom: 15px;

}

.zhuying-infor {
	padding-top: 30px;
}

.zhuying-infor h4 {

	font-size: 22px;
	margin-bottom: 10px;


}

.zhuying-infor ul {
	display: flex;
	margin: 20px 0 20px;

}

.zhuying-infor ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.zhuying-infor ul li div {
	width: 80px;
	height: 80px;
	border-radius: 3px;
	background: #f9fafb;

}

.zhuying-infor ul li span {
	padding-top: 10px;
}

.jianshu {
	margin-top: 24px;
}

.padding-30 {
	padding-top: 40px;
	0
}

.dingwei {
	position: relative;
	overflow: hidden;
}

.dingwei01,
.dingwei02,
.dingwei03,
.dingwei04,
.dingwei05 {
	position: absolute;
	content: "";
	display: block;
}

.dingwei01 {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
}

.dingwei02 {
	right: 0;
	top: 15%;
}

.dingwei03 {
	left: 0;
	top: 40%;
}

.dingwei04 {
	right: 0;
	top: 52%;
}

.dingwei05 {
	left: 0;
	top: 78%;
}

@media (min-width:1200px) {
	.container {
		width: 1400px;

	}
}


/* 手机响应式 */
@media (max-width:768px) {
	.xiazai-list-right{
		text-align: center;
	}
	.contact-infor-box{
		margin-bottom: 20px;
	}
	.saoma{
		padding-top: 0;
	}
	
	.fuwu-list{
	 margin-bottom: 20px;		
	}
	
	.zhuying-infor ul {
		flex-wrap: wrap;
	}

	.zhuying-infor ul li {
		margin-bottom: 15px;
	}

	.xq-content {
		padding: 15px;

	}

	.news-list-img {
		width: 30%;
	}

	.news-list-right {
		width: calc(70% - 15px);
		margin-left: 15px;

	}

	.job-list {
		padding: 15px 15px;
	}



	.yewu-list {
		width: 100%;
		margin-right: 0;
	}


	.ewm-box {
		width: 100%;
		margin-top: 50px;
	}

	.fuwu-box {
		flex-wrap: wrap;

	}

	.fuwu-list {
		width: calc(33.3% - 15px);
		justify-content: center;
	}


	.section-title {
		font-size: 24px;
	}

	.section-header {
		margin-bottom: 20px;
	}

	.ziye-aboutus .jianjie {
		width: 100%;
	}

	.ziye-aboutus-list {
		width: 100%;
	}

	.padding-top {
		padding-top: 30px;
	}

	.padding-bottom {
		padding-bottom: 30px;
	}


	.header-width {
		padding: 0;

	}

	.index-mian {
		padding: 30px 0;

	}

	.index-mian-box {
		flex-direction: column;
	}

	.index-mian-left {
		margin-right: 0;
	}

	.footer-menu {
		flex-direction: column;

	}

	.footer-menu-list {
		padding: 0 0;
		margin-bottom: 15px;
	}



	.wenan {
		font-size: 24px;
		margin-top: 30px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background: rgba(0, 0, 0,1);
	}


.navbar-default.black-text .navbar-collapse,
	.navbar-default.black-text .navbar-form {
		background: rgba(255, 255, 255,1);
	}
	.nav>li {
		text-align: center;

	}

	.banner-text {
		top: 5%;
		font-size: 20px;
		display: none;
	}
.navbar.navbar-default .navbar-brand img{ 
	width: 80%;
}

}