/* web_th */
.text_center {
	text-align: center;
}

.web_th {
	font-size: 0.36rem;
	color: #333;
	margin: 0.6rem 0 0.3rem;
	font-weight: bold;
}

.web_th span {
	font-family: 'OPENSANS-SEMIBOLD';
}

.web_th .more_border {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.2rem;
}

.center {
	text-align: center;
}

/* a:hover */
a:hover,
ul li a:hover,
.banner_txt ul li a:hover,
.function_item .title a:hover {
	color: #3965DA;
}

/* img:hover */
.ser_pic img,
.pro_pic img,
.news_pic img {
	transition: all 0.4s ease;
}

.home_service_list li:hover .ser_pic img,
.project_item:hover .pro_pic img,
.company_item:hover .pro_pic img,
.news_item:hover .news_pic img {
	transform: scale(1.06);
}

.pro_pic .video_icon::before,
.news_pic .video_icon,
.open_btn::before {
	font-family: fontawesome;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
}

/* slider_banner */
.slider_banner .swiper-pagination {
	padding-bottom: 15px
}

.slide-page-box {
	display: none
}

.slider_banner {
	position: relative
}

.slider_banner,
.swiper-slide {
	overflow: hidden
}

/* .swiper-container:hover .swiper-button-prev {
    left: 65px
}

.swiper-container:hover .swiper-button-next {
    right: 65px
} */

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
	width: 56px;
	height: 56px;
	line-height: 54px;
	margin-top: -28px;
	font-size: 30px;
	opacity: 0;
	background-image: none;
}

.slider_banner .swiper-button-next:hover,
.slider_banner .swiper-button-prev:hover {
	background-color: #3965DA;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: 1
}

.slider_banner .swiper-button-prev {
	left: 20px
}

.slider_banner .swiper-button-next {
	right: 20px
}

.slider_banner:hover .swiper-button-prev {
	left: 30px
}

.slider_banner:hover .swiper-button-next {
	right: 30px
}

.slider_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 10px
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 8px;
	border-radius: 0;
	padding: 8px 0;
	background: 0 0
}

.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	border-radius: 1em;
	background-color: rgba(0, 0, 0, .9)
}

.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
	background-color: hsla(0, 0%, 100%, .9)
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0
}

.slider_banner .swiper-slide img {
	width: 100%;
	/* transition: 3s linear; */
	/* transform: scale(1); */
}

.slider_banner .swiper-slide.swiper-slide-active img {
	/* transform: scale(1) */
}

.slider_banner .swiper-pagination-bullet {
	margin: 0 8px
}

.banner_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	padding: 4% 3.6%;
	max-width: 48%;
}

.banner_txt .title {
	font-size: 56px;
	line-height: 1.25;
}

.banner_txt ul {
	float: left;
}

.banner_txt ul li {
	line-height: 1.25;
	color: #fff;
	font-size: 24px;
	margin-top: 3%;
}

.banner_txt ul li a {
	color: #fff;
}

.slider_banner-phone {
	display: none;
}

@media only screen and (max-width: 1620px) {
	.banner_txt .title {
		font-size: 48px;
	}

	.banner_txt ul li {
		font-size: 23px;
	}
}

@media only screen and (max-width: 1500px) {
	.banner_txt .title {
		font-size: 40px;
	}

	.banner_txt ul li {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner_txt .title {
		font-size: 30px;
	}

	.banner_txt ul li {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.slider_banner {
		display: none
	}

	.slider_banner-phone .swiper-button-next,
	.slider_banner-phone .swiper-button-prev {
		display: none;
	}

	/* .slider_banner:hover .swiper-button-prev {
	    left: 30px; width: 40px; height: 40px; line-height: 40px;
	}
	
	.slider_banner:hover .swiper-button-next {
	    right: 30px; width: 40px; height: 40px; line-height: 40px;
	} */
	.slider_banner-phone {
		display: block;
		padding-top: 140px;
	}

	.slider_banner-phone .swiper-slide img {
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}

	.banner_txt {
		padding: 20px;
		max-width: 55%;
	}

	.banner_txt .title {
		font-size: 22px;
	}

	.banner_txt ul li {
		margin-top: 10px;
		font-size: 16px;
	}
}


@media only screen and (max-width: 768px) {
	.slider_banner .slider_swiper_control {
		bottom: 20px
	}

	.slider_banner .swiper-pagination-bullets {
		text-align: center;
		bottom: -5px
	}

	.banner_txt {
		padding: 10px 12px;
		max-width: 55%;
	}

	.banner_txt .title {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.banner_txt ul li {
		margin-top: 5px;
		font-size: 13px;
	}
}

/* more-style */
.more_border {
	display: inline-flex;
	align-items: center;
	width: 170px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	position: relative;
	padding-right: 24px;
	margin: 0 auto;
	transition: background 0.5s ease;
	border-radius: 35px;
}

.more_border::before {
	position: absolute;
	content: '';
	background: url(../img/icon_right.png) no-repeat center/auto 100%;
	width: 24px;
	height: 24px;
	right: 14px;
	top: 50%;
	margin-top: -12px;
	/*transform: rotate(315deg);*/
}

.more_border:hover {
	color: #fff;
	background: #3965DA;
	border-color: #3965DA;
}

.more_border:hover::before {
	background-image: url(../img/icon_right_w.png);
}

.more_border_bottom {
	border-top: none;
	border-left: none;
	border-right: none;
	width: auto;
	display: inline-block;
	height: 34px;
	line-height: 34px;
}

.more_border_bottom::before {
	right: 0;
	background-size: auto 80%;
}

.more_border_bottom:hover {
	background: none;
	color: #ED2736;
}

.more_border_bottom:hover::before {
	background-image: url(../img/icon_right_r.png);
}


.more_border_red {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	border-bottom: 2px solid #333;


}

.groups .more_border_red {
	width: 170px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	position: relative;
	padding-right: 24px;
	transition: background 0.5s ease;
	border-radius: 35px;
	margin-top: 30px;
}

.more_border_red::before {
	content: '';
	background: url(../img/icon_right.png) no-repeat right center/auto 24px;
	right: 0;
	top: 50%;
	margin-top: -13px;
	transform: rotate(315deg);
	width: 26px;
	height: 26px;
	position: absolute;
}

.more_border_red:hover {
	color: #333;
}

.project_item .more_border_red:hover {
	margin-left: 5px;
}

.groups .more_border_red:hover,
.project_item:hover .more {
	color: #fff;
	background: #3965DA;
	border-color: #3965DA;
}

.groups .more_border_red:hover::before {
	background-image: url(../img/icon_right_w.png);
}

.groups .more_border_red::before {
	transform: rotate(0deg);
	right: 20px;
}

/* home_service */
.home_service {
	padding-bottom: 1rem;
}

.home_service_list li {
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
}

.home_service_list li:last-child {
	margin-right: 0;
}

.home_service_list .ser_pic {
	padding-bottom: 61%;
	overflow: hidden;
}

.service_info {
	padding: 0.22rem;
}

.service_info .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
}

.service_info .brief {
	line-height: 28px;
	color: #666;
	margin: 12px 0;
}

.service_info .more_border {
	width: 190px;
}

.home_service_list li:hover .title a {
	color: #3965DA;
}

.home_service_list li:hover .service_info .more_border {
	color: #fff;
	background: #3965DA;
	border-color: #3965DA;
}

.home_service_list li:hover .service_info .more_border::before {
	background-image: url(../img/icon_right_w.png);
}

.service_link {
	margin-top: 42px;
}

.service_link .more_border {
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
	line-height: 26px;
	padding: 10px 45px 10px 15px;
	height: auto;
	border-radius: 35px;
	cursor: pointer;
}

.service_link .more_border::before {
	right: 18px;
}


@media only screen and (max-width: 1200px) {
	.service_link .more_border {
		font-size: 20px;
	}
}

@media only screen and (max-width: 950px) {

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.swiper-button-next::before,
	.swiper-button-prev::before {
		font-size: 32px;
	}

	.service_info .brief {
		margin: 8px 0 12px;
	}

	.groups .more_border_red {
		margin-top: 20px;
	}
}

/* home_right_sort */
/* .home_right_sort_btn{width: 36px; height: 60px; position: absolute; left: 0; z-index: 1; background: #3965DA; opacity: 0.6; border-radius: 0 5px 5px 0; cursor: pointer;}
.open_btn{width: 36px; height: 36px; font-size: 24px; text-align: center; line-height: 36px; color: #fff; margin-top: 12px; transition: all 0.3s ease;}
.open_btn::before{content: '\f101';}
.home_right_sort_btn:hover{opacity: 1;}

.close_btn{transform: rotate(180deg);}

.home_right_sort{width: 100px; position: absolute; left: -100px; z-index: 1; transition: left 0.4s ease; top: 60px;}
.sort_item{margin-bottom: 15px; background: #D9D9D9; width: 100%; padding: 15px 10px 20px;}
.sort_item .title, .sort_item .title a{color: #333; line-height: 28px; font-weight: bold;}
.sort_list li{width: 64px; height: 90px; overflow: hidden; margin: 20px 8px 0;}
.sort_list li img{width: 100%; height: 100px; transition: all 0.4s ease;}
.sort_list li a:hover img{transform: scale(1.08);} */

/* home_colour */
.home_colour {
	position: relative;
	padding-left: 0.24rem;
}

.home_colour_btn {
	align-items: center;
	justify-content: start;
	margin-left: 51%;
}

.home_colour_btn .more_bg_red {
	display: inline-block;
	font-size: 0.24rem;
	border-radius: 0;
	padding: 0.18rem 0.30rem;
	height: auto;
	width: auto;
	line-height: 32px;
	margin-right: 20px;
}

.home_colour_btn .more_border {
	display: inline-block;
	margin: 0;
}

.home_colour_btn .more_border::before {
	background-image: url(../img/icon_down.png);
	transform: rotate(0deg);
}

.home_colour_btn .more_border:hover::before {
	background-image: url(../img/icon_down_w.png);
}

.color_chart_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67.26%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.color_btn {
	position: absolute;
	left: 51%;
	top: 3.5%;
	right: 0.54rem;
}

.color_mid_btn {
	top: 44%;
}

.sel_item .sel_lable {
	font-size: 20px; display: inline-block; vertical-align: middle;
}

.sel_item .color_sel {
	/* width: 110px; */
	height: 36px;
	border: 0.5px solid;
}

.sel_item .color_sel option {
	height: 38px;
	padding-left: 40px;
	background: #EFEFEF;
	background-position: left center;
	background-size: auto 90%;
}

.colour_bottom_btn {
	position: absolute;
	bottom: 0.6rem;
	left: 0.8rem;
	right: 0.8rem;
	align-items: center;
}

.colour_bottom_btn .more_border {
	height: auto;
	line-height: 28px;
	padding: 0.1rem 42px 0.1rem 20px;
	width: auto;
	max-width: 3.9rem;
	border-radius: 35px;
}

.colour_btn_left .more_border {
	min-width: 320px;
}

.colour_btn_right {
	justify-content: flex-end;
}

.colour_btn_right .more_border:last-child {
	margin-left: 0.3rem;
}

.color_chart_pc {
	display: block;
}

.color_chart_mobile {
	display: none;
}

.select2-search--dropdown{display: none;}
.select2-container{text-align: left; width: auto !important; min-width: 100px; max-width: 100%;}
.sel_item .selection{font-size: 15px; letter-spacing: 0 !important;}
.select2-container .select2-selection--single{height: 34px; border-color: #333;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 34px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 4px;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #3965DA;}
.select2-results__option{line-height: 20px; font-size: 15px; padding: 6px 8px;}

@media only screen and (max-width: 1400px) {
	.colour_bottom_btn {
		bottom: 0.2rem;
	}
}

@media only screen and (max-width: 1280px) {
	.color_btn {
		top: 3%;
	}

	.color_mid_btn {
		top: 44%;
	}

	.colour_bottom_btn {
		bottom: 0rem;
	}
}

@media only screen and (max-width: 1100px) {
	.color_btn:first-child .sel_item .sel_lable {
		letter-spacing: -1px;
	}

	.sel_item .sel_lable {
		font-size: 18px;
	}
}


@media only screen and (max-width: 950px) {

	/* home_colour */
	.home_colour {
		padding: 0;
	}

	.home_colour_btn {
		margin-left: 0;
		justify-content: space-between;
	}

	.home_colour_btn .more_bg_red {
		font-size: 16px;
		padding: 5px 15px;
		margin-right: 0;
	}

	.color_chart {
		padding: 20px 0 90px;
	}

	.color_chart_pc {
		display: none;
	}

	.color_chart_mobile {
		display: block;
		padding-bottom: 227.65%;
	}

	.color_btn {
		left: 0;
		right: 0;
		top: 0;
	}

	.sel_item {
		width: 48.5%;
	}

	.sel_item .sel_lable {
		font-size: 18px;
	}

	.sel_item .color_sel {
		width: 100%;
		max-width: 100%;
	}

	.color_btn .sel_item:last-child {
		text-align: right;
	}

	.color_mid_btn {
		top: 23.3%;
	}

	.colour_bottom_btn {
		flex-direction: column;
		align-items: center;
		bottom: -60px;
		height: 56.5%;
	}

	.colour_btn_left {
		order: 2;
	}

	.colour_btn_right {
		order: 1;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.colour_bottom_btn .more_border {
		max-width: 90%;
		margin: 0;
	}

	.colour_btn_right .more_border:last-child {
		margin-left: 0;
		margin-top: 12px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 768px) {
	.select2-container{width: 100% !important;}
}
@media only screen and (max-width: 500px) {
	.color_chart_mobile {
		margin-top: 20px;
	}

	.color_btn {
		top: -30px;
	}

	.color_mid_btn {
		top: 21.5%;
	}

	.colour_bottom_btn {
		height: 60.6%;
		bottom: -75px;
	}

	.sel_item .color_sel {
		height: 32px;
	}

	.colour_btn_right .more_border:last-child {
		margin-top: 8px;
	}
}

/* home_flex */
.home_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.home_end {
	flex-direction: row !important;
	align-items: center;
}

/* home_function */
.home_function {
	width: 39%;
	width: 46%;
}

.function_inner {
	/*background: url(../img/bg1.png) no-repeat center/95% auto;*/
	border-radius: 24px;
	padding: 0.4rem 0.3rem 0.48rem;
	position: relative;
}

.function_inner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 97, 255, 0.04);
	border-radius: 24px;
}

.function_inner .swiper-pagination {
	bottom: 20px;
}

.function_inner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95% auto;
	height: auto;
}

.function_item {
	line-height: 28px;
	margin-bottom: 20px;
}

.function_item .title {
	font-weight: bold;
	color: #333;
	height: 43px;
	line-height: 22px;
}

.function_item .title a {
	color: #333;
}

.function_item .brief {
	color: #666;
	margin: 5px 0 3px;
	height: 78px;
	line-height: 26px;
}

.function_item_top .title {
	height: auto;
}

.function_item_top .title,
.function_item_top .title a {
	font-size: 20px;
}

.function_item .more {
	color: #3965DA;
	background: url(../img/icon_right_b.png) no-repeat right center/auto 22px;
	padding-right: 30px;
}

.function_item .more:hover {
	margin-left: 5px;
}

.function_item_flex {
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.function_item_flex .function_item {
	width: calc((100% - 20px) / 2);
}

.function_item_flex .function_item .brief {
	height: 104px;
}

.function-prev,
.function-next {
	background-image: none;
}

.function-prev {
	left: -20px;
}

.function-next {
	right: -20px;
}

/* home_project */
.home_blog {
	width: 58%;
	position: relative;
}

.home_project {
	width: 50%;
	position: relative;
}

.home_project.special {
	width: 100%;
}

.home_project.special .swiper-slide {
	width: calc((100% - 78px) /4);
	margin-right: 26px;
}

.home_project .img_box {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 78.8%;
	margin-top: 0.9rem;

}

.home_project .img_box img {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	object-fit: contain;
	max-width: 732px;
}

.project_item .pro_pic {
	padding-bottom: 66%;
	overflow: hidden;
	border-radius: 12px;
}

.project_item {
	line-height: 28px;
}

.project_item .title,
.project_item .title a {
	color: #666;
}

.project_item .title {
	margin: 15px 0 12px;
}

.project_item .brief {
	color: #333;
	height: 84px;
	margin-bottom: 15px;
}

.project_item:hover .title a {
	color: #3965DA;
}

.swiper_bottom {
	position: absolute;
	top: 50%;
	height: 24px;
	left: 0;
	right: 0;
	border-radius: 12px;
	padding: 0 25px;
}

.swiper-container-horizontal .swiper_bottom .swiper-scrollbar {
	height: 24px;
	width: 100%;
	background: none;
	display: none;
}

.swiper-scrollbar-drag {
	background: #CECECE;
}

.project-prev,
.project-next {
	background-image: none;
}

.project-prev::before,
.project-next::before {
	font-weight: bold;
}

.project-next:hover,
.project-prev:hover {
	color: #fff;
}

.project-prev {
	left: -50px;
}

.project-next {
	right: -50px;
}

.project-pagination {
	display: none;
}


/* home_blog */
.home_blog,
.home_company {
	padding: 0 0 0;
}

.home_blog {
	width: 59%;
}

.function_inner,
.blog_news {
	margin-left: 20px;
}

.home_blog .web_th,
.home_function .web_th {
	margin-left: 20px;
}

.blog_news {
	background: #F8FAFF;
	padding: 0.45rem 0.42rem 0;
	border-radius: 12px;
	position: relative;
}

.home_blog .blog_news:last-child {
	padding: 0.38rem 0.42rem 0.45rem;
}

.blog_news .swiper-button-prev,
.blog_news .swiper-button-next {
	background-image: none;
}

.blog-prev,
.blog-next,
.function-prev,
.function-next {
	background-color: #c0c0c0;
}

.blog-prev.swiper-button-disabled,
.blog-next.swiper-button-disabled,
.function-prev.swiper-button-disabled,
.function-next.swiper-button-disabled {
	opacity: 1;
	background-color: #eee;
}

.blog_news .swiper-button-prev {
	left: -20px;
}

.blog_news .swiper-button-next {
	right: -20px;
}


.blog_news .news_item {
	align-items: center;
}

.news_item .news_item_pic {
	width: 35%;
	margin-right: 20px;
}

.news_item_pic .news_pic {
	padding-bottom: 67%;
	overflow: hidden;
	border-radius: 8px;
}

.news_item_pic .video_icon {
	position: absolute;
	z-index: 1;
	width: 42px;
	height: 42px;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	background: rgba(255, 255, 255, 0.58);
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	color: #3965DA;
	font-size: 16px;
	padding-left: 2px;
}

.news_item_pic .video_icon::before {
	content: '\f04b';
}


.news_item_info {
	flex: 1;
	width: calc(65% - 20px);
}

.news_item_info .more_border {
	border-radius: 0;
}

.news_item_info .date {
	padding-left: 32px;
	background: url(../img/frame.png) no-repeat left center /auto 28px;
	line-height: 28px;
	color: #0B87FB;
	margin-bottom: 4px;
}

.news_item_info .title,
.news_item_info .title a {
	font-weight: bold;
	line-height: 36px;
	font-family: 'OPENSANS-BOLD';
}

.news_item_info .brief {
	color: #666;
	line-height: 30px;
	margin: 0 0 10px;
}

.news_item:hover .title a {
	color: #3965DA;
}

.news_item:hover .more_border_bottom {
	color: #3965DA;
	border-color: #3965DA;
}

.news_item:hover .more_border_bottom::before {
	background-image: url(../img/icon_right_b.png);
}

.news_item:hover .news_item_pic .video_icon {
	color: #fff;
	background: #3965DA;
}

@media only screen and (max-width: 950px) {

	/* home_service_list */
	.home_service {
		padding-bottom: 30px;
	}

	.home_service_list {
		flex-wrap: wrap;
	}

	.home_service_list li {
		width: 100%;
		margin-right: 0;
	}

	.service_info {
		padding: 15px 0 20px;
	}

	.service_info .title {
		font-size: 18px;
		white-space: normal;
	}

	.service_link {
		margin-top: 15px;
	}

	.service_link .more_border {
		font-size: 17px;
		line-height: 1.25;
	}

	.service_link .more_border::before {
		right: 10px;
	}

	/*  */
	.home_blog .web_th,
	.home_function .web_th {
		margin-left: 0;
	}

	.home_function .web_th {
		margin-bottom: 0;
	}

	.home_fun_project .home_flex {}

	.home_function {
		position: relative;
	}

	.home_function::before {
		position: absolute;
		left: -15px;
		right: -15px;
		top: 0;
		bottom: 0;
		content: '';
		background-color: rgba(34, 97, 255, 0.06);
	}

	.function_inner::before {
		background: none;
	}

	.function_inner {
		margin: 0;
		padding: 15px 15px 20px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.function_inner .swiper-pagination {
		bottom: 10px;
	}

	.function-prev,
	.function-next {
		display: none;
	}

	.function_inner::before {
		border-radius: 0;
	}

	.function_item_flex .function_item {
		width: 100%;
	}

	.function_item_flex .function_item .brief,
	.function_item .brief {
		height: auto;
		display: block;
	}


	.home_blog {
		width: 100%;
		padding-bottom: 0;
		padding: 0 0 20px;
	}

	.home_function,
	.home_project {
		width: 100%;
	}

	.home_project .img_box {
		margin-top: 20px;
	}

	.home_project {
		padding-bottom: 55px;
		padding-bottom: 0;
	}

	.home_project.special .swiper-slide {
		width: 100%;
		margin-right: 0;
	}

	.swiper_bottom {
		bottom: 0;
		display: none;
	}

	.project_item .brief {
		height: auto;
		display: block;
		margin-bottom: 10px;
	}

	.project-pagination {
		display: block;
	}

	.project_item .title {
		white-space: normal;
	}

}


/* home_company */
.content {
	font-size: 20px;
	color: #666;
	text-align: center;
}

.home_company_box {
	background: #f5f5f5;
	padding: 0.5rem 0 0.8rem;
	margin-top: 0.8rem;
}

.home_company {
	width: 39%;
}

.home_company.special {
	width: 100%;
}

.home_company .group {
	padding: 0 20px;
}

.home_company .first_blog .img_box {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 61%;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.home_company .first_blog .lable {
	width: 129px;
	height: 153px;
	background: url(../img/rectangle.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 56px;
	font-weight: bold;
}

.home_company .first_blog .lable .year {
	font-size: 24px;
	text-transform: uppercase;
}

.home_company .first_blog .img_box img {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	object-fit: cover;
}

.home_company .first_blog .title {
	font-weight: bold;
	line-height: 36px;
	font-family: 'OPENSANS-BOLD';
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.home_company .first_blog .title a {
	color: inherit;
}

.home_company .first_blog .brief {
	color: #666;
	line-height: 30px;
	margin: 0 0 10px;
	font-size: 20px;
}

.home_company .first_blog .date {
	padding-left: 32px;
	background: url(../img/frame.png) no-repeat left center / auto 28px;
	line-height: 28px;
	margin-bottom: 4px;
}

.home_company .first_blog:hover .title {
	color: #3965DA;
}

.home_company .first_blog:hover .img_box img {
	transform: scale(1.06);
}


.company_inner {
	position: relative;
}

.company_item .pro_pic {
	/*padding-bottom: 57.5%;*/
	overflow: hidden;
	border-radius: 12px;
	width: 53.75%;
	position: relative;
	height: auto;
}

.company_item .pro_pic lite-youtube {
	border-radius: 12px;
	width: 90%;
	border: none;
}

.company_item .pro_pic iframe {
	width: 100%;
	border: none;
}

.home_company .web_th {
	position: relative;
}

.home_company .web_th:after {
	content: "";
	position: absolute;
	width: 396px;
	height: 394px;
	background-color: #2A4A9E;
	border-radius: 12px;
	right: 0;
	top: 0;
}

.company_item .groups {
	width: 40.25%;
}

.company_item .video_icon {
	position: absolute;
	z-index: 1;
	width: 56px;
	height: 56px;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	background: rgba(255, 255, 255, 0.58);
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
	color: #3965DA;
	font-size: 20px;
	padding-left: 2px;
}

.company_item .video_icon::before {
	content: '\f04b';
}

.company_item {
	line-height: 32px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.company_item .title,
.company_item .title a {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	font-family: 'OPENSANS-BOLD';
}

.company_item .title {
	margin: 12px 0 5px;
}

.company_item .brief {
	color: #666;
	font-size: 20px;
	height: 90px;
	margin-bottom: 10px;
	line-height: 30px;
}

.company_item .brief p:first-child {
	position: relative;
}

.company_item .brief p:first-child:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 100%;
	background-color: #3965DA;
	position: absolute;
	left: -25px;
}

.margin {
	margin-left: 25px;
}

.padding {
	padding-left: 25px;
}

.company_item:hover .title a {
	color: #3965DA;
}

.company_item:hover .video_icon {
	background: #3965DA;
	color: #fff;
}

.company-prev,
.company-next {
	background-image: none;
	background-color: #c0c0c0;
	top: calc(50% - 100px);
	display: none;
}

.company-prev.swiper-button-disabled,
.company-next.swiper-button-disabled {
	opacity: 1;
	background-color: #eee;
}

.company-prev {
	left: -20px;
}

.company-next {
	right: -20px;
}

@media only screen and (max-width: 950px) {

	/* web_th */
	.web_th {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
		margin-top: 28px;
		font-size: 22px;
	}

	.web_th .more_border {
		margin: 0;
		width: 156px;
	}

	.more_border {
		width: 156px;
	}

	.more_border::before {
		right: 10px;
		background-size: 80% auto;
	}

	.more_border {
		width: auto;
		min-width: 130px;
	}

	.more_border_bottom::before {
		right: 0;
	}

	.content {
		margin-bottom: 20px;
	}

	.company_item {
		flex-direction: column;
	}

	.company_item .pro_pic {
		width: 100%;
	}

	.company_item .groups {
		width: 100%;
		margin-top: 5%;
	}

	.home_company .web_th:after {
		display: none;
	}

	.company_item .pro_pic iframe {
		width: 100%;
	}

	/*  */
	.blog_news .news_item {
		flex-wrap: wrap;
	}

	.news_item .news_item_pic {
		width: 100%;
		margin-right: 0;
	}

	.blog_news,
	.home_blog .blog_news:last-child {
		margin-left: 0;
		padding: 0;
		background: none;
	}

	.home_blog .blog_news:last-child {
		margin-top: 30px;
	}

	.news_item_info {
		margin-top: 15px;
	}

	.news_item_info .brief {
		display: none;
	}

	.blog_news .swiper-button-prev,
	.blog_news .swiper-button-next {
		margin-top: -85px;
	}

	/* home_company */
	.home_company_box {
		margin-top: 20px;
		padding: 0 0 20px;
	}

	.home_company {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.home_company.special {
		padding-top: 1px;
	}

	.company-prev,
	.blog_news .swiper-button-prev {
		left: -12px;
	}

	.company-next,
	.blog_news .swiper-button-next {
		right: -12px;
	}

	.company_item .pro_pic lite-youtube {
		width: 100%;
	}
}

/* home_about_map */
.home_contact {
	padding-top: 0.5rem;
}

.phone_th {
	display: none;
}

.home_about_map {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	margin-top: 0.3rem;
}

.home_about {
	width: 48%;
}

.home_about .brief {
	line-height: 36px;
	font-size: max(16px, 0.24rem);
	color: #666;
	margin-bottom: 0.3rem;
}

.home_about .brief p {
	margin-bottom: 0.2rem;
}

.more_btn {
	text-align: center;
}

.more_bg_red {
	background: #3965DA;
	color: #fff;
	border: 2px solid #3965DA;
	border-radius: 26px;
	display: inline-block;
	width: 170px;
	text-align: center;
	height: 48px;
	line-height: 46px;
	font-weight: bold;
	font-size: 18px;
}

a.more_bg_red:hover {
	color: #3965DA;
	background: #fff;
}

.home_map {
	width: 49%;
	margin-top: 30px;
}

@media only screen and (max-width: 950px) {
	.home_contact {
		padding-top: 0;
	}

	.phone_th {
		display: block;
	}

	.home_about .web_th {
		display: none;
	}

	.home_about_map {
		flex-direction: column;
		padding-bottom: 30px;
	}

	.home_about,
	.home_map {
		width: 100%;
	}

	.home_about {
		order: 2;
		margin-top: 15px;
	}

	.home_about .brief p {
		line-height: 30px;
	}

	.home_map {
		order: 1;
		margin-top: 0;
	}

}

@media only screen and (max-width: 1024px) {
	.home_end {
		flex-wrap: wrap;
	}

	.home_function,
	.home_project {
		width: 100%;
	}

	.home_project .img_box img {
		max-width: unset;
	}
}