/*
*启德教育集团市场部技术开发
*前端开发组制作版权所有
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: rgba(0, 0, 0, 0.55);
}

#colorbox {
	outline: 0;
}

#cboxContent {}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	/* background: url(../images/tc-bg.jpg); */
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxClose {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	/* background: url(../images/controls.png) no-repeat top center; */
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

/***************************公共组件样式控制***************************/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ul,
li,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

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%;
}

.img {
	vertical-align: bottom
}

.zt-wrap {
	font-size: 16px;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

/*清除浮动方法*/
.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;
}

/****************************页面样式控制*****************************/
/*---------------------------全局页面控制----------------------------*/
body {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Arial
}

a {
	background-color: transparent;
}

a:hover {
	outline: 0;
}

.mw {
	width: 1100px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

/*---------------------------全局导航模块---------------------------*/
#nav {
	height: 105px;
	text-align: center;
	background-color: #FFF
}

#looyuMid {
	z-index: 99
}

/*-------------------------全局菜单导航模块--------------------------*/
.title {
	font-size: 0;
	text-align: center;
}

.but-con {
	text-align: center;
	font-size: 0;
}

.but-con a {
	width: 216px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #fff;background: #1149cf;
	margin: 0 63px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	border-radius: 30px;border: 2px solid #1149cf;
}

.but-con a:nth-of-type(2) {
	background: #fff;color: #df2f2b;border-color: #df2f2b;
}

#header {
	width: 100%;
	height: 462px;
	background: url('../images/banner.png') center no-repeat;
	min-width: 1100px;
	overflow: hidden;
}

#header a {
	display: block;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	width: 185px;
	height: 40px;
	line-height: 40px;
	background: #f3585e;
	margin: 296px 0 0 634px;
}

.dy {
	padding: 60px 0 0;
	width: 1100px;
	margin: 0 auto;
}

.dy dl {
	height: 411px;width: 1094px;margin: 0 auto;
	background: url(../images/dy.jpg) no-repeat;
	position: relative;
}

.dy dl dd{
	padding: 60px 52px 0 354px;
}
.dy dl dd h3{line-height: 55px;font-size: 36px;color: #fff;letter-spacing: 2px;}
.dy dl dd p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	text-align: justify;
}

.dy dl dd a {
	display: block;position: absolute;bottom: 33px;
	font-size: 20px;right: 60px;letter-spacing: 1px;
	color: #df2f2b;width: 220px;height: 48px;border-radius: 30px;
	line-height: 48px;background: #fff;text-align: center;
	
}

.part1 {
	padding: 90px 0 55px;
}

.part1-con {
	padding: 70px 0 60px;
	width: 1100px;
	margin: 0 auto;
}

.part1-con ul {line-height: 0;
	font-size: 0;text-align: center;
}

.part1-con ul li {
	display: inline-table;
	vertical-align: top;
	width: 284px;
	height: 336px;
	margin:0px 27px 0;
	background: url(../images/page1-01.png) no-repeat;
}
.part1-con ul li h3{padding-top: 44px;line-height: 50px;color: #fff;font-size: 35px;}
.part1-con ul li p {
	line-height: 33px;
	color: #fff;
	font-size: 24px;
	padding:126px 0px 0px;
}
.part1-con ul .li01{margin-top: -30px;}

/* 报告目录 */
.part2 {
	padding: 82px 0 80px;
	background: url(../images/page2-bg.png) center no-repeat;
	min-width: 1100px;
}

.part2-con {
	padding: 82px 0px 0px 360px;
	width: 700px;
	margin: 0 auto 50px;
}

.part2-con h3,.part2-con h4 {
	font-size: 20px;
	color: #fff;
	padding:15px 12px 0;
	height:451px;
	position: relative;
	width: 30px;
	margin-right: 8px;
	background: #3448bc;
	cursor: pointer;
	line-height: 22px;
	text-align: center;border-radius: 0 0 5px 0;
}
.part2-con h3 strong,.part2-con h4 strong {line-height: 38px;display: block;margin-bottom: 8px;font-size: 29px;}
.part2-con h3 span,.part2-con h4 span{writing-mode: vertical-rl;letter-spacing: 1px;padding-top: 5px;}
.part2-con h3 i{background: url(../images/box2_h2.png) no-repeat;width: 24px;height: 24px;position: absolute;left: 14px;bottom: 14px;}
/* .part2-con h3.on{color: #fdc689;} */

.part2-con .part2-hid {
	margin-right: 8px;
	width: 333px;
	height: 439px;
	padding: 25px 0px 0 0px;
	background: url(../images/page2-tu2.jpg) no-repeat;
	display: none;
	position: relative;
	cursor: pointer;
}
.part2-con .part2-hid-06{padding-left: 10px;width: 274px;}
.part2-con .part2-hid p {
	font-size: 16px;
	color: #3448bc;
	line-height: 28px;position: relative;padding-left: 34px;
}
.part2-con .part2-hid p strong{position: absolute;width: 5px;height: 5px;border-radius: 100px;background: #3448bc;top:10px ;left: 18px;}

.part3 {
	padding: 50px 0 60px;
}

.part3-con {
	padding: 20px 0 45px;
}
.part3-con dl{margin-top: 20px;border: 1px solid #000;background: #ee3b37;padding: 50px 50px 26px;border-radius: 20px;}
.part3-con dl h3{font-size: 24px;color: #ee3733;height: 46px;line-height: 46px;background: #fff;letter-spacing: 1px;font-weight: normal;margin: 0 auto 24px;border-radius: 30px;width: 566px;text-align: center;}
.part3-con dl dd p{font-size: 18px;color: #fff;line-height: 28px;margin-bottom: 10px;}
.part3-con dl span{display: block;font-size: 18px;color: #fff;line-height:28px ;padding-top: 20px;}
.part3-con dl img{border-radius: 15px;border: 1px solid #1149cf;}
.part3-con dl a{display: block;width: 218px;height: 48px;background: #1149cf;border-radius: 30px;font-size: 20px;color: #fff;line-height: 48px;margin: 20px auto 0;text-align: center;letter-spacing: 2px;}
.part3-con dl dt{padding-top: 8px;}
.part3-con dl dt .fl p{width:400px ;font-size: 17px;color: #fff;line-height: 27px;margin-bottom: 8px;text-align: justify;letter-spacing: 1px;}
.part3-con dl dt span{padding-top: 125px;}
.part3-con dl dt.dt01 .fl p{width: 315px;}
.part3-con dl dt.dt01 span{padding-top: 240px;}
.part3-con .dl01 h3{width: 750px;}

.bgz {
	padding-bottom:70px;
}

#cboxLoadedContent {
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

#cboxClose {
	width: 18px;
	height: 18px;
	top: 18px;
	right: 14px;
}

#eic_pop_form h2 {
	text-align: center;
	font-size: 42px;
	color: #4d3101;
	line-height: 55px;
	padding-bottom: 20px;
	letter-spacing: 1.5px;
}

.eic_pop_form {
	width: 650px;
	height: 322px;
	padding-top: 104px;
	box-shadow: 0 0 5px #aaa;
	/* background: url(../images/tc-bg.png) no-repeat; */
	border-radius: 28px;
}

.eic_pop_form p {
	margin-top: 10px;
	overflow: hidden;
	zoom: 1;
	padding-left: 280px;
}

.eic_pop_form label {
	width: 81px;
	height: 36px;
	float: left;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: right;
	padding-right: 9px;
}

.eic_pop_form .dfv {
	width: 237px;
	height: 35px;
	border: 1px solid #4d3101;
	background-color: #fff;
	padding-left: 10px;
	font-size: 16px;
	float: left;
	outline: none;
}

.eic_pop_form .user-inp {
	width: 138px;
	height: 35px;
	border: 1px solid #4d3101;
	background-color: #fff;
	padding-left: 10px;
	font-size: 16px;
	float: left;
	margin-right: 4px;
	outline: none;
}

.eic_pop_form .user-btn {
	width: 95px;
	height: 39px;
	text-align: center;
	font-size: 16px;
	color: #3046a4;
	background-color: #f8e98a;
	border: 1px solid #f8e98a;
	border-radius: 5px;
	outline: none;
}

.eic_pop_form .form-btn {
	width: 135px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	border: 0;
	margin-top: 10px;
	background: #fc8d1d;
	margin-left: 90px;
	font-weight: bold;
	border-radius: 6px;
	letter-spacing: 1px;
	outline: none;
}

.eic_pop_form .get-code:disabled {
	background: #999;
}

.eic_pop_form strong {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-left: 284px;
	display: block;
	font-weight: normal;
	margin-top: 14px;
}

.closeBtnLeft {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.zeizhao {
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -325px;
}

.eic_pop_form {
	position: relative;
}

.zeizhao #close {
	position: absolute;
	/* background: url(../images/controls.png) no-repeat; */
	width: 17px;
	height: 17px;
	top: 18px;
	right: 20px;
	cursor: pointer;
}

.yuedu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	min-width: 1200px;
}

.yuedu-con {
	width: 1000px;
	height: 560px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -336px;
	margin-left: -525px;
	padding: 82px 26px 30px 24px;
}

.yuedu-con .close01 {
	/* background: url(../images/yd-icon.png) no-repeat; */
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	top: 38px;
	right: 12px;
}

.yuedu-con .yuedu-th {
	height: 560px;
	width: 100%;
	overflow: hidden;
}

.yuedu-th img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 1000px
}

.swiper-button {
	position: absolute;
	width: 34px;
	height: 21px;
	bottom: -10px;
	cursor: pointer;
	/* background: url(../images/icon-jt.png) no-repeat; */
}

/* .swiper-button.prev {
	left: 840px;
	background-position: 0 0;
}

.swiper-button.next {
	right: 110px;
	background-position: -51px 0px;
} */

.swiper-slide {
	height: 560px;
	width: 1000px;
}

/* 值得信赖 */
.part6 {
	padding: 53px 0;
	background: #dee5ef;
}

.part6 .title01 p {
	text-align: center;
	min-width: 1100px;
	margin-bottom: 58px;
}

.part6 .school {
	width: 1000px;
	margin: 0 auto;
}

.part6 .school .item {
	width: 230px;
	padding-top: 34px;
	text-align: center;
	height: 142px;
	background-color: #26528c;
	color: #fff;
	margin-right: 26px;
	float: left;
	font-weight: bold;
	margin-bottom: 40px;
}

.part6 .school .number {
	font-size: 46px;
	line-height: 54px;
}

.part6 .school .description {
	font-size: 24px;
	line-height: 32px;
	margin-top: 2px;
	letter-spacing: 1.5px;
}

.part6 .school .text {
	margin-bottom: 46px;
	font-size: 20px;
	color: #232323;
}

.part6 .school .text span {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #26528c;
	margin-right: 2px;
	margin-top: 9px;
	border: 4px solid #a6b9d1;
}

.part6 .school .text p {
	color: #232323;
	float: left;
	width: 948px;
	line-height: 34px;
	padding-left: 12px;
	text-align: justify;
}

.part6 .school ul.ult {
	padding-bottom: 31px;
}

.part6 .school ul.ult li {
	width: 132px;
	height: 44px;
	background: #fff;
	line-height: 44px;
	color: #232323;
	float: left;
	margin-right: 40px;
	text-align: center;
	font-weight: bold;
	position: relative;
	font-size: 23px;
	cursor: pointer;
	letter-spacing: 1px;
}

.part6 .school ul.ult li .border {
	display: inline-block;
	width: 65px;
	height: 6px;
	background-color: #eaeff3;
	position: absolute;
	top: 20px;
	right: -65px;
}

.part6 .school ul.ult li.on {
	color: #fff;
	background-color: #26528c;
}

/*.school .card-box { background: #f9f9f9; }*/
.part6 .school .card {
	display: none;
	height: 273px;
	background: #fff;
}

.part6 .school .card .img {
	width: 400px;
	height: 272px;
	float: left;
}

.part6 .school .card p {
	margin-left: 400px;
	padding: 0 70px;
	font-size: 22px;
	color: #232323;
	line-height: 34px;
	display: table;
	height: 273px;
	text-align: justify;
}

.part6 .school .card p span {
	display: table-cell;
	vertical-align: middle;
}
