/*
*启德教育集团市场部技术开发
*前端开发组制作版权所有
*/
/***************************公共组件样式控制***************************/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	vertical-align: baseline;
	font-size: 100%;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#nav,
#header,
#menu,
#section {
	display: block;
}

#nav,
#header,
#menu {
	width: 100%;
}

#section {
	width: 1000px;
	margin: auto;
}

ul,
li {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

img {
	vertical-align: middle
}

.oh {
	overflow: hidden;
}

.midd {
	text-align: center;
}

.mt1 {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 15px;
}

.mtb1 {
	margin: 10px 0;
}

.mtb2 {
	margin: 20px 0;
}

.mlr1 {
	margin: 0 10px;
}

.mlr2 {
	margin: 0 20px;
}

.mb {
	margin-bottom: 0;
}

.mtb1 {
	margin: 10px 0;
}

.ti {
	text-indent: 25px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.alignItems {
	-webkit-box-align: center;
	/* Safari 6-9 */
	-ms-flex-align: center;
	/* IE 10 */
	align-items: center;
	/* 标准语法 */
}

.justifyContent {
	-webkit-box-pack: center;
	/* Safari 6-9 */
	-ms-flex-pack: center;
	/* IE 10 */
	justify-content: center;
	/* 标准语法 */
}

/*清除浮动方法*/
.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.fix {
	zoom: 1;
}

.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

/****************************页面样式控制*****************************/

/*---------------------------全局页面控制----------------------------*/
body {
	line-height: 20px;
	font-size: 12px;
	color: #303030;
	font-family: "Microsoft YaHei", Helvetica, Arial;
	background: #fff;
	overflow-x: hidden;
}

.mw {
	width: 1100px;
	margin: auto;
}

/*---------------------------全局导航模块---------------------------*/
#nav {
	height: 105px;
	text-align: center;
	background-color: #FFF
}

#header {
	height: 663px;
	background: url(../images/banner.png) no-repeat center top;
	min-width: 1100px;
	position: relative;
}

#header .form-con {
	width: 470px;
	height: 480px;
	/* background: url(../images/bannerForm.png) no-repeat; */
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: 20px;
	border-radius: 20px;
	/* box-shadow: 0 4px 27px rgba(36, 97, 178, 0.28); */
	overflow: hidden;
}

.btn-box {
	text-align: center;
	font-size: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.btn-box a {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px;
	width: 317px;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-box a img {
	display: block;
	width: 100%;
	height: 100%;
}

.centbg {
	background: url(../images/bg1.png) no-repeat top center;
	min-width: 1100px;
}

/*导语*/
.h2_title {
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	font-weight: bolder;
}

/**/
.page1 {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.page1 .tab {
	position: absolute;
	width: 1058px;
	height: 77px;
	top: 30px;
	left: 21px;
}

.page1 .tab span {
	display: block;
	width: 141px;
	height: 77px;
	margin-right: 19px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

.page1 .tab span:first-child {
	width: 377px;
	height: 77px;
	margin-right: 28px;
}

.page1 .tabCon {
	width: 1100px;
	position: relative;
}

.page1 .tabCon .tabCon-hang1-t {
	position: absolute;
	left: 175px;
	top: 182px;
}

.page1 .tabCon .tabCon-hang1-t ul {
	display: flex;
}

.page1 .tabCon .tabCon-hang1-t ul li {
	width: 280px;
	height: 80px;
	border-radius: 10px;
	background-color: #f9e5d8;
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: 80px;
	border: 1px solid #f9e5d8;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.page1 .tabCon .tabCon-hang1-t ul li.on,
.page1 .tabCon .tabCon-hang2-t ul li.on {
	border: 1px solid #f45e7d;
	background-color: #FFFFFF;
}

.page1 .tabCon .tabCon-hang2-t {
	position: absolute;
	left: 175px;
	top: 376px;
}

.page1 .tabCon .tabCon-hang2-t ul {
	display: flex;
}

.page1 .tabCon .tabCon-hang2-t ul li {
	width: 165px;
	height: 80px;
	border-radius: 10px;
	background-color: #f9e5d8;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 80px;
	border: 1px solid #f9e5d8;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	border-radius: 10px;
}


.page1 .tabCon .tabCon-hang-c {
	border: 1px solid #f45e7d;
	background-color: #FFFFFF;
	font-size: 20px;
	color: #000;
	width: 840px;
	height: 46px;
	padding: 20px 20px;
	padding-right: 10px;
	display: none;
	line-height: 26px;
	border-radius: 10px;
}

.page1 .tabCon .tabCon-hang1-c {
	position: absolute;
	left: 0px;
	top: 90px;
}

.page1 .tabCon .tabCon-hang2-c {
	position: absolute;
	left: 0px;
	top: -6px;
}

.page1 .tabCon .tabCon-hang3-c {
	position: absolute;
	left: 0px;
	top: 90px;
}

.page1 .tabCon .tabCon-hang4-c {
	position: absolute;
	left: 0px;
	top: 180px;
}

.page1 .tabCon .tabCon-hang5-c {
	position: absolute;
	left: 0px;
	top: 84px;
}

.page1 .tabCon img {
	display: none;
}

.page1 .tabCon img:first-child {
	display: block;
}

.page2 {
	width: 100%;
	position: relative;
}

.page2-1 {
	width: 100%;
	height: 1194px;
	position: relative;
}

.page2-1 .page2-1img {
	width: 1920px;
	height: 1194px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.page2-2 {
	height: 985px;
	background: url(../images/bg2-2.png) no-repeat top center;
	margin: auto;
	display: block;
}

.page2 .page2_box {
	width: 1100px;
	height: 755px;
	background: url(../images/page2_10.png) top no-repeat;
	margin: 0 auto;
}

.page2 .page2_box h2 {
	margin-bottom: 42px;
}

.page2 .page2_box .box {
	padding-left: 105px;
	padding-top: 271px;
}

.page2 .page2_box .page2_box_item {
	width: 285px;
	/* height: 285px; */
	margin-right: 20px;
	margin-bottom: 17px;
	float: left;
}

.page2 .page2_box .page2_box_item h3 {
	padding-top: 114px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #f34c6f;
}

.page2 .page2_box .page2_box_item p {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	padding: 0 22px;
}

.page3 {
	width: 100%;
	height: 965px;
	background: url(../images/bg3.png) no-repeat top center;
}

.page3 .page3_box {
	width: 1100px;
	height: 851px;
	/* background: url(../images/page3_10.png) top no-repeat; */
	margin: 0 auto;
}

.page3 .page3_box h4 {
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #000000;
}

.page3 .page3_box .box {
	width: 100%;
	/* height: 600px; */
	position: relative;
}

.page4 .h2_title {
	font-size: 36px;
}

.page4 .page4_box {
	width: 1100px;
	height: 661px;
	margin: 0 auto;
}

.page4 .page4_box h4 {
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #000000;
}

.page4 .page4_box .box {
	width: 100%;
	height: 537px;
	position: relative;
}

.page4 .page4_box .box .page4_box_item {
	width: 222px;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	position: absolute;
}

.page4 .page4_box .box .page4_box_item strong {
	display: block;
	color: #f34c6f;
	font-size: 20px;
}

.page4 .page4_box .box .page4_box_item:nth-child(1) {
	left: 52px;
	top: 68px;
}

.page4 .page4_box .box .page4_box_item:nth-child(2) {
	left: 52px;
	top: 234px;
}

.page4 .page4_box .box .page4_box_item:nth-child(3) {
	left: 52px;
	top: 398px;
}

.page4 .page4_box .box .page4_box_item:nth-child(4) {
	left: 465px;
	top: 48px;
}

.page4 .page4_box .box .page4_box_item:nth-child(5) {
	right: 50px;
	top: 68px;
}

.page4 .page4_box .box .page4_box_item:nth-child(6) {
	right: 50px;
	top: 230px;
}

.page4 .page4_box .box .page4_box_item:nth-child(7) {
	right: 50px;
	top: 394px;
}

.swiper-container .swiper-slide {
	box-sizing: border-box;
	padding-left: 29px;
	padding-top: 200px;
	height: 550px;
}

.swiper-container .swiper-slide dl {
	width: 504px;
	height: 198px;
	background: #fff7eb;
	border-radius: 20px;
	box-shadow: 0 0 7px rgba(43, 113, 190, 0.16);
	margin-right: 29px;
	margin-bottom: 48px;
	float: left;
}

.swiper-container .swiper-slide dl dt {
	width: 186px;
	height: 198px;
	position: relative;
	float: left;
}

.swiper-container .swiper-slide dl dt img {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 196px;
	height: 238px;
}

.swiper-container .swiper-slide dl dd {
	width: 300px;
	height: 198px;
	float: left;
	display: -webkit-box;
	/* Safari 6-9 */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* 标准语法 */
	-webkit-box-align: center;
	/* Safari 6-9 */
	-ms-flex-align: center;
	/* IE 10 */
	align-items: center;
	/* 标准语法 */
	-webkit-box-pack: center;
	/* Safari 6-9 */
	-ms-flex-pack: center;
	/* IE 10 */
	justify-content: center;
	/* 标准语法 */
}

.swiper-container .swiper-slide dl dd h3 {
	color: #fd5f05;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.swiper-container .swiper-slide dl dd h3 span {
	display: inline-block;
	font-size: 16px;
	color: #121314;
	position: relative;
	font-weight: normal;
	/* padding: 0 10px; */
	line-height: 30px;
}

.swiper-container .swiper-slide dl dd h3 span strong {
	position: relative;
}

.swiper-container .swiper-slide dl dd h3 span::before {
	content: "";
	width: 100%;
	height: 13px;
	/* background: #fff3f5; */
	position: absolute;
	bottom: 2px;
	left: 0;
}

.swiper-container .swiper-slide dl dd p {
	width: 280px;
	font-size: 14px;
	color: #121314;
	line-height: 18px;
}

.swiper-container .swiper-pagination-bullet {
	width: 64px;
	height: 6px;
	border-radius: 3px;
	background: #fd5e04;
}

.page4 {
	width: 100%;
	height: 922px;
	background: url(../images/bg4.png) no-repeat top center;
}

.page4 .h2_title {
	font-size: 36px;
}

.page4 .page4_box {
	width: 1100px;
	height: 661px;
	/* background: url(../images/page4_10.png) top no-repeat; */
	margin: 0 auto;
}

.page4 .page4_box h4 {
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #000000;
}

.page4 .page4_box .box {
	width: 100%;
	height: 672px;
	/* position: relative; */
}

.page4 .page4_box .box .page4_box_item {
	width: 222px;
	font-size: 15px;
	line-height: 24px;
}

.page4 .page4_box .box .page4_box_item strong {
	display: block;
	color: #f34c6f;
	font-size: 20px;
}

.page4 .page4_box .box .page4_box_item:nth-child(1) {
	left: 88px;
	top: 242px;
}

.page4 .page4_box .box .page4_box_item:nth-child(2) {
	left: 88px;
	top: 395px;
}

.page4 .page4_box .box .page4_box_item:nth-child(3) {
	left: 88px;
	top: 545px;
}

.page4 .page4_box .box .page4_box_item:nth-child(4) {
	left: 465px;
	top: 220px;
}

.page4 .page4_box .box .page4_box_item:nth-child(5) {
	right: 80px;
	top: 242px;
}

.page4 .page4_box .box .page4_box_item:nth-child(6) {
	right: 80px;
	top: 390px;
}

.page4 .page4_box .box .page4_box_item:nth-child(7) {
	right: 80px;
	top: 538px;
}

.page5 {
	width: 100%;
}

.page5 .page5_box {
	width: 1100px;
	height: 544px;
	background: url(../images/page5_10.png) top no-repeat;
	margin: 0 auto;
}

.page5 .h2_title {
	font-size: 36px;
}

.page5 .box {
	position: relative;
	width: 100%;
	height: 470px;
}

.page5 .tab {
	position: absolute;
	width: 284px;
	height: 440px;
	padding-top: 30px;
	top: 0;
	right: 30px;
}

.page5 .tab span {
	display: block;
	width: 284px;
	height: 95px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

.page5 .tabCon {
	width: 1100px;
}

.page5 .tabCon img {
	display: none;
}

#looyuMid {
	z-index: 13
}

.closeBtnLeft {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* .totop-fix{position: fixed;top: 0;left: 50%;margin-left: -550px;z-index: 5;} */
