/*页头部分css*/


/*中间部分css*/

.container{
	width: 100%;
	margin-top: 90px;
}
/*轮播*/
.swiper-container {
	height: 450px;
	width: 100%;
	text-align: center;
	background-size: cover;
}
.swiper1{
	background: url("../img/1.png") center center / cover no-repeat; width: 1903px; height: 450px;
}
.swiper2{
	background: url("../img/2.png") center center / cover no-repeat; width: 1903px; height: 450px;
}
.swiper3{
	background: url("../img/3.png") center center / cover no-repeat; width: 1903px; height: 450px;
}
.bannerImg{
	width: 100%;
	height: 596px;
	background-size: cover;
}

/*核心业务*/
.auto1200{
	width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.Pinfo{
	display: none;
}
.Pinfo :hover{
	display: block;
}
.business2 {
    margin-top: 60px;
}

.business2 .business2_title {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
}
.business2 .business2_en {
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}
.business2 .business2_detail {
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: rgba(143,143,143,1);
}
/*---*/
.content{
	height: auto;
	/* min-height: 375px; */
    height: 420px;
	margin-top: 24px;
	color: #FFFFFF;
}
.content ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.content ul li{
	width: 280px;
	margin: auto;
	border-radius: 25px;
	background-color: #1f2631;
	min-height: 300px;
}
.business2 .content ul li:nth-of-type(1) {
    background: url(../img/bgImg/app.jpg) no-repeat center center;
    position: relative;
    box-shadow: 0px 0px 0px rgba(107,91,91,0.8);
    border-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 280px;
    height: auto;
    min-height: 300px;
}
.business2 .content ul li:nth-of-type(2) {
    background: url(../img/bgImg/xcc.png) no-repeat center center;
    position: relative;
    box-shadow: 0px 0px 0px rgba(107,91,91,0.8);
    border-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 280px;
    height: auto;
    min-height: 300px;
}
.business2 .content ul li:nth-of-type(3) {
    background: url(../img/bgImg/pp.png) no-repeat center center;
    position: relative;
    box-shadow: 0px 0px 0px rgba(107,91,91,0.8);
    border-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 280px;
    height: auto;
    min-height: 300px;
}
.business2 .content ul li:nth-of-type(4) {
    background: url(../img/bgImg/oa.png) no-repeat center center;
    position: relative;
    box-shadow: 0px 0px 0px rgba(107,91,91,0.8);
    border-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 280px;
    /*height: 264px;*/
   height: auto;
   min-height: 300px;
}
/*.business2 .content ul li{
	position: relative;
}*/
.business2 .content ul li .kernel_box{
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}
.business2 .content ul li .kernel_box img {
	/*margin-left: 60px;*/
    margin-top: 30px;
    max-width: 100%;
    height: auto;
    
}
.business2 .content ul li .kernel_box h3{
	margin: 10px 0;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 24px;
    color: rgba(255,255,255,1);
    text-align: center;
    padding: 0 10px;
    word-wrap: break-word;
}
.business2 .content ul li .kernel_box p {
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 22px;
    margin: 0 15px;
    display: none;
    text-align: center;
    margin-bottom: 20px;
    word-wrap: break-word;
}


/*成功案例*/
.content_case{
	width: 100%;
	height: 482px;
	margin-bottom: 10px;
	
}
.content_case ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	
	align-content: space-between;
}
.content_case ul li{
	width: 390px;
	height: 220px;
	border-radius: 20px;
	margin: 15px 5px;
	position:relative;
}
.content_case ul li .case_button{
	width: 390px;
	height: 220px;
	border-radius: 20px;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left: 0;
	z-index: 99;
}
.content_case ul li .case_button .inner{
	width: 88%;
	height: 88%;
	position: absolute;
	top: 6%;
	left: 6%;
	background: rgb(255,255,255);
}
.content_case ul li .case_button .inner .innerDiv{
	width: 88%;
    height: 88%;
    margin-top: 3.2%;
    margin-left: 6%;
    border: 1px solid #333;
    position: relative;
}

.content_case ul li .case_button .inner .innerDiv .knowMore{
	height: 40%;
    width: 59%;
    margin: 10% auto 0;
    padding-top: 2.5%;
    border: 1px solid #00b8f8;
}
.content_case ul li .case_button .inner .innerDiv .knowMore .moreDiv{
	width: 90%;
    height: 90%;
    margin: 0 auto 0;
    color: #fff;
    background: #00b8f8;
    font-size: .8rem;
    line-height: 235%;
}
.content_case ul li img{
	width: 100%;
	border-radius: 16px;
}
.all-cases {
    font-size: 15px;
    font-family: Segoe UI;
    font-weight: 400;
    color: rgba(255,0,0,1);
    float: right;
}
.clear{ clear:both} 

/*屯大优势*/
.content_advantage {
	background: url(../img/bgImg/adv.png) no-repeat center center;
	width: 100%;
	height: 820px;
	display: flex;
	flex-direction: row;
}
.advantage_left{
	width: 400px;
}
.advantage_left ul{
	display: flex;
	flex-direction: column;
}
.advantage_left ul li{
	width: 400px;
	height: 145px;
	border: 2px solid #FFFFFF;
}
.advantage_left ul .noBorderRight{
	width: 400px;
	height: 145px;
	padding-left: 80px;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.advantage_left ul li img{
	width: 100px;
	height: 100px;
	text-align: center;
	margin-left: 50px;
	margin-top: 25px;
	justify-content: center;
	float: left;
}
.advantage_left ul li p{
	font-size: 18px; /* 减小字体以适应英文文本 */
    font-family: Segoe UI;
    font-weight: bold;
    margin-left: 20px; /* 减少左边距 */
    margin-top: 50px; /* 调整上边距 */
    color: #fff;
    text-align: left; /* 改为左对齐 */
    justify-content: center;
    float: left;
    width: 200px; /* 设置固定宽度 */
    line-height: 1.2; /* 设置行高 */
    word-wrap: break-word; /* 允许长单词换行 */
}

/*.advantage_right{
	
	width: 800px;
}*/
.adv-detail {
    display: table;
    flex: 1;
}
.adv-table {
    width: 798px;
    height: 738px;
    display: table-cell;
    vertical-align: middle;
}
.w250 {
    width: 250px;
    margin: 0 auto;
    text-align: center;
}
.w250-p {
    font-size: 24px; /* 减小字体以适应英文文本 */
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-top: 10px;
    line-height: 1.2; /* 设置行高 */
    word-wrap: break-word; /* 允许长单词换行 */
}
.w250-p1 {
    font-size: 14px; /* 减小字体 */
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 1.3; /* 设置行高 */
    word-wrap: break-word; /* 允许长单词换行 */
}

/*解决方案*/   
.content_solve{
	width: 1200px;
    height: 451px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(223,223,223,1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 20px;
    margin-bottom: 30px;
}
.solve_{
	padding: 29px 106px;
	
}
.solve_title{
	border-bottom: 1px solid rgba(112,112,112,1);	
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}
.content_solve .solve_title span{
	/*border-bottom: 4px solid;*/
	font-size: 24px;
	padding-bottom: 20px;
}
.solve_title_pClicked{
	border-bottom: 4px solid rgba(255,0,0,1);
}
.solve_plan{
	display: flex;
	flex-direction: row;
	margin-top: 25px;
	justify-content: space-between;
	padding: 0 106px;
}
.solve_title_detail {
    position: relative;
   	/*display: flex;
   	flex-direction: column;*/
    width: 300px;
    
}
.solve_title_detail_h1 {
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 400;
    margin-bottom: 19px;
    margin-top: 19px;
}
.solve_title_detail_detail {
    font-size: 15px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 23px;
}
.solve_all{
	position:absolute;
	bottom:0;
	left:0;
	/*margin-top:10px ;*/
	font-size:16px;
	font-family:Segoe UI;
	font-weight:400;
	color:rgba(255,0,0,1);
}
/*.solve_plan a:link, a:visited {
    text-decoration: none;
    color: inherit;
}*/
.solve_title_img {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 246px;
    flex: 1;
}
.solve_title_img div{
	height: 122px;
	margin-top: 20px;
}
/*a:link, a:visited {
    text-decoration: none;
    color: inherit;
}*/
.solve_title_img img {
    width: 188px;
    height: 120px;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(223,223,223,1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 20px;
    
}



/*合作伙伴*/
.partner_back {
	width: 100%;
    background: rgba(245,245,245,1)
}
.content_partner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.content_partner div{
	height: 122px;
	margin-bottom: 20px;
	
}
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
.content_partner img {
    width: 188px;
    height: 120px;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(223,223,223,1);
    border-radius: 20px;
    
}

/*服务流程*/
.process{
	background: url(../img/service-process/icon_fuwuliucheng@2x.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 1200px;
    height: 546px;
    margin-bottom: 31px;
}

/*行业资讯*/
.news_back{
	width: 100%;
	height: 487px;
    background: rgba(245,245,245,1);
    
}
.content_news{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100px;
	
}
.ellipsisP {
	word-break: break-word; /* 改为break-word */
	margin: 2% 0;
	line-height: 22px; /* 增加行高 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal; /* 改为normal允许换行 */
    font-size: 16px; /* 减小字体 */
    display: -webkit-box; /* 添加多行省略号支持 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
   
}
.news-detail {
    font-size: 13px;
    color: #666;
    padding: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_news_div{
	display: flex;
	flex-direction: column;	
	width: 386px;
	height: 290px;
	
}
.content_news_div_bottom{
	position: relative;
}
.content_news_div img{
	width: 386px;
	height: 217px;
}
.news-undelined {
    width: 13%;
    height: 2px;
    background-color: #c9c9c9;
}
.news_all{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 220px;
}

.all-enter-bot {
    /*font-size: 20px;*/
    font-family: Segoe UI;
    font-weight: 400;
    color: #00B8F8;
    margin-bottom: 20px;
    float: right;
}


/*屯大*/
.dt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
.about .about_md_detail{
    padding: 15px;
	width: 560px;
	height: 250px;
    text-align: center;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(223,223,223,1);
    opacity: 1;
    border-radius: 20px;
	
}
.about_md_detail p {
	margin-bottom: 8px;
	text-align: center;
}
.all-cases {
	font-size: 15px;
    font-family: Segoe UI;
    font-weight: 400;
    color: #00B8F8;
    width: 100%;
    margin: 0 auto;
    
}
/*中间部分css*/
.none{
	display: none;
}

