@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_wcy.jpg) no-repeat center 0;
	width: 100%;
	height: 572px;
	min-width: 1000px;
}

.content-wrap {
	width: 100%;
	min-width: 1200px;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.content-title {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	color: #333333;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-family: "平方粗体","PingFang Bold","PingFang SC Bold";
}

.process-wrap {
	background-color: #f6f7ff;
}
.content-main {
	padding-top: 38px;
}
.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: #fff;
	background-color: #fb8942;
	background-repeat: no-repeat;	
}
.title-i1 {
	background-image: url(../images/title-i1.png);
	background-position:22px center;
}
.title-i2 {
	background-image: url(../images/title-i2.png);
	background-position:20px center;
}

.process-list {
	position: relative;
	padding-top: 55px;
	padding-bottom: 60px;
	margin-left: -3px;
}
.process-list:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 136px;
	margin-top: -28px;
	width: 743px;
	height: 6px;
	background: url(../images/ul_before.png) no-repeat;
}
.process-item2 .process-list:before {
	width: 691px;
	height: 134px;
	left: 156px;
	margin-top: -90px;
	background-image: url(../images/ul_before2.png);
}
.process-list li {
	float: left;
	width: 20%;
	padding-left: 3px;
}
.process-list a {
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.process-list a em {
	display: block;
	margin:  0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	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-em1.png);
}
.process-list a .list-em8 {
	background-image: url(../images/list-em8.png);
}
.process-list a .list-em9 {
	background-image: url(../images/list-em9.png);
}
.process-list a .list-em10 {
	background-image: url(../images/list-em10.png);
}
.process-list a .list-em11 {
	background-image: url(../images/list-em11.png);
}
.process-list a span {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 18px;
	text-align: center;
	margin: 10px auto 0;
}
.process-list a:hover em {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
}

.process-item2 .process-list li {
	height: 272px;
	padding-left: 8px;
	padding-top: 62px;
}
.process-item2 .process-list li:nth-last-child(1) {
	padding-left: 0;
}
.process-item2 .process-list .has-a2 {
	padding-left: 3px;
	padding-top: 0;
}
.process-list .has-a2 a span {
	margin-top: 0;
}
.process-list .has-a2 a span {
	padding-top: 5px;
}

.dining-wrap {
	height: 698px;
	background-image: url(../images/dining-bg.png);	
}
.dining-wrap .content-main {
	width: 1000px;
	margin:  0 auto;
	padding-top: 35px;
}
.dining-wrap ul {
	padding:0 30px;
	margin-left: -32px;
}
.dining-wrap ul li {
	float: left;
	width: 33.3333%;
	height: 214px;
	padding-left: 32px;	
	margin-bottom: 30px;
}
.dining-wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #f6f7ff;
	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:nth-child(2n-1) a:before,
.dining-wrap ul li:nth-child(2n-1) 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: 112px;
	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: 573px;
	min-width: 1000px;
}
.yuding-wrap {
	background-image: url(../images/bg-2.png);
	height: 587px;
	background-image: url(../images/bg-10.png);
}
.paidui-wrap {
	height: 602px;
	background-image: url(../images/bg-3.png);	
}
.diancan-wrap {
	height: 554px;
	background-image: url(../images/bg-4.png);
}
.waimai-wrap {
	height: 555px;
	background-image: url(../images/bg-5.png);
}
.qiantai-wrap {
	height: 587px;
	background-image: url(../images/bg-6.png);
}
.youhui-wrap {
	height: 555px;
	background-image: url(../images/bg-7.png);
}
.jifen-wrap {
	height: 555px;
	background-image: url(../images/bg-8.png);
}
.shouyin-wrap {
	height: 583px;
	background-image: url(../images/bg-10.png);
}

.switch-hd {
	padding: 10px 0 0 39px;
	width: 1000px;
	height: 104px;
	margin:  0 auto;
}
.switch-hd a {
	float: left;
	width: 86px;
	height: 94px;
	border: 1px solid #5BCEFF;
	background-color: #5BCEFF;	
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	margin-right: 33px;
	text-align: center;
	transition: background ease 0.3s;
    -webkit-transition: background ease 0.3s;
    -moz-transition: background ease 0.3s;	
}
.switch-hd a.cur {
	background-color: #03b1fa;
	font-weight: 600;
}
.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: 410px;	
}
.switch-content .switch-content-text,.switch-content .switch-content-img {
	float: left;
	width: 500px;
	height: 350px;
}
.switch-content ul {
	padding-top: 50px;
	padding-bottom: 50px;
}
.switch-content-text {
	display: table;
}
.switch-content-text p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	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.05, 1.05);	
	-moz-transform: scale(1.05, 1.05);		
	transform: scale(1.05, 1.05);	
}
.diancan-wrap .switch-content-text { height: 310px; }
.waimai-wrap  .switch-content-text { height: 335px; }
/*.qiantai-wrap .switch-content-img img { margin-top: 45px; }*/
.youhui-wrap .switch-content-text  { height: 280px; }




.applica-wrap {
	
	height: 750px;
	background-color: #f6f7ff;
}
.applica-wrap .content-main {
	width: 1000px;
	margin:  0 auto;
	padding: 62px 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;
}
.applica-wrap .applica-item:hover span {
	color: #03b1fa;
}
.business-wrap {
	height: 410px;
	background-color: #fff;
}
.business-wrap .content-main {
	padding-top: 50px; 
}
.business-wrap .applica-item {
	margin-bottom: 0;
	-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:nth-last-child(1) span {
	margin: 0 -20px;
}



 /*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; } 
}