/*重构css*/
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font: inherit;
	line-height: normal;
}
header, nav, main, img, form, p {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
hr, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}
a:hover {
	text-decoration: none !important;
	color: inherit;
}



/*重构css结束*/
.top201 .zc201 {
	float: left;
	color: #666;
}
.top201 .r201 {
	float: right;
	color: #666;
}
.w201 {
	width: 1200px;
	margin: 0 auto;
}
.top201 {
	z-index: 10;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.top201 .r201 li {
	display: inline;
	padding: 0 5px;
}
.top201 .r201 li:first-child {
	padding-right: 0;
}
.top201 .r201 li a:hover {
	color: #068276;
}
.top201 .r201 li a {
	color: #666;
	position: relative;
	z-index: 10;
}
.nav201 {
	width: 100%;
	height: 70px;
	background: #068276;
	position: relative;
	z-index: 3;
}
.na201 .list201 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.nav201 .na201 {
	width: 1200px;
	margin: 0 auto;
}
.nav201 .na201 li {
	float: left;
	width: 150px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav201 .na201 li a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	height: 70px;

}
.nav201 .na201 li a span {
	display: block;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
}
.nav201 .na201 li a i {
	width: 2px;
	height: 40px;
	background-color: #e4e4e4;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -19px;
}
.nav201 .na201 li:last-child a i {
	display: none;
}
.nav201 .na201 li a:hover, .nav201 .na201 li a.hover, .nav201 .na201 li #hover2 {
	background: #05a797;
}

.nav201 .na201 dl {
	width: 100%;
	background: #068276;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
}
.nav201 .na201 dl {
	position: absolute;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav201 .na201 li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav201 .na201 dl dd {
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav201 .na201 dl dd:first-child {
	border: none;
}
.nav201 .na201 dl dd a {
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	width: 100%;
	text-align: center;
}
.nav201 .na201 dl dd a:hover, .nav201 .na201 dl dd a.hover {
	background: #05a797;
}
/*移植开始*/
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, font {
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.s1200 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.index {
	width: 100%;
	overflow: hidden;
}
.index .title {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.index .title h3 {
	font-size: 60px;
	font-weight: bold;
	display: block;
	line-height: 60px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index .title h3 b {
	display: inline-block;
	color: #068276;	
    margin-top: 20px;

}
.index .title h8 {
	font-size: 60px;
	font-weight: bold;
	display: block;
	line-height: 110px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index .title h8 b {
	display: inline-block;
	color: #068276;	
    margin-top: 20px;

}
.index .title h4 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
	display: block;
	letter-spacing: 10px;
}
.index .title s {
	position: absolute;
	top: 40px;
	display: block;
	background: url(../images/line.png) no-repeat;
	width: 124px;
	height: 42px;
}
.word{
	top: 25px;	
    left: 0px;
    right: 0px;
    bottom: 0px;
	color: #068276;
}
.index .title .line_lef {
	left: 50%;
	margin-left: -392px;
}
.index .title .line_rig {
	right: 50%;
	margin-right: -392px;
}

.index .floor_2_main {
	width: 100%;
}
.index .floor_2_main .floor_2 {
	padding: 20px 0;
}
.index .iabout .lefnav {
	width: 200px;
}
.index .iabout .lefnav li {
	width: 40px;
	height: 180px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
}
.index .iabout .lefnav li a {
	display: block;
	padding-top: 60px;
	text-align: center;
	background: #1d773a;
	color: #fff;
}
.index .iabout .lefnav li em {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 30px;
}
.index .iabout .lefnav li h3 {
	width: 20px;
	height: 108px;
	line-height: 16px;
	margin: 0 auto;
}
.index .iabout .lefnav li.li1 a {
	background: #186b33;
}
.index .iabout .lefnav li.li2 a {
	background: #1d773a;
}
.index .iabout .lefnav li.li3 a {
	background: #217f40;
}
.index .iabout .lefnav li.li4 a {
	background: #258845;
}
.index .iabout .lefnav li.li5 a {
	background: #29944b;
}
.index .iabout .lefnav li a:hover {
	background: #0faace;
}
.index .iabout .lefnav .more1 {
	width: 150px;
	height: 125px;
	background: url(../images/fuhao1.jpg) no-repeat left top;
	position: relative;
	display: block;
}
.index .iabout .lefnav .more1 p {
	width: 23px;
	height: 60px;
	line-height: 14px;
	background: #068276;
	color: #fff;
	position: absolute;
	right: -12px;
	bottom: -10px;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .iabout .lefnav .more1:hover p {
	background: #0faace;
}
.index .iabout .img {
	width: 510px;
	height: 330px;
	overflow: hidden;
}
.index .iabout .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.index .iabout .img:hover img {
	transform: scale(1.06, 1.06);
}
.index .iabout .txt {
	width: 456px;
	position: relative;
}
.index .iabout .txt .yh {
	width: 90px;
	height: 50px;
	display: block;
	background: url(../images/fuhao2.jpg) no-repeat;
}
.index .iabout .txt a {
	position: relative;
	z-index: 2;
	width: 424px;
	height: 264px;
	display: block;
	background: #fff;
}
.index .iabout .txt a h2 {
	font-size: 24px;
	padding: 10px 0;
}
.index .iabout .txt a .desc {
	overflow: hidden;
	color: #333;
}
.index .iabout .txt a .cha {
	margin-top: 36px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #068276;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .iabout .txt a:hover .cha {
	background: #0faace;
}
.index .iabout .txt .bk {
	width: 364px;
	height: 330px;
	border: 1px solid #dfdfdf;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.index .youshi .item {
	padding-bottom: 60px;
	position: relative;
	padding-top: 64px;
}
.index .youshi .item .tit {
	width: 194px;
	position: relative;
}
.index .youshi .item .tit img {
	width: 170px;
	height: 330px;
	display: block;
}
.index .youshi .item .tit h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	left: 130px;
    top: 10px;
}
.index .youshi .item .txt {
	padding-top: 78px;
	width: 502px;
	height: 100px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.index .youshi .item .txt h2 {
	font-size: 30px;
	font-weight: bold;
	color: #009b4c;
	line-height: 32px;
}
.index .youshi .item .txt h4 {
	display: block;
	line-height: 20px;
    margin-top: 10px;

}
.index .youshi .item .txt .desc {
	padding-top: 20px;
}
.index .youshi .item .txt .cha {
	font-size: 18px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	display: block;
	border: 2px solid #009b4c;
	text-align: center;
	color: #009b4c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;	
    margin-left: 300px;
}
.index .youshi .item .txt .cha2 {
	font-size: 18px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	display: block;
	border: 2px solid #009b4c;
	text-align: center;
	color: #009b4c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;	
    margin-left: 50px;
}
.index .youshi .item .txt .cha:hover {
	background: #009b4c;
	color: #fff;
}
.index .youshi .item .img {
	position: absolute;
	right: -80px;
	top: 50px;
	left: 700px;
    right: 0px;
}
.index .youshi .item .img img {
	max-width: 530px;
	display: block;
}
.index .youshi .item.it2 {
	padding-left: 490px;
}
.index .youshi .item.it2 .img {
	right: auto;
	left: 0;
}
.index .youshi .item:hover .txt {
	-webkit-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}

/*商学院开始*/
.duiv {
	font: 16px/1.6 "Microsoft Yahei", "Thmano", "Arial";
	height: 450px;
	color: #3d3d3d;
	background: #f6ffe8;
}

li {
	list-style: none;
	float: left;
}
/*input, textarea, select{font:14px/1.5 "Microsoft Yahei","Thmano", "Arial"; color:#999; outline:0;}*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.iprocess {
	margin-top: 60px;
}
.iprocess .head {
	background: url(../images/itit.png) no-repeat center bottom;
	height: 60px;
	padding-top: 10px;
	text-align: center;
}
.iprocess .head h3 {
	line-height: 1.2;
}
.iprocess .head h3 b {
	font-size: 36px;
	color: #ffd126;
}
.iprocess .head h3 b span {
	color: #008023;
}
.iprocess .head em {
	font-style: normal;
	color: #44ab5b;
	font-size: 18px;
	text-transform: uppercase;
}
.iprocess ul {
	background: url(../images/iprocess_liner.png) no-repeat center;
	margin-top: 52px;
	width: 110%;
}
.iprocess li {
	background: url(../images/iprocess_li.png) no-repeat center bottom;
	color: #fff;
	width: 199px;
	height: 195px;
	text-align: center;
	padding-top: 37px;
	margin-right: 56px;
	position: relative;
}
.iprocess li b {
	font-size: 41px;
	font-family: 'impact';
	color: #ffd126;
	display: inline-block;
	position: absolute;
	top: -40px;
	left: 76px;
}
.iprocess li .icon {
	background: url(../images/iprocess_icon.png) no-repeat 70px 30px;
	padding-bottom: 48px;
	margin-top: 10px;
}
.iprocess li a {
	font-size: 24px;
	color: #fff;
}
.iprocess li a:hover {
	color: #0000cc;
}
.iprocess li:hover {
	-webkit-transform: rotateY( 360deg );
	-moz-transform: rotateY( 360deg );
	-ms-transform: rotateY( 360deg );
}
.iprocess li.icon2 .icon {
	background-position: -186px -32px;
}
.iprocess li.icon2, .iprocess li.icon4 {
	margin-top: 52px;
}
.iprocess li.icon3 .icon {
	background-position: -436px 39px;
}
.iprocess li.icon4 .icon {
	background-position: -684px -32px;
}
.iprocess li.icon5 .icon {
	background-position: -931px 39px;
}
/*商学院结束*/





/*加盟方略开始*/
.slq {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px
}
.slqBox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.slqBox h3 {
    font-size: 30px;
    color: #1284b9;
    margin-bottom: 10px;
}
.slqBox h4 {
	font-size: 30px;
	color: #068276;
}
.slqBox h5 {
	font-size: 18px;
	color: #3f3f3f;
	margin: 10px 0px 30px;
}
.slqBox p {
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../imag/xiaohua.png) no-repeat left 9px;
	line-height: 28px;
	text-align: justify;
}
.slqBox li {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    background: url(../imag/xiaohua.png) no-repeat left 9px;
    line-height: 20px;
    text-align: justify;
}
.slq01 {
	overflow: hidden;
	width: 100%;
	height: 438px;
	background: url(../imag/ys_line.png) bottom no-repeat;
}
.Box {
	overflow: hidden;
	margin: 0 auto;
	height: 190px;
	background: url(../imag/slq01.png) no-repeat center;
}
.Box h3 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	margin-top: 22px
}
.Box h3 span {
	font-size: 40px;
}
.Box p {
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
}
.Box p>span {
	font-size: 30px;
}
.slqBox .Box1 {
	padding-left: 115px;
}
.slqBox b {
	font-size: 50px;
	position: absolute;
	font-weight: bold;
	width: 96px;
	height: 96px;
	display: block;
	background: url(../imag/ys.png) no-repeat;
	text-align: center;
	line-height: 96px;
	color: #fff;
	margin-top: 40px;
}
.slq02 .slqBox b {
	left: 620px;
	margin-top: 20px;
}
.slqBox .Box1 .wz {
	float: left;
	padding-top: 55px;
	width: 513px;
	overflow: hidden;
}
.slqBox .Box1 .ystp1 img {
	padding-left: 100px
}
.slq .slq02 {
	width: 100%;
	height: 420px;
	background: url(../imag/ys_line.png) bottom no-repeat;
}
.slqBox .Box2 .ystp2 {
	float: left;
}
.slqBox .Box2 .wz {
	width: 442px;
	float: right;
}
.slq .slq03 {
	width: 100%;
	margin-top: 0px;
	height: 600px;
}
.slqBox .Box3 .wz {
	float: left;
	padding: 55px 20px 0px 120px;
	width: 460px;
}
.slqBox .Box3 .ystp3 img {
	padding-left: 50px;
	float: right;
}
.slq .slq04 {
	width: 100%;
	height: 450px;
	background: url(../imag/ys_line.png) top no-repeat;
}
.slq04 .slqBox b {
	left: 620px;
	margin-top: 80px;
}
.slqBox .Box4 .ystp4 {
	float: left;
	margin-top: 45px;
}
.slqBox .Box4 .wz {
	width: 570px;
	float: right;
	padding: 95px 20px 0px 120px;
}
/*加盟方略结束*/