@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
}
/*浏览器版本提示*/
.m-browser {
	width:100%;
	min-width:1280px;
    background-color: #fdece8;
	border-bottom:1px solid #f69f8a;
    height: 36px;
}
.m-browser .container{ 
	width:1200px; 
	margin:0 auto;
}
.m-browser .container p{ 
	float:right; 
	font-size:12px; 
	color:#333; 
	line-height:36px; 
	font-family:"微软雅黑";
}
.m-browser .container p i.infoTips{ 
	width:16px; 
	height:16px; 
	float:left; 
	background:url(../../../image/infotips.png) no-repeat; 
	margin-right:10px; 
	margin-top:10px;
}
.m-browser .container p a{ 
	font-size:12px; 
	color:#eb6342;
}
.m-browser .container p a:hover{ 
	text-decoration:underline;
}
.m-browser .container p i.closeCir{ 
	width:16px; 
	height:16px; 
	float:right; 
	background:url(../../../image/close_cir.png) no-repeat; 
	margin-left:10px; 
	margin-top:10px; 
	cursor:pointer;
}

/*顶部开始*/

.top {
	width: 100%;
	min-width: 1280px;
	height: 35px;
	background: #f5f5f5;
	float: left;
}

.top .top-main {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
}

.top .top-main .left {
	float: left;
}
.top .top-main .left img{
	float: right;
	margin: 10px 0px -2px 4px;
}
.top .top-main .left ul li {
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
	padding-right: 12px;
}

.top .top-main .left ul li a {
	font-size: 14px;
	color: #6c6c6c;
}

.top .top-main .left ul li a:hover {
	color: #2280ff;
}

.top .top-main .right {
	float: right;
}

.top .top-main .right ul li {
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
	margin-left: 30px;
	cursor: pointer;
	padding-left: 30px;
}

.top .top-main .right ul li.home {
	background: url(../../../image/home-1.png) 10px no-repeat;
	float: left;
}

.top .top-main .right ul li.home:hover {
	color: #2280FF;
	background: url(../../../image/home-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.phone {
	background: url(../../../image/phone-1.png) 10px no-repeat;
	float: left;
}

.top .top-main .right ul li.phone:hover {
	color: #2280FF;
	background: url(../../../image/phone-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.service {
	background: url(../../../image/service-1.png) 10px no-repeat;
	float: left;
}

.top .top-main .right ul li.service:hover {
	color: #2280FF;
	background: url(../../../image/service-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.nav {
	background: url(../../../image/nav-1.png) 10px 13px no-repeat;
	float: left;
}

.top .top-main .right ul li.nav a {
	font-size: 14px;
	color: #6c6c6c;
}

.top .top-main .right ul li.nav a:hover {
	color: #2280FF;
	background: url(../../../image/nav-2.png) 10px 13px no-repeat;
	float: left;
	text-decoration: underline;
}


/*最新头部*/

.news-top {
	width: 427px;
	background: #f7f7f7;
	overflow: hidden;
	line-height: 25px;
	padding-bottom: 3px;
	float: right;
	margin-right: 40px;
	margin-top:5px;
	height: 20px;
}

.news-top h6 {
	overflow: hidden;
}

.news-top h6 ul {    margin-top: -6px;
    height: 35px;
    float: left;}

.news-top h6 ul li {
	float: left;
	margin-right: 3px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
	padding-right: 12px;
	text-indent:0;
}

.news-top h6 ul li a {
	margin-right: 10px;
	color: #6e6e6e;
	font-family: "微软雅黑";
	font-size: 13px;
}

.news-top h6 a:hover {
	color: #006cff;
}

.news-top h6 ul li img {
	vertical-align: middle;
	float: left;
	margin: 0 5px;
	margin-top: 5px;
}

.news-top h6 ul li.home {
	background: url(../../../image/home-1.png) 10px no-repeat;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

.news-top h6 ul li.home:hover {
	color: #2280FF;
	background: url(../../../image/home-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.phone {
	background: url(../../../image/phone-1.png) 10px no-repeat;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

.news-top h6 ul li.phone:hover {
	color: #2280FF;
	background: url(../../../image/phone-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.service {
	background: url(../../../image/service-1.png) 10px no-repeat;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

.news-top h6 ul li.service:hover {
	color: #2280FF;
	background: url(../../../image/service-2.png) 10px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.nav {
	background: url(../../../image/nav-1.png) 10px 13px no-repeat;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

.news-top h6 ul li.nav a {
	font-size: 14px;
	color: #6c6c6c;
}

.news-top h6 ul li.nav a:hover {
	color: #2280FF;
	background: url(../../../image/nav-2.png) 10px 13px no-repeat;
	float: left;
	text-decoration: underline;
}

#site-nav {
	float: left;
}

#site-nav A {
	COLOR: #666;
	float: left;
	

}

#site-nav A:hover {
	COLOR: #f50
}

#site-nav .quick-menu {
	POSITION: absolute;
}

#site-nav .quick-menu LI {
	PADDING-RIGHT: 10px;
	BACKGROUND-POSITION: right 6px;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: -1px;
	PADDING-TOP: 2px
}

#site-nav .quick-menu LI.last {
	BACKGROUND: none transparent scroll repeat 0% 0%
}

#site-nav .quick-menu LI.menu-item {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	POSITION: relative;
}

#site-nav .menu-hd {
	PADDING-RIGHT: 22px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	Z-INDEX: 10002;
	PADDING-BOTTOM: 0px;
	CURSOR: pointer;
	PADDING-TOP: 0px;
	POSITION: relative;
	HEIGHT: 30px
}

#site-nav .mytaobao .menu-hd {
	WIDTH: 48px;
	PADDING-TOP: 1px;
	_padding-top: 1px
}

#site-nav .search .menu-hd {
	WIDTH: 24px;
	PADDING-TOP: 1px;
	_padding-top: 1px
}

#site-nav .services .menu-hd {
	WIDTH: 55px;
	PADDING-TOP: 1px;
	_padding-top: 1px
}

#site-nav .menu-hd B {
	BORDER-RIGHT: #f7f7f7 4px solid;
	BORDER-TOP: #666 4px solid;
	FONT-SIZE: 0px;
	RIGHT: 10px;
	BORDER-LEFT: #f7f7f7 4px solid;
	WIDTH: 0px;
	LINE-HEIGHT: 0;
	BORDER-BOTTOM: #f7f7f7 4px solid;
	POSITION: absolute;
	TOP: 16px;
	HEIGHT: 0px;
}

#site-nav .search .menu-hd {
	PADDING-LEFT: 25px;
	COLOR: #666
}

#site-nav .search .menu-hd S {
	BACKGROUND-POSITION: -67px -20px;
	LEFT: 9px;
	WIDTH: 14px;
	POSITION: absolute;
	TOP: 4px;
	HEIGHT: 13px
}

#site-nav .menu-bd {
	BORDER-RIGHT: #bfbfbf 1px solid;
	BORDER-TOP: #bfbfbf 1px solid;
	DISPLAY: none;
	Z-INDEX: 10001;
	left: -63px;
	BACKGROUND: #fff;
	BORDER-LEFT: #bfbfbf 1px solid;
	BORDER-BOTTOM: #bfbfbf 1px solid;
	POSITION: absolute;
	TOP: 21px;
}

#site-nav .search .menu-bd {
	_right: -1px
}

#site-nav IFRAME.menu-bd {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	Z-INDEX: -1;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	FILTER: alpha(opacity=0);
	FLOAT: left;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}

#site-nav .menu-bd-panel {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 10px
}

#site-nav .menu-item-opp .menu-bd {
	LEFT: 0px
}

#site-nav .menu-item-opp .menu-bd S.rt {
	LEFT: 0px
}

#site-nav .menu-item-opp .menu-bd S.lt {
	BACKGROUND-POSITION: -87px -55px;
	RIGHT: -2px;
	LEFT: auto
}

#site-nav .cd {
	POSITION: relative
}

#site-nav .cd:hover .menu-hd {
	BORDER-RIGHT: #bfbfbf 1px solid;
	BORDER-TOP: #bfbfbf 1px solid;
	BACKGROUND: white;
	margin-top: 0px;
	BORDER-LEFT: #bfbfbf 1px solid;
	BORDER-BOTTOM: #bfbfbf 1px;
	color: #006cff;
}

#site-nav .hover .menu-hd {
	BORDER-RIGHT: #bfbfbf 1px solid;
	BORDER-TOP: #bfbfbf 1px solid;
	BACKGROUND: white;
	MARGIN: 0px;
	BORDER-LEFT: #bfbfbf 1px solid;
	BORDER-BOTTOM: #bfbfbf 1px
}

#site-nav .cd:hover .menu-bd {
	DISPLAY: block
}

#site-nav .hover .menu-bd {
	DISPLAY: block
}

#site-nav .cd:hover .menu-hd B {
	BORDER-LEFT-COLOR: #fff;
	FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #666;
	TOP: 10px;
	BORDER-RIGHT-COLOR: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	margin-top: 5px;
}

#site-nav .hover .menu-hd B {
	BORDER-LEFT-COLOR: #fff;
	FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #666;
	TOP: 5px;
	BORDER-RIGHT-COLOR: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	margin-top: 5px;
}

#site-nav .services .menu-bd {
	WIDTH: 150px;
	TOP: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#site-nav .services .menu-bd-panel {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}

#site-nav .services .menu-bd DD {
	LINE-HEIGHT: 20px;
	TEXT-ALIGN: left;
}

#site-nav .services .menu-bd DD A {
	MARGIN-RIGHT: 2px;
}

#site-nav .services .menu-bd h6 span {
	width: 65px;
	text-align: center;
	float: left;
	font-family: "宋体";
}

#site-nav .services .menu-bd h6 span a:hover {
	color: #006cff;
}

#site-nav .services .menu-bd h6 {
	width: 150px;
	float: left;
	text-indent:0;
}


/*广告位1*/

.ad-1 {
	width: 100%;
	min-width: 1280px;
	/* height: 45px; */
	float: left;
	display: none;
}

.ad-1 img {
	width: 100%;
	height: 35px;
}


/*搜索*/

.search {
	width: 100%;
	height: 120px;
	float: left;
}

.search .search-main {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}

.search .search-main .logo {
	float: left;
	margin-top: 25px;
}

.search .search-main .logo img {
	width: 169px;
	height: 44px;
}

.search .search-main .ss {
	width: 626px;
	height: 40px;
	background: #2280ff;
	border: 1px solid #006cff;
	float: left;
	margin-left: 80px;
	margin-top: 25px;
}

.search .search-main .ss input {
	width: 500px;
	height: 34px;
	background: #fff;
	font-size: 14px;
	color: #9c9c9c;
	margin: 3px;
	text-indent: 12px;
	float: left;
}

.search .search-main .ss button {
	width: 120px;
	height: 40px;
	background: #2280ff;
	font-size: 16px;
	color: #fff;
	float: left;
	text-align: left;
}

.search .search-main .ss button i {
	width: 16px;
	height: 16px;
	float: left;
	background: url(../../../image/icon-new.png) -10px -390px no-repeat;
	margin: 3px 10px 0 30px;
}

.search .search-main .ss button:hover {
	background: #1c7cfd;
}

.search .search-main .ad-2 {
	width: 250px;
	height: 60px;
	float: right;
	margin-top: 15px;
}

.search .search-main .ad-2 img {
	width: 250px;
	height: 60px;
}


/*banner-导航-登录*/

.warp-banner {
	width: 100%;
	height: 500px;
	float: left;
	background: #00eb21;
}

.warp-banner .little-wrap {
	width: 1200px;
	height: 43px;
	margin: 0 auto;
	background: #FF0000;
}

.warp-banner .little-wrap ul {
	float: right;
}

.warp-banner .little-wrap ul li {
	float: left;
	font-size: 16px;
	color: #202020;
	line-height: 43px;
	padding-left: 40px;
}

.warp-banner .little-wrap ul li a {
	font-size: 16px;
	color: #202020;
}

.warp-banner .little-wrap ul li a:hover {
	color: #2280ff;
}

.slider {
	width: 100%;
	height: 380px;
	min-width: 1280px;
	background-size: 1920px 380px;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url(../img/banner1.jpg);*/
	float: left;
	margin-top: 30px;
	position: relative;
}

.wrap-banner-core {
	width: 1200px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}

.wrap-nav {
	width: 220px;
	height: 525px;
	background: #2280ff;
	border: 1px solid #006cff;
	margin-top: -45px;
}

.wrap-nav h1 {
	line-height: 45px;
	font-size: 16px;
	color: #fff;
}

.menu-main {
	width: 100%;
	float: left;
	margin-top: -425px;
}

.menu {
	width: 1200px;
	margin: 0px auto;
	height: 40px;
}

.menu .all-sort {
	width: 220px;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #006cff;
}

.menu .all-sort h2 {
	width: 220px;
	height: 45px;
	line-height: 45px;
	background: #2280ff;
	border: 1px solid #006cff;
	font-size: 16px;
	color: #fff;
}

.menu .all-sort h2 b {
	width: 20px;
	height: 15px;
	float: left;
	background: url(../../../image/icon-new.png) -10px -120px no-repeat;
	margin: 15px 20px 0 15px;
}

.menu .all-sort a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
}

.menu .ad {
	right: 0px;
	width: 141px;
}

.menu .nav {
	float: left;
}

.menu .nav ul {
	padding-left: 30px;
}

.menu .nav ul li {
	float: left;
	font-size: 16px;
	color: #202020;
	line-height: 43px;
	padding-right: 40px;
}

.menu .nav ul li a {
	font-size: 16px;
	color: #202020;
}

.menu .nav ul li a:hover {
	color: #2280ff;
	text-decoration: none;
}

.menu .nav ul li a.current {
	color: #2280ff;
	border-bottom: 2px solid #006cff;
	padding-bottom: 11px;
	color: #006CFF;
}

.wrap {
	width: 1200px;
	margin: 0px auto;
	margin-top: 5px;
}

.all-sort-list {
	position: relative;
	width: 217px;
	border: 1px solid #006cff;
	border-top: none;
	padding: 0px 3px 3px 0px;
	background: #2280ff;
	float: left;
	margin-left: -220px;
}

.all-sort-list .item {
	height: 43px;
	border-top: 1px solid #4e99ff;
}

.all-sort-list .item.bo {
	border-top: none;
}

.all-sort-list .item h3 {
	height: 43px;
	line-height: 43px;
	border: 1px 0px;
	font-size: 14px;
	font-weight: normal;
	width: 220px;
	overflow: hidden;
	color: #fff;
	text-indent: 14px;
}

.all-sort-list .item h3:hover {
	background: #fff;
	color: #006CFF;
}

.all-sort-list .hover h3 {
	position: relative;
	z-index: 13;
	background: #FFF;
	border-color: #DDD;
	border-width: 1px 0px;
	border-style: solid;
	text-indent: 14px;
	color: #006cff;
}

.all-sort-list .item span {
	width: 7px;
	height: 12px;
	background: url(../../../image/icon-new.png) -180px -120px no-repeat;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

.all-sort-list .item a {
	color: #fff;
	text-decoration: none;
}

.all-sort-list .item a:hover {
	color: #006cff;
}

.all-sort-list .item-list {
	display: none;
	position: absolute;
	width: 705px;
	min-height: 200px;
	_height: 200px;
	background: #FFF;
	left: 220px;
	border: 1px solid #006cff;
	top: -1px;
	z-index: 10;
}

.item-list .subitem {
	float: left;
	width: 680px;
	padding: 0px 4px 0px 8px;
	min-height: 481px;
}

.item-list .subitem .xd {
	width: 680px;
	height: auto;
	border-bottom: 1px dashed #d5d5d5;
	float: left;
}

.item-list .subitem .xd h5 {
	width:700px;
	float: left;
	font-size: 16px;
	color: #006cff;
	padding-top: 10px;
	padding-bottom: 17px;
}
.item-list .subitem .xd i{ 
	float: left;
	width: 70px;
	height: 20px;
	background: #2d86ff;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	 font-size:14px;
	 font-style: normal;}
.item-list .subitem .xd h5 b {
	float: left;
	width: 4px;
	height: 15px;
	background: #006cff;
	margin-right: 10px;
	margin-top: 4px;
}

.item-list .subitem .xd .bksc {
	width: 680px;
	height: auto;
	float: left;
}

.item-list .subitem .xd .bksc samp {
	float: left;
	width: 70px;
	height: 20px;
	background: #2d86ff;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.item-list .subitem .xd .bksc ul {
	width: 570px;
	float: right;
	margin: -5px 20px 5px 0;
}

.item-list .subitem .xd .bksc ul li {
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}

.item-list .subitem .xd .bksc ul li a {
	font-size: 14px;
	color: #202020;
}

.item-list .subitem .xd .bksc ul li a:hover {
	color: #006cff;
	text-decoration: underline;
}

.item-list .subitem .xd .yzzj {
	width: 680px;
	height: auto;
	float: left;
}

.item-list .subitem .xd .yzzj samp {
	float: left;
	width: 70px;
	height: 20px;
	background: #2d86ff;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.item-list .subitem .xd .yzzj ul {
	float: left;
	margin: -5px 20px 5px 10px;
}

.item-list .subitem .xd .yzzj ul li {
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}

.item-list .subitem .xd .yzzj ul li a {
	font-size: 14px;
	color: #202020;
}

.item-list .subitem .xd .yzzj ul li a:hover {
	color: #006cff;
	text-decoration: underline;
}

.item-list .subitem .xd .yjfx {
	width: 680px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}

.item-list .subitem .xd .yjfx samp {
	float: left;
	width: 70px;
	height: 20px;
	background: #2d86ff;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.item-list .subitem .xd .yjfx ul {
	float: left;
	margin: -5px 20px 5px 10px;
}

.item-list .subitem .xd .yjfx ul li {
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}

.item-list .subitem .xd .yjfx ul li a {
	font-size: 14px;
	color: #202020;
}

.item-list .subitem .xd .yjfx ul li a:hover {
	color: #006cff;
	text-decoration: underline;
}

.item-list .subitem .xd .yzzj i {
	width: 35px;
	height: 15px;
	background: #ff0000;
	border-radius: 2px;
	text-align: center;
	line-height: 13px;
	color: #fff;
	font-style: normal;
	font-size: 12px;
	float: left;
	margin-top: 3px;
}

.item-list .subitem .xd .resource {
	width: 680px;
	height: auto;
	float: left;
	padding-top: 34px;
	margin-bottom: 20px;
}
.item-list .subitem .xd .resource.ytm{ padding-top:10px;} 
.item-list .subitem .xd .resource .res {
	float: left;
}

.item-list .subitem .xd .resource .res ul.sc {
	width: 570px;
	margin: -5px 20px 5px 18px;
	float: left;
}

.item-list .subitem .xd .resource .res b {
	float: left;
	color: #006cff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
}
.item-list .subitem .xd .resource .res b.red {
	color: red;
}
.item-list .subitem .xd .resource .res ul li {
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}

.item-list .subitem .xd .resource .res ul li a {
	font-size: 14px;
	color: #202020;
}

.item-list .subitem .xd .resource .res ul li a:hover {
	color: #006cff;
	text-decoration: underline;
}

.item-list .subitem dl {
	border-top: 1px solid #EEE;
	padding: 6px 0px;
	overflow: hidden;
	zoom: 1;
}

.item-list .subitem .fore1 {
	border-top: none;
}

.item-list .subitem dt {
	float: left;
	width: 54px;
	line-height: 22px;
	text-align: right;
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
}

.item-list .subitem dt a {
	color: #E4393C;
	text-decoration: underline;
}

.item-list .subitem dd {
	float: left;
	width: 415px;
	padding: 3px 0px 0px;
	overflow: hidden;
}

.item-list .subitem dd em {
	float: left;
	height: 14px;
	line-height: 14px;
	padding: 0px 8px;
	margin-top: 5px;
	border-left: 1px solid #CCC;
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.item-list .cat-right {
	float: right;
	width: 210px;
}

.item-list .cat-right dl {
	width: 194px;
	padding: 6px 8px;
}

.item-list .cat-right dd {
	padding-top: 6px;
	line-height: 22px;
	overflow: hidden;
	padding: 3px 0px 0px;
}

.item-list .cat-right dt {
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
}

.item-list .cat-right dd a:hover {
	color: #666;
}

.item-list .subitem .another {
	width: 680px;
	height: 338px;
	float: left;
}

.item-list .subitem .another img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.item-list .subitem .another ul {
	width: 360px;
	padding-left: 20px;
	padding-top: 40px;
}

.item-list .subitem .another ul li {
	float: left;
	padding-right: 65px;
	padding-bottom: 5px;
}

.item-list .subitem .another ul li a {
	font-size: 14px;
	color: #ff8808;
	padding: 0 5px 0 5px;
	display: block;
}

.item-list .subitem .another ul li a:hover {
	display: block;
	background: #ff9c00;
	color: #fff;
	border-radius: 2px;
}


/*右侧登录及产品*/

.wrap .wrap-right {
	width: 270px;
	height: auto;
	float: right;
	margin-top: 12px;
	position: relative;
}

.wrap .wrap-right .wdl-login {
	width: 270px;
	height: 170px;
	border-radius: 2px;
	background: #fff;
	float: left;
}

.wrap .wrap-right .wdl-login .wdl {
	width: 270px;
	height: 80px;
	float: left;
	margin-top: 15px;
}

.wrap .wrap-right .wdl-login .wdl img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	float: left;
	margin-left: 35px;
}

.wrap .wrap-right .wdl-login .wdl p.welcome {
	font-size: 16px;
	color: #6a6c6e;
	padding-top: 15px;
}

.wrap .wrap-right .wdl-login .wdl p {
	width: 135px;
	font-size: 14px;
	color: #818487;
	padding-left: 18px;
	float: left;
}

.wrap .wrap-right .wdl-login .btn {
	width: 200px;
	height: 30px;
	margin: 0 auto;
}

.wrap .wrap-right .wdl-login .btn button {
	width: 90px;
	height: 30px;
	border: 1px solid #006cff;
	border-radius: 2px;
	margin-top: 20px;
	color: #006cff;
	background: #fff;
}

.wrap .wrap-right .wdl-login .btn button.qd {
	background: #2d86ff;
	color: #fff;
	float: left;
	margin-right: 10px;
}

.wrap .wrap-right .wdl-login .btn button:hover {
	background: #2681fe;
	color: #fff;
}

.wrap .wrap-right .wdl-login .btn button.qd:hover {
	background: #2681fe;
}

.wrap .wrap-right .ydl-login {
	width: 270px;
	height: 170px;
	border-radius: 2px;
	background: #fff;
	float: left;
}

.wrap .wrap-right .ydl-login .ydl {
	width: 270px;
	height: 80px;
	float: left;
	margin-top: 15px;
}

.wrap .wrap-right .ydl-login .ydl img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	float: left;
	margin-left: 35px;
	position: relative;
	z-index: 2;
}

.wrap .wrap-right .ydl-login .ydl p.name {
	font-size: 14px;
	color: #006CFF;
}

.wrap .wrap-right .ydl-login .ydl p {
	width: 135px;
	font-size: 14px;
	color: #818487;
	padding-left: 18px;
	float: left;
	padding-top: 10px;
}

.wrap .wrap-right .ydl-login .btn {
	width: 200px;
	height: 30px;
	margin: 0 auto;
}

.wrap .wrap-right .ydl-login .btn button {
	width: 90px;
	height: 30px;
	border: 1px solid #006cff;
	border-radius: 2px;
	margin-top: 20px;
	color: #006cff;
	background: #fff;
}

.wrap .wrap-right .ydl-login .btn button.qd {
	background: #2d86ff;
	color: #fff;
	float: left;
	margin-right: 10px;
}

.wrap .wrap-right .ydl-login .btn button:hover {
	background: #2681fe;
	color: #fff;
}

.wrap .wrap-right .ydl-login .btn button.qd:hover {
	background: #2681fe;
}

.wrap .wrap-right .project {
	width: 270px;
	height: 181px;
	float: left;
	background: #fff;
	border-radius: 2px;
	margin-top: 10px;
}

.wrap .wrap-right .project ul li {
	width: 89px;
	height: 90px;
	float: left;
	cursor: pointer;
}

.wrap .wrap-right .project ul li p:hover {
	text-decoration: underline;
	color: #2d86ff;
}

.wrap .wrap-right .project ul li img {
	width: 35px;
	height: 35px;
	margin-top: 20px;
	margin-left: 27px;
}

.wrap .wrap-right .project ul li img.bzzy {
	width: 33px;
	height: 35px;
}

.wrap .wrap-right .project ul li img.app {
	width: 42px;
	height: 35px;
}

.wrap .wrap-right .project ul li img.jcpx {
	width: 28px;
	height: 35px;
	margin-left: 31px;
}

.wrap .wrap-right .project ul li img.xjsc {
	width: 37px;
	height: 35px;
}

.wrap .wrap-right .project ul li img.bky {
	width: 36px;
	height: 36px;
}
.wrap .wrap-right .project ul li img.bksp {
	width: 57px;
	height: 35px;
	margin-left: 16px;
}
.wrap .wrap-right .project ul li img.more {
	width: 32px;
	height: 8px;
	margin-top: 44px;
	margin-left: 30px;
}

.wrap .wrap-right .project ul li p {
	font-size: 14px;
	color: #575f6a;
	text-align: center;
}

.wrap .wrap-right .project ul li.sline {
	width: 1px;
	height: 90px;
	background: #eaeaea;
}

.wrap .wrap-right .project ul li.hline {
	width: 270px;
	height: 1px;
	background: #eaeaea;
}

.wrap .wrap-zt {
	width: 978px;
	height: 103px;
	float: left;
	margin-left: 222px;
	margin-top: -103px;
}

.wrap .wrap-zt ul li {
	width: 182px;
	height: 91px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 13px;
	cursor: pointer;
}


/*.wrap .wrap-zt ul li:hover img {
	       z-index: 10;
			  transform: scale(1.2, 1.2);
			  transition: .3s transform;
			  -webkit-transition: all 0.6s ease 0.3s;
			  transition: all 0.6s ease 0.3s;
}*/

.wrap .wrap-zt ul li img {
	width: 182px;
	float: left;
	height: 91px;
}

.news {
	width: 100%;
	height: auto;
	float: left;
}

.news .news-main {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.news .news-main .main-left {
	float: left;
}

.news .news-main .main-left h3 {
	float: left;
	font-size: 16px;
	color: #555;
	line-height: 60px;
}

.news .news-main .main-left h3 b {
	width: 21px;
	height: 20px;
	float: left;
	margin-right: 10px;
	background: url(../../../image/news.png) no-repeat;
	margin-top: 20px;
}

.news .news-main .main-right {
	float: left;
}

.news .news-main .main-right ul {
	float: left;
}

.news .news-main .main-right ul li {
	float: left;
	font-size: 14px;
	color: #777;
	line-height: 60px;
	padding: 0 5px 0 5px;
}

.news .news-main .main-right ul li a {
	font-size: 14px;
	color: #777;
}

.news .news-main .main-right ul li a:hover {
	color: #2d86ff;
	text-decoration: underline;
}


/*教学大师*/

.plate-1 {
	width: 100%;
	min-width: 1280px;
	height: 530px;
	background: #f8f8f8;
	float: left;
}

.plate-1 .plate-main {
	width: 1200px;
	height: 495px;
	margin: 0 auto;
}

.plate-1 .plate-main h2 {
	width: 1200px;
	height: 79px;
	border-bottom: 2px solid #006cff;
	font-size: 22px;
	color: #006cff;
	line-height: 100px;
}

.plate-1 .plate-main h2 b {
	width: 5px;
	height: 21px;
	background: #006cff;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.plate-1 .plate-main h2 span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 10px 10px 0 0;
}

.plate-1 .plate-main h2 span a {
	font-size: 14px;
	color: #818181;
}

.plate-1 .plate-main .left {
	width: 314px;
	height: 385px;
	float: left;
	margin-top: 30px;
	background: #fff;
}

.plate-1 .plate-main h2 span a:hover {
	color: #006cff;
}

.plate-1 .plate-main .left .leftTop {
	width: 314px;
	height: 209px;
	float: left;
	margin-bottom: 10px;
}

.plate-1 .plate-main .left .leftTop img {
	width: 314px;
	height: 209px;
}

.plate-1 .plate-main .left .leftTop:hover img {
	transform: scale(1.2) -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.left>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.left>div {
	overflow: hidden;
}

.plate-1 .plate-main .left .leftBottom {
	width: 283px;
	margin: 0 auto;
}

.plate-1 .plate-main .left .leftBottom p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #2280ff;
	padding-bottom: 15px;
}

.plate-1 .plate-main .left .leftBottom ol {
	padding-left: 38px;
	float: left;
	padding-bottom: 2px;
}

.plate-1 .plate-main .left .leftBottom ol li.choose {
	width: 55px;
	height: 25px;
	background: #2280ff;
	border: 1px solid #006cff;
	float: left;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.plate-1 .plate-main .left .leftBottom ol li {
	width: 55px;
	height: 25px;
	background: #fff;
	border: 1px solid #9b9b9b;
	float: left;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	margin-right: 21px;
	cursor: pointer;
}

.plate-1 .plate-main .left .leftBottom .xkfl {
	width: 280px;
	float: left;
}

.plate-1 .plate-main .left .leftBottom .xkfl b.xiaoxue {
	width: 12px;
	height: 8px;
	background: url(../../../image/pic002.jpg);
	float: left;
	margin-left: 60px;
	position: relative;
}

.plate-1 .plate-main .left .leftBottom .xkfl b.chuzhong {
	width: 12px;
	height: 8px;
	background: url(../../../image/pic002.jpg);
	float: left;
	margin-left: 138px;
	position: relative;
}

.plate-1 .plate-main .left .leftBottom .xkfl b.gaozhong {
	width: 12px;
	height: 8px;
	background: url(../../../image/pic002.jpg);
	float: left;
	margin-left: 216px;
	position: relative;
}

.plate-1 .plate-main .left .leftBottom .xkfl ul {
	width: 260px;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	background: #fff;
	border: 1px solid #006cff;
	border-radius: 3px;
	margin-top: -1px;
	padding-bottom: 10px;
}

.plate-1 .plate-main .left .leftBottom .xkfl ul li {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	float: left;
	margin: 0 6px 0 5px;
}

.plate-1 .plate-main .left .leftBottom .xkfl ul li.sline {
	width: 1px;
	height: 10px;
	background: #666;
	margin-top: 10px;
}

.plate-1 .plate-main .left .leftBottom .xkfl ul li a {
	font-size: 14px;
	color: #666;
}

.plate-1 .plate-main .right {
	width: 886px;
	float: left;
	height: 385px;
}

.plate-1 .plate-main .right ul {
	padding-left: 18px;
}

.plate-1 .plate-main .right ul li {
	width: 200px;
	height: 208px;
	float: left;
	font-size: 14px;
	padding-right: 17px;
	cursor: pointer;
}

.plate-1 .plate-main .right ul li:hover img {
	transform: scale(1.2) -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.right>ul>li>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.right>ul>li>div {
	overflow: hidden;
}

.plate-1 .plate-main .right ul li .pic {
	width: 200px;
	height: 116px;
	overflow: hidden;
	display: block;
}

.plate-1 .plate-main .right ul li .pic img {
	width: 200px;
	height: 116px;
	float: left;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-1 .plate-main .right ul li p {
	width: 214px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 5px;
}

.plate-1 .plate-main .right ul li p a {
	font-size: 14px;
	color: #777;
}

.plate-1 .plate-main .right ul li p a:hover {
	color: #006CFF;
}

.plate-1 .plate-main .right ul li p span {
	color: #555;
}


/*影视课堂*/

.plate-1-1 {
	width: 100%;
	min-width: 1280px;
	height: 526px;
	float: left;
}

.plate-1-1 .plate-main {
	width: 1200px;
	height: 495px;
	margin: 0 auto;
}

.plate-1-1 .plate-main h2 {
	width: 1200px;
	height: 79px;
	border-bottom: 2px solid #006cff;
	font-size: 22px;
	color: #006cff;
	line-height: 100px;
}

.plate-1-1 .plate-main h2 b {
	width: 5px;
	height: 21px;
	background: #006cff;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.plate-1-1 .plate-main h2 span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 10px 10px 0 0;
}

.plate-1-1 .plate-main h2 span a {
	font-size: 14px;
	color: #818181;
}

.plate-1-1 .plate-main .left {
	width: 314px;
	height: 385px;
	float: left;
	margin-top: 30px;
	background: #F8F8F8;
}

.plate-1-1 .plate-main h2 span a:hover {
	color: #006cff;
}

.plate-1-1 .plate-main .left .leftTop {
	width: 314px;
	height: 209px;
	float: left;
	margin-bottom: 10px;
}

.plate-1-1 .plate-main .left .leftTop img {
	width: 314px;
	height: 209px;
}

.plate-1-1 .plate-main .left .leftTop:hover img {
	transform: scale(1.2) -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.left>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.left>div {
	overflow: hidden;
}

.plate-1-1 .plate-main .left .leftBottom {
	width: 283px;
	margin: 0 auto;
}


.plate-1-1 .plate-main .left .news-pic {
    width: 314px;
    float: left;
    height: 209px;
    margin-top:0px;
}

.plate-1 .plate-main .left .news-pic {
    width: 314px;
    float: left;
    height: 209px;
    margin-top: 20px;
}

.plate-1 .plate-main .left .news-pic img{
	transform: scale(1, 1);
	width: 314px;
    height: 209px;}

.plate-1-1 .plate-main .left .news-pic img{
	transform: scale(1, 1);
	width: 314px;
    height: 209px;}


.plate-1-1 .plate-main .left .leftBottom p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #2280ff;
	padding-bottom: 15px;
}

.plate-1-1 .plate-main .left .leftBottom ol {
	padding-left: 80px;
	float: left;
	padding-bottom: 2px;
}

.plate-1-1 .plate-main .left .leftBottom ol li.choose {
	width: 55px;
	height: 25px;
	background: #2280ff;
	border: 1px solid #006cff;
	float: left;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.plate-1-1 .plate-main .left .leftBottom ol li {
	width: 55px;
	height: 25px;
	background: #fff;
	border: 1px solid #9b9b9b;
	float: left;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	margin-right: 21px;
	cursor: pointer;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl {
	width: 280px;
	float: left;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl b.xiaoxue {
	width: 12px;
	height: 8px;
	background: url(../../../image/pic002.jpg);
	float: left;
	margin-left: 102px;
	position: relative;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl b.chuzhong {
	width: 12px;
	height: 8px;
	background: url(../../../image/pic002.jpg);
	float: left;
	margin-left: 180px;
	position: relative;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl ul {
	width: 260px;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	background: #fff;
	border: 1px solid #006cff;
	border-radius: 3px;
	margin-top: -1px;
	padding-bottom: 10px;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl ul li {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	float: left;
	margin: 0 6px 0 5px;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl ul li.sline {
	width: 1px;
	height: 10px;
	background: #666;
	margin-top: 10px;
}

.plate-1-1 .plate-main .left .leftBottom .xkfl ul li a {
	font-size: 14px;
	color: #666;
}

.plate-1-1 .plate-main .right {
	width: 886px;
	float: left;
	height: 385px;
}

.plate-1-1 .plate-main .right ul {
	padding-left: 18px;
}

.plate-1-1 .plate-main .right ul li {
	width: 200px;
	height: 208px;
	float: left;
	font-size: 14px;
	padding-right: 17px;
	cursor: pointer;
}

.plate-1-1 .plate-main .right ul li:hover img {
	transform: scale(1.2) -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.right>ul>li>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.right>ul>li>div {
	overflow: hidden;
}

.plate-1-1 .plate-main .right ul li .pic {
	width: 200px;
	height: 116px;
	overflow: hidden;
	display: block;
}

.plate-1-1 .plate-main .right ul li .pic img {
	width: 200px;
	height: 116px;
	float: left;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-1-1 .plate-main .right ul li p {
	width: 214px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 5px;
}

.plate-1-1 .plate-main .right ul li p a {
	font-size: 14px;
	color: #777;
}

.plate-1-1 .plate-main .right ul li p a:hover {
	color: #006CFF;
}

.plate-1-1 .plate-main .right ul li p span {
	color: #555;
}


/*小学资源*/

.plate-2 {
	width: 100%;
	min-width: 1280px;
	height: 480px;
	background: #f8f8f8;
	float: left;
}

.plate-2 .plate-2-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.plate-2 .plate-2-main .titltTop {
	width: 1200px;
	height: 79px;
	float: left;
	border-bottom: 2px solid #f18e53;
}

.plate-2 .plate-2-main .titltTop h2 {
	width: 130px;
	height: 79px;
	font-size: 22px;
	color: #f18e53;
	line-height: 100px;
	float: left;
}

.plate-2 .plate-2-main .titltTop h2 b {
	width: 5px;
	height: 21px;
	background: #f18e53;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.plate-2 .plate-2-main .titltTop span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 50px 10px 0 0;
}

.plate-2 .plate-2-main .titltTop span a {
	font-size: 14px;
	color: #818181;
}

.plate-2 .plate-2-main .titltTop span a:hover {
	color: #f18e53;
}

.plate-2 .plate-2-main .titltTop .qhxk {
	float: left;
	margin-top: 35px;
	position:relative;
	z-index:10;
}

.plate-2 .plate-2-main .titltTop .qhxk p {
	font-size: 14px;
	color: #006cff;
	line-height: 40px;
	float: right;
	padding-right: 25px;
}

.plate-2 .plate-2-main .titltTop .qhxk p samp {
	color: #2a4672;
	cursor: pointer;
	padding-left: 10px;
}

.plate-2 .plate-2-main .titltTop .qhxk p samp.xkxk {
	color: #f18e53;
}

.plate-2 .plate-2-main .titltTop .qhxk .xk {
	width: 270px;
	height: auto;
	margin-top: 43px;
	position: relative;
	margin-right: -150px;
}

.plate-2 .plate-2-main .titltTop .qhxk .xk i {
	width: 15px;
	height: 8px;
	background: url(../../../image/qhxk.png) no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	position: relative;
}

.plate-2 .plate-2-main .titltTop .qhxk .xk ul {
	width: 240px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-left: -120px;
}

.plate-2 .plate-2-main .titltTop .qhxk .xk ul li {
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #777;
	padding-right: 20px;
	line-height: 35px;
}

.plate-2 .plate-2-main .titltTop .qhxk .xk ul li:hover {
	color: #006CFF;
}

.plate-2 .plate-2-main .rLeft {
	float: left;
	width: 724px;
	height: 398px;
	border-right: 1px solid #ddd;
	margin-left: 15px
}

.plate-2 .plate-2-main .rLeft h5 {
	width: 700px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-2 .plate-2-main .rLeft ul li {
	width: 335px;
	height: 160px;
	float: left;
	padding-right: 15px;
	margin-top: 7px;
	cursor: pointer;
}

.plate-2 .plate-2-main .rLeft ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-2 .plate-2-main .rLeft ul li .img {
	width: 110px;
	height: 140px;
	float: left;
	border: 1px solid #dedede;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
}

.plate-2 .plate-2-main .rLeft ul li .img img {
	width: 100px;
	height: 130px;
	margin: 5px;
}

.plate-2 .plate-2-main .rLeft ul li p {
	width: 200px;
	float: left;
	color: #555;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
}

.plate-2 .plate-2-main .rLeft ul li p a {
	color: #555;
	font-size: 14px;
}

.plate-2 .plate-2-main .rLeft ul li p a:hover {
	color: #006cff;
}

.plate-2 .plate-2-main .rLeft ul li p.bb {
	position: absolute;
	padding-top: 110px;
	padding-left: 135px;
}

.plate-2 .plate-2-main .rLeft ul li p.xd {
	position: absolute;
	padding-top: 130px;
	padding-left: 135px;
}

.plate-2 .plate-2-main .rRight {
	width: 439px;
	height: 398px;
	float: right;
	margin-left: 20px;
}

.plate-2 .plate-2-main .rRight h5 {
	width: 440px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-2 .plate-2-main .rRight ul {
	padding-top: 15px;
	float: left;
}

.plate-2 .plate-2-main .rRight ul li {
	width: 440px;
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 35px;
	padding-left: 1px;
	margin-left: 1px;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-2 .plate-2-main .rRight ul li a {
	font-size: 14px;
	color: #555;
}

.plate-2 .plate-2-main .rRight ul li a:hover {
	color: #f18e53;
}

.plate-2 .plate-2-main .rRight ul li span {
	color: #f18e53;
	padding-right: 10px;
}

.plate-2 .plate-2-main .rRight ul li:nth-child(2n) {
	background: #fff;
}


/*初中资源*/

.plate-cz {
	width: 100%;
	min-width: 1280px;
	height: 480px;
	background: #fff;
	float: left;
}

.plate-cz .plate-2-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.plate-cz .plate-2-main .titltTop {
	width: 1200px;
	height: 79px;
	float: left;
	border-bottom: 2px solid #0bb1b3;
}

.plate-cz .plate-2-main .titltTop h2 {
	width: 130px;
	height: 79px;
	font-size: 22px;
	color: #0bb1b3;
	line-height: 100px;
	float: left;
}

.plate-cz .plate-2-main .titltTop h2 b {
	width: 5px;
	height: 21px;
	background: #0bb1b3;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.plate-cz .plate-2-main .titltTop span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 50px 10px 0 0;
}

.plate-cz .plate-2-main .titltTop span a {
	font-size: 14px;
	color: #818181;
}

.plate-cz .plate-2-main .titltTop span a:hover {
	color: #0bb1b3;
}

.plate-cz .plate-2-main .titltTop .qhxk {
	float: left;
	margin-top: 35px;
	position:relative;
	z-index:10;
}

.plate-cz .plate-2-main .titltTop .qhxk p {
	font-size: 14px;
	color: #006cff;
	line-height: 40px;
	float: right;
	padding-right: 25px;
}

.plate-cz .plate-2-main .titltTop .qhxk p samp {
	color: #2a4672;
	cursor: pointer;
	padding-left: 10px;
}

.plate-cz .plate-2-main .titltTop .qhxk p samp.xkxk {
	color: #0bb1b3;
}

.plate-cz .plate-2-main .titltTop .qhxk .xk {
	width: 270px;
	height: auto;
	margin-top: 43px;
	position: relative;
	margin-right: -150px;
}

.plate-cz .plate-2-main .titltTop .qhxk .xk i {
	width: 15px;
	height: 8px;
	background: url(../../../image/qhxk.png) no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	position: relative;
}

.plate-cz .plate-2-main .titltTop .qhxk .xk ul {
	width: 240px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-left: -120px;
}

.plate-cz .plate-2-main .titltTop .qhxk .xk ul li {
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #777;
	padding-right: 20px;
	line-height: 35px;
}

.plate-cz .plate-2-main .titltTop .qhxk .xk ul li:hover {
	color: #006CFF;
}

.plate-cz .plate-2-main .rLeft {
	float: left;
	width: 724px;
	height: 398px;
	border-right: 1px solid #ddd;
	margin-left: 15px
}

.plate-cz .plate-2-main .rLeft h5 {
	width: 700px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-cz .plate-2-main .rLeft ul li {
	width: 335px;
	height: 160px;
	float: left;
	padding-right: 15px;
	margin-top: 7px;
	cursor: pointer;
}

.plate-cz .plate-2-main .rLeft ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-cz .plate-2-main .rLeft ul li .img {
	width: 110px;
	height: 140px;
	float: left;
	border: 1px solid #dedede;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
}

.plate-cz .plate-2-main .rLeft ul li .img img {
	width: 100px;
	height: 130px;
	margin: 5px;
}

.plate-cz .plate-2-main .rLeft ul li p {
	width: 200px;
	float: left;
	color: #555;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
}

.plate-cz .plate-2-main .rLeft ul li p a {
	color: #555;
	font-size: 14px;
}

.plate-cz .plate-2-main .rLeft ul li p a:hover {
	color: #006cff;
}

.plate-cz .plate-2-main .rLeft ul li p.bb {
	position: absolute;
	padding-top: 110px;
	padding-left: 135px;
}

.plate-cz .plate-2-main .rLeft ul li p.xd {
	position: absolute;
	padding-top: 130px;
	padding-left: 135px;
}

.plate-cz .plate-2-main .rRight {
	width: 440px;
	height: 398px;
	float: right;
	margin-left: 20px;
}

.plate-cz .plate-2-main .rRight h5 {
	width: 440px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-cz .plate-2-main .rRight ul {
	padding-top: 15px;
	float: left;
}

.plate-cz .plate-2-main .rRight ul li {
	width: 440px;
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 35px;
	padding-left: 1px;
	margin-left: 1px;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-cz .plate-2-main .rRight ul li a {
	font-size: 14px;
	color: #555;
}

.plate-cz .plate-2-main .rRight ul li a:hover {
	color: #0bb1b3;
}

.plate-cz .plate-2-main .rRight ul li span {
	color: #0bb1b3;
	padding-right: 10px;
}

.plate-cz .plate-2-main .rRight ul li:nth-child(2n) {
	background: #f7f7f7;
}


/*高中资源*/

.plate-gz {
	width: 100%;
	min-width: 1280px;
	height: 480px;
	background: #f8f8f8;
	float: left;
}

.plate-gz .plate-2-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.plate-gz .plate-2-main .titltTop {
	width: 1200px;
	height: 79px;
	float: left;
	border-bottom: 2px solid #7db406;
}

.plate-gz .plate-2-main .titltTop h2 {
	width: 130px;
	height: 79px;
	font-size: 22px;
	color: #7db406;
	line-height: 100px;
	float: left;
}

.plate-gz .plate-2-main .titltTop h2 b {
	width: 5px;
	height: 21px;
	background: #7db406;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.plate-gz .plate-2-main .titltTop span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 50px 10px 0 0;
}

.plate-gz .plate-2-main .titltTop span a {
	font-size: 14px;
	color: #818181;
}

.plate-gz .plate-2-main .titltTop span a:hover {
	color: #7db406;
}

.plate-gz .plate-2-main .titltTop .qhxk {
	float: left;
	margin-top: 35px;
	position:relative;
	z-index:10;
}

.plate-gz .plate-2-main .titltTop .qhxk p {
	font-size: 14px;
	color: #006cff;
	line-height: 40px;
	float: right;
	padding-right: 25px;
}

.plate-gz .plate-2-main .titltTop .qhxk p samp {
	color: #2a4672;
	cursor: pointer;
	padding-left: 10px;
}

.plate-gz .plate-2-main .titltTop .qhxk p samp.xkxk {
	color: #7db406;
}

.plate-gz .plate-2-main .titltTop .qhxk .xk {
	width: 270px;
	height: auto;
	margin-top: 43px;
	position: relative;
	margin-right: -150px;
}

.plate-gz .plate-2-main .titltTop .qhxk .xk i {
	width: 15px;
	height: 8px;
	background: url(../../../image/qhxk.png) no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	position: relative;
}

.plate-gz .plate-2-main .titltTop .qhxk .xk ul {
	width: 240px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-left: -120px;
}

.plate-gz .plate-2-main .titltTop .qhxk .xk ul li {
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #777;
	padding-right: 20px;
	line-height: 35px;
}

.plate-gz .plate-2-main .titltTop .qhxk .xk ul li:hover {
	color: #006CFF;
}

.plate-gz .plate-2-main .rLeft {
	float: left;
	width: 724px;
	height: 398px;
	border-right: 1px solid #ddd;
	margin-left: 15px
}

.plate-gz .plate-2-main .rLeft h5 {
	width: 700px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-gz .plate-2-main .rLeft ul li {
	width: 335px;
	height: 160px;
	float: left;
	padding-right: 15px;
	margin-top: 7px;
	cursor: pointer;
}

.plate-gz .plate-2-main .rLeft ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-gz .plate-2-main .rLeft ul li .img {
	width: 110px;
	height: 140px;
	float: left;
	border: 1px solid #dedede;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
}

.plate-gz .plate-2-main .rLeft ul li .img img {
	width: 100px;
	height: 130px;
	margin: 5px;
}

.plate-gz .plate-2-main .rLeft ul li p {
	width: 200px;
	float: left;
	color: #555;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
}

.plate-gz .plate-2-main .rLeft ul li p a {
	color: #555;
	font-size: 14px;
}

.plate-gz .plate-2-main .rLeft ul li p a:hover {
	color: #006cff;
}

.plate-gz .plate-2-main .rLeft ul li p.bb {
	position: absolute;
	padding-top: 110px;
	padding-left: 135px;
}

.plate-gz .plate-2-main .rLeft ul li p.xd {
	position: absolute;
	padding-top: 130px;
	padding-left: 135px;
}

.plate-gz .plate-2-main .rRight {
	width: 440px;
	height: 398px;
	float: right;
	margin-left: 20px;
}

.plate-gz .plate-2-main .rRight h5 {
	width: 440px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-gz .plate-2-main .rRight ul {
	padding-top: 15px;
	float: left;
}

.plate-gz .plate-2-main .rRight ul li {
	width: 440px;
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 35px;
	padding-left: 1px;
	margin-left: 1px;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-gz .plate-2-main .rRight ul li a {
	font-size: 14px;
	color: #555;
}

.plate-gz .plate-2-main .rRight ul li a:hover {
	color: #7db406;
}

.plate-gz .plate-2-main .rRight ul li span {
	color: #7db406;
	padding-right: 10px;
}

.plate-gz .plate-2-main .rRight ul li:nth-child(2n) {
	background: #fff;
}


/*湘版教材培训*/

.training {
	width: 100%;
	min-width: 1280px;
	height: 530px;
	background: #fff;
	float: left;
}

.training .training-main {
	width: 1200px;
	height: 495px;
	margin: 0 auto;
}

.training .training-main h2 {
	width: 1200px;
	height: 79px;
	border-bottom: 2px solid #006cff;
	font-size: 22px;
	color: #006cff;
	line-height: 100px;
}

.training .training-main h2 b {
	width: 5px;
	height: 21px;
	background: #006cff;
	float: left;
	border-radius: 10px;
	margin-top: 41px;
	margin-right: 10px;
}

.training .training-main h2 span {
	float: right;
	font-size: 14px;
	color: #818181;
	padding: 10px 10px 0 0;
}

.training .training-main h2 span a {
	font-size: 14px;
	color: #818181;
}

.training .training-main h2 span a:hover {
	color: #006cff;
}

.training .training-main .pxTop {
	width: 1200px;
	float: left;
}

.training .training-main .pxTop ul {
	padding-left: 10px;
}

.training .training-main .pxTop ul li {
	width: 185px;
	height: 190px;
	margin-right: 13px;
	float: left;
	cursor: pointer;
}

.training .training-main .pxTop ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.training .training-main .pxTop ul li img {
	width: 170px;
	height: 113px;
	margin: 0 auto;
	margin: 7px;
}

.training .training-main .pxTop ul li p {
	width: 170px;
	float: left;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	padding-left: 7px;
}

.training .training-main .pxTop .xkNav {
	width: 365px;
	height: 160px;
	float: right;
	border: 1px solid #d0dff5;
	border-radius: 5px;
	background: #e9eff7;
	margin-right: 20px;
}

.training .training-main .pxTop .xkNav p {
	width: 100%;
	font-size: 16px;
	color: #333;
	float: left;
	padding: 20px 0 20px 20px;
}

.training .training-main .pxTop .xkNav ol {
	float: left;
	margin-left: 15px;
}

.training .training-main .pxTop .xkNav ol li {
	width: 74px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background: #fff;
	color: #666;
	cursor: pointer;
	float: left;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 18px;
}

.training .training-main .pxTop .xkNav ol li.choose {
	background: #2280ff;
	border: 1px solid #006cff;
	color: #fff;
}

.training .training-main .pxTop .xkNav ol li:hover {
	background: #2280ff;
	border: 1px solid #006cff;
	color: #fff;
}

.training .training-main .pxBottom {
	width: 1200px;
	float: left;
	margin-top: 15px;
}

.training .training-main .pxBottom ul {
	padding-left: 10px;
}

.training .training-main .pxBottom ul li {
	width: 185px;
	height: 190px;
	margin-right: 13px;
	float: left;
	cursor: pointer;
}

.training .training-main .pxBottom ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.training .training-main .pxBottom ul li img {
	width: 170px;
	height: 113px;
	margin: 0 auto;
	margin: 7px;
}

.training .training-main .pxBottom ul li p {
	width: 170px;
	float: left;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	padding-left: 7px;
}


/*幼儿教育*/

.plate-3 {
	width: 100%;
	min-width: 1280px;
	height: 467px;
	background: #f8f8f8;
	float: left;
}

.plate-3 .plate-3-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.plate-3 .plate-3-main .left {
	float: left;
	width: 220px;
}

.plate-3 .plate-3-main .left h3 {
	font-size: 22px;
	color: #202020;
}

.plate-3 .plate-3-main .left h3 a {
	font-size: 22px;
	color: #202020;
}

.plate-3 .plate-3-main .left h3 a:hover {
	color: #006CFF;
	text-decoration: none;
}

.plate-3 .plate-3-main .left img {
	float: left;
	margin-top: 15px;
	margin-left: -20px;
}

.plate-3 .plate-3-main .right {
	width: 980px;
	float: left;
	height: 520px;
}

.plate-3 .plate-3-main .right .right-1 {
	width: 940px;
	height: 45px;
	float: left;
	margin-left: 26px;
}

.plate-3 .plate-3-main .right .right-1 ul li {
	float: left;
	font-size: 14px;
	color: #202020;
	line-height: 45px;
	padding-right: 40px;
}

.plate-3 .plate-3-main .right .right-1 ul li a {
	font-size: 14px;
	color: #202020;
}

.plate-3 .plate-3-main .right .right-1 ul li a.choose {
	border-bottom: 2px solid #006cff;
	padding-bottom: 11px;
	color: #006CFF;
}

.plate-3 .plate-3-main .right .right-1 ul li a:hover {
	color: #006cff;
	text-decoration: none;
}

.plate-3 .plate-3-main .right .right-2 {
	width: 980px;
	height: 348px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	margin-left: -1px;
}

.plate-3 .plate-3-main .right .right-2 ul {
	padding-left: 15px;
	float: left;
}

.plate-3 .plate-3-main .right .right-2 ul li {
	width: 305px;
	height: 160px;
	float: left;
	padding-right: 15px;
	margin-top: 7px;
	cursor: pointer;
}

.plate-3 .plate-3-main .right .right-2 ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-3 .plate-3-main .right .right-2 ul li .img {
	width: 110px;
	height: 140px;
	float: left;
	border: 1px solid #dedede;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
}

.plate-3 .plate-3-main .right .right-2 ul li .img img {
	width: 100px;
	height: 130px;
	margin: 5px;
}

.plate-3 .plate-3-main .right .right-2 ul li p {
	width: 160px;
	float: left;
	color: #555;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
}

.plate-3 .plate-3-main .right .right-2 ul li p a {
	color: #222;
	font-size: 14px;
}

.plate-3 .plate-3-main .right .right-2 ul li p a:hover {
	color: #006cff;
}

.plate-3 .plate-3-main .right .right-2 ul li p.bb {
	position: absolute;
	padding-top: 110px;
	padding-left: 135px;
	font-size: 12px;
}

.plate-3 .plate-3-main .right .right-2 ul li p.xd {
	position: absolute;
	padding-top: 130px;
	padding-left: 135px;
	font-size: 12px;
}


/*优课大师*/

.plate-4 {
	width: 100%;
	min-width: 1280px;
	height: 442px;
	background: #fff;
	float: left;
}

.plate-4 .plate-4-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.plate-4 .plate-4-main .left {
	float: left;
	width: 220px;
}

.plate-4 .plate-4-main .left h3 {
	font-size: 22px;
	color: #202020;
}

.plate-4 .plate-4-main .left h3 a {
	font-size: 22px;
	color: #202020;
}

.plate-4 .plate-4-main .left h3 a:hover {
	color: #006CFF;
	text-decoration: none;
}

.plate-4 .plate-4-main .left img {
	float: left;
	margin-top: 15px;
	margin-left: -71px;
}

.plate-4 .plate-4-main .right {
	width: 980px;
	float: left;
	height: 520px;
}

.plate-4 .plate-4-main .right .right-1 {
	width: 940px;
	height: 45px;
	float: left;
	margin-left: 26px;
}

.plate-4 .plate-4-main .right .right-1 ul {
	width: 300px;
	float: left;
}

.plate-4 .plate-4-main .right .right-1 ul li {
	float: left;
	font-size: 14px;
	color: #202020;
	line-height: 35px;
	padding-right: 40px;
}

.plate-4 .plate-4-main .right .right-1 ul li a {
	font-size: 14px;
	color: #202020;
}

.plate-4 .plate-4-main .right .right-1 ul li a.choose {
	border-bottom: 2px solid #006cff;
	padding-bottom: 16px;
	color: #006CFF;
}

.plate-4 .plate-4-main .right .right-1 ul li a:hover {
	color: #006cff;
	text-decoration: none;
}

.plate-4 .plate-4-main .right .right-1 p {
	float: right;
	font-size: 14px;
	color: #777;
	line-height: 35px;
	padding-right: 12px;
}

.plate-4 .plate-4-main .right .right-2 {
	width: 980px;
	height: 325px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	margin-left: -1px;
}

.plate-4 .plate-4-main .right .right-2 .rLeft {
	float: left;
	width: 565px;
	height: 325px;
	border-right: 1px solid #ddd;
	margin-left: 15px;
}

.plate-4 .plate-4-main .right .right-2 .rLeft h5 {
	width: 550px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul {
	float: left;
	padding-top: 3px;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li {
	width: 265px;
	height: 121px;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	cursor: pointer;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li img {
	width: 130px;
	height: 97px;
	margin: 5px;
	float: left;
	margin: 12px 0 5px 10px;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li p {
	width: 110px;
	float: left;
	color: #555;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li p a {
	color: #222;
	font-size: 14px;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li p a:hover {
	color: #006cff;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li p.zjr {
	font-size: 12px;
	color: #777;
}

.plate-4 .plate-4-main .right .right-2 .rLeft ul li p.xd {
	position: absolute;
	padding-top: 85px;
	padding-left: 150px;
	font-size: 12px;
}

.plate-4 .plate-4-main .right .right-2 .rRight {
	width: 399px;
	height: 398px;
	float: right;
}

.plate-4 .plate-4-main .right .right-2 .rRight h5 {
	width: 367px;
	line-height: 54px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #444;
	float: left;
	margin-left: 20px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop {
	width: 400px;
	height: 135px;
	border-bottom: 1px solid #ddd;
	float: left;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop p {
	width: 100px;
	float: left;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 20px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop p img {
	width: 100px;
	height: 75px;
	float: left;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop p span {
	float: left;
	font-size: 14px;
	color: #444;
	text-align: center;
	padding-top: 5px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul {
	float: left;
	padding-top: 10px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li {
	width: 240px;
	font-size: 14px;
	color: #444;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li a {
	font-size: 14px;
	color: #444;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li a:hover {
	color: #006CFF;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li b {
	width: 14px;
	height: 18px;
	float: left;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li b.pdf {
	background: url(../../../image/wjlx-icon.png) -10px -10px no-repeat;
	margin-top: 8px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li b.ppt {
	background: url(../../../image/wjlx-icon.png) -60px -10px no-repeat;
	margin-top: 8px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li b.word {
	background: url(../../../image/wjlx-icon.png) -10px -60px no-repeat;
	margin-top: 8px;
}

.plate-4 .plate-4-main .right .right-2 .rRight .rTop ul li b.video {
	background: url(../../../image/wjlx-icon.png) -60px -60px no-repeat;
	margin-top: 8px;
}


/*广告位3*/

.ad-3 {
	width: 100%;
	min-width: 1280px;
	height: 109px;
	float: left;
	margin-top: 10px;
}

.ad-3 .ad-img {
	width: 1200px;
	height: 109px;
	margin: 0 auto;
}

.ad-3 .ad-img img {
	width: 1200px;
	height: 109px;
}


/*教育资讯*/

.plate-5 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.plate-5 .plate-5-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.plate-5 .plate-5-main h3 {
	font-size: 22px;
	color: #202020;
	border-bottom: 1px solid #ddd;
	line-height: 55px;
}

.plate-5 .plate-5-main h3 a {
	font-size: 22px;
	color: #202020;
}

.plate-5 .plate-5-main h3 a:hover {
	color: #006CFF;
	text-decoration: none;
}

.plate-5 .plate-5-main .left {
	width: 397px;
	height: 235px;
	float: left;
}
/*资讯轮播*/
.news-pic { width:397px; float:left; height:235px; margin-top: 20px;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;
  }
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  border: 0; width:400px; height:237px;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 10;
  font-size: 12px; font-family:"宋体";
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 
.jxds_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../../../image/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.jxds_nav:active {
	opacity: 1.0;
}

.jxds_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.yskt_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../../../image/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.yskt_nav:active {
	opacity: 1.0;
}

.yskt_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.jyzx_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../../../image/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.jyzx_nav:active {
	opacity: 1.0;
}

.jyzx_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.plate-5 .plate-5-main .left img {
	width: 397px;
	height: 235px;
	float: left;
	margin-top: 20px;
}

.plate-5 .plate-5-main .left {
	width: 397px;
	height: 235px;
	float: left;
}

.plate-5 .plate-5-main .center {
	width: 350px;
	height: 235px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

.plate-5 .plate-5-main .center h5 {
	width: 350px;
	font-size: 16px;
	color: #333;
	float: left;
	padding-bottom: 15px;
	cursor: pointer;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plate-5 .plate-5-main .center h5 a {
	font-size: 16px;
	color: #333;
}

.plate-5 .plate-5-main .center h5 a:hover {
	color: #006CFF;
}

.plate-5 .plate-5-main .center span {
	width: 350px;
	float: left;
	font-size: 12px;
	color: #8c8c8c;
	padding-bottom: 10px;
}

.plate-5 .plate-5-main .center p {
	width: 350px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e0e0e0;
}

.plate-5 .plate-5-main .center p a {
	color: #006cff;
}

.plate-5 .plate-5-main .center ul {
	padding-top: 10px;
}

.plate-5 .plate-5-main .center ul li {
	width: 350px;
	font-size: 14px;
	color: #5a5a5a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
}

.plate-5 .plate-5-main .center ul li b {
	float: left;
	width: 4px;
	height: 4px;
	background: #5a5a5a;
	margin-top: 10px;
	margin-right: 10px;
}

.plate-5 .plate-5-main .center ul li a {
	font-size: 14px;
	color: #5a5a5a;
}

.plate-5 .plate-5-main .center ul li a:hover {
	color: #006cff;
}

.plate-5 .plate-5-main .right {
	width: 404px;
	height: 255px;
	background: #f8f8f8;
	float: left;
	margin-left: 24px;
}

.plate-5 .plate-5-main .right .rTop {
	width: 404px;
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.plate-5 .plate-5-main .right .rTop ul{
	    width: 404px;
    margin: 0 auto;
}
.plate-5 .plate-5-main .right .rTop ul li {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #777c83;
	width: 100px;
	    text-align: center;
	/* padding-left: 18px;
	padding-right: 19px; */
}

.plate-5 .plate-5-main .right .rTop ul li a {
	font-size: 15px;
	color: #777c83;
}

.plate-5 .plate-5-main .right .rTop ul li a.choose {
	border-bottom: 2px solid #006cff;
	padding-bottom: 13px;
	color: #006CFF;
}

.plate-5 .plate-5-main .right .rTop ul li a:hover {
	color: #006CFF;
	text-decoration: none;
}

.plate-5 .plate-5-main .right .rBottom {
	width: 404px;
	height: 205px;
	float: left;
}

.plate-5 .plate-5-main .right .rBottom ul {
	padding-left: 20px;
	padding-top: 10px;
}

.plate-5 .plate-5-main .right .rBottom ul li {
	width: 384px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plate-5 .plate-5-main .right .rBottom ul li a {
	font-size: 14px;
	color: #5a5a5a;
}

.plate-5 .plate-5-main .right .rBottom ul li a:hover {
	color: #006CFF;
}

.plate-5 .plate-5-main .right .rBottom ul li b {
	width: 4px;
	height: 4px;
	float: left;
	background: #5a5a5a;
	margin-top: 16px;
	margin-right: 10px;
}


/*在线教研*/

.plate-6 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.plate-6 .plate-6-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.plate-6 .plate-6-main h3 {
	font-size: 22px;
	color: #202020;
	border-bottom: 1px solid #ddd;
	line-height: 55px;
	cursor: pointer;
}

.plate-6 .plate-6-main h3:hover {
	color: #0f9460;
	text-decoration: none;
}

.plate-6 .plate-6-main h3 a {
	font-size: 14px;
	color: #555;
	padding-left: 40px;
}

.plate-6 .plate-6-main h3 a:hover {
	color: #0f9460;
}

.plate-6 .plate-6-main .ttop {
	float: left;
}

.plate-6 .plate-6-main .ttop ul li {
	width: 240px;
	height: 235px;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

.plate-6 .plate-6-main .ttop ul li img {
	float: left;
	width: 220px;
	height: 124px;
	margin: 10px 0 10px 10px;
}

.plate-6 .plate-6-main .ttop ul li p {
	width: 220px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	float: left; 
	height: 30px;
}

.plate-6 .plate-6-main .ttop ul li p a {
	font-size: 14px;
	color: #333;
}

.plate-6 .plate-6-main .ttop ul li p a:hover {
	color: #0f9460;
}

.plate-6 .plate-6-main .ttop ul li p.zbdw {
	padding-top: 20px;
}

.plate-6 .plate-6-main .ttop ul li p.zbdw span {
	color: #666;
}

.plate-6 .plate-6-main .ttop ul li:hover {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #c6c6c6;
	-moz-box-shadow: 0 0 10px #c6c6c6;
	box-shadow: 0 0 10px #c6c6c6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plate-6 .plate-6-main .ccenter {
	width: 1200px;
	height: 11px;
	float: left;
	background: url(../../../image/jysq-line.png) no-repeat;
	margin-top: 15px;
}

.plate-6 .plate-6-main .bbottom {
	width: 1200px;
	height: auto;
	float: left;
	margin-top: 25px;
}

.plate-6 .plate-6-main .bbottom ul li {
	width: 585px;
	height: auto;
	float: left;
	margin-bottom: 35px;
}

.plate-6 .plate-6-main .bbottom .b-1 {
	float: left;
}

.plate-6 .plate-6-main .bbottom .b-1 img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	float: left;
}

.plate-6 .plate-6-main .bbottom .b-1 p {
	width: 489px;
	float: left;
	color: #202020;
	font-size: 14px;
	padding-left: 10px;
}

.plate-6 .plate-6-main .bbottom .b-1 p a {
	color: #777;
	font-size: 14px;
	padding: 0 5px 0 5px;
}
.plate-6 .plate-6-main .bbottom .b-1 p samp {
	color: #777;
	font-size: 14px;
	padding: 0 5px 0 5px;
}
.plate-6 .plate-6-main .bbottom .b-1 p span {
	color: #0f9460;
	font-size: 14px;
}

.plate-6 .plate-6-main .bbottom .b-1 p.school {
	color: #777;
	position: absolute;
	margin-top: 42px;
	margin-left: 60px;
}

.plate-6 .plate-6-main .bbottom .b-2 {
	float: left;
	margin-top: 20px;
	width: 562px;
	height: auto;
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	height: 68px;
}

.plate-6 .plate-6-main .bbottom .b-2 b {
	float: left;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	background: url(../../../image/sjj.png) no-repeat;
	margin-left: 22px;
}

.plate-6 .plate-6-main .bbottom .b-2 p {
	width: 518px;
	font-size: 14px;
	color: #777;
	line-height: 26px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.footer .f-1 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #f3f3f3;
	float: left;
}

.footer .f-1 .f-1-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer .f-1 .f-1-main .wz {
	width: 1000px;
	float: left;
	padding-bottom: 10px;
}

.footer .f-1 .f-1-main p {
	width: 1000px;
	float: left;
	font-size: 12px;
	color: #767a7e;
	padding-top: 12px;
}

.footer .f-1 .f-1-main p span {
	float: left;
}

.footer .f-1 .f-1-main p a {
	font-size: 12px;
	color: #767a7e;
	float: left;
	padding-right: 5px;
}

.footer .f-1 .f-1-main p a:hover {
	color: #006CFF;
}

.footer .f-1 .f-1-main .ewm {
	width: 100px;
	float: right;
	margin-top: 15px;
}

.footer .f-1 .f-1-main .ewm img {
	float: left;
	width: 85px;
	height: 85px;
	margin-left: 8px;
}

.footer .f-1 .f-1-main .ewm p {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #575e65;
	padding-top: 5px;
}

.footer .f-2 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #3a3a3a;
	float: left;
}

.footer .f-2 .f-2-main {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.footer .f-2 .f-2-main p {
	width: 1200px;
	line-height: 55px;
	float: left;
	color: #bbb;
	font-size: 12px;
}

.footer .f-2 .f-2-main p a {
	color: #bbb;
	font-size: 12px;
}


/*右侧悬浮*/

.xf-nav {
	float: right;
	position: fixed;
	right: 0;
	top: 5%;
}

.xf-nav ul li {
	width: 45px;
	height: 45px;
	background: #2d86ff;
	border: 1px solid #006cff;
	margin-bottom: 10px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

.xf-nav ul li a {
	width: 32px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	float: left;
	padding-left: 7px;
	padding-top: 2px;
}

.xf-nav ul li a:hover {
	text-decoration: none;
}

.xf-nav ul li a.a-1 {
	width: 50px;
	height: 32px;
	font-size: 14px;
	padding-left: 6px;
	float: left;
	padding-top: 12px;
}

.xf-nav ul li:hover {
	background: #2280FF;
}

.xf-nav ul li a.play {
	width: 45px;
	height: 45px;
	background: none;
	background: url(../../../image/play.png) 16px 14px no-repeat;
	float: left;
}

.xf-nav ul li.fhdb {
	width: 45px;
	height: 45px;
	border: 1px solid #006cff;
	background: none;
	background: url(../../../image/arrow-top.png) 6px 12px no-repeat;
	float: left;
}

.xf-nav ul li.fhdb:hover {
	width: 45px;
	height: 45px;
	border: 1px solid #006cff;
	background: none;
	background: #2280FF url(../../../image/arrow-top-1.png) 6px 12px no-repeat;
	float: left;
}

.xf-nav ul li.qq b {
	width: 17px;
	height: 20px;
	float: left;
	background: url(../../../image/qq1.png) no-repeat;
	margin-left: 13px;
	margin-top: 12px;
}

.xf-nav ul li.qq a {
	width: 30px;
	padding-left: 3px;
}

.xf-nav ul li.qq:hover b {
	display: none;
}

.xf-nav ul li .txt {
	display: none;
	width: 32px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	float: left;
	padding-left: 7px;
	padding-top: 2px;
}

li.qq:hover .txt {
	display: block;
}


/*视频弹窗*/

.tc_video {
	width: 670px;
	height: 385px;
	display: none;
	background: #fff;
	border-radius: 5px;
}

.tc_video video {
	width: 650px;
	margin: 10px;
	border-radius: 5px;
	background: #fff;
}

.close {
	width: 15px;
	height: 15px;
	background: url(../../../image/close.png) no-repeat;
	float: right;
	margin: 10px;
	cursor: pointer;
}

.rollBox {
	width: 100%;
	overflow: hidden;
	padding: 12px 0 5px 6px;
}

.rollBox .LeftBotton {
	height: 52px;
	width: 19px;
	/* background: url(http://www.webdm.cn/image/20091006/job_mj_069.gif) no-repeat 11px 0; */
	overflow: hidden;
	float: left;
	display: inline;
	margin: 25px 0 0 0;
	cursor: pointer;
}

.rollBox .RightBotton {
	height: 52px;
	width: 20px;
	/* background: url(http://www.webdm.cn/image/20091006/job_mj_069.gif) no-repeat -8px 0; */
	overflow: hidden;
	float: left;
	display: inline;
	margin: 25px 0 0 0;
	cursor: pointer;
}

.rollBox .Cont {
	width: 100%;
	overflow: hidden;
	float: left;
}

.rollBox .ScrCont {
	width: 10000000px;
}

.rollBox .Cont .pic {
	float: left;
	text-align: center;
	margin-right: 40px;
}

.rollBox .Cont .pic img {
	padding: 4px;
	display: block;
	margin: 0 auto;
}

.rollBox .Cont a:link,
.rollBox .Cont a:visited {
	color: #626466;
	text-decoration: none;
}

.rollBox .Cont a:hover {
	color: #f00;
	text-decoration: underline;
}

.rollBox #List1,
.rollBox #List2 {
	float: left;
}

 .news-man { width:100%; background:#fff; overflow:hidden;} 
.news-header { width:1200px; margin:0 auto; padding:13px 0 13px 0; overflow:hidden;} 
.news-header1 { width:1200px; margin:0 auto;}
.news-logo { float:left; line-height:42px; color:#005eac; font-size:18px;}
.news-logo img { vertical-align:middle;}
.news-header1 ul { float:left; padding-left: 30px;}
.news-header1 ul li { text-align:right; float:left;}
.news-header1 ul li a { float:left; line-height:42px; font-size:16px; margin:0 12px; color:#474e5d; margin: 0 10px;}
.news-header1 ul li a:hover { color:#006cff;}
.news-header1 ul li.zxsy a { color:#006cff; font-weight:bold;}
.news-header1 ul li.zxsy a:hover {}
.news-header1 ul li b { width:5px; height:5px; background:#006cff; float:left; margin-top:18px; margin-right:7px;}
.news-header1 ol { float:right; border:1px #e6e6e6 solid; width:195px; padding:5px 5px 5px 10px; line-height:22px; border-radius:3px; margin-top:5px; margin-left:20px; /* behavior: url(style/pie.htc); */ position:relative;}
.news-header1 ol li { float:left;}
.news-header1 ol li .web { border:none; line-height:22px; height:22px; color:#999; font-size:14px; width:168px; outline:none; font-family:"微软雅黑"; }
.news-header1 ol li img { vertical-align:middle; margin-left:8px;} 

/*手机APP二维码弹窗*/
.tc-app {
	width:1200px;
	height:auto;
	margin:0 auto;     
}
.tc-app .app-main{
	height: 186px;
	background: url(../../../image/common/downAppEncode.png) no-repeat;
	margin-left: 850px;
    position: relative;
    margin-top: 0px;
    top: 30px;
	display:none;	
}
