
body {
  background: #f2f2f2;
}
#editor {
  width: 100%;
  height: 500px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#editor .editor {
  padding-top: 77px;
  width: 1200px;
  height: 423px;
  margin: 0 auto;
  background: #fff;
}
#editor .editor-u {
  text-align: center;
}
#editor .editor-y {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
#editor .editor-u h1 {
  font-size: 48px;
  color: #333333;
  letter-spacing: 3px;
}
#editor .editor-u-i{
  position: absolute;
  top: 4px;
  right: -46px;
  font-size: 22px;
  color: #666666;
}
#editor .editor-u p {
  font-size: 22px;
  color: #666666;
  margin-top: 14px;
}

#editor .editor-i {
  margin: 0 auto 25px;
}
#core {
  width: 1200px;
  padding-top: 50px;
  overflow: hidden;
  margin: 0 auto;    
  padding-bottom: 70px;
}
#core h1 {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 58px;
}
#core .core-i {
  width: 380px;
  height: 542px;
  background: #fff;
  float: left;
  margin-bottom: 30px;
}
#core .core-i-l {
  margin-right: 30px;
}
#core .core-i .core-img {
  margin: 87px auto 53px;
}
#core .core-i .core-p {
  margin: 0 auto;
}
#core .core-i h3 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin: 16px 0 20px;
}
#core .core-i p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
#core .core-p{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #009af9;
}
/* 教程 */
#articles{
  width: 1200px;
  margin: 0 auto;
  padding: 57px 0 68px 0;
  /* margin: 57px auto 68px auto; */
}
#articles > div{
  width: calc((100% - 30px) / 2);
  overflow: hidden;
}
#articles > div li{
  padding: 20px 16px 17px 15px;
}
.article-unit + .article-unit{
  margin-top: 10px;
}
#articles h2{
  margin-bottom: 30px;
}
.title-marker{
	width: 3px;
	height: 19px;
  background-color: #009af9;
  margin-right: 14px;
}
.markered-title{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}
.bg-grey{
  background: #f5f5f5;
}
.articleCover{
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.setTop{
  width: 36px;
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
  border: solid 1px #009af9;
  margin-right: 6px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 28px;
	letter-spacing: 0px;
  color: #009af9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-short{
  display: block;
  width: 438px;
  font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999999;
}
.short-footer{
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.short-footer>div:nth-child(2){
	flex: 1;
	width: 0;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.short-footer img{
  width: auto!important;
}
.article-username,
.article-date{
  margin-left: 5px;
  margin-right: 11px;
}
.viewTime{
  margin-left: 6px;
}
.article-Link span{
  color: #666;
}
.article-Link + .article-Link{
  margin-left: 10px;
}
/* 反馈 */
#feedback{
  background: url("../img/swiper-bg.png");
  background-size: 100% 100%;
}
.feedback-wrap{
  width: 1200px;
  height: 607px;
  margin: 0 auto;
}
.feedback-wrap h2{
  font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 2px;
  color: #333333;
  margin-top: 54px;
  margin-bottom: 44px;
  text-align: center;
}
.swiperUnit{
  padding: 29px 20px;
}
.swiperUnit img{
  height: 73px;
  width: 73px;
  border-radius: 50%;
}
.swiperUnit h3{
  font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.swiperUnit .position{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
}
.swiperUnit .divider{
	width: 244px;
	height: 1px;
  background-color: #dddddd;
  margin-top: 15px;
  margin-bottom: 41px;
}
.swiperUnit .content{
  display: block;
	font-family: MicrosoftYaHei;
  font-size: 14px;
  white-space: normal;
  width: 241px;
  word-break:break-all!important;
	line-height: 24px;
	letter-spacing: 0px;
	color: #444444;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-downArror {
  background-image: url(../img/sprite.png);
  background-position: -382px -70px;
  width: 16px;
  height: 16px;
}
.icon-u1 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 128px;
  height: 120px;
}
.icon-u10 {
  background-image: url(../img/sprite.png);
  background-position: -331px -180px;
  width: 40px;
  height: 40px;
}
.icon-u11 {
  background-image: url(../img/sprite.png);
  background-position: 0px -240px;
  width: 40px;
  height: 40px;
}
.icon-u12 {
  background-image: url(../img/sprite.png);
  background-position: -205px -160px;
  width: 40px;
  height: 40px;
}
.icon-u13 {
  background-image: url(../img/sprite.png);
  background-position: -205px -120px;
  width: 40px;
  height: 40px;
}
.icon-u14 {
  background-image: url(../img/sprite.png);
  background-position: -249px 0px;
  width: 153px;
  height: 70px;
}
.icon-u15 {
  background-image: url(../img/sprite.png);
  background-position: -331px -140px;
  width: 40px;
  height: 40px;
}
.icon-u16 {
  background-image: url(../img/sprite.png);
  background-position: -40px -240px;
  width: 40px;
  height: 40px;
}
.icon-u17 {
  background-image: url(../img/sprite.png);
  background-position: -105px -120px;
  width: 100px;
  height: 109px;
}
.icon-u2 {
  background-image: url(../img/sprite.png);
  background-position: -128px 0px;
  width: 121px;
  height: 120px;
}
.icon-u23 {
  background-image: url(../img/sprite.png);
  background-position: -371px -140px;
  width: 22px;
  height: 22px;
}
.icon-u25 {
  background-image: url(../img/sprite.png);
  background-position: -371px -180px;
  width: 22px;
  height: 22px;
}
.icon-u3 {
  background-image: url(../img/sprite.png);
  background-position: 0px -120px;
  width: 105px;
  height: 120px;
}
.icon-u7 {
  background-image: url(../img/sprite.png);
  background-position: -249px -140px;
  width: 82px;
  height: 97px;
}
.icon-u8 {
  background-image: url(../img/sprite.png);
  background-position: -249px -70px;
  width: 133px;
  height: 70px;
}
.icon-upArror {
  background-image: url(../img/sprite.png);
  background-position: -382px -86px;
  width: 12px;
  height: 12px;
}

/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}
*{
    font-family: "微软雅黑"
}
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}
/*设置默认字体*/
h1,h2,h3,h4,h5,h6{font-weight: 400;}
h1{font-size: 24px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6 {font-size: 10px;}
address, cite, dfn, em, var, i { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
/*重置列表元素*/
ul, ol { list-style: none; }
/*重置文本格式元素*/
a,
a:hover { text-decoration: none; }
a{color: #555;outline:none;-moz-outline:none;}
a:hover{color: #009af9;}
a img{display: block;}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
/*重置表单元素*/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
/*重置表格元素*/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }
/*全局*/
.fl{float: left!important;}
.fr{float: right!important;}
.s{font-weight: 400;}
.b{font-weight: 700;}
.b0{border: 0!important;}
/*字体大小*/
.f12{font-size: 12px!important;}
.f14{font-size: 14px!important;}
.f16{font-size: 16px!important;}
.f18{font-size: 18px!important;}
.f20{font-size: 20px!important;}
.f24{font-size: 24px!important;}
.f30{font-size: 30px!important;}
.f36{font-size: 36px!important;}
.f42{font-size: 42px!important;}
/*颜色*/
.f50{color: #f50!important;}
.f80{color: #f80!important;}
.c5{color: #555!important;}
.c8{color: #888!important;}
/*间距*/
.m0{margin: 0!important}
.mt0{margin-top: 0!important}
.mt10{margin-top: 10px!important}
.mt20{margin-top: 20px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 40px!important}
.ml0{margin-left: 0!important}
.ml10{margin-left: 10px!important}
.mr20{margin-right: 20px!important}
.p0{padding: 0!important}
.pt0{padding-top: 0!important}
.pl0{padding-left: 0!important}
/*字体图标*/
@font-face {font-family: 'iconfont';
    src: url('/libs/iconfont/iconfont.eot'); 
    src: url('/libs/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), 
    url('/libs/iconfont/iconfont.woff') format('woff'), 
    url('/libs/iconfont/iconfont.ttf') format('truetype'),
    url('/libs/iconfont/iconfont.svg#svgFontName') format('svg'); 
}
.iconfont{font-family:"iconfont";font-size:16px;}
/* 自建公共样式 cxy 2020-9-23 */
.none {
  display: none !important;
}

.white {
  background: #fff;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}
.spacer{
  flex: 1;
  display: block;
}
.space-between {
  justify-content: space-between;
}
.justify-center{
  justify-content: center;
}
.align-center {
  align-items: center;
}
.align-start{
  align-items: flex-start;
}
.column {
  display: flex;
  flex-direction: column;
}

.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}
.mr30{
  margin-right: 30px;
}
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container{
    width: 940px;
}
#certify  .swiper-slide {
	width: 285px!important;
	height: 395px!important;
	background: #fff;
  box-shadow: 0 8px 10px #ddd;
  border-radius: 10px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
}

.swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    content: unset;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next,
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev{
    outline: unset;
    background: unset!important;
    background-image: none!important;
}

#header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  font-size: 13px;
  color: #515151;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
}
#header .header-l {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
}
#header .header-l .headerLeft {
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
}
#header .header-l .headerLeft img {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}
#header .header-l .headerLeft span {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}

#header ul {
  float: right;
}
#header ul li {
  float: left;
  margin-right: 33px;
}
#header ul li span {
  cursor: pointer;
}
#header ul li span:hover, #header ul li span:active {
  color: #009af9;
  font-weight: bold;
}

#header a {
  cursor: pointer;
}
#header a:hover, #header a:active {
  color: #009af9;
  font-weight: bold;
}

#header .header-ri,
#header .division,
#header .signUp {
  float: right;
}

#header .division {
  margin: 0 10px;
}

#header .signUp {
  margin-right: 17px;
}
.underHeader{
  margin-top: 50px;
}
.latestNews {
  position: relative;
}
.latestNews img {
  position: absolute;
  right: 0;
  top: -10px;
  transform: translateX(100%);
}

.seclt {
  width: 96px;
  padding-left: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  background: url(../img/downArror.png) 84px 12px no-repeat;
  right: 0;
  z-index: 9;
  margin-top: 4px;
}

.seclt a {
  font-weight: 400;
  width: 68px;
  color: #000;
  height: 34px;
  line-height: 36px;
  text-indent: 10px;
  font-size: 12px;
  cursor: default;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}

#nickname_text {
  display: block;
}

.seclt:hover {
  box-shadow: 0 0 3px #dedede;
  border: 1px solid #ccc;
  background: url(../img/upArror.png) #fff 84px 12px no-repeat;
}

.seclt:hover #nickname_text {
  color: #000;
}

.seclt:hover a {
  display: block;
}
.editor-p {
  margin: 40px auto 0;    
  width: 241px;
}
.editor-p ul li {
  float: left;
}
.editor-p ul li i {
  display: block;
  position: absolute;
  left: 33px;
  top: 13px;
  top: 0px\9;
}
@media all and (min-width:0) {        
  .editor-p ul li i{
    top: 13px;
  }  
  .seclt {
    background: url(../img/downArror.png) 84px 12px no-repeat;
  }  
  .seclt:hover{
    background: url(../img/upArror.png) #fff 84px 12px no-repeat;
  }
}
.editor-p ul li button {
  position: relative;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #009af9;
  border-radius: 100px;
  margin: 0 20px;
  outline:none;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-indent: 20px;
  margin-bottom: 20px;
  behavior:url(./css/PIE.htc);
}
.editor-p ul li p {
  text-align: center;
  font-size: 12px;
  color: #515151;
  line-height: 17px;
}
.editor-p ul li p em {
  text-decoration: line-through;
}
.editor-p ul li .editor-p-b1 {
  color: #009af9;
}
.editor-p ul li .editor-p-b1:hover,.editor-p ul li .editor-p-b1:active {
  box-shadow: 0px 0px 5px #009af9;
}
.editor-p ul li .editor-p-b2 {
  background: #009af9;
  color: #fff;
}
.editor-p ul li .editor-p-b2:hover,.editor-p ul li .editor-p-b2:active {
  box-shadow: 0px 0px 5px #009af9;
}
/* 文件下载 */
#file{
  width: 100%;
  height: 368px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#file .file-i {
  width: 1200px;
  height: 197px;
  margin: 0 auto;
  padding-top: 120px;
  background: #fff;
}
#file h1 {
  text-align: center;
  font-size: 32px;
  color: #333;
}
#contact {
  width: 100%;
  padding-top: 40px;
  height: 114px;
}
#contact .contact-c {
  width: 880px; 
  margin: 0 auto;
  padding-left: 160px;
  padding-right: 160px;
}
#contact .contact-l {
  float: left;
}
#contact .contact-l .friendLinks{
  margin-top: 20px;
}
#contact .contact-l h3 {
  font-size: 14px;
  color: #333333;
  min-width: 6em;
  margin-right: 20px;
}
#contact .contact-l p {
  font-size: 12px;
  color: #666666;
}
#contact .contact-l p a:hover {
  color: #009af9;
}
#contact .contact-l p i {
  margin: 0 10px;
}
#contact .contact-r {
  float: right;
  width: 160px;
}
#contact .contact-b {
  position: relative;
  float: left;
}
#contact .contact-b .contact-p {
  width: 133px;
  height: 9px;
  position: absolute;
  top: 40px;
  left: -47px;
  cursor: auto;
}
#contact .contact-b .contact-mailbox .contact-p {
  width: 152px;
  height: 9px;
  position: absolute;
  top: 40px;
  left: -57px;
  cursor: auto;
}
#contact .contact-r h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 17px;
}
#contact .contact-r .no {
  margin: 0;
}
#contact .contact-r i {
  display: block;
  float: left;
  margin-right: 20px;
}
#contact .contact-r .none {
  display: none;
}
#contact .contact-r .contact-qq {
  cursor: pointer;
}
#contact .contact-r .icon-u8,#contact .contact-r .icon-u14,#contact .contact-r .icon-u17 {
  position: absolute;
  top: 49px;
  left: -47px; 
  cursor: auto;
}
#contact .contact-r .icon-u14 {
  left: -57px;
}
#contact .contact-r .icon-u8 h3 {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 23px 0 0 0;
}
#contact .contact-r .icon-u14 h3 {
  font-size: 14px;
  color: #333333;
  text-align: left;
  margin: 23px 0 0 0;
  text-indent: 10px;
}
#contact .contact-r .icon-u8 p {
  font-size: 12px;
  color: #666;
  text-align: left;
  text-indent: 20px;
  margin-top: 2px;
}
#contact .contact-r .icon-u14 p {
  font-size: 12px;
  color: #666;
  text-align: left;
  text-indent: 10px;
  margin-top: 2px;
}
#contact .contact-r .icon-u17 {
  left: -28px;
}
#contact .contact-r .contact-mailbox:hover {
  background: url("../img/u12.png") no-repeat;
  width: 40px;
  height: 40px;
}
#contact .contact-r .contact-qq:hover {
  background: url("../img/u15.png") no-repeat;
  width: 40px;
  height: 40px;
}
#contact .contact-r .contact-qq:hover i,#contact .contact-r .contact-qq:hover p{
  display: block;
}
#contact .contact-r .contact-mailbox:hover i,#contact .contact-r .contact-mailbox:hover p{
  display: block;
}
#contact .contact-r .contact-wx:hover + i {
  display: block;
}
#contact .contact-r .contact-wx:hover {
  background: url("../img/u10.png") no-repeat;
  width: 40px;
  height: 40px;
}
#contact .contact-hidden {
  visibility: hidden;
}
#footer {
  width: 100%;    
  height: 107px;
  background: #292929;
}
#footer .footer-l {
  width: 1200px; 
  height: 87px;
  margin: 0 auto;    
  padding-top: 20px;
  background: #292929;
}
#footer .footer-t {
  width: 238px;
  margin: 0 auto;
}
#footer .footer-t i {
  display: block;
  float: left;
  margin: 30px 29px 16px 0;
  cursor: pointer;
}
#footer .footer-t p{
  font-size: 12px;
  color: #7B7A7E;
  float: left;
  margin-left: -10px;
  line-height: 18px;
}
#footer .footer-i {
  width: 300px;
  overflow: hidden;
}
#footer .footer-p {
  margin-top: 33px;
}
#footer .footer-text {
  width: 1200px;
  float: left;
}
#footer .footer-text p {
  text-align: center;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 18px;
  margin-bottom: 5px;
}
#footer .footer-text p a {
  font-size: 12px;
  color: #6B6B6B;
}
#footer .footer-l .link {
  text-align: center;
  margin-bottom: 10px;
}
#footer .footer-l .link a {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #818181;
}
#footer .footer-l .link i {
  margin: 2px 7px 0;
  color: #6B6B6B;
  font-size: 12px;
}