@charset "utf-8";
/* 重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button { margin: 0; padding: 0; }
fieldset, img { border: 0 none; }
dl, ul, ol, menu, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, select, textarea, button, img { vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: none;  }
input, button { -webkit-appearance: none; }
button { border: 0 none; background-color: transparent; cursor: pointer; }
body, th, td, input, select, textarea, button { font-family:"Microsoft YaHei", "微软雅黑"; }
a { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
a:focus { outline: none; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
caption { display: none }
table { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; }
i, em, cite { font-style: normal; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { *zoom:1; }
article, header, nav, section, aside, hgroup, figure, figcaption, footer, dialog { margin: 0; padding: 0; display: block; box-sizing: border-box; -moz-box-sizing: border-box; }
video, audio, source, canvas, embed { display: block; }
input:focus,button:focus,textarea:focus { outline: none; }
img[src=''] { opacity: 0; }
select::-ms-expand { display: none; }

*:not[input] { -webkit-user-select:none; user-select:none; }
* { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.tr03 {
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.fl { float: left; } .fr { float: right; }

body {
    height: 100%;
    width: 100%;
    font-family: "Microsoft Yahei";
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
}


/*顶部*/
.header {
    width: 100%;
    background: #03b1fa;
    padding:0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    font-family: "Microsoft Yahei";    
    height: 60px;
}
.header .container {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    display: table;
    z-index: 300;
}
.header .logo {
    float: left;
    width: 86px;
    height: 33px;
    background: url(../images/logo_white.png) no-repeat center center;
    background-size: 86px auto;
    position: relative;
    opacity: 1;
    margin-top: 14px;
}
.header ul {
    float: right;
    line-height: 60px;
    margin-right: 7px;
}
.header .container ul li {
    height: 40px;
    float: left;
    display: inline;    
    width: 116px;
    padding:0 0 0 26px;
}
.header ul li:last-child {
    margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
    color: #d6f6f1;
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft Yahei";
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;    
    /*border-radius: 5px;*/
   position: relative;
}
.header ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 4px;
	background-color: #fff;
	transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;   	
}
.header ul li a:hover, .header ul li a.cur {
    
}
.header ul li a:hover:after,.header ul li a.active:after {
	width: 100%;
}
.account {
	float: right;
	background:url(../images/u21.png) no-repeat 5px center #fff;
	background-size: 20px 20px;
    color: #00b4fe;
    font-size: 12px;
    padding-left: 28px;
    width: 80px;
    height: 28px;
    display: block;
    line-height: 28px;
    border-radius: 2px;
	position: relative;
	margin-top: 16px;
}
.account a {
	color: #00b4fe;
    font-size: 12px;
}
.account #help-register {
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    z-index: 50;
    height: 40px;
    width: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);    
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;      
}
.account:hover #help-register {
	top: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 	
}
.account #help-register a {
    background: #fff;
    color: #00b4fe;
    width: 80px;
    display: block;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    color: black;    
    text-align: center;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;    
}
.account #help-register a:hover {
	color: #fff;
	background-color: #03b1fa;
}

.solve-content {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}
.solve-table {
    width: 1000px;
    margin: 0 auto;
}
.solve-table ul{
	height:40px;
	
}
.solve-table ul li{
	cursor: pointer;
	float:left;
	padding:0 16px;
	height:30px;
	line-height: 30px;
	margin-right:72px ;	
	text-align: center;
	font-size: 14px;
	color:#29b7fb;
	margin-top: 5px;
}
.solve-table ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #29b7fb;
}
.solve-table ul li.active2{
	background:#02b1fb;
	color: #fff;
	border-radius:6px;	
}
.education-cell-banner {
	background: url(../images/banner.jpg) no-repeat center 0;
	width: 100%;
	height: 572px;
	min-width: 1000px;
}

.content-wrap {
	width: 100%;
	min-width: 1000px;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.content-title {
	width: 1000px;
	margin: 0 auto;
	font-size: 36px;
	color: #333333;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-family: "平方粗体","PingFang Bold","PingFang SC Bold";
}

.process-wrap {
	background-color: #fff;
}
.content-main {
	padding-top: 38px;
}
.process-wrap .content-main {
	padding-top: 18px;
}
.process-item {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.process-item-title {
	display: block;
	margin: 0 auto;
	width: 184px;
	height: 50px;
	line-height: 50px;
	padding-left: 72px;
	font-size: 22px;
	color: #333333;
	background-color: #fb8942;
	background-repeat: no-repeat;	
	width: 260px;
    background: url(../images/title-bg.png) no-repeat center center;
    padding: 0;
    text-align: center;	
}


.process-list {
	position: relative;
	padding-top: 55px;
	padding-bottom: 60px;
	margin-left: -35px;
}

.process-list li {
	position: relative;
	float: left;
	width: 20%;
	padding-left: 35px;
}
.process-list a {
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.process-list a em {
	display: block;
	margin:  0 auto;
	width: 104px;
	height: 104px;
	border-radius: 0;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;  	
}
.process-list a .list-em1 {
	background-image: url(../images/list-em1.png);
}
.process-list a .list-em2 {
	background-image: url(../images/list-em2.png);
}
.process-list a .list-em3 {
	background-image: url(../images/list-em3.png);
}
.process-list a .list-em4 {
	background-image: url(../images/list-em4.png);
}
.process-list a .list-em5 {
	background-image: url(../images/list-em5.png);
}
.process-list a .list-em6 {
	background-image: url(../images/list-em6.png);
}
.process-list a .list-em7 {
	background-image: url(../images/list-em7.png);
}
.process-list a .list-em8 {
	background-image: url(../images/list-em8.png);
}
.process-list a span {
	display: block;
	width: 100%;
	line-height: 18px;
	text-align: center;
	margin: 20px auto;
	color: #333;
	font-size: 16px;
	position: relative;
}
.process-list a:hover em {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
}
.process-list a:hover .list-em8 {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.process-item1 .process-list {
	padding: 30px 15px 30px 0;
}
.process-item1 .process-list li {
	width: 25%;
	height: 266px;
}
.process-item1 .process-list li:nth-child(1) {
	padding-top: 0;
}
.process-item1 .process-list li:nth-child(2) {
	padding-top: 53px;
}
.process-item1 .process-list li:nth-child(3) {
	padding-top: 18px;
	padding-left: 15px;
}
.process-item1 .process-list li:nth-child(4) {
	padding-top: 55px;
	padding-left: 55px;
}
.process-item1 .process-list li:after {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
}
.process-item1 .process-list li:nth-child(1):after {
	width: 196px;
	height: 101px;	
	right: -112px;
	top: 40px;	
	background-image: url(../images/li-nth-child1.png);
}
.process-item1 .process-list li:nth-child(2):after {
	width: 160px;
	height: 75px;	
	right: -92px;
    top: 87px;
	background-image: url(../images/li-nth-child2.png);
}
.process-item1 .process-list li:nth-child(3):after {
	width: 221px;
	height: 58px;	
	right: -140px;
    top: 87px;
	background-image: url(../images/li-nth-child3.png);
}
.process-item1 .process-list li:nth-child(4):after {
	display: none;
}

.process-item2 .process-list {
	padding: 15px 20px 10px;
	margin-left: 0;
}
.process-item2 .process-list li {
	height: 204px;
	padding-left: 0;
}
.process-item2 .process-list a em {
	width: 134px;
	height: 134px;
	margin: 0 auto;
}

.process-item2 .process-list a span {
	width: 232px;
	margin-top: 0;
	margin-left: -20px;
}

.dining-wrap {
	height: 740px;
	background-color: #F4FCFF;
}
.dining-wrap .content-main {
	width: 1000px;
	margin:  0 auto;
	padding-top: 38px;
}
.dining-wrap ul {
	padding:0 30px;
	margin-left: -32px;
}
.dining-wrap ul li {
	float: left;
	width: 33.3333%;
	height: 246px;
	padding-left: 32px;	
	margin-bottom: 30px;
}
.dining-wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #333;
	position: relative;
}
/*.dining-wrap ul li:nth-child(2n) a {
	color: #fff;
	background-color: #03b1fa;
	overflow: hidden;
}*/
.dining-wrap ul li a:before,.dining-wrap ul li a:after {
	content: '';
    position: absolute;
    margin: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dining-wrap ul li a:before {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);	    
}
.dining-wrap ul li a:after {
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);    
}
.dining-wrap ul li a:before,
.dining-wrap ul li a:after {
	border-color: #03b1fa;
}
.dining-wrap ul li a:hover:before,.dining-wrap ul li a:hover:after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);	
}
.dining-wrap ul li p {
	text-align: center;	
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
}
.dining-wrap ul li span {
	display: block;
	margin-top: 7px;
	line-height: 18px;
	text-align: center;
}
.dining-wrap ul li em {
	display: block;
	width: 100%;
	height: 146px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s; 	
}
.dining-wrap ul li a:hover em {
	transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);	
	-webkit-transform: scale(1.15, 1.15);	
}

.switch-wrap {
	background-color: #03b1fa;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 574px;
	min-width: 1000px;
	background-image: url(../images/switch-wrap-bg.jpg);
}


.switch-hd {
	width: 1000px;
	margin:  0 auto;
    position: relative;
    z-index: 3;
    height: 104px;
    padding: 10px 0 0 40px;
    box-sizing: border-box;	
    -webkit-box-sizing: border-box;
}
.switch-hd a {
	float: left;
	width: 116px;
	height: 94px;
	border: 1px solid #5BCEFF;
	background-color: #5BCEFF;	
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	margin-right: 45px;
	text-align: center;
	transition: background ease 0.3s;
    -webkit-transition: background ease 0.3s;
    -moz-transition: background ease 0.3s;	
}
.switch-hd a:nth-last-child(1) {
	margin-right: 0;
}
.switch-hd a.cur,.switch-hd a:hover  {
	background-color: #03b1fa;
}
.switch-hd a i {
	display: block;
	width: 100%;
	height: 56px;
	background-position: center center;
	background-repeat: no-repeat;
}
.switch-hd #tab-a1 i {
	background-image: url(../images/tab-a1.png);
}
.switch-hd #tab-a2 i {
	background-image: url(../images/tab-a2.png);
}
.switch-hd #tab-a3 i {
	background-image: url(../images/tab-a3.png);
}
.switch-hd #tab-a4 i {
	background-image: url(../images/tab-a4.png);
}
.switch-hd #tab-a5 i {
	background-image: url(../images/tab-a5.png);
}
.switch-hd #tab-a6 i {
	background-image: url(../images/tab-a6.png);
}
.switch-hd #tab-a7 i {
	background-image: url(../images/tab-a7.png);
}
.switch-hd #tab-a8 i {
	background-image: url(../images/tab-a8.png);
}
.switch-content {
	width: 1000px;
	margin:  0 auto;
	height: 460px;	
}
.switch-content .switch-content-text,.switch-content .switch-content-img {
	float: left;
	width: 500px;
	height: 350px;
}
.switch-content ul {
	padding-top: 42px;
	padding-bottom: 50px;
}
.switch-content-text {
	display: table;
	padding: 0 40px;
}
.switch-content-text p {
	display: table-cell;
	vertical-align: middle;	
	font-size: 16px;
	color: #333;
	line-height: 20px;
	
}
.switch-content-img img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;		
}
.switch-content-img:hover img {
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}
.diancan-wrap .switch-content-text { height: 310px; }
.waimai-wrap  .switch-content-text { height: 335px; }
.qiantai-wrap .switch-content-img img { margin-top: 20px; }
.youhui-wrap .switch-content-text  { height: 280px; }




.applica-wrap {
	height: 747px;
	background-color: #F4FCFF;
}
.applica-wrap .content-main {
	width: 1000px;
	margin:  0 auto;
	padding: 74px 40px 0;
}
.applica-wrap .applica-list {
	margin-left: -40px;
}
.applica-wrap .applica-item {
	float: left;
	width: 25%;
	padding-left: 40px;
	margin-bottom: 53px;
	height: 210px;
	cursor: pointer;	
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;	
}
.applica-wrap .applica-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;	
}
.applica-wrap .applica-item:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);	
}
.applica-wrap .applica-item p {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
	line-height: 58px;
}
.applica-wrap .applica-item span {
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 18px;
	margin: 0 -20px;
}
.applica-wrap .applica-item:hover span {
	color: #03b1fa;
}

.business-wrap .applica-item {
	-webkit-perspective: 1000px; 
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;	
}
.business-wrap  .applica-item:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	z-index:2;
}
.business-wrap .applica-item:hover img {
	transform: rotateY(180deg); -webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg); 
}
.business-wrap .applica-item:nth-last-child(1) span {
	margin: 0 -20px;
}

.hotlist-wrap { height: 444px; }
.hotlist-wrap .content-main {
	width: 1000px;
    margin: 0 auto;	
	padding: 20px 10px 0;
}
.hotlist-list {
	margin-left: -40px;
}
.hotlist-list .hotlist-item {
	float: left;
	width: 33.3333%;
	height: 280px;
	padding-left: 40px;
	margin-bottom: 0;
	overflow: hidden;
}

.hotlist-list .hotlist-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hotlist-list .hotlist-item a p {
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.hotlist-list .hotlist-item a:hover p {
	color: #03b1fa;
}
.hotlist-list .hotlist-item a img {	
	display: block;
	height: 208px;
	margin: 0 auto 0;
	vertical-align: middle;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;		
}

.hotlist-list .hotlist-item a:hover img {
	-webkit-transform: scale(1.05, 1.05);	
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);	
} 



 /*footer*/
  .footer { overflow: hidden; }
   .footer-content dl dd a:hover{
   	color: #29b7fb;
   }   

.header-right ul li.account-bg > a:hover{
	background: #fff;
    color: #00b4fe;
}
.header-right ul li.account-bg > a:after,
.header-right ul li.account-bg #help-register p a:after {
	display: none;
}
@media screen and (max-width:1024px){
	.footer { overflow: visible; } 
}