@charset='utf-8';

/* 内页公共 */
.page-ban {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}

.page-ban img.ban {
	width: 1920px;
	height: 230px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.page-ban span {
	width: 100%;
	height: 230px;
	background: rgba(16, 76, 137, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.page-ban .page-ban-tit {
	width: 410px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -205px;
	z-index: 3;
	color: #fff;
	font-size: 26px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.page-ban .page-ban-txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 3;
}

/* 培训班 */
.course-ban {
	width: 100%;
	height: 376px;
	position: relative;
	overflow: hidden;
}

.course-ban img.ban {
	width: 1920px;
	height: 376px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.course-ban span {
	width: 100%;
	height: 376px;
	background: rgba(16, 76, 137, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.course-ban .page-ban-tit {
	width: 410px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -205px;
	z-index: 3;
	color: #fff;
	font-size: 26px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.course-ban .page-ban-txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 3;
}

.course-ban .course-list {
	width: 800px;
	height: 130px;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -400px;
	z-index: 2;
}

.course-ban .course-list ul {
	display: block;
	width: 200px;
	height: 130px;
	float: left;
}

.course-ban .course-list ul li {
	display: block;
	width: 200px;
	height: 42px;
	margin-bottom: 20px;
}

.course-ban .course-list ul li a {
	display: block;
	width: 90%;
	height: 40px;
	border: solid 1px #fff;
	text-align: center;
	line-height: 42px;
	color: #fff;
}

.course-ban .course-list ul li a:hover {
	background: #fff;
	color: #003060;
}

.course-ban .course-list ul li a.nav {
	background: #fff;
	color: #003060;
}


.link-box {
	width: 1200px;
	height: 46px;
	position: relative;
	margin: 0 auto;
}

.link-box div {
	width: 1200px;
	height: 36px;
	position: absolute;
	left: 0;
	top: -36px;
	line-height: 36px;
	z-index: 4;
}

.link-box div a {
	color: #fff !important;
}

.link-box div a:hover {
	color: #fff !important;
}

.link-box div span {
	padding: 0 3px;
	color: #fff;
}

.page-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 50px;
}

.page-box .page-lft {
	width: 850px;
	padding-right: 50px;
	height: auto;
	float: left;
}

.page-box .page-rht {
	width: 300px;
	height: auto;
	float: right;
}

.page-submenu {
	width: 240px;
	height: auto;
	padding: 30px;
	background: #104c89;
}

.page-submenu .page-submenu-tit {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #fff;
	padding-bottom: 35px;
}

.page-submenu .page-submenu-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-submenu .page-submenu-list li {
	display: block;
	height: 36px;
	float: left;
	margin-right: 25px;
}

.page-submenu .page-submenu-list li a {
	display: block;
	width: 100%;
	height: 31px;
	position: relative;
	color: #fff !important;
	overflow: hidden;
	line-height: 31px;
}

.page-submenu .page-submenu-list li:nth-child(3) {
	margin-right: 0px;
}

.page-submenu .page-submenu-list li a span {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: -100%;
}

.page-submenu .page-submenu-list li a:hover span {
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.page-submenu .page-submenu-list li a.nav span {
	background: rgba(255, 255, 255, 0.5);
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.page-ass-box {
	width: 240px;
	height: auto;
	padding: 30px;
	background: #dfe1e3;
}

.page-ass-box .page-ass-tit {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
}

.page-ass-box dl {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.page-ass-box dl dt {
	display: block;
	width: 240px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.page-ass-box dl dt img {
	width: 240px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-ass-box dl dd {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 21px;
}

.page-ass-box .page-ass-a {
	display: block;
	width: 60px;
	height: 24px;
	border-top: solid 1px #666;
	line-height: 24px;
	text-align: center;
}

.page-con-box {
	width: 240px;
	height: auto;
	padding: 30px;
	background: #53575a;
}

.page-con-box .page-con-tit {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #fff;
	padding-bottom: 35px;
}

.page-con-box ul {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #616568;
}

.page-con-box ul li {
	padding: 7px 0;
	color: #fff;
}

.page-con-box ul li img {
	margin-right: 7px;
}

.page-con-tit-en {
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
}

.page-con-code {
	width: 240px;
	height: auto;
	overflow: hidden;
}

.page-con-code dl {
	display: block;
	width: 120px;
	height: auto;
	float: left;
}

.page-con-code dl dt {
	display: block;
	width: 120px;
	height: auto;
}

.page-con-code dl dt img {
	width: 110px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.page-con-code dl dd {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

/* 公司简介 */
.about-title-en {
	width: 100%;
	height: auto;
	font-size: 33px;
	color: #104c89;
	text-transform: uppercase;
}

.about-title {
	width: 100%;
	height: auto;
	padding: 15px 0 7px 0;
	font-size: #333;
	font-size: 18px;
}

.about-txt {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	line-height: 28px;
}

.about-txt p {
	padding-bottom: 15px;
}

.about-txt img {
	display: block;
	max-width: 100%;
}

/* 企业文化 */
.culture-qm {
	width: 100%;
	height: 227px;
	height: 112px;
	background: url(../images/qianming.jpg) no-repeat right bottom;
}

/* 核心团队 */
.team-list {
	width: 850px;
	height: auto;
	padding-top: 20px;
	overflow: height;
}

.team-list dl {
	display: block;
	width: 410px;
	height: 560px;
	position: relative;
	float: left;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 15px;
}

.team-list dl dt {
	display: block;
	width: 408px;
	height: 200px;
	text-align: center;
	border: solid 1px #e0e3e6;
	z-index: 4;
}

.team-list dl dt .team-name {
	width: 100%;
	height: 40px;
	padding: 15px 0 8px 0;
	line-height: 40px;
	color: #104c89;
	font-size: 18px;
}

.team-list dl dt .team-text {
	width: 100%;
	height: 72px;
	line-height: 24px;
	color: #555;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.team-list dl dt .team-more {
	width: 57px;
	height: 50px;
	margin: 0 auto;
	border-top: solid 1px #5781ac;
	line-height: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.team-list dl dt .team-more a {
	color: #104c89;
}

.team-list dl dd {
	display: block;
	width: 410px;
	height: 350px;
	overflow: hidden;
}

.team-list dl dd span {}

.team-list dl dd img {
	display: block;
	width: 410px;
}



.team-data {
	width: 850px;
	height: auto;
	overflow: hidden;
}

.team-data dl.team-data-about {
	display: block;
	width: 850px;
	height: auto;
	float: left;
	overflow: hidden;
}

.team-data dl.team-data-about dt {
	display: block;
	width: 350px;
	height: auto;
	float: left;
	margin-right: 20px;
}

.team-data dl.team-data-about dt img {
	width: 100%;
}

.team-data dl.team-data-about dd {
	display: block;
	width: 480px;
	height: auto;
	float: left;
}

.team-data dl.team-data-about dd .team-data-txt {
	width: 100%;
	height: auto;
	line-height: 30px;
}

.team-data-name {
	width: 100%;
	height: 56px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
	box-sizing: border-box;
	background: #365c90;
	background: linear-gradient(to right, #365c90, #6683ac, #fff) !important;
	padding-left: 20px;
	color: #d4bf91;
	font-weight: bold;
	position: relative;
}

.team-data-name:before{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background: #f3e8c0;
	background: linear-gradient(to right, #baa279,#f3e8c0,#baa279,#fff) !important;
	position: absolute;
	left: 0;
	bottom:0;
}

.team-data-tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}

.team-data-tit1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #d4bf91;
	background: #f3e8c0;
	background: linear-gradient(to right, #365c90, #6683ac, #fff) !important;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px;
}

.team-data-text {
	padding-top: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.team-data-text dl {
	display: block;
	width: 100%;
	height: auto;
	/* overflow: height; */
	line-height:35px;
}

.team-data-text dl dt {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	color: #333;
}

.team-data-text dl dd {
	display: block;
	width: 100%;
	height: auto;
	line-height: 24px;
	padding-bottom: 10px;
}

/* 和一汇 */
.assess-data {
	width: 850px;
	height: auto;
	overflow: hidden;
	padding-top: 40px;
}

.assess-data dl {
	display: block;
	width: 850px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.assess-data dl dt {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 68px;
	border: 1px #dedede solid;
	float: left;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
}

.assess-data dl dt img {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.assess-data dl dd {
	display: block;
	width: 718px;
	margin-left: 20px;
	float: left;
	height: auto;
	padding: 20px;
	border: solid 1px #e6e6e6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.assess-data dl dd .assess-data-tit {
	width: 100%;
	height: 30px;
	color: #333;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.assess-data dl dd .assess-data-tit span {
	font-size: 14px;
	padding-left: 10px;
}

.assess-data dl:hover dd {
	border: solid 1px #104c89;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.assess-data dl:hover dd .assess-data-tit {
	color: #104c89;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/* 精品大课 */
.course-list {
	width: 850px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.course-list .course-list-tit {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 22px;
	color: #333;
}

.course-list .course-list-box {
	width: 850px;
	height: auto;
	overflow: hidden;
}

.course-list .course-list-box ul li {
	display: block;
	width: 314px;
	height: 144px;
	border: solid 1px #dfe1e3;
	float: left;
	margin-right: 60px;
	margin-bottom: 45px;
}

.course-list .course-list-box ul li .course-list-icon {
	width: 58px;
	height: 58px;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 43px 20px 43px 30px;
}

.course-list .course-list-box ul li .course-list-icon img {
	position: absolute;
	top: 43px;
	left: 30px;
}

.course-list .course-list-box ul li .course-list-icon img:first-child {
	z-index: 1;
}

.course-list .course-list-box ul li:hover .course-list-icon img:first-child {
	display: none;
}

.course-list .course-list-box ul li .course-list-txt {
	width: 206px;
	height: auto;
	float: left;
}

.course-list .course-list-box ul li .course-list-txt span {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 35px;
	font-size: 18px;
	color: #333;
}

.course-list .course-list-box ul li .course-list-txt em {
	font-style: normal;
	color: #666;
	display: block;
	width: 100%;
	height: auto;
}

.course-list .course-list-box ul li .course-list-txt i {
	font-style: normal;
	font-size: 12px;
	padding-top: 15px;
	display: block;
	width: 100%;
	height: auto;
}

.course-list .course-list-box ul li:hover {
	background: #104c89;
	border: solid 1px #104c89;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.course-list .course-list-box ul li:hover .course-list-txt span {
	color: #fff !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.course-list .course-list-box ul li:hover .course-list-txt em {
	color: #fff !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.course-list .course-list-box ul li:hover .course-list-txt i {
	color: #fff !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/* 客户见证 */
.witness-box {
	width: 1200px;
	height: auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	margin: 0 auto;
}

.witness-box .witness-lft {
	width: 266px;
	height: auto;
	padding: 30px 0;
	background: #f9f9f9;
	float: left;
	text-align: center;
}

.witness-box .witness-lft .witness-lft-tit {
	width: 132px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	border-bottom: solid 1px #d2dbea;
	margin: 0 auto;
}

.witness-box .witness-lft ul li {
	display: block;
	width: 152px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
}

.witness-box .witness-lft ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.witness-box .witness-lft ul li a:hover {
	background: #009fda;
	color: #fff !important;
}

.witness-box .witness-lft ul li a.nav {
	background: #009fda;
	color: #fff;
}

.witness-box .witness-lft .witness-white {
	width: 100%;
	height: 60px;
}

.witness-box .witness-rht {
	width: 934px;
	height: auto;
	float: left;
}

.witness-box .witness-rht .witness-tit {
	width: 904px;
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	color: #333;
	padding-left: 30px;
}

.witness-box .witness-rht dl {
	display: block;
	width: 904;
	height: 236px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.witness-box .witness-rht dl dt {
	display: block;
	width: 276px;
	height: 186px;
	float: left;
}

.witness-box .witness-rht dl dt img {
	width: 276px;
	height: 186px;
}

.witness-box .witness-rht dl dd {
	display: block;
	width: 590px;
	float: left;
	margin-left: 30px;
}

.witness-box .witness-rht dl dd.d1 {
	height: 50px;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
}

.witness-box .witness-rht dl dd.d2 {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.witness-box .witness-rht dl dd.d3 {
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	color: #999;
}

.witness-box .witness-rht dl dd.d3 span {
	color: #ff2300;
}


.witness-box .witness-txt {
	width: 900px;
	height: auto;
	float: left;
	padding-left: 34px;
}

.witness-box .witness-txt .witness-txt-tit {
	width: 100%;
	height: auto;
	padding-top: 30px;
	font-size: 24px;
	color: #333;
}

.witness-box .witness-txt .witness-txt-demo {
	width: 100%;
	height: auto;
	padding: 10px 0 30px 0;
	color: #999;
}

.witness-box .witness-txt .witness-text {
	width: 100%;
	height: auto;
	line-height: 24px;
}

.witness-box .witness-txt .witness-text img {
	max-width: 100%;
	margin-top: 15px;
}

/* 和一咨询 */
.news-list {
	width: 850px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

.news-list dl {
	display: block;
	width: 850px;
	height: 170px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.news-list dl dt {
	display: block;
	width: 240px;
	height: 170px;
	float: left;
}

.news-list dl dt img {
	width: 240px;
	height: 170px;
}

.news-list dl dd {
	display: block;
	width: 560px;
	padding-left: 30px;
	float: left;
}

.news-list dl dd a span {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	color: #999;
}

.news-list dl dd a h1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 7px 0 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
}

.news-list dl dd a p {
	display: block;
	width: 90%;
	height: auto;
	line-height: 24px;
}

.news-text {
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
}

.news-text img {
	max-width: 100%;
}

/* 热门视频 */
.video-box {
	width: 850px;
	height: auto;
	padding: 40px 0;
}

.video-box ul li {
	display: block;
	width: 202px;
	height: 276px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
	float: left;
	margin-right: 47px;
	margin-bottom: 47px;
}

.video-box ul li .firstvideo-img {
	width: 202px;
	height: 202px;
	background: url(../images/bf.png) no-repeat center #000;
}

.video-box ul li .firstvideo-img img {
	opacity: 0.7;
}

.video-box ul li .firstvideo-img img:hover {
	opacity: 1;
}

.video-box ul li .firstvideo-tit {
	width: 202px;
	height: 74px;
}

.video-box ul li .firstvideo-tit span {
	display: block;
	width: 85%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

.video-box ul li .firstvideo-tit em {
	display: block;
	width: 85%;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
}

.video-box ul li .firstvideo-tit em img {
	margin-right: 5px;
	margin-top: -1px;
}


/* 合伙人招募 */
.joinus-box {
	width: 850px;
	height: auto;
	padding: 30px 0;
}

.joinus-box .joinus-list {
	width: 790px;
	height: auto;
	border: solid 1px #e0e1e3;
	padding: 25px;
	margin-bottom: 20px;
}

.joinus-box .joinus-list .joinus-tit {
	width: 100%;
	height: auto;
	padding: 0 0 15px 0;
	font-size: 20px;
	color: #104c89;
}

.joinus-box .joinus-list .joinus-add {
	width: 100%;
	height: auto;
	padding: 15px 0;
	border-top: solid 1px #e0e1e3;
	border-bottom: solid 1px #e0e1e3;
}

.joinus-box .joinus-list .joinus-add span {
	float: right;
}

.joinus-box .joinus-list .joinus-txt {
	width: 100%;
	height: auto;
	padding-top: 20px;
	line-height: 24px;
}

/* 在线调研 */
.layui-form input {
	width: 428px;
	height: 42px;
	border: none;
	background: #dfe1e3;
	text-indent: 2em;
	margin-top: 20px;
}

.layui-form button {
	width: 130px;
	height: 36px;
	display: block;
	border: none;
	margin-top: 20px;
	background: #009fd9;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	color: #fff;
}

.questiontit {
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	padding: 38px 0 8px 0;
	color: #444;
	font-size: 16px;
}

.questiontit span {
	color: #777;
	font-size: 14px;
}

.layui-input-block {
	margin-left: 20px !important;
	padding-top: 10px;
}

.layui-form-checkbox {
	margin-bottom: 7px;
	margin-top: 7px;
	padding-right: 0px !important;
}

.layui-form-checked i,
.layui-form-checked:hover i {
	color: #ff2300 !important;
}

.layui-form-checked,
.layui-form-checked:hover {
	border-color: #ff2300 !important;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
	color: #ff2300 !important;
}

.layui-form-checkbox i {
	display: none;
}


/* 联系我们 */
.contact-tit {
	width: 100%;
	height: auto;
	padding: 40px 0 20px 0;
	font-size: 18px;
	color: #333;
}

.contact-tit span {
	font-size: 14px;
}

.contact-list {
	width: 100%;
	height: auto;
	line-height: 32px;
	color: #333;
	display: block;
}

.contact-list li {
	width: 100%;
	height: 32px;
}

.contact-code {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contact-code li {
	display: block;
	width: 132px;
	height: 162px;
	line-height: 32px;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.contact-code li img {
	width: 132px;
	height: 132px;
}

.map {
	width: 770px;
	height: 330px;
}

.contactnav {
	margin-top: 15px;
	display: block;
	width: 128px;
	height: 34px;
}

/* 2.0培训班 */
.course-text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -46px;
}

.course-text img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.course-hui {
	width: 100%;
	height: auto;
	background: #f5f5f5;
}

.course-lan {
	width: 100%;
	height: auto;
	background: #1863bc;
}

.pagination {
	width: 100%;
	height: 30px;
	display: block;
	text-align: center;
	overflow: hidden;
	clear: both;
}

.pagination li {
	width: 30px;
	height: 30px;
	background: #f5f5f5;
	display: inline-block;
	margin-right: 2px;
	text-align: center;
	line-height: 30px;
}

.pagination li.active {
	background: #1863bc;
	color: #fff;
}

.pagination li:hover {
	background: #1863bc;
}

.pagination li:hover a {
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
}

.pagination li:hover a:hover {
	color: #fff !important;
}
