.container .right-tip .right-tip-children {
	width: 46px;
	height: 46px;
	margin-bottom: 1px;
	background: rgba(0, 0, 0, 0.45);
}

.container .company-message {
	width: 100%;
	min-height:500px;
	display: flex;
	align-items: center;
}

.container .company-message .company-content {
	width: 100%;
	margin: auto;
	max-width: 1400px;
	overflow: hidden;
}

.company-content .company-content-top {
	margin-top: 0px;
	width: 100%;
	height: 395px;
	display: flex;
	align-items: center;
}

.company-content .company-content-bottom {
	width: 100%;
	height: 245px;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.company-content .company-content-top .company-content-top-picture {
	width: 49%;
}

.company-content .company-content-top .company-content-top-picture img {
	width: 100%;
	height: auto;
}

.company-content .company-content-top .company-content-top-introduce {
	width: 51%;
	height: 395px;
}

.company-content-top-introduce-child {
	width: 92%;
	margin-left: 8%;
	height: 395px;
}

.company-content-top-introduce-child .company_word-title {
	font-size: 24px;
	
	font-weight: bold;
	color: #090909;
	height: 80px;
	line-height: 80px;
}

.company-content-top-introduce-child .company_word-title .under_line {
	width: 45px;
	height: 4px;
	background-color: #1F509C;
	margin-top: 76px;
	border-radius: 10px;
	position: absolute;
	margin-left: -246px;

}

.company-content-top-introduce-child .company_word-content {
	font-size: 16px;
	
	font-weight: 400;
	color: #090909;
	line-height: 30px;
	text-align: left;
	margin-top: 17px;
	min-height: 150px;
	max-height: 200px;
}

.company-content-top-introduce-child .company_button {
	width: 149px;
	height: 40px;
	background: #1F509C;
	border-radius: 3px;
	font-size: 14px;
	
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-top: 50px;
}

.company-content-top-introduce-child .company_button a {
	color: white;
}

.company-content-top-introduce-child .company_button:hover {
	cursor: pointer;
}

.company-content-bottom .bottom_com_chidren {
	width: 25%;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-align: left;
	justify-content: center;
	height: 205px;
	font-size: 48px;
	font-family: Impact;
	font-weight: bold;
	color: #253D93;
	text-indent: 46px;
}

.small-word {
	position: absolute;
	font-size: 14px;
	text-indent: 0px !important;
}

.p-word {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323232;
}

/* ////////////////////////////////////// */
.company-news {
	width: 100%;
	height: 910px;
	background-color: #f8f8f8;
}

.news-contaner {
	width: 100%;
	max-width: 1400px;
	height: 910px;
	margin: auto;
}

.news-contaner article {
	font-size: 40px;
	
	font-weight: bold;
	color: #090909;
	text-align: center;
	line-height: 220px;
}

.news-contaner article .box-show {
	display: inline-block;
	width: 108px;
	height: 23px;
	opacity: 0.1;
	background-color: #1F509C;
	position: absolute;
	margin-left: -108px;
	margin-top: 116px;
}

.news-contaner .news-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 473px;
}

.news-contaner .news-content .children-m {
	width: 31%;
	height: 469px;
	font-size: 16px;
	
	font-weight: 800;
	color: #222222;
	background: linear-gradient(to right, #1A79DA, #1A79DA) no-repeat left bottom;
	background-size: 0 2px;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
	transition: background-size 1300ms;
}

.children-m .imgdiv {
	width: 100%;
	height: 295px;
	overflow: hidden;
}

.children-m .imgdiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}

.children-m .news-title {
	width: 92%;
	margin: auto;
	display: -webkit-box;
	/* Safari, Chrome, Opera */
	display: -moz-box;
	/* Firefox */
	display: box;
	-webkit-box-orient: vertical;
	/* 从上到下排列盒子子元素 */
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 指定最多显示两行内容 */
	-moz-box-orient: 2;
	box-orient: 2;
	overflow: hidden;
	/* 超出两行隐藏 */
	line-height: 25px;
	margin-top: 25px;
}

.children-m .news-time {
	width: 88%;
	margin: auto;
	font-size: 14px;
	
	font-weight: 500;
	color: #AFAFAF;
	line-height: 34px;
}

.children-m .news-word {

	width: 88%;
	margin: auto;
	margin-top: 10px;
	display: -webkit-box;
	/* Safari, Chrome, Opera */
	display: -moz-box;
	/* Firefox */
	display: box;
	-webkit-box-orient: vertical;
	/* 从上到下排列盒子子元素 */
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 指定最多显示两行内容 */
	-moz-box-orient: 2;
	box-orient: 2;
	overflow: hidden;
	/* 超出两行隐藏 */
	font-size: 14px;
	
	font-weight: 500;
	color: #686868;
	line-height: 20px;
}

.news-contaner .news-content .children-m:hover {

	cursor: pointer;
	/* border-bottom: 4px solid #1F509C; */
	background-size: 100% 2px;
}

.children-m .imgdiv img:hover {
	cursor: pointer;
	transform: scale(1.2);
}

.news-contaner .look-more {
	width: 149px;
	height: 40px;
	background: #1F509C;
	border-radius: 3px;
	margin: auto;
	margin-top: 95px;
	font-size: 14px;
	
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}

.news-contaner .look-more:hover {
	opacity: 0.8;
	cursor: pointer;
}


@media screen and (max-width:1410px) {

	.container .company-message .company-content,
	.container .news-contaner,
	.company-footer .footer-top {
		max-width: 1200px;
	}
}

/* //////////////////////////////// 移动端*/
.mobile-content {
	width: 100%;
	margin: auto;
}

.m-company-title {
	width: 92.6%;
	height: 45px;
	background-color: #0762D5;
	border-radius: 5px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: white;
	text-indent: 20px;
	line-height: 45px;
	display: none;
}

.m-company-img {
	width: 92.6%;
	margin: auto;
}

.m-company-img img {
	width: 100%;
	min-height: 200px;
}

.m-company-img .company-name {
	width: 92%;
	position: absolute;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 16px;
	left: 4%;
	margin-top: -45px;
	line-height: 45px;
	text-indent: 10px;
}

.m-company-content {
	width: 92%;
	margin: auto;
	font-size: 16px;
	color: #494949;
	line-height: 30px;
	margin-top: 10px;
}

.m-company-data {
	width: 100%;
	height: 75px;
	margin: 20px auto;
}

.m-company-data-child {
	width: 25%;
	height: 65px;
	text-align: center;
	font-size: 16px;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.m-company-data-child .sp1 {
	font-size: 18px;
	color: #0762D5;
	font-weight: bold;
	line-height: normal;
	line-height: 30px;
	text-align: center;
}

.m-company-data-child .sp2 {
	font-size: 16px;
	color: #494949;
	line-height: normal;
	text-align: center;
}

.m-company-data-child i {
	font-style: normal;
	font-size: 10px;
	position: absolute;
	margin-top: -5px;
}

.m-company-xqing,
.m-company-xqing2 {
	width: 120px;
	height: 35px;
	line-height: 35px;
	background-color: #1F509C;
	color: white;
	font-size: 16px;
	text-align: center;
	margin: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}

.m-news-content {
	width: 100%;
	margin: auto;
}

.m-news-status {
	width: 100%;
	min-height: 240px;
	overflow: hidden;
	margin: 20px auto;
	padding-bottom: 10px;

}

.m-news-status p:nth-of-type(1) {
	width: 92%;
	margin: auto;
	font-size: 16px;
	color: #090909;
	font-weight: bold;
	line-height: 35px;
}

.m-news-status p:nth-of-type(2) {
	width: 92%;
	margin: auto;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}

.m-news-status p:nth-of-type(3) {
	width: 92%;
	margin: auto;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}

.m-news-status div {
	width: 92%;
	margin: auto;
	height: 200px;
	margin-left: 4%;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
}

.m-news-status div img {
	width: 100%;
	height: auto;
}

.m-news-status .txt-cut2 {
	font-size: 14px !important;
	line-height: 25px;
}

.m-project-demo {
	width: 100%;
	margin: auto;
}

.project-demo p {
	width: 92%;
	margin: auto;
	font-weight: bold;
	line-height: 40px;
}

.project-demo .project-demo-children {
	width: 100%;
	height: 220px;
}

.project-demo .project-demo-children .swiper {
	width: 92%;
	margin: auto;
	height: 220px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 22px;
	font-weight: bold;
}

.project-demo .project-demo-children .swiper .swiper-slide {
	overflow: hidden;
	opacity: 0.95;
}

.project-demo .project-demo-children .swiper .swiper-slide .company-name {
	width: 100%;
	position: absolute;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 16px;
	margin-top: -45px;
	line-height: 45px;
	text-indent: 10px;
}

.project-demo .project-demo-children .swiper .swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 240px;
}



/* 项目案例 */
.company-demo {
	height: 771px;
	background: url("../img/al_banner.png")no-repeat center;
	background-size: 100% 100%;
}

.company-demo .demo-left {
	width: 28%;
	height: 771px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.company-demo .demo-right {
	width: 72%;
	height: 771px;
	float: left;
	color: white;
}

.swpiter-menu {
	width: 164px;
	height: 326px;
	margin-right: 100px;
}

.swpiter-menu article {
	font-size:24px;
	
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;position: relative;
}

.swpiter-menu article .box-show {
	display: inline-block;
	width: 164px;
	height: 23px;
	opacity: 0.1;
	background-color: white;
	position: absolute;
	left: 0;
	margin-top: 33px;
}

.swpiter-menu .arictle_meun {
	width: 164px;
	margin-right: 100px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.swpiter-menu .arictle_meun a {
	width: 162px;
	height: 65px;
}

.swpiter-menu .arictle_meun .arictle_meun-children {
	width: 162px;
	height: 65px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 16px;
	
	font-weight: bold;
	color: rgba(255, 255, 255, 0.9);
	line-height: 65px;

}

.swpiter-menu .arictle_meun .arictle_meun-children:last-of-type  {
	border-bottom: 0;
}

.right_arrow {
	background: url("../img/right_arrow.png")no-repeat right center;
	background-size: 13px 11px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1) !important;
}

.demo-right-picturer {
	height: 393px;
	margin-top: 210px;
	overflow: hidden;
}

.demo-right-picturer .swiper-container .swiper-slide {
	width: 32.5%;
	/* height: 393px; */
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.demo-right-picturer .swiper-container .swiper-slide p {
	font-size: 16px;
	
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	word-break: break-word;
}

.demo-right-picturer .swiper-container .swiper-slide img {
	width: 100%;
	height: 325px;
	object-fit: cover;
}

.swiper-slide .swiper-slide-img {
	width: 100%;
	height: 326px;
}

.swiper-button-next1 img,
.swiper-button-prev1 img {
	width: 25px;
}

.swiper-button-next1 {}

.swiper-button-prev1 {}

.swiper-button-lock {
	display: block !important;
}

@media screen and (max-width:1800px) {
	/* .swiper-button-next1{
		left: -16%;
	}
	.swiper-button-prev1{
		left: -20%;
	} */
}

@media screen and (max-width:1600px) {

	.swpiter-menu {
		margin-top: -25px;
	}
}

@media screen and (max-width:1360px) {
	.swpiter-menu {
		transform: scale(0.85);
		margin-top: -90px;
	}
	.children-m .imgdiv img{
		height:295px;
	}
	
}

@media screen and (max-width:1050px) {
	.container .company-message {
		height: auto;
	}

	.company-content .company-content-top {
		margin: 0;
		display: block;
		height: auto;
	}

	.company-content .company-content-top .company-content-top-picture,
	.company-content .company-content-top .company-content-top-introduce {
		width: 92.6%;
		margin: auto;
	}

	.m-company-title {
		display: block;
	}

	.company-content-top-introduce-child .company_word-title {
		width: 92%;
		position: absolute;
		height: 45px;
		background-color: rgba(0, 0, 0, 0.3);
		color: white;
		font-size: 16px;
		left: 4%;
		margin-top: -62px;
		line-height: 45px;
		text-indent: 10px;
	}

	.company-content-top-introduce-child {
		width: 100%;
		margin: auto;
		height: auto;
	}

	.company-content-top-introduce-child .company_word-content {
		font-size: 16px;
		color: #494949;
		line-height: 30px;
		text-align-last: left;
	}

	.company-content .company-content-bottom {
		width: 100%;
		height: 75px;
		margin: 20px auto;
		margin-top: 0;
		display: none;
	}

	.company-content-bottom .bottom_com_chidren {
		width: 25%;
		height: 65px;
		text-align: center;
		font-size: 16px;
		display: flex;
		justify-content: center;
		flex-direction: column;

	}

	.p-word {
		font-size: 16px;
		color: #494949;
		line-height: normal;
		text-align: center;
		text-indent: 0;

	}

	.company-content-bottom .bottom_com_chidren div:nth-of-type(1) {
		font-size: 18px;
		color: #0762D5;
		font-weight: bold;
		line-height: normal;
		line-height: 30px;
		text-align: center;
		text-indent: 0;
	}

	.small-word {
		text-indent: 0;
		margin-top: -10px;
	}

	.company-content .company-content-top .company-content-top-introduce {
		height: auto;
	}

	.company-content-top-introduce-child .company_button {
		margin-top: 0;
	}

	.company-demo {
		background: transparent;
		height: auto;
		width: 100%;
		min-height:70px;
	}

	.company-demo .demo-left {
		width: 100%;
		height: auto;
		display: block;
	}

	.swpiter-menu {
		width: 92.6%;
		margin: 0;
		transform: scale(1);
		height:45px;
		border-radius: 5px;
		margin: auto;
		font-size: 18px;
		color: white;
		text-indent: 20px;
		line-height: 45px;
		border-top-left-radius: 0;border-top-right-radius: 0;border: 0;
	}

	.swpiter-menu article {
		text-align: left;
		text-indent: 20px;
		font-size: 18px;
		background: #0762D5 url("../img/white_smallright.png")no-repeat right center;
		background-size: 0.6rem auto!important;
		border-radius: 5px;
	}

	.swpiter-menu .arictle_meun {
		width: 100%;
		min-height: 45px;
		line-height: 45px;
		color: #090909;
		margin-top: 0;
		
	}
	
	.swpiter-menu .arictle_meun .arictle_meun-children {
		width: 100%;height: 45px;
		line-height:45px;font-size: 0.28rem;font-weight: 200;
		color: #090909;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.swpiter-menu article .box-show {
		display: none;
	}

	.container .company-message {
		display: block;margin-top:20px;
	}

	.company-news,
	.news-contaner {
		height: auto;
	}
	.news-contaner{
		display: flex;
		flex-direction: column;
	}
	.news-contaner .news-content {
		display: block;
		height: auto;
		
	}

	.company-demo .demo-right {
		width: 92.6%;
		margin-left: 3.7%;
		height: auto;
		margin-top: 5px;
	}

	.demo-right-picturer .swiper-container .swiper-slide .swiper-slide-img {
		height: 250px;
	}

	.demo-right-picturer .swiper-container .swiper-slide .swiper-slide-img:hover {
		transform: scale(1);
	}

	.demo-right-picturer {
		margin: 0;
		height: auto;
	}

	.news-contaner article {
		width: 92.6%;
		margin: auto;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		text-align: left;
		display: flex;
		justify-content: flex-start;
	}

	.news-contaner article .box-show {
		display: none;
	}

	.demo-right-picturer .swiper-container .swiper-slide {
		margin-right: 0;
	}

	.swiper-paginationdemo {
		display: flex !important;
		position: relative;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	.demo-right-picturer .swiper-container .swiper-slide p {
		color: #090909;
		font-size:20px
	}

	.swiper-pagination-bullet-active {
		background-color: #0762D5;
	}
	.company-news{
		width: 94%;margin: auto;
	}
	.news-contaner article {
		width: 100%;
		text-align: left;
		text-indent: 20px;
		font-size: 18px;
		
		border-radius: 5px;color: white;
		order: 1;
	}
	.news-contaner .news-content{
		margin-top: 0.05rem;order: 3;
	}
	.news-contaner .news-content .children-m{
		width: 100%;height: auto;padding-bottom:0.5rem;
	}
	
	.children-m .news-title{
		width:96%;margin-top: 0;font-size:16px;font-weight: bold;margin-top:5px;
		
	}
	.children-m .news-time{
		width: 96%;line-height: 25px;
	}
	.children-m .news-word{
		width: 96%;color: #666666;margin-top:0px;margin-bottom:20px;
		-webkit-line-clamp: 3;
		  -moz-box-orient: 3;
		  box-orient: 3;font-size:18px;line-height:50px;
		  color:rgba(0, 0, 0, 0.6);

	}
	.children-m .imgdiv{
		height: auto;
	}
	.children-m .imgdiv img{
		height: 100%;
	}
	.news-contaner .look-more{
		position: absolute;margin: 0;order: 2;
		background-color: transparent;right: 0;height: 45px;
	}
	.children-m .imgdiv img:hover {
		cursor: pointer;
		transform: scale(1);
	}
	.swpiter-menu .arictle_meun a:visited{
		color: #090909;
	}
	
}

@media screen  and (max-width:750px){
	.company-demo {
		
		min-height: 1rem;
	}
	.container .company-message {
		display: block;margin-top: 0.2rem;
	}
	.demo-right-picturer .swiper-container .swiper-slide .swiper-slide-img {
		height: 5rem;
	}
	.demo-right-picturer .swiper-container .swiper-slide p {
		color: #090909;
		font-size: 0.28rem;
	}
	.company-content-top-introduce-child .company_word-content{
		font-size: 0.28rem;
	}
	.children-m .news-title{
		width:96%;margin-top: 0;font-size: 0.26rem;font-weight: bold;margin-top: 0.1rem;
		
	}
	.swpiter-menu article{
		font-size: 0.29rem;
	}
	.children-m .news-word{
		width: 96%;color: #666666;margin-top:0px;margin-bottom:0.3rem;
		-webkit-line-clamp: 3;
		  -moz-box-orient: 3;
		  box-orient: 3;font-size: 0.27rem;line-height: 0.4rem;
		  color:rgba(0, 0, 0, 0.6);
	
	}
}