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, img, cite {
    margin: 0;
    padding: 0;
    color: #333;
    border: none;
    font-family: "MicroSoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
  }
  
  html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
  }
  
  article, iframe {
    display: block;
    border: 0;
  }
  
  b, strong, i, em {
    font-weight: normal;
    font-style: normal;
  }
  
  img {
    display: block;
    border: none;
  }
  
  ul, ol, li {
    list-style: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
  }
  
  input::focus-inner {
    outline: 0;
    padding: 0;
    border: 0;
  }
  
  input[type="button"], input[type="submit"], input[type="reset"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
  }
  
  :focus {
    outline: none;
  }
  
  .por {
    position: relative;
  }
  
  .poa {
    position: absolute;
  }
  
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
  }
  
  a, area {
    blr: expression(this.onFocus=this.blur())
  }
  
  a {
    color: #333;
    text-decoration: none;
  }
  a:hover{
    color:#e92930;
  }
  .Width, .wrap {
    width: 92%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
  }
  
  .clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
  }
  
  .hide {
    display: none;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  ::selection {
    background: #D03333;
    color: white;
    text-shadow: none;
  }
  
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #f2f2f2
  }
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px
  }
  
  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #707070;
  }
  
  .m-header, .m-footer , .onlymob {
    display: none;
  }
  
  /* 列表页分页 */
.coursePage-prev {
  background: url(../images/fxfyprev.png) no-repeat center;
}

.coursePage-next {
  background: url(../images/fxfynext.png) no-repeat center;
}

.coursePage {
  text-align: center;
  overflow: hidden;
  margin-top: 12px;
}

.coursePage li {
  display: inline-block;
}

.coursePage a {
  display: inline-block;
  padding: 0 13px;
  height: 38px;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 38px;
  margin: 0 8px;
  color: #333;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage a.coursePage-prev,
.coursePage a.coursePage-next {
  width: 40px;
  padding: 0;
}

.coursePage a.coursePage-prev:hover {
  background-image: url(../images/fxfyprevon.png);
}

.coursePage a.coursePage-next:hover {
  background-image: url(../images/fxfynexton.png);
}

.coursePage a:hover {
  text-decoration: none;
  color: #e92930;
  border: solid 1px #e92930;
}

.coursePage a.on {
  text-decoration: none;
  background: #e92930;
  border: solid 1px #e92930;
  color: #fff;
}

.coursePage li.thisclass a {
  text-decoration: none;
  background: #f61c3a;
  border: solid 1px #f61c3a;
  color: #fff;
}

.coursePage-inp {
  float: left;
  font-style: normal;
  color: #333;
}

.coursePage-inp input {
  width: 50px;
  height: 30px;
  border: solid 1px #eaeaea;
  margin: 0 16px;
  text-align: center;
}

.coursePage-inp button {
  width: 50px;
  height: 32px;
  border: solid 1px #eaeaea;
  background: #eee;
  line-height: 32px;
  margin: 0 0 0 16px;
  cursor: pointer;
  float: right;
}
  
  /* 适配移动 */
@media screen and (max-width:1087px) {
  .onlymob {
    display: block;
  }

  ::-webkit-scrollbar-track-piece {
    width: .1rem;
    background-color: #f2f2f2
  }
  
  ::-webkit-scrollbar {
    width: .1rem;
    height: .02rem
  }
  
  ::-webkit-scrollbar-thumb {
    height: .1rem;
    background-color: rgba(0, 0, 0, .3);
  }
  .coursePage {
    margin: .6rem 0 2rem;
  }

  .coursePage a {
    height: 1rem;
    line-height: 1rem;
    font-size: .65rem;
    padding: 0 .4rem;
    margin: 0 .1rem .5rem;
  }
}


/*头部导航*/
.header {
  position: relative;
}

.header .top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
}

.top_nav {
  height: 46px;
  line-height: 46px;
}

.top_nav>li {
  position: relative;
  display: inline;
  float: left;
  width: auto;
  height: 46px;
}

.top_nav cite {
  font-style: normal;
  display: block;
}

.top_nav cite a {
  display: block;
  width: auto;
  float: left;
  height: 46px;
  padding-left: 25px;
  color: #666;
  transition: background 0.3s;
  transform: translateZ(0);
}

.top_nav cite a.huatu {
  padding-left: 0;
  background: none;
}

.top_nav cite a:hover p {
  color: #e45063;
}

.top_nav cite:hover i {
  background-position: -27px -1px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.top_nav cite i {
  float: right;
  width: 8px;
  height: 5px;
  margin: 21px 8px 0 9px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -38px -1px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  opacity: 0.8;
}

.header .tel {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}

.header .tel a {
  color: #e92930;
}

.header .tel i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 10px 10px 0 0;
  background: url(../images/sprite.png) no-repeat;
  background-position: -23px -158px;
}

.header .login a:hover {
  color: #e92930;
}

.header .login a {
  color: #808080;
}

.header .login div {
  margin: 0 9px;
  color: #d1d1d1;
}

.wx {
  position: relative;
  padding-left: 35px;
  background: url(../images/fx_wxicon.jpg) no-repeat left center;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 18px;
}

.wx:hover .wx_box {
  display: block;
}

.wx:hover {
  color: #44cd66;
}

.wx_wrap {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 20px;
  margin-bottom: 13px;
}

.wx_box {
  display: none;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 217px;
  height: 150px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}

.wx_box a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

.wx_box span {
  display: block;
  float: left;
  width: 92px;
  height: 28px;
  margin: 0 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
}

.qq {
  padding-left: 28px;
  margin-left: 20px;
  margin-right: 18px;
  background: url(../images/fx_qqicon.jpg) no-repeat left center;
}

.qq:hover {
  color: #38b2ff;
}

/* ------主导航下拉 */

.top_nav .navconbg {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9;
  background: #fff;
  filter: alpha(opacity=95);
  opacity: 0.95;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -ms-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -moz-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -o-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  overflow: hidden;
}

.top_nav .navconbg01, .top_nav .navcon01 {
  width: 725px;
  height: 400px;
}

.top_nav .navconbg02, .top_nav .navcon02 {
  width: 554px;
  height: 333px;
}

.top_nav .navconbg03, .top_nav .navcon03 {
  width: 114px;
  height: 252px;
}

.top_nav .navconbg04, .top_nav .navcon04 {
  width: 114px;
  height: 130px;
}

.top_nav .navconbg05, .top_nav .navcon05 {
  width: 114px;
  height: 294px;
}

.top_nav .navconbg06, .top_nav .navcon06 {
  width: 217px;
  height: 187px;
}

.top_nav b {
  display: block;
}

.top_nav .navcon01 b {
  padding-top: 10px;
  padding-left: 25px;
  line-height: 46px;
  color: #000;
}

.top_nav .navcon01 b a, .top_nav .navcon02 b a {
  color: #000;
}

.top_nav .navcon01 b a:hover, .top_nav .navcon02 b a:hover {
  color: #e92930;
}

.top_nav .navcon01 p {
  padding-left: 25px;
}

.top_nav .navcon01 p a, .top_nav .navcon02 p a {
  display: block;
  float: left;
  height: 28px;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 p a {
  width: 74px;
}

.top_nav .navcon01 p a:hover, .top_nav .navcon02 p a:hover {
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon01 p span {
  display: block;
  float: left;
  width: 46px;
  height: 28px;
  margin-bottom: 5px;
  color: #cbcbcb;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 em {
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0 0 0;
  border-top: 1px solid #eaeaea;
  font-size: 0px;
}

.top_nav .navcon02 .kc {
  float: left;
  width: 184px;
  height: 110px;
}

.top_nav .navcon02 .br {
  border-right: 1px solid #eaeaea;
}

.top_nav .navcon02 .bb {
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon02 b {
  padding-top: 20px;
  line-height: 46px;
  color: #000;
  text-align: center;
}

.top_nav .navcon02 p {
  padding-left: 25px;
}

.top_nav .navcon02 p a {
  width: 67px;
}

.top_nav .navcon03 a, .top_nav .navcon04 a, .top_nav .navcon05 a {
  display: block;
  width: 100%;
  height: 42px;
  color: #000;
  font-size: 14px;
  line-height: 42px;
  text-align: left;
  text-indent: 25px;
}

.top_nav .navcon03 a:hover, .top_nav .navcon04 a:hover, .top_nav .navcon05 a:hover {
  background: #e92930;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon .ewmbox {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 25px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon .ewmbox img {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
}

.top_nav .navcon .ewmbox span {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin: 5px 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a:hover {
  text-decoration: none;
}

.top_nav .navcon06 p {
  height: 28px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 28px;
}

.top_nav .navcon06 p a {
  display: inline-block;
  height: 28px;
  padding: 0 7px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

.top_nav .navconbg07, .top_nav .navcon07 {
  width: 217px;
  height: 125px;
}

.top_nav .navcon07 .ewmbox {
  border-bottom: none;
  margin-bottom: 0;
}

.top_nav .navcon07 .ewmbox span {
  width: auto;
}


@media screen and (max-width: 1334px) and (min-width: 1250px){
  .top_nav b a {
    padding-left: 20px;
  }
 
}
@media screen and (max-width: 1250px) and (min-width: 1087px){
  .top_nav b a {
    padding-left: 20px;
  }
  .wx,.qq{
    display: none;
  }
 
}

/*头部结束*/







 .footer .footleft i{background: url(../images/icon1.png) no-repeat;}
/* 底部 */
.footer { width:100%; padding:35px 0 55px; background:#f5f5f5; margin-top:55px;}
.footer .title { height:40px; margin-bottom:20px; font-size:20px; font-weight:bold; line-height:40px;}
.footer .title a:hover {text-decoration:none;}
.footer .footleft { display:inline; float:left; width:182px; padding:5px 35px 5px 0; margin-right:70px; border-right:1px solid #dcdcdc; }
.footer .col03 { width:238px; }
.footer .col04 { padding-right:0; margin-right:0; border:none;}
.footer .footleft dt { width:147px; }
.footer .col03 dt { width:203px; }
.footer .footleft dt i { display:block; width:50px; height:50px; margin:0 auto; }
.footer .footleft dt i.icon01 { background-position:0 -170px; }
.footer .footleft dt i.icon02 { background-position:-50px -170px; }
.footer .footleft dt i.icon03 { background-position:-100px -170px; }
.footer .footleft dt i.icon04 { background-position:-150px -170px; }
.footer .footleft dt span { display:block; width:100%; margin:5px 0 15px; font-weight:bold; text-align:center;}
.footer .footleft dt a:hover {text-decoration:none;}
.footer .footleft dd { color:#888; font-size:14px; line-height:30px; }
.footer .footleft dd a { display:block; float:left; margin-right:35px; color:#888; transition:color 0.3s; }
.footer .footleft dd a:hover { color:#e92930; }
.footer .footright { display:inline; float:right; width:315px; padding-top:10px; }
.footer .footright strong { height:46px; font-size:16px; line-height:26px;display:block;}
.footer .footright i { display:block; float:left; width:46px; height:46px; margin-right:15px;
	background:#d7d7d7 url(../images/icon1.png) no-repeat; border-radius:3px; }
.footer .footright i.icon05 { background-position:0 -120px; }
.footer .footright i.icon06 { background-position:-50px -120px; }
.footer .footright strong:hover i.icon05 { background:#e92930 url(../images/icon1.png) no-repeat 0 -120px; }
.footer .footright strong:hover i.icon06 { background:#e92930 url(../images/icon1.png) no-repeat -50px -120px;  }
.footer .footright .row01 a { display:block; height:30px; font-size:30px; line-height:30px; }
.footer .footright .row01 a:hover { text-decoration:none; }
.footer .footright .row01 span { display:block; height:16px; color:#888; font-size:14px; line-height:16px; }
.footer .footright .row02 { margin:25px 0 15px; }
.footer .footright .row02 span { display:block; float:left; height:46px; font-size:20px; line-height:46px; }
.footer .footright .row02 a { display:block; float:left; width:76px; height:28px; margin:8px 0 0 20px;
	border:1px solid #d7d7d7; border-radius:3px;
	font-size:14px; line-height:28px; text-align:center; }
.footer .footright .row02 a:hover { border-color:#e92930; color:#e92930; text-decoration:none; }
.footer .footright p { color:#888; line-height:20px; }
.footer .footNav { padding:30px 0; margin-top:30px; border-top:1px solid #dcdcdc; }
.footer .footNav p { font-size: 14px; line-height:26px; text-align:center; }
/* 底部end */

/* 适配 --------------------------------------------------------------------------------- */

/* >1900  --------------------------------------------------------------------------------- */
@media screen and ( min-width: 1900px) {
}
/* <1704 1704*94%≈1600  --------------------------------------------------------------------------------- */
@media screen and ( max-width: 1704px) {
.footer .footleft { width:162px; padding-right:25px; margin-right:50px; }
.footer .col03 { width:218px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:137px; }
.footer .col03 dt { width:193px; }
.footer .footleft dd a { margin-right:25px; }
.bottomBar .pic01 { left:25px; width:400px; }
.bottomBar .pic02 { left:195px; width:120px; }

}/* <1704 end */
/* <1490 1490*94%≈1400  --------------------------------------------------------------------------------- */
@media screen and  (max-width: 1490px){
.footer { padding-bottom:35px; }
.footer .footleft { width:152px; padding-right:15px; margin-right:35px; }
.footer .col03 { width:208px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:132px; }
.footer .col03 dt { width:188px; }
.footer .footleft dd a { margin-right:20px; }
.footer .footright { width:300px; }
/* 底部悬浮 */
.bottomBarbg ,
.bottomBar ,
.bottomBarcon { height:60px; }
.bottomBar .pic01 { width:360px; }
.bottomBar .pic02 { left:180px; width:100px; }
.bottomBar .closebtn { right:50px; top:12px; }
.bottomBar .searcKc { padding-top:10px; width:840px; }
.bottomBar .searcKc .select { margin-right:6px; }
.bottomBar .searcKc .searcKcbtn { width:90px; }
}/* <1490 end */

/* <1280 1280*94%≈1200  --------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
.Width { width:94%; }
.footer .footleft { width:142px; padding-right:10px; margin-right:25px; }
.footer .col03 { width:198px; }
.footer .col04 { padding-right:0; margin-right:0; }
.footer .footleft dt { width:122px; }
.footer .col03 dt { width:183px; }
.footer .footleft dd a { margin-right:15px; }
.footer .footright { width:240px; }
.footer .footright strong { font-size:16px; }
.footer .footright i { margin-right:10px; }
.footer .footright .row01 a { font-size:24px; }
.footer .footright .row01 span { font-size:12px; }
.footer .footright .row02 span { font-size:18px; }
.footer .footright .row02 a { margin-left:10px; font-size:12px; }
.footer .footright p { font-size:14px; }

/* 底部悬浮 */
.bottomBar .pic01 { left:-35px; width:300px; }
.bottomBar .pic02 { left:90px; width:90px; }
.bottomBar .closebtn { right:50px; top:12px; }


.coursePage a {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }

  .coursePage a.coursePage-prev, .coursePage a.coursePage-next {
    width: 32px;
    background-size: 8px 13px;
  }
}