body{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.body-list{
	background-color: #f5f5f5;
}
.top,.head,.nav,.introduce,.course,.advantage,.environment,.area,.footer,.cnt,.bread-crumbs,.form-content{
	width: 1200px;
	margin:0 auto;
}
a:Hover{
	color:#40be7a;
}
/**top-bg star**/
.top-bg{
	background-color: #eee;
	font-size: 12px;
	color:#666;
	line-height: 32px;
}
.top-bg a{
	color:#666;
}
.top-bg a:hover{
	color:#40be7a;
}
.top .right a{
	display: inline-block;
	margin-left:15px;
}
/**top-bg end**/

/**head star**/
.head{
	padding:1.8% 0 1.5%;
	position: relative;
}
.head h1{
	position: absolute;
	left:-10000px;
}
.head .logo dt{
	float: left;
}
.head .logo dd{
	float: left;
	padding-top:2%;
}
.head .logo dd span{
	display: block;
	font-size: 16px;
	color:#999;
}
.head .logo dd b{
	display: block;
	font-size: 20px;
	color:#40be7a;
}
.head .tel{
	width: 38%;
	padding-top:0.5%;
}
.head .tel em{
	display: block;
	float: right;
	padding:21px;
	background: url(../images/tel1.png) no-repeat center;
	margin-right: ;
}
.head .tel span{
	width: 32px;
	margin:0 15px 0 5px;
	line-height: 21px;
	display: block;
	float: right;
	color:#666;
	font-size: 16px;
}
.head .tel b{
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	color:#ff8060;
	float: right;
}
/**head end**/

/**nav-bg star**/
.nav-bg{
	background-color: #40be7a;
}
.nav li{
	width: 12.5%;
	float: left;
	line-height: 48px;
	text-align: center;
	position: relative;
	color:#fff;
	font-size: 16px;
	cursor: pointer;
}
.nav li:hover{
	background-color: #349a63;
}
.nav li>a{
	color:#fff;
}
.nav li>span{
	display: block;
}
.nav li>div{
	position: absolute;
	left:0;
	top:48px;
	width: 99%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	z-index: 10;
	background-color: #fff;
	display: none;
	border-bottom: 2px solid #7c7c7c;
}
.nav li>div>a{
	display: block;
	width: 100%;
	color:#666;
	line-height: 44px;
	font-size: 14px;
}
.nav li>div>a:hover{
	color:#fff;
	background-color: #40be7a;
}
/**nav-bg end**/

/**banner star**/
.fullSlide {
    width: 100%;
    position: relative;
    margin-bottom: 3.5%;
}
.fullSlide h1{
	position: absolute;
	left:-10000px;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul{
	width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.fullSlide .bd li a{
	display: block;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    overflow: hidden;
    color:transparent;
    line-height: 99px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.fullSlide .hd ul .on{
	background-color: #40be7a;
}
.fullSlide .prev, .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -23px;
    left: 15%;
    z-index: 1;
    width: 26px;
    height: 46px;
    background: url(../images/slide-arrow.png) 0px 0 no-repeat;
    cursor: pointer;
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
	display: block;
}
.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -42px 0;
}
.fullSlide .prev:hover {
	background-position: -77px 0;
}
.fullSlide .next:hover {
	background-position: -114px 0;
}
/**banner end**/

/**introduce star**/
.introduce{
	margin-bottom: 2%;
}
.introduce-left{
	width: 70%;
	float: left;
}
.introduce-left dl{
	padding-bottom: 3%;
	border-bottom: 2px solid #ebf8f1;
	margin-bottom: 2%;
}
.introduce-left dt{
	width: 24%;
	margin-right: 3.5%;
	float: left;
	overflow: hidden;
}
.introduce-left dt img{
	-webkit-transition: all ease-in 0.5s; 
	-moz-transition: all ease-in 0.5s; 
	-ms-transition: all ease-in 0.5s; 
	-o-transition: all ease-in 0.5s; 
	transition: all ease-in 0.5s; 
}
.introduce-left dt:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.introduce-left dd{
	width: 70%;
	float: left;
	color:#666;
	height: 152px;
	overflow: hidden;
}
.introduce-left dd p span{
	font-size: 32px;
	color:#40be7a;
}
.introduce-left dd p a{
	color:#40be7a;
}
.trade-news h3{
	font-size: 16px;
	line-height: 30px;
}
.trade-news li{
	padding-left: 2%;
	height: 36px;
	line-height: 36px;
	background: url(../images/li-bg.png) no-repeat left center;
}
.trade-news li a{
	float: left;
	color:#666;
}
.trade-news li span{
	float: right;
	color:#999;
}
.introduce-right{
	width: 23.5%;
	float: right;
	padding-top:10%;
	background: url(../images/indtroduce-r.png) no-repeat top;
	
}
.introduce-right form{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) ;
}
.introduce-right h3,.cnt-right .form h3{
	text-align: center;
	background: url(../images/form-h3-bg1.jpg) no-repeat center;
	background-size: cover;
	line-height: 60px;
	font-size: 20px;
	font-weight: normal;
	color:#fff;
}
.introduce-right h3 span,.cnt-right .form h3 span{
	color:#fff263;
}
.introduce-right form ul,.cnt-right .form ul{
	padding:7% 10% 10%;	
}
.introduce-right form ul li,.cnt-right .form li{
	margin-bottom: 4%;
}
.introduce-right form ul input,.cnt-right .form ul input{
	width: 95%;
	padding-left: 5%;
	height: 34px;
	line-height: 34px;
}
.introduce-right form ul select,.cnt-right .form ul select{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 3%;
}
.introduce-right form ul select,.introduce-right form ul input,.cnt-right .form li input,.cnt-right .form li select{
	border:0 none;
	background-color: #f2f2f2;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#999;
}
.introduce-right form .submit{
	padding-top:2%;
	margin-bottom: 0;
}
.introduce-right form .submit input,.cnt-right .form .submit input{
	width: 100%;
	padding:0;
	background: url(../images/submit.png) no-repeat center;
	font-size: 18px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
	color:#fff;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
/**introduce end**/
h2{
	font-size: 24px;
	color:#474747;
	margin-bottom: 2.5%;
	border-left: 3px solid #37cc99;
	padding-left: 10px;
}
/**course-bg star**/
.course-bg,.environment-bg{
	background-color: #f5f8fa;
	padding:2% 0 2.6%;
	margin-bottom: 2.6%;
}
#caselist,#caselist01{
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
.tempWrap {
    margin: 0 auto;
}
.course li {
    width: 340px;
    float: left;
    margin: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.course li>div{
	padding:5% 5% 7%;
}
.course li>div .title{
	font-size: 16px;
	color:#40be7a;
	font-weight: bold;
	display: block;
	margin-bottom: 3.5%;
}
.course li>div p{
	color:#999;
	height: 24px;
	overflow: hidden;
}
.course li>div p span{
	color:#666;
}
.course li>div p.text{
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
	margin-top:6%;
}
.course li>div .xq{
	display: block;
	width: 100%;
	text-align: center;
	color:#37cc99;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #40be7a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:9%
}
.course li>div .xq:hover{
	background-color: #37cc99;
	color:#fff;
}
#caselist .prev,#caselist .next,#caselist01 .prev,#caselist01 .next{
	width: 26px;
	height: 46px;
	position: absolute;
	left:0;
	top:50%;
	cursor: pointer;
	margin-top:-23px;
	background: url(../images/slide-arrow.png) no-repeat 0 0;
}
#caselist .prev:hover,#caselist01 .prev:hover{
	background-position: -77px 0;
}
#caselist .next,#caselist01 .next{
	left:auto;
	right:0;
	background-position: -42px 0;
}
#caselist .next:hover,#caselist01 .next:hover{
	background-position: -114px 0;
}
/**course-bg end**/

.teacher{
	margin-bottom:2.6%;
}
/**advantage star**/

.advantage dl{
	width: 24.33%;
	padding:2.5% 2.5% 2%;
	margin:0 2% 4%;
	float: left;
	box-shadow: 0 0 10px 0 rgba(47,46,46,0.1);
}
.advantage dt{
	text-align: center;
	margin-bottom: 11%;
	position: relative;
}
.advantage dt::before{
	content:'';
	width: 35px;
	height: 1px;
	background-color: #b5b5b5;
	position: absolute;
	left:50%;
	margin-left: -17px;
	bottom:-28%;
}
.advantage dt span{
	font-size: 20px;
	font-weight: bold;
	color:#474747;
	padding-left: 20px;
}
.advantage dd p{
	height: 72px;
	overflow: hidden;
}
/**advantage end**/

/**environment-bg star**/
.h2-box h2{
	float: left;
}
.h2-box .more{
	float: right;
	background-color: #40be7a;
	color:#fff;
	padding:0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.h2-box .more:hover{
	background-color: #349a63;
}
.envir-l,.envir-r li{
	position: relative;
	overflow: hidden;
}
.envir-l span,.envir-r li span{
	position: absolute;
	left:0;
	bottom: 0;
	width: 90%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding:3% 5%;
	font-size: 12px;
	line-height: 20px;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.envir-l span{
	width: 97%;
	font-size: 16px;
	padding:3% 1.5%;
}
.envir-l{
	width: 37.6%;
	float: left;
}
.envir-l:hover span,.envir-r li:hover span{	
    -webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.envir-r{
	width: 61.4%;
	float: right;
}
.envir-r li{
	width: 32.33%;
	float: left;
}
.envir-r-1,.envir-r-2,.envir-r-4,.envir-r-5{
	margin-right: 1.5%;
}
.envir-r-1,.envir-r-2,.envir-r-35{
	margin-bottom: 1.5%;
}
/**environment-bg end**/

/**area star**/
.area{
	margin-bottom: 1.6%;
}
.area .h2-box{
	position: relative;
}
.area .h2-box ul{
	position: absolute;
	left:130px;
	top:0;
}
.area .h2-box li{
	float: left;
	width: 60px;
	text-align: center;
	color:#474747;
	margin:0 5px;
	cursor: pointer;
}
.area .h2-box li.hover{
	background-color: #40be7a;
	color:#fff;
	border-radius: 24px;
}
.box_cnt{
	display: none;
}
.box_hover{
	display: block;
}
.area .box_cnt li{
	width: 15%;
	float: left;
	margin:0 1% 2%;
	padding:1.5%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.area .box_cnt li b{
	font-size: 16px;
	color:#666;
	display: block;
	margin-bottom: 5%;
}
.area .box_cnt li p{
	padding-left: 25px;
	height: 48px;
	overflow: hidden;
	background: url(../images/dress.png) no-repeat left 5px;
	color:#999;
}
/**area end**/

/**footer-bg star**/
.footer-bg{
	padding:3% 0;
	background-color: #393e43;
	color:#bfccdf;
}
.footer-l{
	width: 50%;
}
.footer-l dl{
	width: 23%;
	padding:0 5%;
	border-right: 1px solid #616972;
	float: left;
	text-align: center;	
}
.footer-l .dl3{
	border-right: 0 none;
}
.footer-l dt{
	margin-bottom: 7%;
	font-size: 16px;
}
.footer-l dd a{
	display: block;
	line-height: 26px;
	color:#89929f;
}
.footer-l dd a:hover{
	color:#fff;
}
.footer-r{
	padding-right: 8%;
}
.footer-r dt{
	font-size: 24px;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 5%;
}
.footer-r dd span{
	font-size: 20px;
	color:#40be7a;
	display: block;
}
.footer-r dd b{
	font-size: 30px;
	display: block;
	line-height: 40px;
	font-weight: normal;
	color:#40be7a;
}
/**footer-bg end**/





/**�����б�ҳ star**/
/**��࿪ʼ**/
.bread-crumbs{
	font-size: 12px;
	line-height: 40px;
	color:#666;	
}
.cnt-left {
    width: 73.3%;
    float: left;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.newslist-cnt {
    background: white;
    padding: 20px 20px 0;       
}
.newslist-cnt dl, .newslist-cnt .nl li {
    margin-bottom: 20px;
    border-bottom: 1px #dedede dashed;
    padding-bottom: 20px;
}
.newslist-cnt dl dd>a, .newslist-cnt .nl li>a {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.newslist-cnt dl dd p, .newslist-cnt .nl p {
    font-size: 14px;
    color: #888;
    margin-bottom: 2%;
    height: 70px; 
}
.newslist-cnt .nl p {
    height: auto;
}
.newslist-cnt dl dd p a, .newslist-cnt .nl p a{
	color:#ff8060;
}
.keyword {
    background: url(../images/icon-gjc.png) no-repeat left center;
    padding-left: 25px;
    margin-right: 2%;
}
.newslist-cnt dl dd .qt span.time, .newslist-cnt .nl .qt span.time {
    float: right;
    font-size: 14px;
    color: #bbb;
}
.keyword a {
    padding: 0 5px;
    color: #40be7a;
    font-size: 14px;
}
.page {
    background: white;
    padding: 20px 0;
    text-align: center;
}
.page>a, .page_0>a,.page>b {
    display: inline-block;
    width: 7.5%;
    margin: 0 1%;
    border: 1px #dedede solid;
    font-size: 16px;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
}
.page>b{
	border-color:#40be7a;
	background-color: #40be7a;;
	font-weight: normal;
	color:#fff;
}


.newslist-cnt {
    padding: 4% 5% 2.5%;
    line-height: 26px;
    background-color: #fff;
}
.newslist-cnt table tr th,.newslist-cnt .table tr td{
	border: 1px solid #ccc;
}
.newslist-cnt .news-tit {
    margin-bottom: 2%;
}
.news-tit h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #474747;
    margin-bottom: 1%;
}
.info {
    text-align: center;
    font-size: 12px;
}
.info span {
    padding: 0 10px;
    color: #888;
}
.news-cnt p{
	padding-bottom: 2%;
	color:#666;
	text-indent: 2em;
}

.news-recommend {
	margin-top:2%;
	padding:4% 0;
	border-top:1px dashed #ccc;
}
.news-recommend li{
	width: 47%;
	float: left;
	line-height: 30px;
	margin-right: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cnt-left .read{
	background-color: #f4f9f5;
	padding:2.5% 5%;
}
.cnt-left .read h3{
	font-size: 16px;
	padding-left: 10px;
	line-height: 20px;
	border-left: 3px solid #40be7a;
	margin-bottom: 1%;
}
.cnt-left .read li{
	width: 46%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 2%;
	line-height: 34px;
	background: url(../images/li.png) no-repeat left center;
}
.cnt-left .read li:hover{
	background: url(../images/li1.png) no-repeat left center;
}
/**������**/







/**�Ҳ࿪ʼ**/
.cnt-right {
    width: 25%;
    float: right;
}
.cnt-right>div{
	padding:5% 7% 7%;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	margin-bottom: 7%;
}
.cnt-right .top1{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 7%;
}
.cnt-right .top1 h3{
	float: left;
	font-size: 16px;
	color:#545454;
	line-height: 32px;
	margin-bottom: -1px;
	border-bottom: 1px solid #40be7a;
}
.cnt-right .top1 .more{
	float: right;
	font-size: 12px;
	line-height: 32px;
	color:#999;
}
.cnt-right .top1 .more:hover{
	color:#40be7a;
}
.cnt-right .open-course,.cnt-right .course-recommend{
	padding-bottom: 4%;
}
.open-course .hd{
	bottom: 0;
}
.open-course .fullSlide .hd li{
	margin:0 5px;
}
.open-course>ul li{
	width: 95%;
	padding-left: 5%;
	overflow: hidden;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li.png) no-repeat left center;
}
.open-course>ul li:hover{
	background: url(../images/li1.png) no-repeat left center;
}
.open-course>ul li:hover a{
	color:#40be7a;
}
.cnt-right .form{
	padding:0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.cnt-right .form textarea{
	width: 90%;
	border:0 none;
	background-color: #f2f2f2;
	color:#999;
	outline: none;
	resize: none;
	padding:2% 5%;
	height: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.course-recommend .hd{
	bottom: 0;
}
.course-recommend .fullSlide .prev{
	left:0;
	height: 40px;
	background:rgba(0,0,0,0.5) url(../images/arrow.png) no-repeat 6px 10px;
}
.course-recommend .fullSlide .next{
	right:0;
	height: 40px;
	background:rgba(0,0,0,0.5) url(../images/arrow.png) no-repeat -24px 10px;
}
/**�Ҳ����**/
/**�����б�ҳ end**/


/**����ҳ star**/
.form-content{
	border: 1px solid #e7e7e7;
	background:#fff url(../images/form-bg.jpg) no-repeat right bottom;
	margin-bottom: 20px;
	padding-bottom: 3.5%;
	box-sizing: border-box;
}
.form-content h1{
	text-align: center;
	font-size: 36px;
	color:#40be7a;
	line-height:48px;
	padding:3% 0;
	border-bottom: 1px solid #e7e7e7;
}
.form-content form{
	width: 40%;
	padding:0 6.6%;
}
.form-content form h3{
	font-size: 30px;
	line-height: 40px;
	padding:6.3% 0;
	font-weight: normal;
	color:#363636;
}
.form-content form li {
	margin-bottom: 4%;
}
.form-content form li input,.form-content form li select,.form-content form textarea{
	outline: none;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#666;
}
.form-content form li input{
	width: 96%;
	padding-left: 4%;
	height: 48px;
	line-height: 48px;	
	font-size: 16px;
}
.form-content form li select{
	width: 100%;
	padding-left: 3%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
}
.form-content form li textarea{
	width: 92%;
	padding:2% 4%;
	resize: none;
	height: 100px;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.form-content form .submit{
	padding-top:1.5%;
	margin-bottom: 5%;
}
.form-content form .submit input{
	width: 100%;
	padding:0;
	font-size: 30px;
	color:#fff;
	height: 76px;
	line-height: 76px;
	background: url(../images/submit.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	border:0 none;
}
.form-content .tips{
	font-size: 16px;
	color:#fe790d;
	line-height: 26px;
	
}
/**����ҳ end**/


.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #40be7a; margin:0 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#40be7a; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background:#40be7a; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #fff solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;} 
@media only screen and (max-width: 1200px) {
	.top,.head,.introduce,.course,.advantage,.environment,.area,.footer,.bread-crumbs,.cnt{
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.nav,.form-content{
		width: 100%;
	}
	.course li{
		width: 283px;
	}
}
@media only screen and (max-width: 1024px) {
	.top .right,.head .tel,.open-course,.course-recommend{
		display: none;
	}
	.fullSlide .prev{
		left:0;
	}
	.fullSlide .next{
		right:0
	}
	.introduce-left dt {
	    width: 32%;
	}
	.introduce-left dd {
	    width: 64%;
	}
	#caselist,#caselist01{
		width: 700px;
	}
	.course li{
		width: 320px;
	}
	.advantage dd p {
	    height: 96px;
	}
	.area .box_cnt li{
		width: 20%;
	}
	.cnt-left,.cnt-right{
		width: 100%;
	}
	.cnt-right .form ul{
		padding:4% 3% 5% 5%;
	}
	.cnt-right .form li{
		width: 47%;
		float: left;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.cnt-right .form .memo{
		width: 97%;
		margin-right: 0;
	}
	.cnt-right .form .submit{
		width: 40%;
		margin:0 30%;
	}
	.form-content h1 {
	    font-size: 28px;
	    line-height: 36px;
	}
	.form-content form {
	    width: 50%;
	    padding-left: 3%;
	}
	.form-content form h3 {
	    font-size: 22px;
	    line-height: 32px;
	    text-align: center;
	}
	.form-content form .submit input {
	    font-size: 22px;
	    height: 48px;
	    line-height: 48px;
	}
	.introduce-right h3, .cnt-right .form h3{
		background: #40be7a;
	}
	.footer-r dt{
		font-size: 20px;
	}
	.footer-r dd span{
		font-size: 18px;
	}
	.footer-r dd b{
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	h2{
		margin-bottom: 4.5%;
	}
	.nav-bg{
		padding:2.5% 0;
	}
	.nav li{
		width: 25%;
		line-height: 28px;
	}
	.nav li>div{
		top:26px;
	}
	.nav li>div>a{
		line-height: 32px;
	}
	.fullSlide{
		margin-bottom: 5%;
	}
	#caselist,#caselist01{
		width: 600px;
	}
	.course-bg{
		padding:5% 0;
	}
	.course li{
		width: 270px;
	}
	.introduce{
		margin-bottom: 5%;
	}
	.introduce-right {
	    padding-top: 26%;
	}
	.introduce-left,.advantage,.envir-l,.footer-bg,.page a, .page b, .page span{
		display: none;
	}
	.environment-bg{
		margin-bottom: 5%;
		padding:5% 0 3%;
	}
	.envir-r{
		width: 100%;
	}
	.envir-r li {
	    width: 48.5%;
	    margin-right: 3%;
	    margin-bottom: 3%;
	}
	.envir-r .envir-r-2,.envir-r .envir-r-5{
		margin-right: 0;
	}
	.area .box_cnt li{
		width: 28.33%;
	}
	.introduce-right{
		width: 100%;
	}
	.introduce-right form .submit{
		margin-bottom: 0;
	}
	.area{
		margin-bottom: 4.5%;
	}
	.area .h2-box ul{
		position: inherit;
		left:0;
		margin-bottom: 4%;
	}
	.page .pre, .page .next, .page .last-page {
	    display: inline-block;
	    width: 70px;
	}
	.news-tit h1 {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 3%;
	}
	.news-cnt p{
		text-indent: 0em;
	}
	 #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 640px) {
	.head{
		padding:3% 0;
	}
	.head .logo{
		width: 100%;
	}
	.head .logo dt{
		width: 40%;
	}
	.head .logo dd{
		width: 60%;
		padding-top:0;
	}
	.head .logo dd span{
		font-size: 14px;
	}
	.head .logo dd b{
		font-size: 18px;
	}
	.nav li{
		font-size: 14px;
	}
	#caselist,#caselist01{
		width: 470px;
	}
	.course li{
		width: 215px;
		margin:0 10px;
	}
	.form-content form {
	    width: 94%;
	    padding: 0 3%;
	    background-color: rgba(255,255,255,0.6);
	}
	.form-content form h3{
		font-size: 20px;
	}
	.form-content form .submit input {
	    font-size: 20px;
	    height: 42px;
	    line-height: 42px;
	}
	.form-content form li input,.form-content form li select {
	    height: 40px;
	    line-height: 40px;
	}
	.form-content form li select {
	    height: 44px;
	    line-height: 44px;
	}
	.news-recommend li {
	    width: 100%;
	    margin-right: 0;
	}
	.cnt-left .read{
		padding:5% 5% 3%;
	}
	.cnt-left .read li{
		width: 95%;
		padding-left:5%;
		margin-right: 0;
	}
}
@media only screen and (max-width: 500px) {
	.head .logo dd span{
		line-height: 20px;
	}
	.head .logo dd b{
		font-size: 16px;
		line-height: 20px;
	}
	#caselist,#caselist01{
		width: 350px;
	}
	.course li{
		width: 330px;
	}
	.area .box_cnt li{
		width: 42%;
		padding:3%;
	}
	.area .h2-box ul{
		margin-left: 0;
	}
	.area .h2-box li{
		width: 46px;
	}
	.h2-box .more{
		font-size: 12px;
	}
	.cnt-right .form ul{
		padding:5%;
	}
	.cnt-right .form li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.cnt-right .form .memo{
		width: 100%;
	}
	.cnt-right .form .submit{
		width: 60%;
		margin:0 20%;
	}
	.introduce-right {
	    padding-top: 40%;
	}
}
@media only screen and (max-width: 375px) {
	.head .logo dt{
		padding-top:1.5%;
	}
	#caselist,#caselist01{
		width: 290px;
	}
	.course li{
		width: 290px;
		margin:0;
	}
	.area .box_cnt li{
		width: 94%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.area .box_cnt li p {
	    height:auto;
	}
	.introduce-right {
	    padding-top: 50%;
	}
}