@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
:after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	color:#5d5d5d;
	width:100%;
	background:#fff;
	font:14px/24px "微软雅黑";
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li, input, button, textarea {
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
img {
	border:0;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#5d5d5d;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none;
}
.w1000 {
	width:1000px;
	margin:0 auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display:table;
	line-height:0;
	content:"";
}
.clearfix:after {
	clear:both;
}
.round {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.round3 {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.round5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.cont-width {
	width:1200px;
	margin:0 auto;
}
.btn {
	width:60px;
	height:26px;
	border:1px solid #29a1f7;
	color:#fff;
	line-height:24px;
	text-align:center;
	background:#29a1f7;
}
.btn button {
	display:block;
	height:100%;
	background:none;
	border:1px solid #66b3e1;
	width:100%;
	color:#fff;
}
/*头部*/
.header {
	width:100%;
	position:relative;
}
.header-bg {
	display:block;
	width:100%;
	min-height:132px;
	max-height:200px;
}
.header .logo {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
}
.header .logo .cont-width {
	height:100%;
	display:table;
}
.header .logo .cont-width p {
	width:100%;
	height:auto;
	display:table-cell;
	vertical-align:middle;
}
.header .logo .cont-width p img {
	display:block;
	width:56.7%;
}
/*导航*/
.nav {
	background:#104177;
	width:100%;
	height:48px;
	text-align:center;
	color:#fff;
	line-height:48px;
}
.nav a {
	color:#fff;
	margin:0 18px;
}
/*banner*/
.banner {
	width:100%;
	margin-bottom:10px;
}
.banner .bd {
	width:100%;
}
.banner .bd li {
	width:100%;
}
.banner .bd li img {
	width:100%;
	display:block;
}
/*首页一级title*/
.headline {
	position:relative;
	height:116px;
}
.headline p {
	height:6px;
	background:#3980d2;
	width:100%;
	position:absolute;
	top:55px;
	left:0;
	z-index:1;
}
.headline .img {
	width:416px;
	height:116px;
	background:#fff;
	margin:38px auto 0 auto;
	position:relative;
	z-index:2;
}
.headline .img img {
	display:block;
	width:116px;
	height:116px;
	margin:0 auto;
	border:3px solid #3980d2;
}
.headline1 .img img {
	border-color:#3980d2;
}
.headline2 .img img {
	border-color:#78507c;
}
.headline3 .img img {
	border-color:#eb7126;
}
.headline1 p {
	background:#3980d2;
}
.headline2 p {
	background:#df1fdf;
}
.headline3 p {
	background:#ed8240;
}
/*首页二级title*/
.secondaryTitle {
	height:64px;
	padding-left:84px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:64px auto;
	color:#5d5d5d;
	position:relative;
}
.secondaryTitle b {
	display:block;
	font-size:24px;
	padding:9px 0 6px 0;
}
.secondaryTitle span {
	display:block;
	font-size:18px;
}
.secondaryTitle .secondaryTitle-nav {
	position:absolute;
	bottom:0;
	right:0;
}
.secondaryTitle .secondaryTitle-nav a {
	display:block;
}
.secondaryTitle .secondaryTitle-nav span {
	display:block;
	width:8px;
	height:8px;
	margin:8px 12px;
	background:#3981d3;
}
.secondaryTitle1 {
	background-image:url(../images/title4.jpg);
}
.secondaryTitle2 {
	background-image:url(../images/title5.jpg);
}
.secondaryTitle3 {
	background-image:url(../images/title6.jpg);
}
.secondaryTitle4 {
	background-image:url(../images/title7.jpg);
}
.secondaryTitle5 {
	background-image:url(../images/title8.jpg);
}
.secondaryTitle6 {
	background-image:url(../images/title9.jpg);
}
.secondaryTitle7 {
	background-image:url(../images/title10.jpg);
}
.secondaryTitle a.a1 {
	color:#3981d3;
}
/*首页广告轮播*/
.index-ad1 {
	width:800px;
	position:relative;
}
.index-ad1 .hd {
	background:rgba(0, 0, 0, .5);
	width:100%;
	height:44px;
	padding:12px 0;
	position:absolute;
	bottom:0;
	right:0;
	z-index:2;
}
.index-ad1 .hd ul {
	padding-right:50px;
}
.index-ad1 .hd ul li {
	width:20px;
	height:20px;
	background:#fff;
	margin-right:10px;
}
.index-ad1 .hd ul li.on {
	background:#d8271c;
}
.index-ad1 .bd {
	width:100%;
	position:relative;
	z-index:1;
}
.index-ad1 .bd li {
	width:100%;
}
.index-ad1 .bd li img {
	width:100%;
	display:block;
}
/*首页-在线调查*/
.onlineSurvey {
	width:348px;
	height:432px;
}
.onlineSurvey .secondaryTitle {
	margin-top:27px;
}
.onlineSurvey .line {
	border-top:1px solid #ccc;
	margin:10px 0 0 35px
}
.onlineSurvey-cont {
	border-left:1px solid #ccc;
	height:314px;
	margin:16px 0 0 16px;
	padding:30px 0 0 70px;
}
.onlineSurvey-cont p {
	padding-bottom:20px;
}
.onlineSurvey-cont li {
	margin-bottom:20px;
}
.onlineSurvey-cont li span {
	padding-left:10px;
}
.onlineSurvey-cont li .onlineSurvey-radio {
	display:none;
}
.onlineSurvey-cont li .onlineSurvey-radio + label {
	border: 1px solid #ccc;
	width:14px;
	height:14px;
	margin-top:5px;
	display:block;
	position:relative;
}
.onlineSurvey-cont li .onlineSurvey-radio:checked + label {
	border:1px solid #d8271c;
}
.onlineSurvey-cont li .onlineSurvey-radio:checked + label:after {
	content:'√';
	position:absolute;
	top:-5px;
	left:2px;
	width:12px;
	height:12px;
	font-size:12px;
	color:#d8271c;
}
/*期刊*/
.Journal-fl {
	width:832px;
}
.Journal-part {
	width:100%;
	border-top:1px solid #eaeaea;
	margin:8px 0 0 0;
}
.Journal-part1 {
	margin-bottom:45px;
}
.Journal-part-img {
	width:100%;
	margin-top:10px;
}
.Journal-part-img img {
	display:block;
	width:100%;
	border:0px solid #3c81b1;
}
.Journal-part-scroll {
	position:relative;
	width:100%;
	margin:45px 0 0 0;
}
.Journal-part-scroll .hd img {
	position:absolute;
	top:50%;
	margin-top:-34px;
	display:block;
	cursor:pointer;
}
.Journal-part-scroll .hd img.next {
	right:0;
}
.Journal-part-scroll .hd img.prev {
	left:0;
}
.Journal-part-scroll .bd {
	width:100%;
	padding:0 50px;
}
.Journal-part-scroll .bd li {
	float:left;
	width:20%;
	text-align:center;
}
.Journal-part-scroll .bd li p {
	padding-top:10px;
}
.Journal-part-scroll .bd li img {
	display:block;
	width:100%;
	height:170px;
	padding:0 10px;
}
.Journal-part-list {
	margin-top:30px;
	margin-left:-70px;
	width:100%;
	overflow:hidden;
}
.Journal-part-list li {
	width:30%;
	margin-left:20px;
}
.Journal-part-list li img {
	display:block;
	width:100%;
}
.Journal-part-list li p {
	width:100%;
	height:24px;
	text-align:center;
	font:14px/24px"微软雅黑";
}
/*期刊广告*/
.Journal-fr {
	width:328px;
	border-left:1px solid #eaeaea;
	padding:72px 0 66px 40px;
}
.Journal-fr-btn, .Journal-fr-ad {
	width:100%;
}
.Journal-fr-btn img, .Journal-fr-ad img {
	display:block;
	width:100%;
	margin-bottom:50px;
}
/*科学微电影*/
.video {
	padding:48px 0 33px 0;
	border-top:1px solid #eaeaea;
	position:relative;
}
.video .bd {
	width:100%;
}
.video .bd li {
	width:25%;
}
.video .bd li img {
	display:block;
	width:100%;
	height:198px;
	padding:0 10px;
}
.p01 {
	width:280px;
	height:24px;
	font:14px/24px "微软雅黑";
	background:#000;
	color:#fff;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
/*家长课堂*/
.parentClass-fl {
	width:780px;
}
.parentClass-list {
	width:100%;
	margin-top:8px;
	padding-top:6px;
	border-top:1px solid #eaeaea;
}
.parentClass-list li {
	width:100%;
	padding:24px 0;
	border-bottom:1px dashed #eaeaea;
}
.parentClass-list li img {
	display:block;
	width:224px;
}
.parentClass-list li .text {
	width:556px;
	padding-left:20px;
}
.parentClass-list li .text h3 {
	font-size:18px;
	height:24px;
	margin-bottom:10px;
}
.parentClass-list li .text h3 span {
	float:left;
	width:auto;
	padding:0 10px;
	height:24px;
	background:#ee2b00;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-right:5px;
}
.parentClass-list li .text p {
	height:72px;
	width:100%;
	overflow:hidden;
}
.parentClass-list li .text a {
	margin-top:10px;
	color:#ee2b00;
	display:block;
	line-height:14px;
}
/*首页-留言板*/
.parentClass-fr {
	width:370px;
}
.parentClass-fr .messageForm {
	padding-top:75px;
}
.parentClass-fr .messageForm li {
	margin-bottom:30px;
}
.parentClass-fr .messageForm li label {
	display:block;
	width:48px;
	height:48px;
	background:#29a1f7;
	color:#fff;
	line-height:48px;
	text-align:center;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
}
.parentClass-fr .messageForm li label.label-name {
	background-position:center 12px;
}
.parentClass-fr .messageForm li label.label-mailbox {
	background-position:center -41px;
}
.parentClass-fr .messageForm li label.label-tel {
	background-position:center -97px;
}
.parentClass-fr .messageForm li label.label-txt {
	background-position:center -152px;
}
.parentClass-fr .messageForm li input {
	width:322px;
	height:48px;
	border:1px solid #29a1f7;
	padding:0 10px;
	line-height:46px;
}
.parentClass-fr .messageForm li textarea {
	width:322px;
	height:96px;
	border:1px solid #29a1f7;
	padding:5px 10px;
	line-height:24px;
	font-size:14px;
}
.parentClass-fr .messageForm li .btn {
	width:120px;
	height:40px;
	margin:0 auto;
	display:block;
}
.parentClass-fr .messageForm li img {
	display:block;
	float:left;
	height:48px;
}
/*底部*/
.footer-bg {
	position:relative;
}
.footer-bg-img {
	width:100%;
	display:block;
}
.footer-bg .footer-width {
	width:1000px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	height:100%;
	padding-top:100px;
}
.footer-bg .copyright {
	color:#fff;
	margin-top:25px;
}
.footer-bg .copyright a {
	color:#fff;
	margin:0 20px 0 0;
}
.footer-bg .qrCode {
	width:147px;
	height:167px;
	background:#2075d2;
	padding:10px 0;
}
.footer-bg .qrCode img {
	width:127px;
	height:147px;
	display:block;
	padding:10px 10px 30px 10px;
	background:#69a7eb;
	margin:0 auto;
	border-radius:0 10px 0 10px;
	-moz-border-radius:0 10px 0 10px;
	-webkit-border-radius:0 10px 0 10px;
}
/*子页公共样式*/
.subpage {
	background:#dcf0fc;
}
.place {
	height:51px;
	line-height:50px;
	color:#000;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	background:url(../images/place.png) no-repeat left center;
	padding-left:25px;
}
.place a {
	color:#000;
	margin:0 10px;
}
.place a:hover, .place a.on {
	color:#0068b7;
}
.cont-fl {
	width:930px;
	border:1px solid #dedede;
	background:#fff;
	margin-bottom:40px;
}
.cont-fr {
	width:246px;
	border:1px solid #dedede;
	background:#fff;
	margin-bottom:40px;
	height:auto;
}
.cont-fr .title {
	height:45px;
	line-height:44px;
	padding:0 14px;
	border-bottom:1px solid #dedede;
	color:#333;
}
.cont-fr .cont-fr-btn {
	width:100%;
	padding:0 14px;
}
.cont-fr .cont-fr-btn img {
	display:block;
	width:100%;
	margin-top:14px;
}
.cont-fr .cont-fr-ad {
	width:100%;
	padding:0 14px;
}
.cont-fr .cont-fr-ad img {
	display:block;
	width:100%;
	margin-top:14px;
}
/*发行合作*/
.cooperation .map {
	width:83.22%;
	margin:0 auto;
	padding:80px 0 0 0;
}
.cooperation .map img {
	display:block;
	width:100%;
}
.cooperation .txt {
	text-align:center;
	font-size:18px;
	color:#333;
	padding-top:150px;
}
/*家长课堂*/
.parentClassroom-nav {
	background:#3079c8;
	height:52px;
	border-bottom:1px solid #4386ce;
	border-top:1px solid #4386ce;
}
.parentClassroom-nav li {
	width:140px;
	line-height:50px;
	border-right:1px solid #4386ce;
	text-align:center;
	color:#fff;
}
.parentClassroom-nav li.hover {
	background:#004a99;
}
.parentClassroom-nav li a {
	color:#fff;
}
.parentClassroom-list li {
	padding:24px 24px 0 24px;
	position:relative;
}
.parentClassroom-list li img {
	display:block;
	width:230px;
	height:auto;
	margin-right:20px;
}
.parentClassroom-list li h3 {
	color:#0068b7;
	font-size:15px;
	padding:5px 0 10px 0;
}
.parentClassroom-list li p {
	height:72px;
	overflow:hidden;
}
.parentClassroom-list li span {
	display:block;
	font-size:12px;
	padding-top:5px;
}
.parentClassroom-list li a {
	position:absolute;
	bottom:10px;
	right:24px;
	display:block;
	width:80px;
	height:24px;
	background:#1898ea;
	color:#fff;
	text-align:center;
}
/*分页*/
.page {
	padding:80px 24px 50px 24px;
}
.page li {
	width:auto;
	margin-right:5px;
}
.page li a {
	display:block;
	padding:0 10px;
	height:30px;
	border:1px solid #999;
	line-height:28px;
	text-align:center;
	color:#000;
}
.page li a.on, .page li a:hover {
	background:#999;
	color:#fff;
}
/*推荐阅读*/
.recommend-list {
	padding:0 14px;
}
.recommend-list li {
	border-bottom:1px dashed #eaeaea;
	padding:14px 0 9px 0;
}
.recommend-list li p {
	width:100%;
	height:24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.recommend-list li img {
	display:block;
	width:100%;
	margin-bottom:9px;
}
/*专题页面*/
.topics-list li {
	padding:58px 0 15px 0;
	position:relative;
	border-bottom: 1px solid #eee;
}
.topics-list li img {
	display:block;
	width:152px;
	height:215px;
	margin:0 124px 0 55px;
}
.topics-list li .txt p {
	max-height:72px;
	overflow:hidden;
	
}
.topics-list li .txt a {
	position:absolute;
	bottom:15px;
	right:0;
	display:block;
	width:130px;
	height:34px;
	line-height:34px;
	background:#3079c8;
	color:#fff;
	text-align:center;
}
.topics-list li .txt h3 {
	font-size:16px;
	color:#2b5b07;
	margin:12px 0;
	line-height:16px;
	font-weight:normal;
}
.topics-list li .txt h3 i {
	font-style:normal;
	color:#802704;
}
/*学习基地*/
.learningBase-list li {
	padding:58px 0 44px 0;
	position:relative;
	border-bottom:1px solid #eaeaea;
}
.learningBase-list li img {
	display:block;
	width:266px;
	height:192px;
	margin-right:20px;
}
.learningBase-list li .txt p {
	height:72px;
	overflow:hidden;
	margin-bottom:10px;
	color:#333;	
}
.learningBase-list li .txt a {
	position:absolute;
	bottom:44px;
	right:0;
	display:block;
	width:130px;
	height:34px;
	line-height:34px;
	background:#1898ea;
	color:#fff;
	text-align:center;
}
.learningBase-list li .txt h3 {
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.learningBase-list li .txt span {
	display:block;
	font-size:12px;
	color:#999;
	margin:5px 0;
}
/*快乐学习期刊*/
.learningJournal-nav {
	width:100%;
	padding:25px 0 32px 0;
}
.learningJournal-nav li {
	width:20%;
	cursor:pointer;
}
.learningJournal-nav li img {
	display:block;
	width:72.5%;
	margin:0 auto;
}
.learningJournal-tit {
	background:#fff url(../images/learningJournal-tit-bg.png) repeat-x left top;
}
.learningJournal-tit p {
	background:url(../images/learningJournal-tit.png) no-repeat left center;
	width:120px;
	height:44px;
	color:#fff;
	font-size:16px;
	line-height:30px;
	padding-left:10px;
}
.learningJournal-part {
	padding-bottom:26px;
	margin-bottom:48px;
}
.learningJournal-part1 {
	background:#41bbfd;
}
.learningJournal-part2 {
	background:#d466cf;
}
.learningJournal-part3 {
	background:#98be02;
}
.learningJournal-part li {
	width:50%;
	padding:26px 20px 6px 20px;
}
.learningJournal-part li img {
	width:152px;
	height:212px;
	display:block;
}
.learningJournal-part li .bg {
	width:100%;
	border:1px solid #fff;
	padding:10px 20px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.learningJournal-part li .txt {
	height:204px;
	overflow:hidden;
	padding:10px 0 10px 20px;
	color:#000;
}
.learningJournal-part li .txt p {
	text-align:justify;
	text-indent:2em;	
}
.learningJournal-part li.last {
	width:100%;
}
.learningJournal-part4 {
	background:#fff;
}
.learningJournal-part4 ul {
	padding:0 25px; /*background:url(../images/learningJournal_bg2.png) no-repeat center bottom; background-size:100% auto;*/
}
.learningJournal-part4 li {
	width:25%;	
	margin-bottom:33px;
}
.learningJournal-part4 li img {
	display:block;
	width:63.33%;
	height:250px;
	margin:0 auto;
}
.learningJournal-part4 .learningJournal-ad img {
	display:block;
	width:88.5%;
	margin:40px auto 77px auto;
}
.learningJournal-part4 li p {
	width:100%;
	height:34px;
	font:14px/34px"微软雅黑";
	overflow:hidden;
	text-align:center;
}
/*文章页*/
.article {
	color:#000;
}
.cont-fl-article {
	padding:0 40px;
	height:auto;
}
.article h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	padding:50px 0 20px 0;
}
.article span {
	display:block;
	text-align:center;
	color:#999;
}
.article .article-cont {
	padding:50px 0;
}
.article .article-cont p {
	text-indent:2em;
	padding:5px 0;
	text-align:left;
}
.article .article-cont img {
	display:block;
	margin:10px auto;
	/*width:800px;*/
}
/*科学体验列表*/
.experience-list {
	padding:0 14px;
}
.experience-list li {
	padding:14px 30px;
	border-bottom:1px dashed #eaeaea;
}
.experience-list li img {
	display:block;
	width:128px;
	height:160px;
}
.experience-list li p {
	width:100%;
	height:24px;
	font:14px/24px"微软雅黑";
	overflow:hidden;
	text-align:center;
}
/*联系我们*/
.contactUs {
	padding:50px 100px;
}
.contactUs p {
	color:#333;
	line-height:28px;
}
.contactUs h3 {
	color:#333;
	font-size:24px;
	padding-bottom:20px;
}
/*订阅杂志*/
.magazineSubscription {
	padding:20px 0 0 0;
}
.magazineSubscription-btn {
	width:160px;
	height:44px;
	margin:0 auto;
	border:1px solid #eaeaea;
	border-radius:22px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	text-align:center;
	background:#fff;
	padding:4px;
	box-shadow:0 3px 10px #999;
}
.magazineSubscription-btn a {
	display:block;
	font-size:18px;
	line-height:32px;
	background:#ee2b00;
	width:100%;
	height:100%;
	color:#fff;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	box-shadow:0 5px 10px #b22626 inset;
	border:1px solid #ee2b00;
	letter-spacing: 5px;
}
.magazineSubscription-btn img {
	display:block;
	width:100%;
}
.magazineSubscription-txt {
	width:724px;
	margin:0 auto;
	padding:20px 20px 0 20px;
	color:#333;
	line-height:28px;
}
.magazineSubscription h3 {
	text-align:center;
	font-size:18px;
	color:#3e9ae4;
	padding:50px 0 20px 0;
}
.magazineSubscription-tab {
	width:724px;
	padding:0 16px;
	margin:0 auto;
	position:relative;
}
.magazineSubscription-tab .tab-bg {
	width:100%;
	padding:10px 20px;
	background:#ddd;
	border:1px solid #c3c3c3;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.magazineSubscription-tab table {
	width:100%;
	position:relative;
	z-index:3;
}
.magazineSubscription-tab table tr {
	width:100%;
}
.magazineSubscription-tab table tr td {
	color:#000;
	text-align:center;
	padding:10px 0;
	text-shadow:1px 1px 0 #fff;
}
.magazineSubscription-tab table tr.tr1 td {
	color:#fff;
	text-shadow:1px 1px 0 #000;
}
.magazineSubscription-tab table tr.tr2 td {
	border-bottom:1px solid #c3c3c3;
	border-top:1px solid #f3f3f3;
}
.magazineSubscription-tab table tr.tr3 td {
	border-top:none;
}
.magazineSubscription-tab table tr.tr4 td {
	border-bottom:none;
}
.magazineSubscription-tab table tr.tr2 td.td1 {
	background:#ebebeb;
}
.magazineSubscription-tab table .td1 {
	width:38%;
}
.magazineSubscription-tab table.magazineSubscription-tab1 .td2 {
	width:23%;
}
.magazineSubscription-tab table.magazineSubscription-tab1 .td3 {
	width:23%;
}
.magazineSubscription-tab table.magazineSubscription-tab1 .td4 {
	width:16%;
}
.magazineSubscription-tab-bg {
	display:block;
	width:724px;
	position:absolute;
	top:104px;
	left:0;
	z-index:2;
}
/*杂志详情页*/
.xiangqingtp {
	width:1200px;
	height:300px;
	margin:15px auto;
	background:#fff;
	overflow:hidden;
}
.xiangqingtp img {
	width:100%;
	display:block;
	margin:0 auto;
}
.xiangqing_cont {
	width:724px;
	margin:0 auto;
}
.xiangqing_item {
	width:724px;
	margin:0 auto;
	padding:0px 20px 20px 0px;
	color:#333;
	line-height:28px;
}
.xiangqing_item h3 {
	text-align:center;
	font-size:18px;
	color:#3e9ae4;
	padding:0px 0 20px 0;
}
.article-cont1 {
	width:724px;
	margin:0 auto;
}
.article-cont1 img {
	display:block;
	width:100%;
}
.xiangqing_list {
	width:100%;
	height:500px;
	margin:20px auto;
	background:#5987d4;
}
.xiangqing_list p {
	width:100%;
	height:60px;
	font:bold 18px/60px "微软雅黑";
	text-align:center;
	color:#fff;
	background:url(../images/hx1.png) 50px center no-repeat;
}
.xiangqing_list li {
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #e3e3e3;
	background: #2d60b3 url(../images/jt.png) 10px center no-repeat;
}
.xiangqing_list li a {
	text-align:left;
	color:#fff;
	display:inline-block;
	text-indent:40px;
}
.xiangqing_list li a:hover{font-weight:bold;}
/*留言板*/
.cooperation .messageForm {
	padding-top:75px;
	width:500px;
	margin:0 auto;
}
.cooperation .messageForm li {
	margin-bottom:30px;
}
.cooperation .messageForm li label {
	display:block;
	width:48px;
	height:48px;
	background:#29a1f7;
	color:#fff;
	line-height:48px;
	text-align:center;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
}
.cooperation .messageForm li label.label-name {
	background-position:center 12px;
}
.cooperation .messageForm li label.label-mailbox {
	background-position:center -41px;
}
.cooperation .messageForm li label.label-tel {
	background-position:center -97px;
}
.cooperation .messageForm li label.label-txt {
	background-position:center -152px;
}
.cooperation .messageForm li input {
	width:452px;
	height:48px;
	border:1px solid #29a1f7;
	padding:0 10px;
	line-height:46px;
}
.cooperation .messageForm li textarea {
	width:452px;
	height:140px;
	border:1px solid #29a1f7;
	padding:5px 10px;
	line-height:24px;
	font-size:14px;
}
.cooperation .messageForm li .btn {
	width:120px;
	height:40px;
	margin:0 auto;
}
.cooperation .messageForm li input.button_w1 {
	display:block;
	margin: 0 auto;
	width:120px;
	height:48px;
	border:1px solid #29a1f7;
	padding:0 10px;
	line-height:48px;
	color: #fff;
	text-align: center;
	background: #29a1f7;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.cooperation .messageForm li img {
	display:block;
	float:left;
	height:48px;
}
/**/
.video_1 {
	width:100%;
}
.video_1 li {
	width:25%;
	float:left;
	position:relative;
	padding:10px;
}
.video_1 li p {
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	background:rgba(0, 0, 0, .8);
	color:#fff;
	padding:10px;
	line-height:15px;
	text-align: center;
}
.video_1 li img {
	display:block;
	width:100%;
	height:198px;
}

.pages{width:600px;height:40px;margin:20px auto;}
.pages .yema{float:left;width:243px;height:40px;border: 1px solid #e6e6e6;}
.pages .yema li{float:left;width:60px;height:40px;text-align:center;font:14px/40px"微软雅黑"; border-left: 1px solid #e6e6e6;
background: #f6f6f6;color: #666666;}
.yema li a{width:100%;height:100%;display:inline-block;text-align:center;}
.yema li a:hover,.yema li a.active{color:#09C;}
.searchPage{float:right;width:300px;height:40px;font:14px/40px"微软雅黑";}
.current{background: #5a98de;    color: #fff;}
.page-go input{width:35px;height:35px;display:inline-block;border: 1px solid #e6e6e6;text-align:center;margin:0 10px;}
.page-btn{width:35px;height:30px;display:inline-block;background:#5a98de;color:#fff;text-align:center;line-height:30px;}
.search_box{width:80%;height:50px;margin:0 auto;text-align:right;}
.search_box_1{width:100%;margin:10px auto;text-align:right;}

 @media screen and (max-width:1440px) {
 .p01 {
width:230px;
height:24px;
font:14px/24px "微软雅黑";
background:#000;
color:#fff;
text-align:center;
overflow:hidden;
margin:0 auto;
}
 .cont-width {
width:1000px;
margin:0 auto;
}
 .nav a {
color:#fff;
margin:0 10px;
}
 .banner .hd li {
padding:14px 0;
}
 .banner .hd li {
width:16px;
height:16px;
}
 .index-ad1 {
width:642px;
}
 .onlineSurvey {
width:340px;
height:347px;
}
 .onlineSurvey .secondaryTitle {
margin-top:13px;
}
 .onlineSurvey-cont {
padding-top:15px;
height:243px;
}
 .onlineSurvey-cont p {
padding-bottom:15px;
}
 .onlineSurvey-cont li {
margin-bottom:10px;
}
 .Journal-fl {
width:700px;
}
 .Journal-part-scroll .bd li img {
padding:0 5px;
}
 .Journal-part-list {
margin-left:-50px;
}
 .Journal-part-list li {
padding-left:50px;
margin-left:22px;
}
 .Journal-part-list li p {
width:100%;
height:24px;
text-align:center;
font:14px/24px"微软雅黑";
}
 .Journal-fr {
width:280px;
padding-left:20px;
padding-bottom:30px;
}
 .Journal-fr-btn img, .Journal-fr-ad img {
margin-bottom:42px;
}
 .parentClass-fl {
width:650px;
}
 .parentClass-list li {
padding:16px 0;
}
 .parentClass-list li img {
width:186px;
}
 .parentClass-list li .text {
width:464px;
padding-left:10px;
}
 .parentClass-list li .text p {
height:48px;
}
 .parentClass-fr {
width:310px;
}
 .parentClass-fr .messageForm li {
margin-bottom:20px;
}
 .parentClass-fr .messageForm li label {
width:36px;
height:36px;
line-height:36px;
background-size:20px auto;
}
 .parentClass-fr .messageForm li label.label-name {
background-position:center 7px;
}
 .parentClass-fr .messageForm li label.label-mailbox {
background-position:center -39px;
}
 .parentClass-fr .messageForm li label.label-tel {
background-position:center -87px;
}
 .parentClass-fr .messageForm li label.label-txt {
background-position:center -135px;
}
 .parentClass-fr .messageForm li input {
width:274px;
height:36px;
line-height:34px;
}
 .parentClass-fr .messageForm li textarea {
width:274px;
}
 .parentClass-fr .messageForm li .btn {
width:80px;
height:36px;
}
 .parentClass-fr .messageForm li img {
display:block;
float:left;
height:36px;
}
 .cont-fl {
width:780px;
}
 .cont-fr {
width:210px;
}
 .parentClassroom-list li {
padding:16px 16px 0 16px;
}
 .parentClassroom-list li img {
width:192px;
margin-right:10px;
}
 .parentClassroom-list li p {
height:48px;
}
 .parentClassroom-list li a {
bottom:9px;
right:16px;
}
 .learningJournal-part4 li {
margin-bottom:23px;
}
 .learningJournal-part4 li p {
width:100%;
height:34px;
font:14px/34px"微软雅黑";
overflow:hidden;
text-align:center;
}
 .experience-list li {
padding:14px 26px;
}
 .cont-fl-article {
padding:0 20px;
height:auto;
}
}
