/*--------------------------------------------------- 首页中部 标题及灰线样式 ------------------------------------------------------*/
.content_title {
	text-align: left;
	padding: 0 15px;
}
.content_title a:hover {
	color: #ffffff;
	text-decoration: none;
}
.content_title_button {
	height: 45px;
	width: 200px;
	border: none;
	color: #333333;
	text-align: left;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 14pt;
}
.content_title_button:hover{
  color: #333!important;
}
.content_line {
	height: 1px;
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: 1px solid #cccccc;
}
/*--------------------------------------------------- 首页中部 关于我们 ------------------------------------------------------*/
	.content_about_us {
	width: 1200px;
	height: 290px;
	margin: 0 auto;
}
.content_about_us_left {
	width: 850px;
	text-align: left;
	float: left;
	margin: 40px 0px 0px 15px;
	font-size: 11pt;
	color: #666666;
	line-height: 18pt;
}
.content_about_us_right {
	width: 300px;
	text-align: center;
	float: right;
	margin: 45px 0px 5px 0px;
}
/*--------------------------------------------------- 首页中部 服务产品 ------------------------------------------------------*/
	.content_products {
	width: 1200px;
	/* height: 273px; */
	margin: 0 auto;
}
.content_products .btnbox {
	height: 150px;
}
.education_service {
	width: 1100px;
}
.education_service .content_products_type {
	width: 260px;
	/* margin-left: 6px;
	margin-right: 10px;*/
  height: 130px!important;
}
.education_service .content_products_type:last-child {
	margin-right: 0;
}
.education_service #topicReacherBook {
	margin-right: 0;
}
.content_products_type {
	text-align: center;
	width: 300px;
	float: left;
}
.content_products_type a {
	display: block;
	width: 260px;
	position: relative;
	margin: 0 auto;
}
.content_products_type .masks {
	width: 100%;
	/* height: 100%;*/
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	line-height: 160px;
	font-size: 18px;
	font-weight: bold;
}
.content_products_type_title1 {
	font-size: 13pt;
	color: #333333;
}
.content_products_type_title2 {
	font-size: 11pt;
	color: #999999;
}
.swiper-container {
	width: 1100px;
	margin: auto;
	/* height: 100%; */
}
.btnbox {
	width: 1200px;
	height: 273px;
	position: absolute;
	top: 0;
}
.service-box,
#education_service {
	width: 1200px;
	/* height: 220px;*/
	margin: 0 auto;
	position: relative;
}
#service-box .btnbox .arrow-left,
#education_service .btnbox .arrow-left,
#client_service .btnbox .arrow-left {
	background: url("../images/index/btnleft.png") no-repeat;
	position: absolute;
	left: 15px;
	top: 35%;
	width: 15px;
	height: 25px;
	background-size: contain;
}
#service-box .btnbox .arrow-left,
#service-box .btnbox .arrow-right,
#education_service .btnbox .arrow-left,
#education_service .btnbox .arrow-right {
	cursor: pointer;
}
#service-box .btnbox .arrow-right {
	background: url("../images/index/btnright.png") no-repeat;
	position: absolute;
	right: 10px;
	top: 30%;
	margin-top: -15px;
	width: 27px;
	height: 44px;
}
#education_service .btnbox .arrow-right,
#client_service .btnbox .arrow-right,
#service-box .btnbox .arrow-right{
	background: url("../images/index/btnright.png") no-repeat;
	position: absolute;
	right: 20px;
	top: 35%;
	width: 15px;
	height: 25px;
	background-size: contain;
}
#client_service .btnbox{
  left: 0;
  top: 30%;
  cursor: pointer;
}
.team_right .btnbox .arrow-left {
	background: url("../images/index/btnleft.png");
	position: absolute;
	left: 10px;
	top: 45%;
	margin-top: -15px;
	width: 27px;
	height: 44px;
}
.team_right .btnbox .arrow-right {
	background: url("../images/index/btnright.png");
	position: absolute;
	right: 10px;
	top: 45%;
	margin-top: -15px;
	width: 27px;
	height: 44px;
}
.team_right .btnbox .arrow-left,
.team_right .btnbox .arrow-right {
	cursor: pointer;
}
/*--------------------------------------------------- 首页中部 新闻中心 ------------------------------------------------------*/
	.container {
	width: 1200px;
	margin: 10px auto;
	height: 100%;
  overflow: hidden;
}
.news-box {
	width: 62%;
	padding: 10px 0px;
	background-color: #fff;
	float: left;
	height: 100%;
	overflow: hidden;
}
.seminar-active-box {
	float: right;
	width: 37%;
	background-color: #fff;
}
.quick-passage-box {
	float: right;
	width: 37%;
	height: 15%;
	margin-top: 5px;
	background-color: #efefef;
}
.news-more {
	color: #999999;
	display: inline-block;
	height: 45px;
	line-height: 35px;
	text-decoration: none;
  float: right;
}
.news-more:hover{
	color: #999!important;
}
.content_news {
	width: auto;
	height: 620px;
	margin: 0 auto;
	padding: 0 15px;
}
.content_news_type {
	width: 100%;
	float: left;
}
.news-left-content {
	float: left;
	width: 78%;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	/* margin-bottom: 25px; */
}
.content_news_type:last-child .news-left-content {
	border-bottom: none;
}
.news-img {
	float: right;
	margin-top: 10px;
	width: 138px;
	height: 98px;
	object-fit: cover;
}
.news-type {
	color: #999;
}
.news-time {
	float: left;
}
.news-detail-more {
	float: right;
	margin-right: 20px;
}
.content_news_type_title {
	font-size: 13pt;
	color: #666666;
}
.content_news_first_news {
	overflow: hidden;
	padding-top: 20px;
}
.content_news_first_news_title {
	font-weight: bold;
	font-size: 13pt;
	color: #4a4a4a;
	margin: 5px 0 15px 0;
}
.content_news_first_news_date {
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.content_news_first_news_note {
	width: 230px;
	float: right;
	color: #666666;
	height: 93px;
	overflow: hidden;
}
.content_news_underline {
	height: 1px;
	margin: 0 auto;
	border: none;
	border-top: 1px solid #cccccc;
}
.content_news_message {
	height: 40px;
}
.content_news_note {
	width: 300px;
	margin-top: 3px;
	float: left;
	color: #999999;
}
.content_news_date {
	width: 80px;
	margin-top: 10px;
	text-align: right;
	float: right;
	color: #999999;
}
/*--------------------------------------------------- 首页中部 研讨活动 ------------------------------------------------------*/
.seminar-active-box .seminar-active-title {
	display: inline-block;
	width: 100%;
	background-color: #dadada;
	font-weight: bold;
	font-size: 14pt;
	color: #333333;
	height: 45px;
	line-height: 45px;
	text-indent: 15px;
}
.seminar-active-box .seminar-active-list {
	margin: 8px 15px;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0 20px 0;
}
.seminar-active-box .seminar-active-list:last-child {
	border-bottom: none;
}
.seminar-active-box .seminar-active-list .seminar-active-time-span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	color: #999;
}
.seminar-active-box .seminar-active-list .seminar-active-time-span .seminar-active-time {
	float: left;
}
.seminar-active-box .seminar-active-list .seminar-active-time-span .seminar-active-applying {
	float: right;
	cursor: pointer;
  color: #999;
}
.seminar-active-box .seminar-active-list .seminar-active-name {
	font-weight: bold;
	font-size: 13pt;
	color: #333333;
	margin: 0px 0 5px 0;
}
.seminar-active-box .seminar-active-list .seminar-active-content {
	color: #808080;
	margin-top: 5px;
	/* display: inline-block; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*--------------------------------------------------- 首页中部 宣传片 ------------------------------------------------------*/
.promotional-video-box{
	float: right;
	width: 100%;
	height: 36%;
	background-color: #fff;
}

/*--------------------------------------------------- 首页中部 快捷通道 ------------------------------------------------------*/
.quick-passage-box .quick-passage-left {
	background: url("../images/index/quick_passage_link.png") no-repeat;
	margin: 17px 20px 0px 45px;
	float: left;
	width: 28%;
	text-align: right;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 14pt;
	color: #333;
}
.quick-passage-box .quick-passage-hr {
	float: left;
	height: 40px;
	width: 1px;
	border-left: 1px solid #4d4d4d;
	margin: 17px 5px 0 11px;
}
.quick-passage-box .quick-passage-right {
	background: url("../images/index/quick-passage-tel.png") no-repeat;
	float: left;
	width: 40%;
	margin: 17px 0px 0px 20px;
	text-align: center;
	height: 45px;
}
.quick-passage-box .quick-passage-right .quick-passage-right-msg {
	text-align: left;
	float: right;
}
.quick-passage-box .quick-passage-right .quick-passage-right-msg .quick-passage-telName {
	color: #666;
	font-size: 16px;
}
.quick-passage-box .quick-passage-right .quick-passage-right-msg .quick-passage-tel {
	font-weight: bold;
	font-size: 14pt;
	color: #333;
}
/*--------------------------------------------------- 首页中部 服务项目 ------------------------------------------------------*/
.service-items-box{
	width: 1200px;
	margin: 20px auto;
	background-color: #fff;
	padding: 10px 0px;
	margin-bottom: 80px;
}
.service-items-box .service-items-title {
	color: #333;
	height: 45px;
	width: 200px;
	border: none;
	text-align: left;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 14pt;
	margin-left: 15px;
}
.service-items-box .service-items-tab {
	overflow: hidden;
	margin-top: 10px;
}
.service-items-box .service-items-tab ul{
	width:100%;
	display: flex;
	justify-content: center;
}
.service-items-box .service-items-tab ul li {
	float: left;
	padding: 8px 15px;
	border-bottom: 2px solid #e3e9ea;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: #666;
	width: 25%;
	text-align: center;
}
.service-items-box .service-items-tab ul li:hover{
	color: #333333;
	transition: 0.3s linear;
}
.service-items-box .service-items-tab ul li a{
	color: #333;
}
.service-items-box .service-items-tab ul li a:hover{
	color: #333333;
}

.service-items-box .service-items-tab ul li.active{
	border-bottom: 2px solid #e60012;
	color: #333;
}
.service-items-box .service-item-list{
	margin-top:20px;
	position: relative;
}
.service-items-box .service-item-list .service-items-list-content{
	width: 100%;
	position: relative;
}
.service-items-box .service-item-list .service-items-list-content img{
	width: 293px;
	height: 171px;
}
.service-items-box .service-item-list .service-items-list-content a{
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 4px;
	z-index: 99;
	left: 0;
	color: #fff;
	width: 293px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.valueCreateSwiper,
.RiskComplianceSwiper,
.InnovativeServicesSwiper,
.DailyConsultationSwiper,
.InternationalSwiper{
	position: relative;
}
.service-items-box .service-item-list .swiper-button-next{
	top: auto;
	bottom: -70px !important;
	right: 45%;
	background-color: #fafafa;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #838383;
	border: 1px solid #838383;
}
.service-items-box .service-item-list .swiper-button-prev{
	top: auto;
	bottom: -70px !important;
	left: 45%;
	background-color: #fafafa;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #838383;
	border: 1px solid #838383;
}
.service-items-box .service-item-list .swiper-button-next:after,
.service-items-box .service-item-list .swiper-button-prev:after{
	color: #838383 !important;
	font-size: 14px !important;
}

.service-items-box .service-items-list {
	/* width: 100%; */
	padding: 15px 10px;
	overflow: hidden;
	display: none;
}
.service-items-box .service-items-list .service-items-list-content {
	width: 18%;
	border: 1px solid transparent;
	padding: 10px;
	float: left;
	/* margin-right: 10px; */
	margin-top: 15px;
  cursor: pointer;
}
.service-items-box .service-items-list .service-items-list-content:hover{
  border: 1px solid #ebebeb;
}
.service-items-box .service-items-list .service-items-list-content .service-items-list-content-title {
	font-weight: bold;
	font-size: 13pt;
	color: #333333;
	min-height: 50px;
	display: block;
}
.service-items-box .service-items-list .service-items-list-content .service-items-list-content-msg {
	color: #808080;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}


/*--------------------------------------------------- 首页中部 客户 ------------------------------------------------------*/
.content_client {
	width: 1200px;
	/* height: 300px; */
	margin: 0 auto;
	position: relative;
	background-color: #f7f7f7;
}
.content_client_type {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	float: left;
  height: 130px;
}
.swiper-slide-img-box{
	border: 1px solid #e5e5e5;
	height: 100px;
	width: 210px;
	background-color: #fff;
}
.swiper-slide-img-content{
	width: 180px;
	height: 80px;
	margin: 10px 15px;
}
.swiper-slide-img-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service-customer-box{
	width: 1200px;
	margin: 0px auto;
	background-color: #fff;
	padding: 10px 0px 0px 0;
}
/*--------------------------------------------------- 首页中部 战略伙伴 ------------------------------------------------------*/
.strategic-partners-box{
	width: 1200px;
	margin: 10px auto;
	background-color: #fff;
	padding: 10px 0px 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
	.container {
    width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.news-box {
    width: auto;
    padding: 0px;
    float: none;
		height: auto;
	}		
	.content_title_button{
    height: 35px;
    line-height: 35px;
    font-size: 13pt;
    height: 45px;
    line-height: 45px;
    color: #333;
 }
	.news-more {
    height: 45px;
    line-height: 45px;
    color: #333;
 }
	.content_title{
		padding: 0px 10px;
		background-color: #dadada;
		height: 45px;
		line-height: 45px;
	}
	.content_news{
		padding: 0px 10px;
    background-color: #dadada;
	}
	.news-left-content{
		width: 70%;
		padding-bottom: 10px;
	}
	.news-img{
		width: 28%;
    margin-top: 20px;
    object-fit: cover;
    height: 70px;
	}
	.content_news_first_news{
		padding: 10px 5px;
	}
	.content_news_first_news_title{
		font-size: 11pt;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	.content_news{
		height: auto;
	}
	.quick-passage-box{
		display: none;
	}
	.seminar-active-box {
    float: none;
    width: 100%;
    margin-top: 10px;
	}
	.seminar-active-box .seminar-active-title{
		font-size: 13pt;
	}
	.service-items-box{
		width: 100%;
		padding: 0;
	}
	.service-items-box .service-items-title {
		width: 100%;
		font-size: 13pt;
		background-color: #dadada;
		color: #333;
		padding: 0 10px;
		margin-left: 0;
	}
	.service-items-box .service-items-tab {
		width: 100%;
		margin: 10px 0 10px 5px;
	}
	.service-items-box .service-items-list {
    padding: 0 15px;
	}
	.service-items-box .service-items-list .service-items-list-content {
    width: 93%;
    padding: 15px 0px;
    float: left;
    margin-top: 0;
    border-bottom: 1px solid #eaeaea;
	}
	.service-items-box .service-items-list .service-items-list-content .service-items-list-content-title{
		font-size: 11pt;
		min-height: auto;
	}
	.service-customer-box{
		padding: 0px 0px 20px 0;
		width: 100%;
	}
	.content_client,.service-box, #education_service,#client_service,.swiper-container{
		width: 100%;
	}
	.content_products .btnbox{
		display: none;
	}
	.content_client {
		width: 100%;
		/* height: 300px; */
		margin: 0 auto;
	}
	.content_client_type {
		text-align: center;
		margin-top: 20px;
		width: 100%;
		float: left;
		height: 130px;
		margin-right: 10px;
	}
	.swiper-slide-img-box{
		border: 1px solid #e5e5e5;
		height: 100px;
		width: 95%;
	}
	.swiper-slide-img-content{
		width: 90%;
		height: 80px;
		margin: 10px 5%;
		/* padding: 10px 15px; */
	}
	.swiper-slide-img-box img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.strategic-partners-box{
		width: 100%;
    padding: 0px 0px 20px 0;
    position: relative;
	}
	.service-items-box .service-items-tab ul li{
		padding: 8px 6px;
	}

















}