/*————————————-————————————————————————分割线—————————————————————————————————————————————*/
/*computer bigthan1200 start*/
.content{
	width: 100%;
	height:auto;
	min-height:calc(100vh - 272px);
}
.bread{
	margin:20px auto;
	width:1000px;
	font-size: 12px;
	line-height: 30px;
	color:#333;
}
.bread a {
	display: inline-block;
	color: #333;
	transition: all .3s;
}
.bread a:hover {
	color: #FA9338;
}

/* 移到首页使用部分开始*/
.container{
	padding:50px 0;
	width: 100%;
	color: #fff;
	background:#333 url(../img/inside/background.png)  no-repeat center;
	background-size: cover;
}
.container h3{
	font-size: 34px;
	text-align: center;
	line-height: 60px;
	font-weight: 400;
}
.terminal{
	padding-bottom:1px;
	background: #fff;
	color: #333;
}
.group{
	margin:70px auto;
	width:1000px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.group .list{
	width:auto;
}
.terminal .group .list{
	text-align: center;
}
.terminal .group .list h5{
	margin-top:30px;
}
.group .list .img{
	width: 90%;
	height:200px;
	overflow: hidden;
}
.terminal .group .list .img{
	height: 250px;
}
.group .list .img img{
	max-width: 100%;
	max-height: 100%;
}
.group .list .server img{
	margin-top:27px;
}
.terminal .group .list .huawei img{
	max-height: 120%;
}
.group .list .desc{
	width: 100%;
	font-size: 14px;
	white-space: nowrap;
}
.group .list .desc h5{
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
}
/* 移到首页使用部分结束 */

.new-content{
	padding: 140px 0;
	width: 100%;
	height: auto;
	/* min-height: calc(100vh - 302px); */
	/* background:url(../img/inside/new-background.png) center bottom no-repeat; */
	/* background: url(../img/news_bg.png) center bottom no-repeat; */
	background: url(../img/2024/company.jpg) center bottom no-repeat;
	background-size: cover;
}

.company-title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 40px;
	color: #000;
	text-align: center;
 }
 .company-title .bar{
	 width: 100px;
	 height: 3px;
	background: linear-gradient(-90deg, #333, rgb(232,243,249));
 }
 .company-title .bar.right{
   background: linear-gradient(90deg, #333, rgb(232,243,249));
 }
.company-title p{
  margin:0 50px;
}
		
.new-content .title-img{
	margin:0 auto 0;
	text-align: center;
	/* width: 500px;
	max-width: 80%; */
	height: 80px;
}
.new-content .title-img img{
	width: auto;
	height: 100%;
}

.new-content .titles{
	margin-top: 100px;
}
.new-content .titles h2,.new-content .titles p{
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.new-content .titles p{
	font-size: 16px;
}
.new-content ul.project{
	margin:0 auto;
	width: 80%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.new-content ul.project li{
	margin: 6px;
	display: block;
	overflow: hidden;
}
.new-content ul.project li{
	width: 48.7%;
	height: auto;
	border-radius: 6px;
}
.new-content ul.project li a{
	display: block;
	width: 100%;
	height: 100%;
}
.new-content ul.project li a img{
	width: 100%;
	height: 100%;
	transform: scale(1.01);
	transition: all 0.3s;
}
.new-content ul.project li a img:hover{
	transform: scale(1.1);
}
.new-content .bottom{
	margin-top:30px;
}
.new-content .bottom .league.partner{
	margin-top: 30px;
	padding-bottom: 20px;
	width:80%;
	max-width: 1180px;
}
.new-content .bottom .league_lists{
	width: 100%;
}
/*computer end*/
/*————————————-————————————————————————分割线—————————————————————————————————————————————*/
/*note between993-1200 start*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.bread{
		width: 900px;
	}
	
	/* 移到首页使用部分开始*/
	.container h3{
		font-size: 30px;
	}
	.group{
		margin: 60px auto;
		width:900px;
	}
	/* 移到首页使用部分结束*/
	
	.new-content{
		padding:120px 0;
	}
	.new-content .title-img{
		/* margin:0 auto 70px; */
		/* width: 450px; */
		height: 75px;
	}
	.new-content .titles{
		margin-top: 80px;
	}
	.new-content h2{
		font-size: 28px;
	}
	.new-content ul.project li{
		width: 48.4%;
	}
	.new-content .bottom{
		margin-top:30px;
	}
	.new-content .bottom .league.partner{
		margin-top: 25px;
		padding-bottom: 15px;
		width:78%;
	}
}
/*note end*/
/*————————————-————————————————————————分割线—————————————————————————————————————————————*/
/*ipad between769-992 start*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bread{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	/* 移到首页使用部分开始*/
	.container{
		padding: 50px 0 20px;
	}
	.container h3{
		font-size: 26px;
	}
	.group{
		margin: 50px auto;
		width:85%;
	}
	/* 移到首页使用部分结束*/
	
	.new-content{
		padding:100px 0;
	}
	.new-content .title-img{
		/* margin:0 auto 50px; */
		/* width: 400px; */
		height: 60px;
	}
	.new-content .titles{
		margin-top: 50px;
	}
	.new-content h2{
		font-size: 26px;
	}
	.new-content ul.project li{
		width: 48%;
	}
	.new-content .bottom{
		margin-top:30px;
	}
	.new-content .bottom .league.partner{
		margin-top: 20px !important;
		padding-bottom: 10px;
		width:78%;
	}
}
/*ipad end*/
/*————————————-————————————————————————分割线—————————————————————————————————————————————*/
/*phone lessthan768-- start*/
@media only screen and (max-width: 767px) {
	.bread{
		display: none;
	}
	
	/* 移到首页使用部分开始*/
	.container h3{
		margin-bottom:20px;
		font-size: 20px;
		line-height: 35px;
	}
	.container h3 span{
		display: block;
		font-size: 18px;
	}
	.terminal h3 span{
		display: inline-block;
	}
	.group{
		margin:0 auto;
		width:100%;
		flex-direction: column;
		align-items: center;
	}
	.group .list{
		margin:15px auto;
		width: 85%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.terminal .group .list{
		display: block;
		text-align: center;
	}
	.group .list .img{
		margin:0 5px;
		width:30%;
		height:auto;
	}
	.terminal .group .list .img{
		margin:0 auto;
		height: auto;
	}
	.group .list .desc{
		margin:0 auto;
		width:70%;
		font-size: 12px;
	}
	.group .list .desc h5{
		font-size: 14px;
		line-height: 34px;
	}
	.terminal{
		padding-bottom: 20px;
	}
	.terminal .group .list h5{
		margin-top:10px;
	}
	/* 移到首页使用部分结束*/
	
	.new-content{
		padding:80px 20px;
	}
	.new-content .title-img{
		/* margin:0 auto 20px; */
		/* width: 350px; */
		height: 40px;
	}
	.new-content .titles{
		margin-top: 25px;
	}
	
	.new-content h2{
		font-size: 18px;
	}
	.new-content ul.project{
		width: 100%;
	}
	.new-content .bottom{
		margin-top:20px;
	}
	.new-content .bottom .league.partner{
		margin-top: 20px !important;
		padding-bottom: 0px !important;
		width:96%;
	}
	.new-content ul.project li{
		width: 100%;
	}
	
	.company-title{
		font-size: 16px;
	 }
	 .company-title .bar{
		 width: 50px;
		 height: 3px;
	 }
	.company-title p{
	  margin:0 20px;
	}
}
/*phone end*/