img{
	border: 0;
    vertical-align: middle;
    max-width: 100%;
}
.main{
	overflow: hidden;
}
/*留资框*/
.banner{
	position: relative;
}
.online_registration {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
}
.online_registration .box {
    height: 70px;
    padding: 0;
    background: rgba(0, 0, 0, .3);
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #3641AD;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}
.online_registration ul li {
    position: relative;
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #0079D5;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul .text1 {
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    padding-left: 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}
.online_registration ul li:last-child {
    margin-right: 0;
}
.online_registration ul .sub {
    line-height: 40px;
    height: 40px;
    background: #0079D5;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0;
    width: 100%;
    cursor: pointer;
}
/*结束*/
.main_table_content{
	overflow-x: auto;
}
.main_content1{
	background: #F5F5F5;
}
.main_table_content tr td{
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #dedede;*/
}
.main_table {
	padding: 50px 0 70px;
}
.main_table table{
	width: 100%;
	min-width: 900px;
}
.main_table h3{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #ff0000;
}
.main_table h3:after, .main_table h3:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #15499a;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}

.main_table_content tr td span{
	display: inline-block;
	cursor: pointer;
	width: 100px;
	height: 30px;
	background: #0079D5;
	border-radius: 15px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0 5px;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .7s;
}
.main_table_content tr td a:hover{
	text-decoration: underline;
}

.main_table_content tr td span:hover{
	color: #FFFFFF;
	background: #ac1717;
}
.main_table_content tr td p:nth-child(2){
	margin-top: 5px;
}
.main_table_content tr:nth-child(even){
	background: #e6e6e6;
}
.main_table_content tr:nth-child(odd){
	background: #EEEEEE;	
}
.looking_forward{
	position: fixed;
	width: 250px;
    z-index: 3333;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    transform-origin: center;
    max-width: 80%;
    max-height: 80%;
    background: #fff;
    border-radius: 5px;
}
.looking_forward>div{
	padding: 50px;
	text-align: center;
	z-index: 5;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-shadow:rgba(0,0,0,.3) 0px 0px 20px; 
   -moz-box-shadow:rgba(0,0,0,.3) 0px 0px 20px;
   box-shadow:rgba(0,0,0,.3) 0px 0px 20px; 
}
.training_cases .swiper-button-prev{
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    background: url(../images/lefts.png) no-repeat center;
    cursor: pointer;
    z-index: 9;
    background-color: rgb(0,0,0,.3);
}
.training_cases .swiper-button-next{
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    background: url(../images/lefts.png) no-repeat center;
    cursor: pointer;
    z-index: 9;
    background-color: rgb(0,0,0,.3);
}
.training_cases .swiper-button-next{
    right: 20px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.main_conten3{
	background: #F5F5F5;
}
.main_conten4{
	background: url(../images/place_02.jpg) no-repeat;
	background-size: cover;
}
.main_conten4 .main_table h3:after,.main_conten4 .main_table h3:before {
   background: #FFFFFF;
}
.main_conten4 .main_table h3{
	color: #FFFFFF;
}
.about_class .about_class_left{
	float: left;
	width: 54%;
	box-sizing: border-box;
	padding-right: 10%;
	border-right: 1px solid #FFFFFF;
}
.about_class .about_class_left input{
	height: 40px;
	border-radius: 4px;
	box-sizing: border-box;
	/*border: 1px solid #dedede;*/
}
.about_class .about_class_left li:last-child input{
	background: #0079D5;
	color: #FFFFFF;
	cursor: pointer;
}
.about_class{
	position: relative;
}
.about_class .about_class_right{
	float: right;
	width: 40%;
}
.about_class .about_class_left li{
	margin-bottom: 20px;
	box-sizing: border-box;
}
.about_class .about_class_left li:last-child{
	margin-bottom: 0;
}
.scan_code_img{
	padding: 20px;
}
.scan_code li img{
	max-width: 150px;
	width: 100%;
}
.scan_code_title{
	margin-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.scan_code li{
	float: left;
	width: 50%;
	text-align: center;
}
.customer_evaluation_content .customer_evaluation_left{
	float: left;
	width: 40%;
	text-align: right;
}
.customer_evaluation_content .customer_evaluation_left img{
	width: 100%;
}
.customer_evaluation_content .customer_evaluation_right{
	float: left;
	width: 60%;
}
.customer_evaluation_right>div img{
	float: left;
	width: 33.3%;
}
.customer_evaluation_bottom{
	text-align: center;
}
.customer_evaluation_bottom>div{
	width: 50%;
	float: left;
}
.customer_evaluation_bottom>div img{
	width: 100%;
}
.pc{
	display: block;
}
.sj{
	display: none;
}
@media screen and (max-width: 1230px){
	.about_class{
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 850px){
	.pc{
		display: none;
	}
	.sj{
		display: block;
	}
	/*留资框*/
	.online_registration .box, .online_registration {
   		height: auto;
	}
	.online_registration .box {
	    background: #FFFFFF;
	    padding-top: 15px;
	}
	.online_registration {
    	position: relative;
    	padding-bottom: 15px;
	}
	.online_registration_title {
    	display: none;
	}
	.online_registration ul {
	    float: none;
	    width: 100%;
	    height: auto;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.online_registration ul li {
    	width: 100%;
	}
	.online_registration ul .text1 {
    	border: 1px solid #DEDEDE;
	}
}
@media screen and (max-width: 680px){
	.about_class .about_class_left{
		width: 100%;
		float: none;
		border: none;
		padding-right: 0;
	}
	.about_class .about_class_right{
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.about_class{
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.main_table h3{
		font-size: 20px;
	}
	.main_table h3:after, .main_table h3:before{
		width: 30px;
	}
}
