@charset "utf-8";

body {
	user-select: none;
	-ms-user-select: none;
	/*IE10*/
	-moz-user-select: none;
	/*火狐*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-webkit-user-select: none;
	/*webkit浏览器*/
}

/* 轮播图 */
#banner {
	z-index: 1;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#banner > .banner-hide {
	width: auto;
	height: auto;
	display: none;
}

.layui-carousel-arrow {
	top: 0;
	width: 100px;
	height: 100%;
	margin-top: 0;
	border-radius: 0;
	left: 0 !important;
	right: 0 !important;
	background: rgba(0, 0, 0, 0);
}

.layui-carousel-arrow:hover {
	background: rgba(0, 0, 0, 0);
}

.layui-carousel-arrow[lay-type='sub'] {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.layui-carousel-arrow[lay-type='add'] {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));

}

/* 动态 */

.dynamic {
	height: auto;
	background: #EAF2FA;
}

.dynamic .layui-tab {
	margin: 0;
	width: 100%;
}

.dynamic .layui-tab .layui-tab-title {
	width: 568px;
	margin: 60px 0;
	border-bottom: 0;
	margin-left: calc(50% - 79px);
}

.dynamic .layui-tab .layui-tab-title > li {
	font-size: 24px;
	min-width: 80px;
}

.dynamic .layui-tab .layui-tab-title > li.layui-this {
	color: #000;
	height: 50px;
	font-size: 32px;
	font-weight: bold;
}

.title:before {
	content: '';
	top: 110px;
	width: 80px;
	height: 5px;
	position: absolute;
	background: #2D7AE2;
	margin-left: calc(50% - 40px);
}

.dynamic .layui-tab .layui-tab-title .layui-this:after {
	border: 0;
}

.dynamic .layui-tab .layui-tab-content {
	padding: 0;
	transition: all 0.15s;
	height: 520px !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dynamic .layui-tab .layui-tab-content .layui-tab-item.layui-show {
	width: 100%;
	height: 100%;
	background: #fff;
	align-items: center;
	display: flex !important;
	justify-content: space-between;
}

.layui-tab-item > div {
	height: 100%;
	background: #fff;
}

.layui-tab-item > div:nth-child(1) {
	width: 58%;
	z-index: 9;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}

.layui-tab-item > div:nth-child(1) > div {
	display: none;
}

.layui-tab-item > div:nth-child(1) > div:first-child {
	display: block;
}

.layui-tab-item > div:nth-child(2) {
	width: 42%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #F5F5F5;
	justify-content: flex-start;
}

.layui-tab-item > div:nth-child(2) > div {
	width: 100%;
	height: 24.7%;
	cursor: default;
	background: #fff;
	margin-bottom: 2px;
	transition: all 0.15s;
	padding: 20px 100px 20px 45px;
}

.layui-tab-item > div:nth-child(2) > div:last-child {
	margin-bottom: 0;
}

.layui-tab-item > div:nth-child(2) > div.dynamic_this {
	color: #fff;
	background: #2D7AE2;
}

.layui-tab-item > div:nth-child(2) > div > div {
	height: 100%;
}

.layui-tab-item > div:nth-child(2) > div > div > div:nth-child(1) {
	font-size: 14px;
	margin-bottom: 14px;
}

.layui-tab-item > div:nth-child(2) > div > div > div:nth-child(2) {
	font-size: 20px;
	overflow: hidden;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.dynamic_read {
	top: 50%;
	width: 50px;
	right: -70px;
	height: 50px;
	display: flex;
	margin-top: -25px;
	position: absolute;
	border-radius: 50%;
	background: #FFFFFF;
	align-items: center;
	transition: all 0.15s;
	justify-content: center;
	transform: rotate(180deg);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.layui-tab-item > div:nth-child(2) > div.dynamic_this > div > .dynamic_read {
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.dynamic_read > i {
	color: #2D7AE2;
	font-size: 24px;
	font-weight: bold;
}

.dynamic_date {
	top: 0;
	left: 0;
	color: #fff;
	width: 95px;
	height: 95px;
	display: flex;
	position: absolute;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

.dynamic_date > p:nth-child(1) {
	font-size: 36px;
}

.dynamic_date > p:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
}

.dynamic_item_img {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.dynamic_item_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dynamic_item_main {
	height: 140px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dynamic_item_main > div:nth-child(1) {
	width: 460px;
	height: 100%;
}

.dynamic_item_title {
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic_item_describe {
	width: 100%;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.dynamic_item_main > div:nth-child(2) {
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dynamic_item_main > div:nth-child(2) > * {
	color: #fff;
	width: 120px;
	height: 36px;
	display: flex;
	font-size: 16px;
	background: #2D7AE2;
	align-items: center;
	justify-content: center;
}

.title_more {
	color: #fff;
	width: 240px;
	height: 60px;
	display: flex;
	margin: 50px 0;
	font-size: 22px;
	text-indent: 10px;
	align-items: center;
	transition: all 0.15s;
	justify-content: center;
	background: rgba(45, 122, 226, 0.8);
}

.title_more:hover {
	color: #fff;
	background: rgba(45, 122, 226, 1);
}

/* 视频 */

.video {
	height: 600px;
	background: #fff;
}

.video > img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	position: absolute;
}

.video > .container > div {
	background: #333;
	width: 714px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

video#video {
	display: block;
	width: 714px !important;
	min-height: 494px !important;
}

/* 业绩 */

.achievement {
	padding-top: 60px;
	background: #EAF2FA;
}

.achievement > .container {
	flex-direction: column;
}

.achievement_title {
	height: 50px;
	font-size: 32px;
	font-weight: bold;
}

.achievement_main {
	width: 100%;
}

.achievement_main > div:nth-child(1) {
	height: 449px;
	margin: 55px 0 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.achievement_main > div:nth-child(1) > div {
	opacity: 0;
	height: 100%;
	display: flex;
	position: absolute;
	align-items: center;
	transition: all 0.3s;
	transform: scale(1.05);
	justify-content: space-between;

}

.achievement_main > div:nth-child(1) > div.achievement_show {
	opacity: 1;
	transform: scale(1);
}

.achievement_main > div:nth-child(1) > div > div:nth-child(1) {
	height: 100%;
	padding: 30px;
	background: #fff;
	width: calc(1170px - 708px);
}

.achievement_main > div:nth-child(1) > div > div:nth-child(1) > *:nth-child(1) {
	color: #2D7AE2;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(1) > *:nth-child(2) {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 66px;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(1) > *:nth-child(3) {
	width: 80%;
	color: #888;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.7px;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) {
	height: 100%;
	width: 708px;
	overflow: hidden;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div {
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: flex;
	position: absolute;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div {
	color: #fff;
	margin-top: 50px;
	padding-left: 30px;
	background: rgba(0, 0, 0, 0.3);
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div:after {
	content: '';
	top: 5%;
	left: 16px;
	width: 4px;
	height: 92%;
	background: #fff;
	position: absolute;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div > div > p:nth-child(1) {
	font-size: 28px;
	letter-spacing: 1px;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div > div > p:nth-child(2) {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.achievement_main > div:nth-child(1) > div > div:nth-child(2) > div > div:last-child > p:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
}

.achievement_main > div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.achievement_main > div:nth-child(2) > div {
	width: 23.5%;
	height: 170px;
	background: #fff;
}

.achievement_main > div:nth-child(2) > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.achievement_main > div:nth-child(2) > div > div {
	top: 0;
	left: 0;
	color: #fff;
	width: 275px;
	height: 100%;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	align-items: center;
	transition: all 0.15s;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	text-align: center;
}

.achievement_main > div:nth-child(2) > div.achievement_this > div {
	opacity: 0;
	transform: scale(1.2);
}

/* 荣誉 */

.honor {
	background: #fff;
	padding-top: 60px;
}

.honor > .container {
	flex-direction: column;
}

.honor_title {
	height: 50px;
	font-size: 32px;
	font-weight: bold;
}

.honor_main {
	width: 100%;
}

#honor_swiper {
	position: relative;
	margin: 55px auto 0;
}

#honor_swiper .swiper-container {
	overflow: visible !important;
}

#honor_swiper .swiper-slide {
	width: 520px;
	background: #fff;
	min-height: 260px;
	box-shadow: 0 8px 30px #ddd;
}

#honor_swiper .swiper-slide img {
	display: block;
	width: 500px;
	height: 270px;
	margin: 10px;
	object-fit: cover;
}

#honor_swiper .swiper-slide div {
	bottom: 0;
	height: 0;
	opacity: 0;
	width: 100%;
	color: #fff;
	display: flex;
	padding: 20px;
	position: absolute;
	transition: all 0.3s;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

#honor_swiper .swiper-slide.swiper-slide-active div {
	opacity: 1;
	height: 40%;
}

#honor_swiper .swiper-slide div > p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
}

#honor_swiper .swiper-slide div > p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
}

#honor_swiper .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#honor_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
}

#honor_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #fff;
	border: 3px solid #00aadc;
}

#honor_swiper .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
}

#honor_swiper .swiper-button-prev:hover {
	background-size: 100%;
	background-position: 0 -46px;
}

#honor_swiper .swiper-button-next {
	width: 45px;
	height: 45px;
	right: -30px;
}

#honor_swiper .swiper-button-next:hover {
	background-size: 100%;
	background-position: 0 -139px;
}
