@font-face
{
	font-family: Barlow;
	src: url("../images/Barlow-SemiBold.otf");
}
@media (min-width:1200px) {
    .container {
    	width:1200px
    }
}
a:hover, a:focus {
    text-decoration: none;
}
/*------------edu.html  start----------------*/
.a_form,
.a_link{
	display: inline-block;
	padding: 20px 80px;
	border-radius: 60px!important;
	font-size: 20px;    
	font-weight: 600;
	cursor: pointer;
}
.a_form{
	color: #fff;
	background: #0e0c36;
	border: 2px solid #0e0c36;
}
.a_form:hover{
	color: #fff;
	background: #ff6300;   
	border: 2px solid #ff6300; 
}
.a_link{
	margin-left: 12px;
	color: #0e0c36;
	border: 2px solid #0e0c36;
	position: relative;
}
.a_link:hover{
	color: #ff6300;
	border: 2px solid #ff6300;
}


.banner{
	width: 100%;
    height: 550px;
	margin: 0 auto 100px;
    position: relative;
    min-width: 1200px;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-wrapper{
	padding: 0;
	position: relative;
}
.banner h1 {
	display: none;
}
.banner .btn_box {
	width: 742px;
	height: 68px;
    position: absolute;
	left: 50%;   
	margin-left: -660px;
    bottom: 120px;
}
.banner .s2 .btn_box,.banner .s3 .btn_box {
	width: 360px;
}
.banner .s5 .btn_box {
	width: 550px;
    margin-left: -520px;
    bottom: 190px;
}
.banner .s2 .btn_box .a_form {
	color: #fe7e5d;
	background: #fff;
	border: 2px solid #fff;
}
.banner .s3 .btn_box .a_form {
	background-image: linear-gradient(#fdb900 , #ff9000);
	border: 2px solid #fdb900;
}

.banner .s_mfsy .btn_box {
	width: 236px;
    height: 72px;
    margin-left: -312px;
    bottom: 110px;
}
.banner .s_mfsy .btn_box .a_form {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

.banner .s5 .btn_box .a_form {
	float: left;
	width: 280px;
	height: 64px;
	background: none;
	border: none;
}
.banner .s5 .btn_box .a_link {
	float: right;
	width: 230px;
	height: 64px;
	border: none;
}



.banner_scroll  .swiper-pagination {
    bottom: 20px!important;
}
.banner_scroll  .swiper-pagination-bullet-active{
    width: 32px;
	background: #3f444e;
}




/*弹窗*/
.tc_content {
	width: 1000px;
    display: none;
    z-index: 3;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -500px;
    background: #fff;
	padding: 20px 40px;
    border-radius: 6px!important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.tc_close {
    cursor: pointer;
	float: right;
    width: 48px;
    height: 48px;
	filter: alpha(opacity=50);
    opacity: .5;
}
.tc_close:hover, .tc_close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tc_close img {
	max-width: 100%;
}
.rdd {    
	display: none;
	margin: 60px auto;
    z-index: 10;
}
.rdd .tc_title {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 34px;
    color: #646c74;
    font-weight: 400;
}
.rdd ul {
	text-align: center;
}
.rdd ul li {
	display: inline-block;
	width: 17%;
	margin: 0 10px;
    font-size: 18px;
    font-weight: 300;
	text-align: center;
    border-radius: 16px!important;
    border: 2px solid #ebedf2;    
	transition: all .3s;
}
.rdd ul li a {
    padding: 20px 30px;
	display: block;
    width: 100%;
    height: 100%;
    color: #606266;
}
.rdd ul li:hover{
	border: 2px solid #ff6300;
	box-shadow: 0 5px 20px rgba(218,225,235,0.8);
}
.rdd ul li img {
	width: 60px;
    display: block;
    margin: 0 auto 16px;
}
/*弹窗 结束*/


/*产品中心*/
.product{
	margin: 0 auto 100px;
}
.product li{
	position: relative;
	float: left;
	width: 29%;
	margin: 1%;
}
.product li:nth-child(2){
	width: 36%;
}
.product li .img_angle {
    position: absolute;
    right: 0;
    top: 0;
	max-width: 100%;
}
.product li .img_act {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 124px;
}
.product li dl{
	background: #f0f3f8;
	border-radius: 20px;
	padding: 40px 20px;
	overflow: hidden;
	height: 490px;
	margin-bottom: 0;
}
.product li.on dl{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	background: #fff;
	border: 2px solid #ff6300;
}
.product li dl dt{
	width: 120px;
	overflow: hidden;
	margin: 0 auto 40px;
}
.product li dl img{
	width: 120px;
}
.product li dl dd{
}
.product li dl h2{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: 10px;
	margin-top: 6px;
}
.product li .dl_1 h2{
	margin-bottom: 30px;
}
.product li dl .price_box {
	margin: 0 30px 30px;
}
.product li dl .price_box h3 { 
	display: inline-block;
	font-size: 16px;
    font-weight: 600;
	color: #0e0c36;
	margin: 0;
}
.product li dl .price_box h3 b {    
	font-size: 48px;
	padding-right: 6px;
	font-family: Barlow;
}
.product li dl .price_box span {    
	font-size: 16px;
	padding-left: 40px;
	color: #646c74;
}
.product li dl .price_box span em {  
	font-style: normal;
	text-decoration: line-through;
}

.product li dl p{
	text-align: center;
	font-size: 18px;
    color: #646c74;
	margin-bottom: 16px;
}
.product li dl .a_more{
	display: block;
	font-size: 16px;
	color: #646c74;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.product li dl .a_more i {
	display: inline-block;
    width: 15px;
    height: 10px;
	margin-left: 6px;
    background: url(../images/a_more.png) no-repeat 0px center;
    background-size: 15px 10px;
}
.product li .dl_2 .a_more:hover{
	color: #ff6300;
}

.btn_box{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.product .a_form,
.product .a_link{
	padding: 16px 30px;
}
/*产品中心 结束*/



.btn_box2{
	overflow: hidden;
	margin: 100px auto 0;
	text-align: center;
}
.btn_box2 .a_form{  
	padding: 20px 80px;
}


.h2_title{
	margin-bottom: 80px;
	text-align: center;
	font-size: 44px;
	color: #646c74;
	font-weight: 400;
}


/*功能一览*/
.function{
	margin: 0 auto 100px;
	padding: 60px 0;
	background: #fbaa19;
}
.function .h2_title{
	color: #0e0c36;
	margin-bottom: 40px;
}

.slideBox{
	position: relative;
}
.slideBox .a_form{
	position: absolute;
	bottom: 80px;
}
.slideBox .a_form:hover{
	color: #0e0c36;
	background: #fff;
}

.slideBox .hd{
	padding: 0 10px;
}
.slideBox .hd ul{
	text-align: center;
	border-bottom: 1px solid rgba(14,12,54,.3);
}
.slideBox .hd li{
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 30px;
	padding: 20px 10px;
	font-size: 20px;
    color: #0e0c36;
    font-weight: 300;
}
.slideBox .hd li.on{
	font-size: 24px;
    font-weight: 600;
	border-bottom: 5px solid #0e0c36;
}

.slideBox .bd{
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}
.slideBox .cont{
	margin: 0 50px;
}
.slideBox .cont_l{
	padding: 0;
	position: relative;
}
.slideBox .cont_l img{
	max-width: 100%;
}
.slideBox .cont_l .pro_img{
	width: 64%;
	position: absolute;
	top: 16px;
	left: 18%;
	right: auto;
}

.slideBox dl{
	text-align: left;
	padding: 40px 0;
}
.slideBox dl p{ 
	width: 90%;
	font-size: 30px;
	line-height: 48px;
    font-weight: 300;
    color: #0e0c36;
}
/*功能一览 结束*/



/*应用场景*/
.scenario{
	margin: 0 auto 100px;
}
.scenario .cont{
	overflow: hidden;
	margin-bottom: 100px;
	display: table;
}
.fun_img {    
	width: 560px;
	overflow: hidden;
}
.fun_img img{
	max-width: 100%;
}
.fun_text {
	display: table-cell;
    vertical-align: middle;
	padding: 0 70px;
}
.fun_text h2 {
	font-size: 32px;
	line-height: 40px;
	color: #646c74;
	margin-bottom: 16px;
	margin-top: 0;
	font-weight: 400;
	position: relative;
}
.fun_text ul {
	overflow: hidden;
}
.fun_text li {
	padding-left: 22px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	color: #606266;
	position: relative;
}
.fun_text li:before {
	content: '';
    display: block;
    position: absolute;
	top: 8px;
    left: 0;
    width: 12px;
    height: 9px;
    background: url("../images/list_ico.png") no-repeat 0px 0px;
}

.fun_text .a_more{
    display: inline-block;
    font-size: 18px;
	font-weight: 600;
    color: #ff6300;
    position: relative;
}
/*应用场景 结束*/



/*典型案例*/
.case{
	margin: 0 auto 100px;
}
.case li dl{
	background: #f0f3f8;
	border-radius: 20px;
	padding: 40px;
	overflow: hidden;
	transition: all .3s;
	margin-bottom: 0;
}
.case li:hover dl{
	background: #fff;    
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
    transform: translateY(-5px);
}
.case li dt{
	width: 120px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px;
}
.case li dt img{
	max-width: 100%;
}
.case li dd{
	text-align: center;
}
.case li dd h2{
	font-size: 30px;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: 24px;
}
.case li dd p{
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	font-weight: 300;
	color: #646c74;
	margin-bottom: 30px;
	letter-spacing: -0.5px;
}
.case li dd .a_more{
    display: inline-block;
    font-size: 16px;
    color: #646c74;
    position: relative;
}
.case li dd .a_more:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 70px;
    display: block;
    width: 15px;
    height: 10px;
    background: url(../images/a_more.png) no-repeat 0px center;
    background-size: 15px 10px;
}
/*典型案例 结束*/



/*知名学校*/
.school {
    margin: 0 auto;
    padding: 60px 0 100px;
    background: #f0f3f8;
}
.school .h2_title{
	margin-bottom: 40px;
}
.school_scroll .swiper-pagination {
    bottom: 0px;
}
.school_scroll .swiper-pagination-bullet-active{
    width: 32px;
	background: #3f444e;
}

.school_scroll .swiper-button-prev {
    background-image: url("../images/btn_left.png");
    left: 10px;
    right: auto;
}
.school_scroll .swiper-button-next {
    background-image: url("../images/btn_right.png");
    right: 10px;
    left: auto;
}
/*知名学校 结束*/



.code{
	width: 100%;
	padding: 80px 0;
	background: url("../images/form_bg.jpg") no-repeat 0px 0px;
	background-size: 100% 100%; 
}
.code .h2_title{
	color: #fff;
}
.edu_form{
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 30px;
	padding: 8px 24px;
    font-size: 16px;
	height: 46px;
}
label.edu_form{
	color: #212628;
	font-weight: 400;
}
select.edu_form{
	height: 46px;
}
.code .btn{
	display: block;
    padding: 20px 80px;
    border-radius: 60px!important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #0e0c36;
    transition: all 0.5s ease;
	margin: 30px auto 0;
}
.code .btn:hover{
	color: #0e0c36;
    background: #fff;
}

.privacy_box{
	width: 100%;
    float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255,255,255,0.6);
	margin:  20px auto 0;
	position: relative;
	background: url("../images/line_1.png") no-repeat center center;
	background-size: auto 1px;
}
.privacy_box:hover{
	color: rgba(255,255,255,0.8);
}




/*自动弹出*/
.notice_tc{
	display: none;
	overflow: hidden;
	width: 400px;
    height: 30%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 4;
	border-radius: 4px;
	background: #fff;
    border: 2px solid #eeeeee;
    box-shadow: 8px 8px 20px rgba(14,12,54,0.1);
}
.notice_tc_cont{
	height: 100%;
	overflow-y: auto;
	text-align: center;
	padding: 40px;
}
.notice_tc_cont h1{
	font-size: 30px;
    font-weight: 600;
    color: #0e0c36;
    margin-bottom: 30px;
    margin-top: 6px;
}
.notice_tc_cont p{
    font-size: 18px;
    font-weight: 300;
    color: #0e0c36;
	margin-bottom: 20px;
}
.notice_tc_cont p span{
	font-size: 16px;
    color: #646c74;
}
.notice_tc_close{
	width: 48px;
	height: 48px;
	background: url("../images/close.png") no-repeat center center;
	background-size: 48px 48px;
	position: absolute;
	top: 10px;
    right: 10px;
    z-index: 5;
}
/*自动弹出 结束*/



/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 20%;
	right: 16px;
	z-index: 2;    
	border-radius: 4px;
    background: #f0f3f8;
}
.side_box li{
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	transition: all 0.3s;
	position: relative;
}
.side_box li:hover{
	background: #ff6300;
}
.side_box li .ico{
	display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
	background: url("../images/side_ico.png") no-repeat 0px 0px;
}

.side_box .li_totop .ico{
	background-position: 0px 0px;
}
.side_box .li_totop:hover .ico{
	background-position: -28px 0;
}
/*侧边栏 结束*/
/*------------edu.html  end----------------*/







@media (max-width: 639px){
	.a_form,
    .a_link{
        padding: 20px 60px;
    }
    .a_form{
        color: #fff;
        background: #0e0c36;
        border: 2px solid #0e0c36;
    }
    .a_form:hover{
        color: #fff;
        background: #ff6300;   
        border: 2px solid #ff6300; 
    }
    .a_link{
        margin-left: 12px;
        color: #0e0c36;
        border: 2px solid #0e0c36;
        position: relative;
    }
    .a_link:hover{
        color: #ff6300;
        border: 2px solid #ff6300;
    }
	
	.banner{
        width: 100%;
        height: 200px;
        margin: 0 auto 30px;
        position: relative;
        min-width: inherit;
    }
    .swiper-container{
        width: 100%;
        height: 100%;
    }
	.swiper-slide{
		background-size: 120%;
		background-position: 38% 0px !important;
	}
    .swiper-wrapper{
        padding: 0;
        position: relative;
    }
    .banner .btn_box {
        width: 250px;
        height: 60px;
        left: 0;   
        margin-left: 0;
        bottom: 10px;
    }
	.banner .btn_box .a_form,
	.banner .btn_box .a_link{    
		font-size: 16px;
		padding: 6px 15px;
    }
	.banner .btn_box .a_link{ 
		margin-left: 2px;
    }
    .banner .s2 .btn_box,.banner .s3 .btn_box {
        width: 160px;
    }

    .banner_scroll .swiper-pagination {
        bottom: 10px!important;
    }
    .banner_scroll .swiper-button-prev {
		display: none;
    }
    .banner_scroll .swiper-button-next {
		display: none;
    }



	/*产品中心*/
    .product{
        margin: 0 auto 60px;
    }
    .product li{
        width: 96%;
        margin: 4% 2%;
    }
    .product li:nth-child(2){
        width: 96%;
    }
    .product li dl{
        height: auto;
    }
    .product li dl .price_box {
        margin: 0 10PX 30px;
    }

    .btn_box{
        position: inherit;
		margin-top: 20px;
    }
	.product .a_form, .product .a_link {
        padding: 16px 30px;
		margin: 0;
    }
    /*产品中心 结束*/

	
	
	.btn_box2{
        margin:40px auto 0;
    }
	.btn_box2 .a_form,
	.btn_box2 .a_link2 {  
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
    }

	.btn_box2 .a_link {  
		font-size: 16px;
		letter-spacing: -1px;
		margin-left: 0;
    }

	
	.h2_title{
        font-size: 38px;
		margin-bottom: 40px;
    }
	
	
	
	/*功能一览*/
	.function{
		padding: 40px 0;
		margin-bottom: 60px;
	}
    .slideBox .a_form{
        bottom: 0px;
		left: 50%;
		margin-left: -118px;
		padding: 16px 60px;
    }

    .slideBox .hd{
		padding: 0;
    }
	.slideBox .hd ul {
        border-bottom: none;
    }
    .slideBox .hd li{
		margin: 0 6px 10px;
		padding: 4px 12px;
		background: #fff;
		border-radius: 30px!important;
    }
    .slideBox .hd li.on{
		font-size: 20px;
        font-weight: 600;
        border-bottom: none;
		background: #0e0c36;
		color: #fff;
    }

    .slideBox .bd{
        margin-top: 20px;
    }
    .slideBox .cont{
        margin: 0;
    }

    .slideBox dl{
        padding: 10px 20px 60px;
    }
    .slideBox dl p{ 
		text-align: center;
		font-size: 26px;
    }
    /*功能一览 结束*/
	
	
	
	/*应用场景*/
    .scenario{
        margin: 0 auto 20px;
    }
	.scenario .h2_title{
		font-size: 32px;
    }
    .scenario .cont{
        margin-bottom: 30px;
    }
    .fun_img {    
        width: 96%;
		margin: 0 2% 10px;
    }
    .fun_text {
        width: 96%;
		margin: 0 2%;
		display: block;
        padding: 0;
    }
	.fun_text h2 {
        font-size: 24px;
        margin-bottom: 10px;
		letter-spacing: -1px;
    }
	.fun_text ul {
		margin-bottom: 0;
    }
	.fun_text .a_more {
		margin-bottom: 10px;
		margin-left: 20px;
    }
    /*应用场景 结束*/
	
	
	
	/*典型案例*/
    .case{
        margin: 0 auto 60px;
    }
	.case .h2_title {
        font-size: 32px;
		line-height: 44px;
    }
    .case li dl{
        padding: 30px;
		margin-bottom: 30px;
    }
	.case li dd p {
        height: auto;
    }
    /*典型案例 结束*/
	
	
	
	/*知名学校*/
    .school {
        padding: 40px 0;
    }
	.school .h2_title {
		font-size: 32px;
		margin-bottom: 20px;
    }
    .school_scroll .swiper-button-prev {
        left: 0;
    }
    .school_scroll .swiper-button-next {
        right: 0;
    }
    /*知名学校 结束*/
	
	
	
	.code{
        width: 100%;
        padding: 40px 0 60px;
    }
	.code .h2_title {
		font-size: 32px;
        line-height: 44px;
		padding: 0 16%;
		margin-bottom: 40px;
    }
    .edu_form{
		width: 90%;
		margin: 0 auto 20px;
        font-size: 18px!important;
		padding: 12px 24px;
        height: auto;
		border-radius: 40px!important;
    }
    label.edu_form{
        color: #212628;
        font-weight: 400;
    }
    select.edu_form{
        height: 46px;
    }
    .code .btn{
		width: 90%;
        padding: 20px 80px;
        margin: 30px 5% 0;
    }
    .privacy_box{
        margin:  20px auto;
    }

}

