.index_broadcast{
    width:100%;
    overflow: hidden;
    position: relative;
}
.index_broadcast .broadcast_container{
    width:100%;
    height:calc(100vh - 145px);
    position: relative;
}
.broadcast_container .item{
    width:100%;
    height:calc(100vh - 145px);
    display: inline-block;
}
.broadcast_container .item img{
    width: 100%;
    height:100%;
}
.index_broadcast_pagination{
    position: absolute;
    width:100%;
    bottom: 146px;
    text-align: center;
}
.swiper-pagination-switch {
    /* Stylize pagination button: */
    width:10px;
    height:10px;
    display: inline-block;
    vertical-align: top;
    background-color:#DDE3EB;
    margin:0 10px;
    border-radius:50%;
    cursor:pointer;
}
.swiper-active-switch {
    background-color:#F5A623;
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

.index_menu{
    width:100%;
    position: fixed;
    left:0;
    bottom: 0;
    text-align: center;
    z-index:10;
    display: none;
}
.index_menu .item{
    width:188px;
    height:70px;
    padding:20px 10px 20px 3px;
    display: inline-block;
    vertical-align: top;
    margin:0 0.5px;
    text-align: left;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900429E,endColorstr=#9900429E);
    background-color:RGBA(0, 66, 158, 0.6);
    cursor:pointer;
}
.index_menu .item img{
    width:70px;
    height:70px;
    display: inline-block;
    vertical-align: middle;
    margin-right:7px;
}
.index_menu .item .selected{
    display: none;
}
.index_menu .item .label{
    display: inline-block;
    vertical-align: middle;
    width: 111px;
    height:60px;
    position: relative;
}
.index_menu .title{
    font-size:16px;
    line-height: 22px;
    color:#fff;
}
.index_menu .intro{
    font-size:12px;
    line-height: 14px;
    position: absolute;
    left:0;
    bottom:0;
    color:#fff;
}
.index_menu .item:hover .selected{
    display: inline-block;
}
.index_menu .item:hover .unselected{
    display: none;
}
.index_menu .item:hover .title,.index_menu .item:hover .intro{
    color:#0BB2FF;
}
/* 首页产品 */
.index_product{
    width:100%;
    position: relative;
    /* background-color:#DDE3EB; */
    background-color:#FFFFFF; 
    padding:50px 0;
    margin-top:10px;
}
.product_title_swiper{
    width:1200px;
    position: relative;
    overflow:hidden;
}
.product_title_swiper .item{
	display: block;
	width: 240px;
    height: 33px;
    line-height: 33px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-backface-visibility: hidden;
    opacity: 0.1;
    filter:alpha(opacity=10);
    text-align: center;
    vertical-align: middle;
    font-size:24px;
    color:#333;
}
.product_title_swiper .swiper-slide-active .item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.product_swiper{
    width:1200px;
    height:500px;
    position: relative;
    overflow:hidden;
    /* margin-top:90px; */
    margin-top:20px;
}
.product_swiper .item{
    width:970px;
    height:500px;
    padding:0 115px;
    display: inline-block;
    vertical-align: middle;
}
.product_swiper .item .image{
    width:500px;
    height:500px;
    display: inline-block;
    vertical-align: middle;
    margin-right:140px;
}
.product_swiper .item .image:hover{
    transform: scale(1.1);
    transition: 1s ease;
}
.product_swiper .item .product_info{
    display: inline-block;
    vertical-align: middle;
    width:330px;
    height:372px;
    position: relative;
}
.product_swiper .item .type{
    font-size:40px;
    color:#182C4C;
    line-height: 56px;
}
.product_swiper .item .name{
    font-size:20px;
    margin-top:8px;
    color:#106ACE;
    line-height: 28px;
}
.product_swiper .item .intro{
    font-size:15px;
    line-height: 25px;
    min-height:200px;
    color:#6E7A8E;
    margin-top:6px;
}
.product_swiper .item .btns{
    margin-top:27px;
    height:47px;
}
.product_swiper .item .btn{
    line-height: 45px;
    width:158px;
    text-align: center;
    border-radius:4px;
    border:1px solid #182C4C;
    display: inline-block;
}
.product_swiper .item .learn_more{
    margin-right:10px;
}
.product_swiper .item .btn_img{
    width:38px;
    height:20px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.product_swiper .item .btn_text{
    display: inline-block;
    font-size:13px;
    color:#182C4C;
    vertical-align: middle;
}
.product_swiper_prev{
    width:34px;
    height:34px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-17px;
    cursor:pointer;
}
.product_swiper_next{
    width:34px;
    height:34px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-17px;
    cursor:pointer;
}
.product_pagination{
    margin-top:20px;
    text-align: center;
}
/* 辰竹学院 */
.index_school{
    background-color:#fff;
    padding-top:40px;
    margin-top:10px;
}
.index_school>.title{
    font-size:24px;
    color:#333;
    line-height: 33px;
    text-align: center;
}
.index_school>.line{
    width:78px;
    height:2px;
    background-color:#EE8C0D;
    margin:3px auto 0 auto;
}
.index_school .type{
    margin-top:22px;
    padding-bottom:35px;
    text-align: center;
}
.index_school .type .item{
    display: inline-block;
    vertical-align: top;
    height:158px;
    width:158px;
    /* border:1px solid #DFDFDF; */
    border-radius:4px;
    margin:0 19px;
    position: relative;
    cursor:pointer;
}
.index_school .type .item img{
    width:96px;
    height:96px;
    display: inline-block;
    margin-top:9px;
}
.index_school .type .item .name{
    font-size:18px;
    color:#333;
    margin-top:11px;
    line-height: 25px;
}
.index_school .type .item .sj{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #EEF0F5;
    position: absolute;
    bottom:-36px;
    left:50%;
    margin-left:-20px;
    display: none;
}
.index_school .type .item:hover,.index_school .type .item.selected .name{
    color:#EE8C0D;
    /* box-shadow:0 0 8px 0 RGBA(216, 216, 216, 0.5); */
}
.index_school .type .item:hover,.index_school .type .item:hover{
    /* box-shadow:0 0 8px 0 RGBA(216, 216, 216, 0.5); */
}
.index_school .type .item.selected .sj{
    display: inline-block;
}
.school_content_list{
    background-color:#EEF0F5;
    width:100%;
    padding:55px 0 52px 0;
    text-align: left;
    display: none;
}
.school_content_list .item{
    margin:30px 24px 0 24px;
    padding:20px 86px 20px 14px;
    width:450px;
    border-radius:4px;
    cursor:pointer;
    border:1px solid #EEF0F5;
    display: inline-block;
    position: relative;
    text-align: left;
}
.school_content_list .item .title{
    line-height: 16px;
    font-size:15px;
    color:#333;
    padding-left:10px;
    border-left:2px solid #EE8C0D;
}
.school_content_list .item .read{
    margin-top:6px;
}
.school_content_list .item .read img{
    width:16px;
    height:16px;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top:-1px;
}
.school_content_list .item .read span{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#333;
    line-height: 23px;
}
.school_content_list .item .intro{
    font-size:13px;
    color:#999;
    line-height: 23px;
    height:23px;
}
.school_content_list .item:hover{
    background-color:#fff;
    box-shadow: 0 0 10px 0 RGBA(201, 201, 201, 0.5);
    border:1px solid #E9E9E9;
}
.school_content_list .item:hover .go_detail{
    display: inline-block;
}
.school_content_list .item:hover .title{
    color:#EE8C0D;
}
.school_content_list .item .go_detail{
    right: 10px;
    top: 35px;
    height: 40px;
    position: absolute;
    display: none;
}
/* 解决方案 */
.index_fangan{
    background-color:#F9F9F9;
    padding:52px 0 90px 0;
}
.index_fangan>.title{
    font-size:24px;
    line-height: 33px;
    text-align: center;
}
.index_fangan>.line{
    margin:5px auto 0 auto;
    height:2px;
    background-color:#EE8C0D;
    width:53px;
}
.index_news .type{display:block; width:100%; text-align:center; margin-top:60px;}
.index_news .type a{font-size:16px; border-left:1px #496793 solid; padding:0 19px 0 19px; color:#000;}
.index_news .type a:first-child{border-left:none;}
.index_news .type a.item2{border-left:none;}
.index_fangan .news_list{
    margin:36px auto 0 -15px;
    width:1230px;
    position: relative;
    margin-left:-15px;
}
.index_fangan .news_list a{ display:inline-block; width:33%; border:1px solid #a8a8a8; font-size:16px; color:#000;}
.index_fangan .news_list a.it1{float:right;}
.index_fangan .news_list a .left{width:55%; float:left;}
.index_fangan .news_list a .right{width:45%; float:right;}
.index_fangan .news_list a img{ width:100%; height:auto; display:block;}
.index_fangan .news_list a .right .title{font-size:22px; font-weight:bold; padding:10px;}
.index_fangan .news_list a .right .text{padding:0 10px 10px 10px; font-size:14px; line-height:160%;}
.index_fangan .news_list a .right .more{color:#d20032; padding:0 10px 10px 10px;}
/* 新闻 */
.index_news{
    background-color:#F9F9F9;
    padding:52px 0 90px 0;
}
.index_news>.title{
    font-size:24px;
    line-height: 33px;
    text-align: center;
}
.index_news>.line{
    margin:5px auto 0 auto;
    height:2px;
    background-color:#EE8C0D;
    width:53px;
}
.index_news .news_list{
    margin:96px auto 0 -15px;
    width:1230px;
    position: relative;
    margin-left:-15px;
}
.index_news .top{
    margin:0 15px 30px 15px;
    display: inline-block;
    vertical-align: top;
    width:378px;
    border:1px solid #EBEBEB;
    border-radius:3px;
    background-color:#fff;
    cursor:pointer;
}
.index_news .top:hover{
    box-shadow: 0 0 10px 0 RGBA(201, 201, 201, 0.5);
}
.index_news .top img{
    width:378px;
    height:226px;
    display: inline-block;
}
.index_news .top .title{
    line-height: 50px;
    padding:0 20px 0 10px;
    font-size:15px;
    color:#000E35;
}
.index_news .item{
    line-height: 16px;
    padding-left:8px;
    border-left:2px solid #EE8C0D;
    font-size:15px;
    display: inline-block;
    width:370px;
    margin:0 15px 19px 15px;
    cursor:pointer;
    color: #000E35;
}
.index_news .item:hover{
    color:#EE8C0D;
}
/* 合作伙伴 */
.index_partner{
    background-color:#f9fbfd;
    padding:60px 0 55px 0;
}
.index_partner>.title{
    font-size:24px;
    line-height: 33px;
    text-align: center;
}
.index_partner>.line{
    margin:3px auto 0 auto;
    height:2px;
    background-color:#EE8C0D;
    width:96px;
}
.index_partner .list{
    border-bottom:1px solid #EEEEEE;
    border-left:1px solid #EEEEEE;
    width:1105px;
    margin:41px auto 0 auto;
}
.index_partner .row{
    /*border-top:1px solid #EEEEEE;*/
    
}
.index_partner .item{
    padding:15px;
    width:190px;
    height:190px;
    line-height: 190px;
    display: inline-block;
    vertical-align: middle;
    border-top:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.index_partner .item img{
    width:190px;
    max-height:190px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.6s;
}
.index_partner .item:hover{
    background-color:#fff;
}
.index_partner .item:hover img{
    transform: scale(1.1);
}

/* 团队 */
.index_team{
    background-color:#1f1f1f;
    background-image:url('../images/index_team.png');
    background-repeat: no-repeat;
    background-position:center;
    height:816px;
    width:100%;
    margin-top:10px;
    overflow: hidden;
}
.team_pagination{
    text-align: center;
    margin-top:19px;
    margin-bottom:80px;
}
.team_title_swiper{
    width:1200px;
    position: relative;
    overflow:hidden;
    padding-top: 62px;
}
.team_title_swiper .item{
	display: block;
	width: 240px;
    height: 33px;
    line-height: 33px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-backface-visibility: hidden;
    opacity: 0.5;
    filter:alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
    font-size:24px;
    color:#fff;
}
.team_title_swiper .swiper-slide-active .item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.team_swiper{
    width:1200px;
    /* height: 550px; */
    margin:auto;
    position: relative;
    overflow:hidden;
}
.team_swiper .swiper-slide .inner{
    width:510px;
	height: 530px;
	padding: 20px;
}
.team_swiper .swiper-slide .item{
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 100%;
	padding:10px;
	position: relative;
	left: -10px;
	top: -10px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-backface-visibility: hidden;
	/* opacity: 0.3; */
    text-align: left;
}
.team_swiper .swiper-slide-active .item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.company_news .swiper-slide-active .item img{
	box-shadow: 0px 2px 5px rgba(0,0,0,1);
}
.team_swiper .swiper-slide .item img{
    width:510px;
    height:306px;
}
.team_swiper .item .name{
    font-size:18px;
    color:#fff;
    line-height: 25px;
    margin-top:21px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.team_swiper .item .intro{
    font-size:15px;
    color:#fff;
    line-height: 24px;
    height:96px;
    margin-top:38px;
    display: none;
}
.team_swiper .item .learn_more{
    width:158px;
    height:46px;
    border:1px solid #fff;
    border-radius:4px;
    line-height:46px;
    text-align: center;
    margin:5px auto 0 auto;
    cursor:pointer;
    display: none;
}
.team_swiper .item .learn_more img{
    width:38px;
    height:20px;
    display: inline-block;
    margin-right:11px;
    vertical-align: middle;
}
.team_swiper .item .learn_more span{
    font-size:13px;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
}
.index_team .swiper-slide-active .item .name,.index_team .swiper-slide-active .item .intro,.index_team .swiper-slide-active .item .learn_more{
    display: block;
}
.index_team .swiperPre{
    position: absolute;
    width:325px;
    height:306px;
    left:0;
    top:20px;
    background: linear-gradient(to left, rgba(31,31,31, 0.7), rgba(31,31,31, 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#b21f1f1f',GradientType=1);
    line-height: 306px;
    text-align: center;
    cursor:pointer;
}
.index_team .swiperNext{
    position: absolute;
    width:325px;
    height:306px;
    right:0;
    top:20px;
    background: linear-gradient(to left, rgba(31,31,31, 1), rgba(31,31,31, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f1f1f', endColorstr='#1f1f1f',GradientType=1);
    line-height: 306px;
    text-align: center;
    cursor:pointer;
}
.index_team .swiperPre img,.index_team .swiperNext img{
    width:34px;
    height:34px;
    display: inline-block;
    vertical-align: middle;
}
/* 关于我们 */
.index_about{
    background-image:url('../images/vedio_bg.png');
    background-repeat:no-repeat;
    background-position:center;
    background-color:#000;
    height:535px;
    width:100%;
    padding: 90px 0 212px 0;
    margin-top:10px;
}
.index_about>.title{
    font-size:24px;
    color:#fff;
    line-height: 33px;
    text-align: center;
}
.index_about>.line{
    width:90px;
    height:2px;
    background-color:#EE8C0D;
    margin:3px auto 0 auto;
}
.index_about>tips{
    font-size:14px;
    color:#fff;
    line-height: 20px;
    margin-top:29px;
    text-align: center;
}
.index_about .play_btn{
    display: block;
    width:74px;
    height:74px;
    margin: 96px auto 0 auto;
    cursor:pointer;
}
.index_about .stat{
    text-align:center;
    margin-top:130px;
}
.index_about .item{
    width:25%;
    display: inline-block;
    vertical-align: top;
}
.index_about .item .number{
    height:74px;
    color:#fff;
}
.index_about .item .value{
    line-height: 74px;
    display: inline-block;
    vertical-align: bottom;
    font-size:60px;
    position: relative;
}
.index_about .item .value>img{
    width:30px;
    position: absolute;
    right:-15px;
    bottom:0;
}
.index_about .item .dw{
    display: inline-block;
    font-size:14px;
    line-height: 20px;
    vertical-align: bottom;
}
.index_about .item .label{
    font-size:14px;
    text-align:center;
    color:#fff;
    line-height:20px;
    margin-top:31px;
}
.index_about .video{
    width:800px;
    height:400px;
    position: absolute;
    top:-50px;
    left:200px;
    display: none;
    background-color: #000;
}
.home-about-info{font-size:20px; color:#fff; margin:100px 120px 0 120px; line-height:250%; text-align:center;}