html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal; }

ol, ul, dl {
  list-style: none; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

i, em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

th, td {
  padding: 0; }

address, caption, cite, code, dfn, th {
  font-style: normal;
  font-weight: normal; }

img {
  max-width: 100%;
  vertical-align: middle; }

input {
  font-size: 12px;
  vertical-align: middle; }

input, select, img {
  vertical-align: middle; }

a, input, select, textarea, *:focus {
  outline: none; }

textarea {
  resize: none;
  overflow-y: auto; }

a {
  text-decoration: none;
  cursor: pointer;
  *blr: expression(this.onFocus=this.blur());
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent; }

a:hover {
  text-decoration: underline; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  *text-overflow: ellipsis; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important; } }
body {
  font: 12px/24px "Microsoft Yahei";
  color: #787878;
  padding-top: 124px; }

a {
  color: #000; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.center {
  width: 1000px;
  margin: 0 auto; }

@keyframes show {
  0% {
    top: -300px; }
  100% {
    top: 0px; } }
@-webkit-keyframes show {
  0% {
    top: -300px; }
  100% {
    top: 0px; } }
@keyframes hide {
  0% {
    top: 0px; }
  100% {
    top: -300px; } }
@-webkit-keyframes hide {
  0% {
    top: 0px; }
  100% {
    top: -300px; } }
.light {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background: url(../images/white1.png) no-repeat; }

/*.on {*/
/*  top: 0;*/
/*  animation: show 0.25s ease-out;*/
/*  -webkit-animation: show 0.25s ease-out; }*/

.off {
  top: -300px;
  animation: hide 0.5s;
  -webkit-animation: hide 0.5s; }

.topBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #f58424;
  z-index: 10; }
  .topBar .links {
    text-align: right;
    height: 24px; }
    .topBar .links a {
      display: inline-block;
      height: 24px;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      margin: 0 3px; }
    .topBar .links .weixin {
      padding-left: 16px;
      padding-right: 20px;
      background: url(../images/weixin_icon.png) no-repeat left center; }

.header {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 10; 
  font-family:Microsoft YaHei;    
}
  .header .logo {
    display: block;
    float: left;
    width: 238px;
    height: 37px;
    margin-top: 33px;
    margin-left: 39px;
    _margin-left: 20px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat; }
  .header .fir_nav {
    float: right;
    width: 550px;
    padding-top: 37px;
    padding-bottom: 15px; }
    .header .fir_nav li {
      float: left;
      position: relative;
      width: 110px;
      text-align: center; }
    .header .fir_nav .on {
      border-bottom: 4px solid #f58424; }
    .header .fir_nav span {
      display: none;
      float: right; }
    .header .fir_nav a {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      padding: 3px 0;
      color: #757677;
      border-bottom: 4px solid #fff;
      font-family:Microsoft YaHei;}
      .header .fir_nav a:hover {
        text-decoration: none; }
  .header .sec_nav {
    display: none;
    width: 100%;
    padding-top: 10px; }
    .header .sec_nav li {
      float: none;
      margin-bottom: 5px;
      text-align: center; }
    .header .sec_nav a {
      font-size: 13px;
      padding: 0;
      text-align: center;
      border-bottom: 0; 
        font-family:Microsoft YaHei;
    }
      .header .sec_nav a:hover {
        text-decoration: underline; }

.main {
  width: 100%;
  padding-top: 45px;
  border-top: 1px solid #e4e4e4;}
  .main .cur_title {
    width: 940px;
    padding-left: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    font-family: Microsoft Yahei, Arial;
    line-height: 1;
    color: #929292;
    background: url(../images/cur_title.png) no-repeat 39px 3px; }
    .main .cur_title span {
      padding: 0 5px;
      margin: 0 5px;
      border-left: 1px solid #dcdcdc;
      font-size: 12px;
      font-weight: normal;
      color: #929292; }
  .main .center {
    width: 998px;
    height: auto;
    min-height: 600px;
    _height: 600px;
    padding: 20px 0; }
  .main .fl {
    width: 225px;
    _width:200px;
    padding-left: 39px; }
    .main .fl .erweima {
      width: 118px; 
      font-size: 14px;
      line-height: 24px;
      color: #939393; }
      .main .fl .erweima img {
        display: block;
        margin:0 auto;
      }
      .main .fl .erweima span {
        font-size: 12px; }
  .main .fl .m_erweima{
    width: 168px;
    text-align:center;
  }
  .main .fr {
    width: 690px;
    padding-right: 44px; }

.side_nav {
  opacity: 0;
  transition: all 0.28s linear;
  width: 168px;
  margin-bottom: 30px; }
  .side_nav li {
    width: 165px;
    text-align: center;
   }
   .side_nav>li>.content>li {
    width: 145px;
    margin-left: 10px;
    text-align: center;
   }
   .side_nav li.expandable>a{
    position: relative;
   }
   .side_nav li.expandable>a.expand::after{
      position: absolute;
      top: 18px;
      left: 140px;
      content: '';
      display:block;
      border-width:6px 6px 6px 6px;
      border-style:solid;
      border-color: grey transparent transparent transparent;
   }
    .side_nav li .content {
      display: none;
    }
    .side_nav li a {
      display: inline-block;
      width: 100%;
      height: 40px;
      border: 1px solid #eaeaea; box-shadow: 0 1px 0 #efefef; 
      margin-bottom: 5px;
      font-size: 14px; line-height: 40px;
      color: #666; }
    .side_nav li.on a,.side_nav li a:hover {
      border-color: #f58221; background: #f58221; box-shadow: 0 1px 0 #e76f0a;
      color:#fff; text-decoration:none;}
    .side_nav li.on >a.expand::after,.side_nav li a.expand:hover::after{
      border-color: white transparent transparent transparent;}


/* ------------- */

.right_title {
  width: 100%;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #929292;
  background: url(../images/right_title.jpg) repeat-x left bottom; }
  .right_title span {
    display: inline-block;
    _height: 24px;
    _line-height: 24px;
    padding: 0 20px 0 10px;
    background-color: #fff;
    border-left: 5px solid #f58424; }

.right_tab {
  width: 100%;
  background: #e8e8e8; font-size: 0; border-bottom: 1px solid #c1c1c1;}
  .right_tab a { position: relative;
    display: inline-block;
    width: 230px;
    height: 44px; 
    margin-bottom: -1px;
    font-size: 12px;
    line-height: 44px;
    color: #929292;
    text-align: center; border-bottom: 1px solid #c1c1c1;   
  }
  .right_tab a.on,.right_tab a:hover { z-index: 50; text-decoration: none; border-color:#f58220; background: #f58220; color: #fff; }

.s_right {
  width: 690px;
  padding-top: 30px; }
  .s_right h1 {
    font-size: 18px; }

.ok_btn {
  display: block;
  margin: 20px 0 0;
  width: 144px;
  height: 40px;
  font: 14px/40px "Microsoft YaHei";
  background: #ff8402;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  box-shadow: -1px 4px 4px #ebeaea;
  text-align: center;
  cursor: pointer; }

.footer {
  height: 88px;
  text-align: center;
  line-height: 28px; 
  border-top: 1px #eee solid;
  margin: 80px auto 0;
  padding-top: 20px;
  color: #aaa; }
  .footer a {
    color: #aaa; }


.r_btns {
  position: fixed;
  _position: absolute;
  top:280px;
  _top:expression(documentElement.scrollTop+280);
  right: 30px;
  z-index:100;
  width: 60px; }
  .r_btns .btn1 {
    width: 60px;
    height: 60px; }
    .r_btns .btn1 a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 0.9;
      filter: alpha(opacity=90);
      background: url(../images/btn1.png) no-repeat; }
      .r_btns .btn1 a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .r_btns .btn2 {
    width: 60px;
    height: 60px;
    margin-top: 5px; }
    .r_btns .btn2 a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 0.9;
      filter: alpha(opacity=90);
      background: url(../images/btn2.png) no-repeat; }
      .r_btns .btn2 a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .r_btns .erweima {
    display: none;
    position: absolute;
    top: -10px;
    left: -140px;
    width: 131px;
    height: 171px;
    max-width: 131px; }
  .r_btns .mail {
    display: none;
    position: absolute;
    top: 72px;
    left: -140px;
    width: 131px;
    height: 42px;
    max-width: 131px; }
    


.j_list{ width:690px; overflow:hidden; padding-top:40px;}
.j_list li { float: left; width: 225px; height: 200px; padding-left: 100px;  padding-right: 20px;text-align: left; font: 12px/24px microsoft yahei; background-position:10px 0px;}
.j1{background:url(../images/t1.jpg) no-repeat;}
.j2{background:url(../images/t2.jpg) no-repeat;}
.j3{background:url(../images/t3.jpg) no-repeat;}
.j4{background:url(../images/t4.jpg) no-repeat;}
.j5{background:url(../images/t5.jpg) no-repeat;}
.j6{background:url(../images/t6.jpg) no-repeat;}
.j_list h4{ font:bold 24px/1.5 microsoft yahei;}
.j1 h4,.j1 h4 a{color:#ff8402;}
.j2 h4,.j2 h4 a{color:#ff8402;}
.j3 h4,.j3 h4 a{color:#ff8402;}
.j4 h4,.j4 h4 a{color:#ff8402;}
.j5 h4,.j5 h4 a{color:#ff8402;}
.j6 h4,.j6 h4 a{color:#ff8402;}

#logined_box{
    text-align: right;
    color: #fff;
}

#logined_box .username{
    color: #fff;
}

#logined_box  a{
    margin: 0 6px;
    color: #fff;
}

@-moz-keyframes pup { 0% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, -30px); }
  100% { transform: translate(0px, -10px); } }
@-webkit-keyframes pup { 0% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, -30px); }
  100% { transform: translate(0px, -10px); } }
@keyframes pup { 0% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, -30px); }
  100% { transform: translate(0px, -10px); } }
.floatPop { top: 440px; right: 115px; position: fixed; _position: absolute; _top: expression(eval(documentElement.scrollTop+440)); width: 144px; height: 212px; background: url("../images/floatPop.png") no-repeat; z-index: 100; -moz-animation: pup 3.2s ease 0s infinite; -webkit-animation: pup 3.2s ease 0s infinite; animation: pup 3.2s ease 0s infinite; }
.floatPop__close { position: absolute; top: 61px; right: 5px; width: 22px; height: 21px; font-size: 0; line-height: 0; text-indent: -9999px; background: url(about:blank); cursor: pointer; }
.floatPop__content { padding: 151px 32px 0 35px; }
.floatPop__btn { display: block; width: 75px; height: 22px; line-height: 22px; border: 1px solid #f6950a; border-radius: 8px; font-size: 14px; color: #f3fa3e; text-align: center; }

/*# sourceMappingURL=theme.css.map */
