/*悬浮窗*/
#Floating{
    width: 150px;
    height: 200px;
    position: fixed;
    right:0px;
    top: 15%;
    z-index: 9999;
    overflow: hidden;
}
 /*悬浮窗*/
#Floating h2{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #00b8f8;
    color: #FFFFFF;
}
#Floating .contactImg{
    width: 100%;
    height: calc(100% - 50px);
}

#Floating .contactImg img{
    width: 100%;
    height: 110%;
}

/*页头部分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: 100%; height: 450px;
}
.swiper2{
	background: url("../img/2.png") center center / cover no-repeat; width: 100%; height: 450px;
}
.swiper3{
	background: url("../img/3.png") center center / cover no-repeat; width: 100%; 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: 375px;
	margin-top: 24px;
	color: #FFFFFF;
}
.content ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.content ul li{
	width: 220px;
	margin: auto;
	border-radius: 25px;
	background-color: #1f2631;
}
.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: 220px;
    height: auto;
}
.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: 220px;
    height: auto;
}
.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: 220px;
    height: auto;
}
.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: 220px;
   height: auto;
}
.business2 .content ul li:nth-of-type(5) {
    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: 220px;
   height: auto;
}
.business2 .content ul li{
	cursor: pointer;
}
.business2 .content ul li .kernel_box{
	height: auto;
	text-align: center;

}
.business2 .content ul li .kernel_box img {
	/*margin-left: 60px;*/
    margin-top: 30px;
    max-width: 40%;
    height: auto;
    
}
.business2 .content ul li .kernel_box h3{
	margin: 10px 0;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 32px;
    color: rgba(255,255,255,1);
    text-align: center;
}
.business2 .content ul li .kernel_box p {
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 24px;
    margin: 0 10px;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}


/*成功案例*/
.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: 740px;
	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;
	z
	
}
.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: 22px;
    font-family: Segoe UI;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 64px;
    color: #fff;
    text-align: center;
    justify-content: center;
    float: left;
}

/*.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: 28px;
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-top: 10px;
}
.w250-p1 {
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
}
.w250-p1 {
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
}
.w250-p1 {
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: bold;
    color: rgba(255,255,255,1);
}

/*解决方案*/   
.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.jpg) 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-all;
	margin: 2% 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    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{
	width: 592px;
	height: 200px;
    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;
}

