
/*banner*/
.content {
	width: 1200px;
	margin: 0 auto
}

.banner {
	height: 680px;
	overflow: hidden;
	/* position: relative; */
	min-width: 1200px;
	width: 100%;
}
.banner .content {
	color: #fff
}

.banner [class*=banner] {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.banner .bd {
	background: #353535;
	height: 100%;
	background-image: url(../img/index/banner_base_bg.jpg);
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .bd li {
	color: #fff;
	overflow: hidden;
	
}

.banner .hd {
	position: absolute;
	bottom: 21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner .hd li {
	float: left;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px
}

.banner .hd li.on {
	background: #fff
}

.banner .banner2 .ba1_title {
	text-align: left;
	margin-top: 273px;
	width: 500px;
	float: right;
}

.banner .banner2 .ba1_title h1 {
	line-height: 63px
}

.banner .banner12 .ba1_title p {
	line-height: 19px;
	margin-top: 19px
}

.banner .banner2 .ban2_title {
	width: 507px;
	margin: 245px 0 0 51px;
	float: left
}
.banner_img1{
	margin: 140px 0 0 0;
	float: right;
	width: 554px;
	height: 480px;
	display: block;
}
.banner_img2{
	margin: 160px 0 0 0;
	float: right;
	width: 642px;
	height: 411px;
	display: block;
}
.banner_img3{
	margin: 180px 0 0 0;
	float: left;
	width: 695px;
	height: 426px;
	display: block;
}
.banner_img4{
	margin: 130px 0 0 80px;
	float: left;
	width: 540px;
	height: 510px;
	display: block;
}
.banner .banner2 .ba1_title h1 {
	line-height: 63px
}
.banner .banner2 h1,
.font_40 {
	font-size: 40px
}
.banner .banner2 .b_t_c {
	margin: 15px 0 20px;
	font-size: 26px;
}

/*产品功能*/
.cpgn_div{
	margin: 108px 0 0 0;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}
.cpgn_box{
	text-align: center;
}
.cpgn_box:nth-child(1){
	order: 1;
}
.cpgn_box:nth-child(2){
	order: 2;
}
.cpgn_box:nth-child(3){
	order: 3;
}
.cpgn_box:nth-child(4){
	order: 4;
}
.cpgn_box:hover{
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
	transform:rotateY(-360deg);
}
.cpgn_box span{
	display: block;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 40px;
	box-shadow: 0 0 20px 5px rgba(199,207,221,0.3);
}
.cpgn_box span img{
	/*display: block;*/
	height: 48px;
	width: 48px;
	margin: 31px auto;
	
}
.cpgn_box p{
	width: 245px;
	text-align: center;
	margin: 10px auto 0;
	line-height: 20px;
}
/*系统整体解决方案*/
.container{
	position: absolute; 
	width: 100%; 
	height: 750px; 
	top:0; 
	left: 0;
}
.box_bg02 {
	background: url(../img/index/index_bg02.jpg);
	width: 100%;
	height: 590px;
	overflow: hidden;
	min-width: 1200px;
	*height: 590px;
}
.yun_img{
	display: block;
	float: left;
	width: 640px;
	height: 100%;
	margin-top:45px;
}
.yun_right{
	float: right;
	margin:25px 0 0 30px;
	width: 480px;
}
.veiw_ztfa_img{
	display: none;
}
.bq_div{
	border-bottom: 1px #666a7c dashed;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	overflow: auto;
}
.bq_div span{
	float: left;
	display: block;
	width: auto;
}
.bq_div span.w248{
	width: 248px;
	float: right;
}
.bq_div span i{ float:left; margin-right: 10px;}
.bq_div span label{
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}
.index_jt{
	display: block;
	float: left;
}
/*培养体系*/
.box_bg03 {
	background: url(../img/index/index_bg03.jpg);
	width: 100%;
	height: 520px;
	overflow: hidden;
	min-width: 1200px;
}
.view_pytx{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.index_jzt{
	width: 500px;
	margin: 0px;
}
.index_wbf{
	width: 480px;
	margin: 70px 60px 0 0px;
}
/*精彩聚焦*/
.box_bg04 {
	background: url(../img/index/index_bg04.jpg);
	width: 100%;
	height: 520px;
	overflow: hidden;
	min-width: 1200px;
}
#carousel {
	position:relative;
	z-index:2;
	margin-top:50px;
	transform-style:preserve-3d;
	perspective:800px
	perspective-origin:center 0;
}
#carousel img {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-305px;
	transition:transform .5s ease-in-out;
	/*box-shadow:8px 8px 20px rgba(0,0,0,.2);*/
	cursor:pointer
}
#bannerNav{display: none;}
#carousel {
	height:415px
}
#carousel img {
	width:610px;
	border-radius: 10px;
	opacity: 0;
}
/*我们的服务*/
.box_bg05 {
	background: url(../img/index/index_bg05.jpg) no-repeat #fff;
	width: 100%;
	height: 520px;
	overflow: hidden;
	min-width: 1200px;
}
.fw_box{
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 40px 5px rgba(199,207,221,0.3);
	background: #fff;
	margin-top: 50px;
	padding: 80px 0;
	display: flex;
	display: -webkit-flex;
}
.cpgn_box1{
	width: 33%;
	visibility: visible;
	animation-name: fadeInUp;;
}
.cpgn_box1:nth-child(1),.cpgn_box1:nth-child(2){
	border-right: 1px solid #ecf2fc;
}


/*联系我们*/
.bg_white{
	background: #fff;
}
.map_box{
	margin-top: 50px;
}
.map_left{
	width: 650px;
	height: 396px;
	border:1px solid #d9e3ec;
}
#dituContent{
	width: 648px;
	height: 394px;
}
.tel_right {
	background: url(../img/index/index_telbg.png) 0 center no-repeat;
	width: 574px;
	height: 304px;
	position: absolute;
	right: 45px;
	top: 45px;
	/*padding: 75px 50px;*/
}
.tel_right span{
	display: block;
}
.tel_right span.tel_san{
	width: 138px;
	height: 138px;
	background: #f6f8fd;
	border-radius: 50%;
	float: left;
	margin: 80px 0 0 50px;
}
.tel_right span img{
	display: block;
	width: 87px;
	height: 87px;
	margin: 25px auto;
}
.tel_text{
	width: 320px;
	margin:70px 0 0 30px;
}
