.main-auto {
	width: 1200px;
	margin: 0 auto;
}

/*首页-头部*/
.header {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

.header .logo {
	height: 80px;
}

.header .tools-bar {
	float: right;
	height: 40px;
	margin: initial;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header .tools-bar a {
	display: inline-block;
	margin-left: 6px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 40px;
	text-decoration: none;
	background-color: #00AACA;
	color: #FFFFFF;
}

.header .tools-bar a:hover {
	background-color: #009ab7;
}

.header .tools-bar a:active {
	background-color: #00AACA;
}

.header .search-bar {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 240px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	overflow: hidden;
}

.header .search-bar input {
	float: left;
	border: none;
	height: 40px;
	width: 200px;
	padding: 0 0 0 8px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header .search-bar div {
	float: left;
	display: block;
	text-align: center;
	line-height: 40px;
	width: 40px;
}

.header .search-bar div em,
.header .search-bar div .em {
	font-size: 18px;
	cursor: pointer;
	color: #666666;
	border: none;
	background-color: transparent;
	padding: 10px;
	outline: none;
}

.header .search-bar div em:active,
.header .search-bar div .em:active {
	color: #666666;
}

.header .search-bar div em:hover,
.header .search-bar div .em:hover {
	color: #999999;
}

/*首页-导航*/
.nav-bar {
	height: 60px;
	letter-spacing: 2px;
	position: relative;
	background-color: #00AACA;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	list-style: none outside none;
	font-size: 0px;
}

.nav li {
	font-family: "黑体", "microsoft yahei", "Roboto", Helvetica, Arial, "Apple LiGothic Medium", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€", "Microsoft JhengHei", sans-serif;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 60px;
	line-height: 60px;
	padding: 0 8px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.nav li>a {
	/* font-size: inherit; */
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
}

.nav li:hover a,
.nav li a:hover {
	text-decoration: none;
	color: #00AACA;
}

.nav li:hover {
	color: #00AACA;
	background-color: #FFFFFF;
}

.nav li>.sub {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav li>.sub a {
	display: block;
	padding: 0 10px;
	/* min-width: 125px; */
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px solid rgba(229, 229, 229, .9);
	background-color: rgba(255, 255, 255, .9);
	color: #333333;
	white-space: nowrap;
}

.nav li>.sub a.is-spacing {
	letter-spacing: -1px;
}

.nav li>.sub a:last-child {
	border-bottom: none;
}

.nav li>.sub a:hover {
	color: #00AACA;
}

.nav li.hover>.sub {
	display: block;
}

/*banner*/
.banner-box {
	width: 100%;
	height: 380px;
	position: relative;
}

.banner-box .swiper-container {
	height: 100%;
	width: 100%;
}

.banner-box .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner-box .arrow-left,
.banner-box .arrow-right {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	z-index: 999;
}

.banner-box:hover .arrow-left,
.banner-box:hover .arrow-right {
	opacity: 1;
}

.banner-box .arrow-left {
	background: url("../images/slide/banner-arrow.png") no-repeat 0 0;
	left: 2%;
}

.banner-box .arrow-right {
	background: url("../images/slide/banner-arrow.png") no-repeat -60px 0;
	right: 2%;
}

.banner-box .arrow-left:active,
.banner-box .arrow-right:active {
	background-color: rgba(0, 0, 0, .7);
}

/* 首页-新闻动态 */
.index-news-dynamic .swiper-wrapper {
	height: 220px !important;
}

.index-news-dynamic .swiper-wrapper .swiper-slide {
	height: 220px !important;
}

.news-dynamic-content {
	width: 1200px;
	margin: 0 0 20px;
	overflow: hidden;
}

.news-dynamic-content .inner {
	float: left;
}

.news-dynamic-content .content {
	width: 580px;
	float: left;
	margin: 20px 0;
}

.news-dynamic-content .content:nth-child(2n+1) {
	margin-right: 40px;
}

.news-dynamic-content .content .date {
	float: left;
	width: 80px;
	height: 60px;
	text-align: center;
	margin-right: 15px;
	background-color: #00AACA;
	color: #FFFFFF;
}

.news-dynamic-content .content .date h3 {
	font-size: 28px;
}

.news-dynamic-content .content .date div {
	font-size: 13px;
}

.news-dynamic-content .content .title {
	overflow: hidden;
}

.news-dynamic-content .content .title a {
	font-size: 18px;
	text-decoration: none;
}

.news-dynamic-content .content .title div {
	margin-top: 4px;
}

.news-dynamic-content .content .title div:hover {
	color: #00AACA;
}

.news-dynamic-content .content .title span {
	display: block;
	margin-top: 9px;
	color: #999999;
}

.news-pagination {
	width: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.news-pagination span {
	float: left;
	display: block;
	height: 9px;
	width: 9px;
	margin: 0 3px;
	border-radius: 9px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	background-color: #bbbbbb;
}

.news-pagination span.is-active {
	background-color: #33bbd5;
}

/*项目案例*/
.project-box {
	width: 100%;
	height: 270px;
	position: relative;
	margin-top: 20px;
}

.project-box .swiper-container {
	height: 100%;
	width: 100%;
}

.project-box .arrow-left,
.project-box .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .35);
	z-index: 999;
}

.project-box .arrow-left {
	background: url("../images/slide/project-arrow.png") no-repeat 0 0;
	left: -52px;
}

.project-box .arrow-right {
	background: url("../images/slide/project-arrow.png") no-repeat -42px 0;
	right: -52px;
}

.project-box .arrow-left:hover,
.project-box .arrow-right:hover {
	box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .5);
}

.project-box .arrow-left:active,
.project-box .arrow-right:active {
	opacity: .6;
}

.project-box-list {
	overflow: hidden;
}

.project-box-list a {
	float: left;
	display: block;
	width: 286px;
	height: 270px;
	padding: 15px;
	margin-right: 18px;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url('../images/project-bg.png');
}

.project-box-list a:nth-child(4n+0) {
	margin-right: 0;
}

.project-box-list a img {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 194px;
}

.project-box-list a h3 {
	margin-top: 15px;
	text-align: center;
}

/*媒体中心*/
.media-box {
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 20px;
}

.media-box .swiper-container {
	height: 100%;
	width: 100%;
}

.media-box .arrow-left,
.media-box .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	z-index: 999;
}

.media-box .arrow-left {
	background: url("../images/slide/media-arrow.png") no-repeat 0 0;
	left: -52px;
}

.media-box .arrow-right {
	background: url("../images/slide/media-arrow.png") no-repeat -42px 0;
	right: -52px;
}

.media-box .arrow-left:active,
.media-box .arrow-right:active {
	opacity: .6;
}

.media-box-list {
	overflow: hidden;
}

.media-box-list a {
	float: left;
	display: block;
	width: 280px;
	height: 200px;
	margin-right: 26px;
	text-decoration: none;
}

.media-box-list a:nth-child(4n+0) {
	margin-right: 0;
}

.media-box-list a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

/*首页-模块*/
.module-bg {
	width: 100%;
	height: 500px;
	background-image: url('../images/bg.jpg');
	background-size: 100% 100%;
}

.module-title {
	height: 40px;
	overflow: hidden;
}

.module-title .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	float: left;
	color: #008db5;
}

.module-title .more {
	float: right;
	display: block;
	width: 80px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 40px;
	text-decoration: none;
	border: 1px solid #00AACA;
	color: #00AACA;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.module-title .more:hover {
	background-color: #00AACA;
	color: #FFFFFF;
}

/*首页-底部*/
.footer {
	background-color: #f3f3f3;
	color: #666666;
}

.footer a {
	color: #666666;
}

.footer a:hover {
	color: #00AACA;
}

.footer .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.footer .inner .company-info {
	float: left;
	width: 930px;
}

.footer .inner .company-info .title {
	font-size: 16px;
}

.footer .inner .company-info .content {
	width: 800px;
}

.footer .inner .company-info .content li {
	float: left;
	margin-right: 60px;
	margin-top: 8px;
}

.footer .inner .company-info .content li div {
	margin-top: 8px;
}

.footer .inner .qr-code {
	float: right;
	width: 130px;
}

.footer .inner .qr-code img {
	display: block;
	width: 130px;
	height: 130px;
}

.footer .inner .company-info .link {
	margin-top: 15px;
}

.footer .inner .company-info .link>div {
	float: left;
	line-height: 32px;
	margin-right: 33px;
}

.footer .inner .company-info .link>div:last-child {
	margin-right: 0;
}

.footer .copyright {
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #e5e5e5;
}

/*swiper*/
.pagination {
	position: absolute;
	z-index: 20;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	cursor: pointer;
	background: #AAAAAA;
}

.swiper-visible-switch {
	background: #AAAAAA;
}

.swiper-active-switch {
	background: #00AACA;
}

/*子页页面*/
.sub-page-main {
	width: 1200px;
	margin: 0 auto 50px;
}

.sub-page-title {
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	padding: 50px 0;
	font-weight: bold;
	color: #008db5;
}

.sub-page-banner {
	width: 100%;
	height: 220px;
	background-image: url("../images/sub-banner.jpg");
	background-size: 100% 100%;
}

/*人才招聘*/
.sub-recruit-info {
	font-size: 18px;
	margin-bottom: 20px;
	color: #33333;
}

.sub-recruit-info .title {
	font-size: 22px;
}

.sub-recruit-info div {
	margin-bottom: 10px;
}

.sub-recruit-info a {
	color: #337ab7;
	text-decoration: none;
}

.sub-recruit-info a:hover {
	color: #23527c;
}

.sub-recruit-module {
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
}

.sub-recruit-module:last-child {
	margin-bottom: 0;
}

.sub-recruit-module .title {
	font-size: 18px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
}

.sub-recruit-module .title span {
	margin-left: 40px;
}

.sub-recruit-module .content {
	display: none;
	padding: 15px;
	font-size: 15px;
	color: #333333;
	border-top: 1px solid #E5E5E5;
}

.sub-recruit-module .sub-title {
	font-size: 20px;
}

.sub-recruit-module .sub-content {
	margin: 25px 0;
}

.sub-recruit-module .sub-content li {
	list-style: disc;
	margin: 5px 0px 5px 40px;
}

/*发展历程*/
.sub-history {
	width: 100%;
	height: 640px;
	position: relative;
}

.sub-history-line-bg {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	line-height: 0;
	font-size: 0;
	background-color: #00AACA;
}

.sub-history-line-bg .line-bg {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -600px;
	height: 42px;
	width: 1200px;
	background-image: url("../images/history/history-bg.png");
	background-repeat: no-repeat;
}

.sub-history-box {
	width: 1200px;
	height: 640px;
	position: relative;
	margin: 0 auto;
}

.sub-history-box .swiper-container {
	height: 100%;
	width: 100%;
}

.sub-history-box .arrow-left,
.sub-history-box .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	z-index: 999;
}

.sub-history-box .arrow-left {
	background: url("../images/slide/media-arrow.png") no-repeat 0 0;
	left: 0;
}

.sub-history-box .arrow-right {
	background: url("../images/slide/media-arrow.png") no-repeat -42px 0;
	right: 0;
}

.sub-history-box .swiper-slide {
	position: relative;
}

.sub-history-box .time-one {
	padding-left: 20px;
	background: url("../images/history/time-top-line.png") no-repeat top left;
	position: absolute;
	text-align: left;
	padding-bottom: 30px;
}

.sub-history-box .time-one .year {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
	color: #00AACA;
}

.sub-history-box .time-one .title {
	padding: 8px 0;
	width: 260px;
	line-height: 1.2;
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
}

.sub-history-box .time-one .content {
	margin-top: 8px;
	width: 260px;
	line-height: 1.2;
	color: #666666;
}

.sub-history-box .time-one .image {
	width: 180px;
	height: 100px;
	margin-top: 8px;
}

.sub-history-box .time-one .image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sub-history-box .swiper-slide .time-one:nth-child(1) {
	bottom: 50%;
	left: 105px;
	background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(2) {
	top: 50%;
	left: 250px;
	background: url("../images/history/time-bottom-line.png") no-repeat top left;
	padding-top: 50px;
	padding-bottom: 0;
	background-position: 0 -210px;
}

.sub-history-box .swiper-slide .time-one:nth-child(3) {
	bottom: 50%;
	left: 400px;
	padding-bottom: 60px;
	background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(4) {
	top: 50%;
	left: 633px;
	background: url("../images/history/time-bottom-line.png") no-repeat top left;
	padding-top: 70px;
	padding-bottom: 0;
	background-position: 0 -190px;
}

.sub-history-box .swiper-slide .time-one:nth-child(5) {
	bottom: 50%;
	left: 785px;
	padding-bottom: 20px;
	background-position: 0 15px;
}

.sub-history-box .swiper-slide .time-one:nth-child(6) {
	top: 50%;
	left: 923px;
	background: url("../images/history/time-bottom-line.png") no-repeat top left;
	padding-top: 55px;
	padding-bottom: 0;
	background-position: 0 -200px;
}

/*媒体中心*/
.sub-video-list .video-one {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px dotted #DDDDDD;
}

.sub-video-list .video-one:last-child {
	border-bottom: none;
}

.sub-video-list .video-one .video {
	float: left;
	width: 340px;
	height: 210px;
}

.sub-video-list .video-one .title {
	position: relative;
	padding: 20px 0 20px 20px;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	height: 170px;
}

.sub-video-list .video-one .title span {
	position: absolute;
	left: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*子页菜单*/
.sub-menu-bar {
	font-size: 0;
	border-bottom: 1px solid #E5E5E5;
	background-color: #f9f9f9;
}

.sub-menu-bar .inner {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}

.sub-menu-bar .inner>a {
	height: 80px;
	width: 160px;
	padding: 0 70px;
	text-align: center;
	display: inline-block;
	color: #666666;

}

.sub-menu-bar .inner>a:hover {
	color: #00bbde;
}

.sub-menu-bar .inner>a.is-active {
	background-color: #eeeeee;
	color: #00aaca;
}

.sub-menu-bar .inner>a em {
	width: 50px;
	float: left;
	display: block;
	font-size: 34px;
	line-height: 80px;
}

.sub-menu-bar .inner>a span {
	width: 80px;
	float: left;
	display: block;
	font-size: 18px;
	line-height: 80px;
	font-weight: bold;
}

.sub-menu-bar .inner>a:nth-child(4) {
	width: 250px;
	padding: 0 25px;
}

.sub-menu-bar .inner>a:nth-child(4) span {
	width: 145px;
	text-align: right;
}

/*职业发展*/
.sub-development-title {
	width: 100%;
	border-bottom: 2px solid #00AACA;
}

.sub-development-title div {
	margin-top: 90px;
	text-align: center;
	font-size: 30px;
	padding: 5px 0;
	background-color: #00AACA;
	color: #FFFFFF;
}

.sub-development-content {
	text-align: center;
	padding: 80px 0;
}

/*薪资福利*/
.sub-salary-content {
	padding: 100px 0;
}

.sub-salary-title {
	position: relative;
	height: 50px;
}

.sub-salary-title>div {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #009AB7;
}

.sub-salary-title>h3 {
	width: 200px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	z-index: 10;
	position: relative;
	background-color: #FFFFFF;
	color: #008db5;
}

.sub-salary-other-main {
	width: 1000px;
	margin: 0 auto;
}

.sub-salary-other-list li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 70px;
	color: #00AACA;
}

.sub-salary-other-list li:hover {
	color: #ff6600;
}

.sub-salary-other-list li:hover .icon {
	border-color: #ff6600;
}

.sub-salary-other-list li .icon {
	display: block;
	height: 110px;
	line-height: 110px;
	width: 110px;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 3px solid #00AACA;
}

.sub-salary-other-list li .icon em {
	font-size: 80px;
}

.sub-salary-other-list li .title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

/*业务领域*/
.sub-business-area-one {
	position: relative;
	display: block;
	width: 288px;
	height: 600px;
	margin: 80px 0 30px 0;
	float: left;
	margin-right: 16px;
	overflow: hidden;
}

.sub-business-area-one.bg1 {
	background-image: url('../images/business/1.jpg');
}

.sub-business-area-one.bg2 {
	background-image: url('../images/business/2.jpg');
}

.sub-business-area-one.bg3 {
	background-image: url('../images/business/3.jpg');
}

.sub-business-area-one.bg4 {
	background-image: url('../images/business/4.jpg');
}

.sub-business-area-one .inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
	width: 288px;
	text-align: center;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	-ms-transition: top 0.6s;
	transition: top 0.6s;
	background-color: rgba(0, 170, 202, 0.4);
	color: #FFFFFF;
}

.sub-business-area-one:hover .inner {
	top: 550px;
}

.sub-business-area-one .inner-icon-btn {
	margin-top: 75%;
}

.sub-business-area-one .inner-icon-btn>div {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 2px solid #FFFFFF;
}

.sub-business-area-one .inner-icon-btn>div>em {
	font-size: 60px;
}

.sub-business-area-one .inner-icon-btn>h3 {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}

.sub-business-area-one .inner-title {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	/* background-color: rgba(0, 170, 202, 0.6); */
}

/*子页面分类列表*/
.sub-type-main {
	width: 101.5%;
	padding: 45px 0;
	overflow: hidden;
}

.sub-type-list li {
	float: left;
	width: 23.5%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 10px 1.5% 10px 0;
	font-size: 16px;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #E5E5E5;
	color: #666666;
}

.sub-type-list li.is-selected {
	color: #FFFFFF;
	border-color: #00bbde;
	background-color: #00bbde;
}

.sub-type-list li.is-selected:hover {
	background-color: #00AACA;
}

.sub-type-list li.is-selected:hover a,
.sub-type-list li.is-selected a {
	color: #FFFFFF;
}

.sub-type-list li:hover {
	background-color: #f7f7f7;
}

.sub-type-list li:active {
	opacity: .8;
}

.sub-type-list li a {
	font-size: 16px;
	text-decoration: none;
	color: #666666;
}

/*业务领域-列表*/
.sub-case-list li {
	position: relative;
	padding: 15px;
	overflow: hidden;
	margin-top: 40px;
	background-color: #F7F7F7;
}

.sub-case-list li:first-child {
	margin-top: 0;
}

.sub-case-list li .list-img {
	float: left;
	padding: 3px;
	margin-right: 25px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}

.sub-case-list li .list-img img {
	display: block;
	margin: 0 auto;
	width: 420px;
	height: 240px;
}

.sub-case-list li .list-info {
	overflow: hidden;
}

.sub-case-list li .list-info .info-row {
	width: 700px;
	font-size: 20px;
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
}

.sub-case-list li .list-info .info-row.link {
	margin-top: 30px;
	padding-bottom: 5px;
	color: #008db5;
}

.sub-case-list li .list-info .info-row a {
	font-size: 26px;
	font-weight: bold;
	color: #008db5;
}

.sub-case-list li .list-link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #00AACA;
	color: #FFFFFF;
}

.sub-case-list li .list-link:hover {
	background-color: #009AB7;
}

.sub-case-list li .list-link:active {
	background-color: #008db5;
}

/*管理团队*/
.sub-team-one .inner {
	width: 1200px;
	padding: 60px 0;
	margin: 0 auto;
}

.sub-team-one.bg {
	background-color: #F7F7F7;
}

.sub-team-one .left {
	float: left;
	width: 350px;
	height: 500px;
	margin-right: 30px;
}

.sub-team-one .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.sub-team-one .right {
	overflow: hidden;
}

.sub-team-one .right .title {
	margin-top: 25px;
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #008db5;
}

.sub-team-one .right .jobs {
	margin-top: 8px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}

.sub-team-one .right .content {
	font-size: 18px;
	margin-top: 25px;
	line-height: 28px;
}

/*核心团队*/
.sub-team-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 70px 0 50px 0;
}

.sub-team-list {
	width: 1200px;
	margin: 0 auto;
}

.user-list>li {
	float: left;
	width: 252px;
	margin-right: 64px;
	margin-bottom: 62px;
	height: 340px;
	position: relative;
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3); */
}

.user-list>li:nth-child(4n+0) {
	margin-right: 0;
}

.user-list>li .user-img {
	display: block;
	width: 100%;
	height: 100%;
}

.user-list>li .user-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255, 255, 255, .9);
	border-top: 5px solid #008db5;
}

.user-list>li .user-info .name {
	font-size: 16px;
	color: #008db5;
}

.user-list>li .user-info .jobs {
	font-size: 14px;
	color: #666666;
}

.user-list>li .arrow {
	display: none;
	position: absolute;
	bottom: 66px;
	left: 50%;
	margin-left: -23px;
	height: 20px;
	width: 46px;
	z-index: 100;
	background-image: url('../images/icon-arrow-top.png');
	background-repeat: no-repeat;
}

.user-list>li .user-content {
	position: absolute;
	top: 273px;
	z-index: 99;
	display: none;
	padding: 20px;
	height: 320px;
	width: 1200px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.user-list>li .user-content .name {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #008db5;
	border-bottom: 1px solid #E5E5E5;
}

.user-list>li .user-content .jobs {
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #333333;
}

.user-list>li .user-content .content {
	margin-top: 10px;
}

/*企业文化*/
.corporate-culture-main {
	position: relative;
	margin: 0 auto 80px;
	height: 600px;
	width: 600px;
	background-image: url("../images/sub/corporate-culture-img.png");
}

.corporate-culture-main .main-module {
	position: absolute;
	top: 178px;
	left: 178px;
	width: 240px;
	height: 240px;
	text-align: center;
	border-radius: 50%;
	/* background-color: rgba(0,0,0,.5); */
}

.corporate-culture-main .main-module .title {
	margin-top: 80px;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 32px;
}

.corporate-culture-main .main-module .content {
	font-size: 17px;
	margin-top: 5px;
	color: #666666;
}

.corporate-culture-main .sub-module {
	position: absolute;
	width: 154px;
	height: 154px;
	border-radius: 50%;
	/* background-color: rgba(0, 0, 0, .5); */
}

.corporate-culture-main .sub-module.vision {
	top: 0;
	left: 0;
	color: #ff9100;
}

.corporate-culture-main .sub-module.vision:hover .sub-title,
.corporate-culture-main .sub-module.mission:hover .sub-title,
.corporate-culture-main .sub-module.service:hover .sub-title,
.corporate-culture-main .sub-module.strategy:hover .sub-title {
	/* -webkit-animation-name: rubberBand;
	animation-name: rubberBand; */
}

.corporate-culture-main .sub-module.mission {
	top: 0;
	right: 0;
	color: #8078bf;
}

.corporate-culture-main .sub-module.service {
	bottom: 0;
	right: 0;
	color: #07a9f0;
}

.corporate-culture-main .sub-module.strategy {
	bottom: 0;
	left: 0;
	color: #c50048;
}

.corporate-culture-main .sub-module .sub-title {
	line-height: 33px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 40px;
	cursor: default;
}

.corporate-culture-main .sub-module .sub-content {
	position: absolute;
	display: block;
}

.corporate-culture-main .sub-module .sub-content.is-show {
	display: block;
}

.corporate-culture-main .sub-module .sub-content.vision {
	left: -240px;
	top: -20px;
	width: 220px;
	padding: 10px 15px 10px 10px;
	border-bottom: 3px solid #ffaa38;
}

.corporate-culture-main .sub-module .sub-content.mission {
	right: -178px;
	top: 30px;
	width: 150px;
	padding: 10px 15px 10px 30px;
	border-top: 3px solid #8078bf;
}

.corporate-culture-main .sub-module .sub-content.service {
	right: -220px;
	top: -30px;
	width: 200px;
	padding: 10px 15px;
	border-bottom: 3px solid #25b4f3;
}

.corporate-culture-main .sub-module .sub-content.strategy {
	left: -255px;
	bottom: -60px;
	width: 260px;
	padding: 10px 0 10px 10px;
	border-top: 3px solid #da0047;
}

.corporate-culture-main .sub-module .sub-content .title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.corporate-culture-main .sub-module .sub-content .content {
	font-size: 17px;
	margin-top: 5px;
	letter-spacing: 1px;
	color: #333333;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}


@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(-100%) skewX(30deg);
		transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(0%) skewX(-30deg);
		transform: translateX(0%) skewX(-30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(30%) skewX(-15deg);
		transform: translateX(30%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(-100%) skewX(30deg);
		-ms-transform: translateX(-100%) skewX(30deg);
		transform: translateX(-100%) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(0%) skewX(-30deg);
		-ms-transform: translateX(0%) skewX(-30deg);
		transform: translateX(0%) skewX(-30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(30%) skewX(-15deg);
		-ms-transform: translateX(30%) skewX(-15deg);
		transform: translateX(30%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		-ms-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		-ms-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		-ms-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
