@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----------------*/
.introduct{
	margin: 80px auto 100px;
	padding-bottom: 20px;
}
.introduct h1{
	margin-bottom: 30px;
	margin-top: 40px;
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	color: #0e0c36;
}
.introduct p{
	width: 90%;
	font-size: 24px;    
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.a_form,
.a_link{
	display: inline-block;
	padding: 20px 60px;
	border-radius: 60px!important;
	font-size: 18px;    
	font-weight: 400;
	cursor: pointer;
}
.a_form{
	color: #fff;
	background: #0e0c36;
}
.a_form:hover{
	color: #fff;
	background: #ff6300;
}
.a_link{
	margin-left: 12px;
	color: #0e0c36;
	border: 2px solid #0e0c36;
	position: relative;
}
.a_link:hover{
	color: #ff6300;
	border: 2px solid #ff6300;
}
.introduct .a_form{
	background: #ff6300;
}
.introduct .a_form:hover{
	color: #fff;
	background: #0e0c36;
}
.introduct .a_link{
	margin-left: 12px;
	color: #0e0c36;
	border: 2px solid #0e0c36;
	position: relative;
}
.introduct .a_link:hover{
	color: #ff6300;
	border: 2px solid #ff6300;
}


/*弹窗*/
#mask_box{
	background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.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 {    
	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 li {
	display: inline-block;
	width: 22%;
	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: 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;
}
.product li .img_angle {
    position: absolute;
    right: 15px;
    top: 0;
	border-radius: 20px;
}
.product li dl{
	background: #f0f3f8;
	border-radius: 20px;
	padding: 100px 20px;
	overflow: hidden;
}
.product li .dl_1 h1{
	font-size: 30px;
	font-weight: 600;
	color: #0e0c36;
}
.product li .dl_2 h1{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #0e0c36;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.product li .dl_1{
	padding: 100px 80px;
}
.product li dl dt{
	overflow: hidden;
}
.product li .dl_1 dt{
	margin: 0 40px 20px;
}
.product li .dl_2 dt{
	margin: 0 80px 10px;
}
.product li dl dt img{
	width: 120px;
	float: left;
	margin-right: 40px;
}
.product li .dl_2 dd{
	text-align: center;
}
.product li dl p span{
	display: inline-block;
	padding: 0 6px;
    font-size: 20px;
    line-height: 30px;
    color: #0e0c36;
    border-radius: 5px !important;
    border: 1px solid #0e0c36;
}
.product li dl p span i{
	font-style: normal;
    color: #e7122b;
}
.product li dl h2{
	font-size: 16px;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: 6px;
	margin-top: 6px;
}
.product li .dl_1 h2{
	margin-bottom: 10px;
}
.product li dl h2 b {
	color: #0e0c36;
	font-size: 48px;
	padding-right: 6px;
	font-family: Barlow;
}
.product li:first-child dl h2 b {
	color: #e7122b;
}
.product li dl .price_box {    
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	color: #646c74;
	font-weight: normal;
}
.product li dl .price_box em {  
	font-style: normal;
	text-decoration: line-through;
}

.product li .dl_2 .a_more{
	display: block;
	font-size: 16px;
	color: #646c74;
	position: absolute;
	bottom: 50px;
	width: calc(100% - 80px);
	text-align: center;
}
.product li .dl_2 .a_more:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 370px;
    display: block;
    width: 15px;
    height: 10px;
    background: url(../images/a_more.png) no-repeat 0px center;
    background-size: 15px 10px;
}
.product li .dl_2 .a_more:hover{
	color: #ff6300;
}

.product .a_form,
.product .a_link{
	display: inline-block;
	padding: 20px 50px;
}
/*产品中心 结束*/




.h1_title{
	margin-bottom: 80px;
	text-align: center;
	font-size: 44px;
	color: #646c74;
	font-weight: 400;
}
.h3_title{
	width: 64%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	color: #6a6a6a;
	margin: 0 auto 80px;
}



/*论文畅优点*/
.advantage{
	margin: 0 auto;
}
.advantage .h1_title {
    margin-bottom: 20px;
}
.advantage ul {
	overflow: hidden;
}
.advantage li {
	width: 20%;
	float: left;
	text-align: center;
}
.advantage li img {
	width: 80px;
}
.advantage li h1 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 400;
    color: #0e0c36;
    letter-spacing: .2px;
	margin-top: 20px;
}
.advantage li p {
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: .2px;
}




.scenario{
	margin: 20px auto;
	padding: 80px 0;
}
.bg1{
	background: #fbaa19;
}
.bg2{
	background: #f0f3f8;
}
.bg3{
	background: #26135c;
}
.scenario .h1_title {
    margin-bottom: 20px;
}
.scenario .cont{
	overflow: hidden;
	display: table;
}
.fun_img {    
	width: 520px;
	overflow: hidden;
}
.fun_img1 {    
	width: 800px;
}
.fun_img img{
	max-width: 100%;
}
.fun_text {
	display: table-cell;
    vertical-align: middle;
	padding: 0 60px;
}
.fun_text1 {
	padding: 0 40px;
}
.fun_text h2 {
	font-size: 32px;
	line-height: 40px;
	color: #646c74;
	margin-top: 0;
	font-weight: 400;
	position: relative;
}
.fun_text h2 span {
	padding-left: 12px;
    font-size: 18px;
    font-weight: 300;
}
.fun_text ul {
	overflow: hidden;
	margin-bottom: 0;
}
.fun_text p {
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
	color: #0e0c36;
	position: relative;
}
.fun_text li {
	padding-left: 22px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #606266;
	position: relative;
	letter-spacing: -0.6px;
}
.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;
}


.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;
}

.thesisFun .h1_title{
	color: #fff;
}
.thesisFun table {
    width: 900px;
    margin: 60px auto 30px;
}
.thesisFun th {
    color: #26135c;
    font-size: 16px;
    background-color: #fbaa19;
	padding: 20px 30px;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}
.thesisFun tr th:first-child {
	border-left: none;
}
.thesisFun .titleTr th {
    border-top: none;
}
.thesisFun .cir1 {
    border-top-left-radius: 10px!important;
}
.thesisFun .cir2 {
    border-top-right-radius: 10px!important;
}
.thesisFun .cir3 {
    border-bottom-left-radius: 10px!important;
}
.thesisFun .cir4 {
    border-bottom-right-radius: 10px!important;
}
.thesisFun td {
	padding: 20px 40px;
    background-color: white;
    font-size: 16px;
    border-left: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.thesisFun td i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/td_icon.png") no-repeat 0px 0px;
}
.thesisFun p {
    font-size: 16px;
	color: rgba(255,255,255,0.4);
	font-weight: 300;
    width: 900px;
    margin: 0 auto 6px;
}


.code{
	width: 100%;
	padding: 80px 0;
	background: url("../images/form_bg.jpg") no-repeat 0px 0px;
	background-size: 100% 100%; 
}
.code .h1_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);
}



/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 20%;
	right: 16px;
	z-index: 2;    
	border-radius: 4px;
    background: #f0f3f8;
}
.side_box li{
	border-radius: 4px!important;
	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){
	

}

