@charset "UTF-8";
body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); }

.headerbox { height: 110px; background: #FFFFFF; }

.header-logo { padding-top: 14px; }

.header-login { height: 32px; font-size: 16px; line-height: 32px; padding-top: 39px; text-align: right; }
.header-login a { margin-left: 15px; }

.header-logined { width: 55px; margin-top: 25px; position: relative; padding-left: 25px; }
.header-logined img { width: 55px; height: 55px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -moz-border-radius: 50%; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35); -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35); -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.35); }

.header-logined:hover .header-loginedc { display: block; }

.header-loginedc { width: 105px; position: absolute; left: 0px; top: 65px; background: #eaeaea; z-index: 999; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; display: none; }
.header-loginedc .header-loginedc-sj { width: 20px; height: 9px; position: absolute; background: red; top: -9px; background: url(../images/logined-sj.png) no-repeat; left: 42px; }
.header-loginedc ul { padding: 10px 0; }
.header-loginedc ul li { font-size: 14px; line-height: 28px; text-align: center; }
.header-loginedc ul a { display: block; }
.header-loginedc ul a:hover { color: #003e69; }

/* search */
.header-search { border: 2px solid #003e69; height: 34px; margin: 36px 15px auto auto; width: 396px; }
.header-search select { display: none; }
.header-search .select_box { font-size: 12px; color: #999999; width: 70px; line-height: 35px; float: left; position: relative; }
.header-search .select_showbox { height: 35px; background: url(../images/search_ico.png) no-repeat 50px center; text-indent: 1.2em; }
.header-search .select_showbox.active { background: url(../images/search_ico_hover.png) no-repeat 50px center; }
.header-search .select_option { border: 2px solid #003e69; border-top: none; display: none; left: -2px; top: 35px; position: absolute; z-index: 99; background: #fff; }
.header-search .select_option li { text-indent: 1.2em; width: 58px; cursor: pointer; }
.header-search .select_option li.selected { background-color: #F3F3F3; color: #999; }
.header-search .select_option li.hover { background: #BEBEBE; color: #fff; }
.header-search .inp_srh, .header-search .btn_srh { border: none; background: none; height: 34px; line-height: 34px; float: left; }
.header-search .inp_srh { outline: none; width: 256px; }
.header-search .btn_srh { background: #003e69; color: #FFF; font-size: 15px; width: 70px; cursor: pointer; }

.navbox { background: #003e69; }

.nav { height: 42px; }
.nav > ul > li { width: 192px; background: url(../images/navline.png) 3px center no-repeat; padding-left: 8px; float: left; font-size: 18px; line-height: 42px; position: relative; }
.nav > ul > li a { display: block; color: #FFFFFF; text-align: center; }
.nav > ul > li a:hover, .nav > ul > li .nav-cur, .nav > ul > li .active { background: #db8702; }
.nav > ul .home { width: 200px; background: none; padding-left: 0; }

.nav-sub { position: absolute; clear: both; width: 192px; height: auto; overflow: hidden; display: none; z-index: 9; left: 8px; top: 42px; background: url(../images/black8.png) repeat; }
.nav-sub ul { width: 100%; height: auto; overflow: hidden; }
.nav-sub ul li { width: 100%; height: 42px; overflow: hidden; padding: 0; font: 16px/42px "微软雅黑"; }
.nav-sub ul li a { position: absolute; width: 100%; height: 42px; color: #fff; padding: 0px; text-align: center; margin: 0; }
.nav-sub ul li a:hover { background: #003e69; color: #fff; }

/*-------------------banner-------------------*/
.flexslider { position: relative; width: 100%; height: 360px; zoom: 1; }

.flexslider .slides li { position: relative; width: 100%; height: 100%; }

.flexslider .slides img { width: 100%; height: 360px; display: block; }

/*Image pagination arrows*/
.flex-direction-nav a { display: block; position: absolute; top: 50%; width: 50px; height: 50px; overflow: hidden; margin: -35px 0 0; background: url(../images/ban/slide.png) no-repeat; border-radius: 25px; line-height: 99em; z-index: 10; cursor: pointer; -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next { background-position: -50px 0; right: 20px; opacity: 1; filter: alpha(opacity=100); }

.flex-direction-nav .flex-prev { left: 20px; opacity: 0.6; filter: alpha(opacity=60); }

.flexslider:hover .flex-next { opacity: 0.3; filter: alpha(opacity=60); }

.flexslider:hover .flex-prev { opacity: 0.3; filter: alpha(opacity=60); }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=100); }

/*Image navigation dots*/
.flex-control-nav { position: absolute; width: 100%; bottom: 10px; text-align: center; }

.flex-control-nav li { display: inline-block; *display: inline; zoom: 1; }

.flex-control-paging li a { display: block; width: 16px; height: 16px; overflow: hidden; background: url(../images/ban/dot.png) no-repeat 0 -16px; text-indent: -99em; cursor: pointer; }

/* 2 */
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }

.ind-bg { background: url(../images/ind-bg.png) top center no-repeat; }

.server-menu { width: 1200px; margin: 0 auto; text-align: center; padding: 48px 0; position: relative; }
.server-menu h3 { font-size: 32px; line-height: 42px; color: #003e69; font-weight: 400; }
.server-menu p { font-size: 16px; line-height: 32px; color: #333333; }

.server-con1 { margin-top: -20px; }
.server-con1 ul li { position: relative; overflow: hidden; cursor: pointer; margin-top: 20px; }
.server-con1 ul li p { line-height: 22px; height: 66px; padding: 0 30px; }
.server-con1 ul li .server-con1mask { top: 234px; }
.server-con1 ul li:hover .server-con1mask { top: 0px; }
.server-con1 ul li:hover .server-con1mask h2 { margin-top: 75px; }

.server-con1mask { width: 100%; height: 296px; position: absolute; background: url(../images/black.png) repeat; text-align: center; padding-bottom: 10px; }
.server-con1mask h2 { font-size: 30px; line-height: 62px; color: #FFFFFF; }
.server-con1mask h2 i { font-size: 29px; margin-right: 10px; }
.server-con1mask h2 .icon-jiaoyu { font-size: 36px; }
.server-con1mask .mask-line { width: 66px; height: 1px; margin: 5px auto 15px; background: #FFFFFF; }
.server-con1mask p { color: #dddddd; }

.server-con2 ul { margin-left: -20px; }
.server-con2 ul li { width: 285px; height: 180px; float: left; margin-left: 20px; cursor: pointer; position: relative; overflow: hidden; }
.server-con2 ul li > img { width: 285px; height: 180px; }
.server-con2 ul li .server-con2mask { top: 0; }
.server-con2 ul li:hover .server-con2mask { top: -180px; }

.server { width: 1210px; margin: 0 auto; }

.server-img { width: 1200px; overflow: hidden; padding: 0 5px; }
.server-img ul { width: 9999px; }
.server-img ul li { width: 285px; height: 180px; float: left; margin-right: 20px; cursor: pointer; position: relative; overflow: hidden; }
.server-img ul li > img { width: 285px; height: 180px; }
.server-img ul li .server-con2mask { top: 0; }
.server-img ul li:hover .server-con2mask { top: -180px; }

.server-con2mask { width: 100%; height: 360px; position: absolute; text-align: center; }
.server-con2mask .server-con2m1 { height: 180px; }
.server-con2mask .server-con2m1 img { width: 96px; height: 78px; margin-top: 38px; }
.server-con2mask .server-con2m1 h2 { color: #FFFFFF; font-size: 18px; line-height: 42px; color: #FFFFFF; margin-top: 10px; }
.server-con2mask .mask-line { width: 36px; height: 1px; margin: 8px auto; background: #FFFFFF; }
.server-con2mask .server-con2m2 { height: 180px; background: url(../images/black.png) repeat; }
.server-con2mask .server-con2m2 h2 { font-size: 24px; color: #fffc00; padding-top: 20px; }
.server-con2mask .server-con2m2 p { color: #dddddd; padding: 0 20px; }

.server2bg1 { background: #7471b8; }

.server2bg2 { background: #fd9f3f; }

.server2bg3 { background: #47ca9f; }

.server2bg4 { background: #fe636b; }

.menu { font-size: 16px; line-height: 42px; color: #003e69; position: relative; }
.menu h3 { font-weight: 600; }
.menu i { font-size: 20px; margin-right: 5px; }
.menu .ind-menu-number { width: 22px; height: 22px; position: absolute; top: 10px; left: 0; }

.ind-menu-news { background: url("../images/ico/ind-menu-news.png") no-repeat; }

.ind-menu-train { background: url("../images/ico/ind-menu-train.png") no-repeat; }

.ind-menu-void { background: url("../images/ico/ind-menu-void.png") no-repeat; }

.ind-menu-book1 { background: url("../images/ico/ind-menu-book1.png") no-repeat; }

.ind-menu-book2 { background: url("../images/ico/ind-menu-book2.png") no-repeat; }

.ind-menu-teacher { background: url("../images/ico/ind-menu-teacher.png") no-repeat; }

.ind-menu-resources { background: url("../images/ico/ind-menu-resources.png") no-repeat; }

.ind-menu-ppt { background: url("../images/ico/ind-menu-ppt.png") no-repeat; }

.ind-menu-number { background: url("../images/ico/ind-menu-number.png") no-repeat; }

.menu1 { font-size: 16px; line-height: 42px; color: #003e69; }
.menu1 h3 { font-weight: 600; position: relative; padding-left: 30px; }
.menu1 i { width: 22px; height: 22px; position: absolute; top: 10px; left: 0; }

/*资讯*/
.ind-new { background: #FFFFFF; }

.ind-new-left { width: 610px; overflow: hidden; }
.ind-new-left ul li { width: 100%; height: 105px; cursor: pointer; border-bottom: 1px solid #ebebeb; display: block; }
.ind-new-left ul li:last-child { border-bottom: none; }

.ind-newc { height: 75px; padding: 15px 0; background: url(../images/ind-newjt.png) 680px center no-repeat; }

.listTab-cur .ind-newc { margin-left: -116px; background: url(../images/ind-newjt.png) 680px center no-repeat #f0f0f0; }

.ind-new1 { width: 96px; height: 75px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; background: #c7dcfd; text-align: center; margin-left: 20px; }
.ind-new1 h4 { font-size: 34px; line-height: 44px; }
.ind-new1 .ind-new1line { width: 72px; height: 1px; margin: 0 auto; background: #abbfde; }
.ind-new1 h5 { font-size: 14px; line-height: 30px; }

.ind-new2 { width: 454px; margin-left: 20px; }
.ind-new2 h2 { font-size: 16px; line-height: 32px; }
.ind-new2 p { color: #888888; }
.ind-new2 .title_p2 { line-height: 22px; height: 44px; }

.ind-new-rigt { width: 570px; margin: 19px 20px 19px 0; }
.ind-new-rigt .listTab-con { display: none; }
.ind-new-rigt .listTab-con img { width: 570px; height: 385px; }

/*友情链接*/
.links_pg { position: absolute; top: 2px; right: 0; z-index: 1; text-align: center; }
.links_pg i { text-align: center; }
.links_pg a { display: inline-block; width: 18px; height: 18px; margin-left: 5px; background: #ccc; text-align: center; line-height: 18px; font-size: 18px; color: #fff; padding: 2px 4px; }
.links_pg a:hover { background: #aaa; color: #FFFFFF; }

.kehu { width: 1210px; margin: 0 auto; }

.kehu-img { width: 1200px; overflow: hidden; padding: 0 5px; }
.kehu-img ul { width: 9999px; }
.kehu-img ul li { width: 224px; float: left; margin: 5px 20px 10px 0; }
.kehu-img ul li img { width: 224px; height: 74px; }

.footerbox { background: #313131; color: #bcbcbc; padding: 15px 0; }
.footerbox .contact { font-size: 14px; line-height: 24px; border-bottom: 1px solid #5b5b5b; }
.footerbox .copy { font-size: 14px; line-height: 28px; position: relative; padding: 10px 0; }
.footerbox .foot-wx { width: 80px; position: absolute; right: 30px; top: 0px; }
.footerbox .foot-wx a { color: #e3dbdb; }
.footerbox .foot-wx a:hover .foot-wxp { background: url(../images/footer-wx.png) left -60px no-repeat; }
.footerbox .foot-wx a:hover .footer-ewm { display: block; }
.footerbox .foot-wxp { width: 60px; height: 60px; overflow: hidden; background: url(../images/footer-wx.png) top center no-repeat; margin: 0 auto; }
.footerbox .foot-txt { text-align: center; }

.footer-ewm { width: 140px; height: 185px; background: #FFFFFF; position: absolute; bottom: 110px; right: -30px; z-index: 3; text-align: center; -webkit-box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.45); -moz-box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.45); -o-box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.45); -ms-box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.45); box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.45); display: none; }
.footer-ewm img { width: 128px; height: 128px; margin: 5px auto 3px auto; }

.footer-ewm-sj { width: 22px; height: 14px; position: absolute; bottom: -14px; left: 50%; margin-left: -11px; background: url(../images/foot-ewm-sj.png) center no-repeat; }

.footer-ewm-txt { font-size: 14px; line-height: 22px; color: #333333; }
.footer-ewm-txt span { color: #666666; }

/*教育培训*/
.edu-title, .edu-p1, .edu-p2 { padding: 0 10px; }

.edu-title { font-size: 14px; line-height: 18px; font-weight: bold; margin-top: 8px; }

.edu-p1 { font-size: 13px; line-height: 22px; }
.edu-p1 i { margin-right: 5px; }

.edu-news { margin-top: 5px; }
.edu-news ul { margin-left: -20px; }
.edu-news ul li { width: 285px; float: left; margin-left: 20px; background: #FFFFFF; }
.edu-news ul li a { height: 320px; display: block; }
.edu-news ul li a p { color: #888888; }

.edu-newp { width: 285px; height: 190px; overflow: hidden; }
.edu-newp img { width: 285px; height: 190px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.edu-newp:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.edu-train-left { width: 468px; margin-top: 5px; background: #FFFFFF; }
.edu-train-left p { margin-top: 3px; }
.edu-train-left a { height: 436px; display: block; }
.edu-train-left a p { color: #888888; }

.edu-trainlp { width: 468px; height: 378px; overflow: hidden; }
.edu-trainlp img { width: 468px; height: 378px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.edu-trainlp:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.edu-train-rigt { width: 732px; }
.edu-train-rigt ul { margin-top: -15px; }
.edu-train-rigt ul li { width: 224px; float: left; background: #FFFFFF; margin-left: 20px; margin-top: 20px; }
.edu-train-rigt ul li p { margin-top: 3px; }
.edu-train-rigt ul li a { height: 208px; display: block; }
.edu-train-rigt ul li a p { color: #888888; }

.edu-trainrp { width: 224px; height: 150px; overflow: hidden; }
.edu-trainrp img { width: 224px; height: 150px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.edu-trainrp:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.edu-void ul { margin-left: -20px; margin-top: 5px; }
.edu-void ul li { width: 285px; float: left; margin-left: 20px; background: #FFFFFF; position: relative; }
.edu-void ul li .edu-void-img { width: 285px; height: 186px; }
.edu-void ul li a { height: 250px; display: block; }
.edu-void ul li a p { color: #888888; }
.edu-void ul li .void-mask { height: 186px; }

.void-mask { width: 100%; background: url(../images/black.png) repeat; position: absolute; top: 0; left: 0; }
.void-mask img { width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; margin: -25px auto auto -25px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.void-mask:hover img { transform: rotate(360deg); -ms-transform: rotate(360deg); /* Internet Explorer */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ o-transform: rotate(360deg); /* Opera */ }

.edu-teacher ul { margin-left: -20px; margin-top: 5px; }
.edu-teacher ul li { width: 224px; height: 224px; overflow: hidden; float: left; margin-left: 20px; position: relative; }
.edu-teacher ul li a { height: 224px; display: block; }
.edu-teacher ul li a .edu-teacher-mask { top: 182px; }
.edu-teacher ul li a:hover .edu-teacher-mask { top: 0; }
.edu-teacher ul li a:hover h2 { margin-top: 40px; }
.edu-teacher ul li a:hover h3 { margin-top: -10px; }

.edu-teacher-mask { width: 100%; height: 224px; background: url(../images/black.png) repeat; position: absolute; text-align: center; }
.edu-teacher-mask h2 { font-size: 20px; line-height: 42px; color: #FFFFFF; }
.edu-teacher-mask h3 { font-size: 14px; line-height: 28px; color: #FFFFFF; }
.edu-teacher-mask p { font-size: 13px; line-height: 18px; padding: 0 15px; color: #e3e3e3; }
.edu-teacher-mask .edu-teacher-line { width: 120px; height: 1px; background: #e1e1e1; margin: 5px auto 10px; }

.read-book { background: #FFFFFF; }

.read-book { margin-top: 5px; }
.read-book ul li { float: left; width: 199px; border-right: 1px solid #e8e8e8; margin: 10px 0; padding: 10px 0 0; text-align: center; }
.read-book ul li:last-child { border-right: none; }
.read-book ul li img { width: 137px; height: 199px; margin: 0 31px 5px; }
.read-book ul li h2 { padding: 0 10px; font-size: 14px; line-height: 28px; }

.read-ppt ul { margin-left: -20px; }
.read-ppt ul li { width: 224px; float: left; margin-left: 20px; }
.read-ppt ul li h2 { font-size: 14px; line-height: 30px; text-align: center; padding: 5px 15px; }

.read-pptp { width: 224px; height: 145px; overflow: hidden; }
.read-pptp img { width: 224px; height: 145px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.read-pptp:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

/*精选视频*/
.cardTab-head { height: 42px; border-bottom: 1px solid #e7e7e7; background: #f3f3f3; }
.cardTab-head ul li { font-size: 16px; line-height: 42px; float: left; font-weight: bold; }
.cardTab-head ul li a { display: block; padding: 0 35px; }
.cardTab-head ul li .cardTab-cur { background: #FFF; color: #003e69; border-bottom: 1px solid #FFF; margin-bottom: -1px; border-left: 1px solid #E7E7E7; border-right: 1px solid #E7E7E7; }
.cardTab-head ul li:first-child a { margin-left: -1px; }

.read-void { padding: 20px 0; }
.read-void ul li { width: 275px; float: left; margin-left: 20px; background: #FFFFFF; position: relative; }
.read-void ul li .edu-void-img { width: 275px; height: 180px; }
.read-void ul li a { height: 245px; display: block; }
.read-void ul li a p { color: #888888; }
.read-void ul li .void-mask { height: 180px; }

.read-txt { padding: 20px 1px; height: 245px; display: none; }
.read-txt ul li { width: 374px; float: left; margin-left: 19px; vertical-align: bottom; font-size: 14px; line-height: 32px; position: relative; }
.read-txt ul li a { display: block; padding: 5px 10px 5px 44px; }
.read-txt ul li a:hover { background: #E3E3E3; }
.read-txt ul li i { position: absolute; top: 10px; left: 10px; }

/*首页悬浮*/
.izl-rmenu { position: fixed; right: 2px; margin-left: 532px; bottom: 10px; padding-bottom: 73px; background: url(../images/r_b.png) 0px bottom no-repeat; z-index: 999; }
.izl-rmenu .btn { width: 72px; height: 73px; cursor: pointer; position: relative; }
.izl-rmenu .btn-qq { background: url(../images/r_qq.png) 0px 0px no-repeat #e2e2e2; }
.izl-rmenu .btn-qq:hover { background: url(../images/r_qq.png) 0px 0px no-repeat #cfcfcf; }
.izl-rmenu .btn-qq, .izl-rmenu .btn-qq:visited { background: url(../images/r_qq.png) 0px 0px no-repeat; background-color: #e2e2e2; text-decoration: none; display: block; }
.izl-rmenu .btn-wx { background: url(../images/r_wx.png) 0px 0px no-repeat #e2e2e2; }
.izl-rmenu .btn-wx:hover { background: url(../images/r_wx.png) 0px 0px no-repeat #cfcfcf; }
.izl-rmenu .btn-phone { background: url(../images/r_phone.png) 0px 0px no-repeat #e2e2e2; }
.izl-rmenu .btn-phone:hover { background: url(../images/r_phone.png) 0px 0px no-repeat #cfcfcf; }
.izl-rmenu .btn-top { background: url(../images/r_top.png) 0px 0px no-repeat #c2c2c2; display: none; }
.izl-rmenu .btn-top:hover { background-color: #444; }
.izl-rmenu .pic { position: absolute; left: -160px; top: -30px; display: none; width: 116px; height: 160px; background: url(../images/weixin.png) no-repeat; padding: 17px 32px 0 17px; }
.izl-rmenu .pic img { width: 116px; height: 116px; }
.izl-rmenu .phone { background: #cfcfcf; position: absolute; width: 160px; left: -160px; top: 0px; line-height: 73px; color: #003e69; font-size: 18px; text-align: center; display: none; }

/*sub*/
.sub-menu { height: 52px; border-bottom: 1px solid #eeeeee; padding: 0 30px; line-height: 52px; }
.sub-menu h3 { color: #003e69; border-bottom: 1px solid #003e69; font-weight: bold; }

.articlebox { padding: 10px 30px 20px; }

.article-title { font-size: 18px; line-height: 64px; text-align: center; font-weight: bold; }

.article-article { font-size: 14px; line-height: 28px; }
.article-article img { margin: 10px auto; max-width: 1140px; }

.article-void { margin: 10px auto; max-width: 1140px; }

.article-teacherp { float: left; margin: 5px 20px 5px 0; text-align: center; background: #dddddd; }
.article-teacherp img { width: 224px; height: 224px; }
.article-teacherp h1 { font-size: 18px; line-height: 42px; display: block; font-weight: bold; }

.about-title { font-size: 20px; line-height: 102px; color: #003e69; text-align: center; font-weight: bold; }

.about-article { padding: 0 125px; font-size: 14px; line-height: 28px; }

.about-chat { text-align: center; margin: 40px auto 60px; }
.about-chat ul li { display: inline-block; margin: 0 28px; }

.about-logo { text-align: right; margin-right: 20px; margin-bottom: 20px; }
.about-logo img { width: 370px; height: 54px; }

/*loginbox*/
.loginbox { background: url(../images/logbg.jpg) center no-repeat; }

.loginbg { width: 1200px; background: url(../images/login/loginbg.png) center no-repeat; padding: 130px 0; margin: 0 auto; }

.login { width: 380px; height: 400px; }

.reg { width: 800px; margin: 0 auto; padding-top: 90px; padding-bottom: 90px; }

.regc { width: 360px; margin: 0 auto; }

/*名师专家列表*/
.pagin { display: block; }
.pagin > a { display: inline-block; padding: 5px 10px; margin: 0 2px; border-radius: 3px; border: 1px #DDD solid; background: #FFF; color: #003e69; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; font-size: 12px; line-height: 18px; }
.pagin > a i { font-size: 10px; }
.pagin > a:hover { border-color: #003e69; box-shadow: 0 0 3px #eee; color: #003e69; }
.pagin .pagin-cur, .pagin .pagin-cur:hover { border-color: #003e69; background: #003e69; color: #FFF; }

.pagin-ell { font-size: 14px; line-height: 18px; color: #003e69; }

.pagin-txt { display: inline-block; padding: 5px 8px; font-size: 12px; line-height: 18px; color: #666; }

.pagin-jump, .pagin-jump-focus { display: inline-block; *vertical-align: -5px; border: 1px #ddd solid; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.pagin-input { *float: left; width: 40px; height: 26px; border: none; outline: none; background: #fff; line-height: 26px\9; *line-height: 26px; text-align: center; font-size: 12px; color: #003e69; }

.pagin-btn { *float: left; display: none; padding: 0 10px; font-size: 12px; line-height: 26px; color: #fff; text-decoration: none; }
.pagin-btn:hover { color: #FFFFFF; }

.pagin-jump-focus { border-color: #003e69; background: #003e69; *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn { display: inline-block; }

.pagin { margin-top: 42px; padding-bottom: 42px; }

/*筛选*/
.filter { margin: 5px 30px 0; padding-bottom: 5px; }
.filter:before, .filter:after { content: " "; display: table; }
.filter:after { clear: both; }
.filter ul li { position: relative; margin-top: 10px; border-bottom: 1px dotted #dddddd; padding-bottom: 6px; }
.filter .filter_sort { width: 70px; position: absolute; left: 0px; }
.filter .filter_item { padding-left: 70px; }
.filter .filter_link1 { float: left; display: inline-block; margin-top: 0px; padding: 0px 8px; margin-bottom: 3px; }

.filter_link, .filter_link1 { line-height: 24px; display: block; margin: 0px 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; text-align: center; margin-top: 10px; }

.filter_link:hover, .filter_link1:hover, .filter_selected { background: #003e69; color: #FFFFFF; }

/*名师列表*/
.list-teacher ul li { width: 387px; height: 138px; float: left; position: relative; margin: 30px auto auto 30px; padding: 0 15px 0 153px; cursor: pointer; }
.list-teacher ul li h2 { font-size: 18px; line-height: 36px; font-weight: bold; }
.list-teacher ul li .title_p3 { line-height: 22px; height: 66px; }

.list-teacher-p { width: 138px; height: 138px; overflow: hidden; position: absolute; top: 0; left: 0; }
.list-teacher-p img { width: 138px; height: 138px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.list-teacher-p:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.list-teacher-more { width: 68px; height: 22px; border: 1px solid #003e69; display: block; text-align: center; font-size: 12px; line-height: 22px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; position: absolute; right: 10px; bottom: 10px; }
.list-teacher-more:hover { background: #003e69; color: #FFFFFF; }

/*培训动态列表*/
.sub-new-list { padding: 0 30px; }
.sub-new-list ul li { height: 150px; position: relative; padding: 0 0 20px 245px; border-bottom: 1px solid #eeeeee; margin-top: 20px; }
.sub-new-list ul li h2 { font-size: 18px; line-height: 36px; font-weight: bold; }
.sub-new-list ul li p { color: #888888; margin-top: 5px; line-height: 24px; }
.sub-new-list ul li .sub-a1 { position: absolute; bottom: 24px; right: 15px; }
.sub-new-list ul li .sub-price { position: absolute; bottom: 15px; left: 245px; }

.sub-new-p { width: 225px; height: 150px; overflow: hidden; position: absolute; top: 0; left: 0; }
.sub-new-p img { width: 225px; height: 150px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.sub-new-p:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.sub-a1, .sub-a2 { width: 96px; height: 28px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid #003e69; display: block; line-height: 28px; text-align: center; color: #003e69; }
.sub-a1:hover, .sub-a2:hover { background: #003e69; color: #FFF; }

/*精彩培训列表*/
.sub-void-list { padding: 0 20px; }
.sub-void-list ul li { width: 270px; float: left; margin: 20px 10px 0; background: #FFFFFF; position: relative; }
.sub-void-list ul li .edu-void-img { width: 270px; height: 176px; }
.sub-void-list ul li a { height: 240px; display: block; }
.sub-void-list ul li a p { color: #888888; }
.sub-void-list ul li .void-mask { height: 176px; }

/*图书列表*/
.sub-price { font-size: 18px; color: #a11b1b; }
.sub-price span { font-size: 14px; }

.sub-book-list { padding: 0 30px; }
.sub-book-list ul li { height: 185px; position: relative; border-bottom: 1px solid #eeeeee; padding: 0 0 20px 148px; margin-top: 20px; }
.sub-book-list ul li img { width: 128px; height: 185px; position: absolute; top: 0; left: 0; }
.sub-book-list ul li h2 { font-size: 18px; line-height: 36px; font-weight: bold; }
.sub-book-list ul li p { color: #888888; }
.sub-book-list ul li .title_p4 { line-height: 22px; height: 88px; overflow: hidden; }
.sub-book-list ul li .sub-a1 { position: absolute; right: 10px; top: 12px; }
.sub-book-list ul li .sub-price { position: absolute; right: 150px; top: 10px; }

/*往期培训s*/
.sub-trains1 { height: 160px; margin: 25px 30px; position: relative; padding-left: 260px; }
.sub-trains1 h2 { font-size: 24px; color: #444; line-height: 42px; }
.sub-trains1 p { color: #888888; margin-top: 8px; }
.sub-trains1 p span { color: #003e69; font-weight: bold; }
.sub-trains1 .sub-trains-split { letter-spacing: 4px; }
.sub-trains1 img { width: 240px; height: 160px; position: absolute; left: 0; top: 0; }
.sub-trains1 .sub-price { position: absolute; bottom: 0; }
.sub-trains1 a { position: absolute; width: 120px; height: 36px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; display: block; right: 10px; top: 62px; background: #003e69; color: #FFF; text-align: center; font-size: 18px; line-height: 36px; }
.sub-trains1 a:hover { background: #005794; }

.trainTab-head { height: 42px; background: #f5f5f5; margin: 0 30px; }
.trainTab-head ul li { width: 120px; font-size: 18px; line-height: 42px; text-align: center; float: left; cursor: pointer; }

.trainTab-cur { color: #003e69; }

.train-hidden { display: none; }

.trainTab-body { padding-bottom: 30px; }

.train-about { font-size: 14px; line-height: 28px; padding: 20px 30px 0; }

.train-class ul li { width: 295px; height: 160px; float: left; margin-left: 30px; position: relative; padding-left: 260px; margin-top: 30px; }
.train-class ul li h2 { font-size: 18px; line-height: 32p; padding-top: 10px; }
.train-class ul li p { color: #888; margin-top: 3px; }
.train-class ul li i { margin-right: 5px; font-size: 13px; }

.train-class-p { width: 240px; height: 160px; overflow: hidden; position: absolute; top: 0; left: 0; }
.train-class-p img { width: 240px; height: 160px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.train-class-p:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.train-class-teach { position: relative; padding-left: 70px; margin-top: 25px; }
.train-class-teach img { width: 60px; height: 60px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -moz-border-radius: 50%; position: absolute; top: 0; left: 0; }
.train-class-teach > p { font-size: 14px; line-height: 18px; color: #888; }

.train-class-txt { padding-top: 20px; }
.train-class-txt ul li { width: 360px; float: left; margin-left: 30px; vertical-align: bottom; font-size: 14px; line-height: 32px; position: relative; }
.train-class-txt ul li a { display: block; padding: 5px 10px 5px 44px; }
.train-class-txt ul li a:hover { background: #E3E3E3; }
.train-class-txt ul li i { position: absolute; top: 10px; left: 10px; }

/*阅读搜索-list*/
.search-read-list { padding: 0 30px; }
.search-read-list ul li { width: 422px; height: 185px; position: relative; float: left; margin-top: 20px; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; padding-left: 148px; }
.search-read-list ul li img { width: 128px; height: 185px; position: absolute; top: 0; left: 0px; }
.search-read-list ul li h2 { font-size: 18px; line-height: 36px; }
.search-read-list ul li p { margin-top: 5px; color: #888; }
.search-read-list ul li .sub-price { position: absolute; bottom: 20px; }

/*资源列表*/
.sub-resources-list { padding: 0 30px; }
.sub-resources-list ul li { height: 119px; position: relative; padding-left: 120px; border-bottom: 1px solid #eee; padding-bottom: 20px; margin-top: 20px; }
.sub-resources-list ul li i { position: absolute; left: 73px; top: 86px; }
.sub-resources-list ul li h2 { font-size: 18px; line-height: 36px; font-weight: bold; padding-top: 5px; }
.sub-resources-list ul li p { margin-top: 10px; color: #888; line-height: 24px; }
.sub-resources-list ul li p span { margin: 0 12px; }
.sub-resources-list ul li .sub-a1 { position: absolute; right: 10px; top: 45px; }
.sub-resources-list ul li .sub-price { position: absolute; right: 150px; top: 45px; }

.sub-resources-p { width: 84px; height: 112px; background: url(../images/sprite.png) -200px -400px no-repeat; padding: 1px 6px 6px 1px; position: absolute; left: 10px; }

/*资讯列表*/
.sub-zx-list { padding: 0 10px; }
.sub-zx-list ul li { width: 270px; float: left; margin-left: 20px; background: #FFFFFF; margin-top: 20px; }
.sub-zx-list ul li .title_p3 { line-height: 22px; height: 66px; }
.sub-zx-list ul li a { height: 310px; display: block; }
.sub-zx-list ul li a p { color: #888888; }

.sub-zx-listp { width: 270px; height: 180px; overflow: hidden; }
.sub-zx-listp img { width: 270px; height: 180px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.sub-zx-listp:hover img { -webkit-transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); -o-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

/*图书详情*/
.book-article1 { height: 185px; position: relative; margin: 20px 30px; padding: 0 0 0 148px; }
.book-article1 img { width: 128px; height: 185px; position: absolute; top: 0; left: 0; }
.book-article1 h2 { font-size: 18px; line-height: 32px; color: #003e69; font-weight: bold; padding-top: 10px; }
.book-article1 .sub-price { position: absolute; bottom: 10px; left: 148px; }
.book-article1 .sub-a1 { position: absolute; right: 10px; top: 60px; }
.book-article1 .sub-a2 { position: absolute; right: 10px; top: 110px; }

.book-article2m { font-size: 16px; line-height: 42px; background: #f5f5f5; margin: 0 30px; position: relative; padding-left: 40px; color: #003e69; font-weight: bold; }
.book-article2m i { width: 22px; height: 22px; position: absolute; left: 10px; top: 10px; display: block; }

.book-article2 { padding-top: 20px; }
.book-article2 ul li { width: 555px; float: left; margin-left: 30px; vertical-align: bottom; font-size: 14px; line-height: 32px; position: relative; }
.book-article2 ul li a { display: block; padding: 5px 10px 5px 44px; }
.book-article2 ul li a:hover { background: #E3E3E3; }
.book-article2 ul li a span { -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; display: inline-block; line-height: 24px; margin-top: 4px; padding: 0 6px; margin-left: 5px; }
.book-article2 ul li a .price-mf { background: #9c0307; color: #fff; }
.book-article2 ul li a .price-ff { background: #003e69; color: #fff; }
.book-article2 ul li i { position: absolute; top: 10px; left: 10px; }

/*资源列表--180202*/
.sub-resources-list1 { padding: 0 20px; }
.sub-resources-list1 ul li { margin: 20px 10px 0; float: left; position: relative; }

.sub-rlist1p { width: 113px; height: 180px; padding: 0 14px 0 143px; }
.sub-rlist1p h2 { font-size: 14px; line-height: 22px; height: 44px; padding-top: 35px; font-weight: 800; }
.sub-rlist1p p { margin-top: 20px; color: #888; line-height: 22px; }

.sub-rlist1pp { width: 108px; height: 144px; background: url(../images/sprite.png) 0 -400px no-repeat; padding: 1px 6px 7px 1px; position: absolute; left: 14px; top: 14px; }
.sub-rlist1pp img { width: 108px; height: 144px; }

.sub-rlist1t { width: 270px; height: 180px; }
.sub-rlist1t p { width: 100%; height: 30px; background: url(../images/black.png) repeat; position: absolute; bottom: 0; font-size: 14px; line-height: 32px; text-align: center; }
.sub-rlist1t a { color: #FFF; }
.sub-rlist1t a:hover { color: #fffc00; }

/*add-180420*/
.ind-book { margin-top: 5px; padding: 10px 0; }
.ind-book ul li { float: left; width: 199px; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #E8E8E8; padding: 10px 0 0; text-align: center; }
.ind-book ul li:last-child { border-right: none; }
.ind-book ul li img { width: 137px; height: 199px; margin: 5px 31px 5px; }
.ind-book ul li h2 { padding: 0 10px 5px; font-size: 14px; line-height: 28px; }
.ind-book ul li:nth-last-child(1), .ind-book ul li:nth-last-child(2), .ind-book ul li:nth-last-child(3), .ind-book ul li:nth-last-child(4), .ind-book ul li:nth-last-child(5), .ind-book ul li:nth-last-child(6) { border-bottom: none; }

/*# sourceMappingURL=style.css.map */
