/**
     *reset style
 */
html,
body,
ul,
p,
dd,
dl,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}

p{
  text-transform: uppercase;
}
/*
 * globe style
 */
body {
  font-family:"Microsoft YaHei", "微软雅黑", "SimSun", "宋体",HELVETICA; 
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after{
  content:".";        
  display:block;        
  height:0;        
  clear:both;        
  visibility:hidden;        
}
.clearfix{
  zoom:1
}
.g-container {
  width: 1200px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
section {padding-top:85px;margin-top:-85px;}
#one,#two,#three,#four{padding-top:85px;margin-top:-85px;}
/*================header======================*/
.header{
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 7;
}
.header .logo{
  margin-left: 2%;
  line-height: 50px;
}
.header .logo a{
  background-color: rgba(255, 255, 255, 1);
}
.index-nav{
  width: 880px;
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -440px;
}
.index-nav ul li{
  width: 110px;
  height: 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
}
.index-nav ul li a{
  width: 100%;
  color: #414042;
  border-right: 1px solid #c5c5c5;
  display: inline-block;
}
.index-nav ul li:last-child a{
  border-right:none;
}
.index-nav ul li.on{
  border-bottom: 3px solid #ff9500;
}
.header .link{
  width: 242px;
}
.header .link ul li {
  width: 50%;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
  font-size: 14px;
}
.header .link ul li:hover a{
  color: #ff9500;
}
.header .link ul li:hover a span{
  color: #ff9500;
}
.header .link ul li a span{
  font-family: 'iconfont';
  font-size: 20px;
  color: #666;
}
.header .link ul li a{
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  display: inline-block;
  margin-top: 10px;
}
.header .link ul li.l_fix{
    width: 35px;
    height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 50px;
    font-size: 14px;
}
.header .link ul li.l_fix a{
    margin-top: 12px;
}
.header .link ul li.l_line{
  margin-top: 2px;
  width: 0;
}
/*.header .link ul li:first-child a{
  border-right: 1px solid #e5e5e5;
  padding-right: 7px;
}*/

@font-face {
  font-family: 'iconfont';  /* project id 330300 */
  src: url('//at.alicdn.com/t/font_dxjpbmdxyvcayvi.eot');
  src: url('//at.alicdn.com/t/font_dxjpbmdxyvcayvi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_dxjpbmdxyvcayvi.woff') format('woff'),
  url('//at.alicdn.com/t/font_dxjpbmdxyvcayvi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_dxjpbmdxyvcayvi.svg#iconfont') format('svg');
}

.subtitle{
  width: 100%;
  height: 35px;
  background-color: #4a4a4a;
  position: fixed;
  top: 50px;
  display: none;
  z-index: 7;
}
.subtitle ul li{
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  display: none;
}
.subtitle ul li span{
  margin: 0 15px;
}
.subtitle ul li span a{
  color: #fff;
}
.subtitle ul li span:hover a{
  color: #ff9500;
}
.subtitle ul li span.current a{
  color: #ff9500;
}
.navfix{
  margin-top: 85px;
}
.new-navfix{
  margin-top: 35px;
}
/*============footer=============*/
.footer .g-container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-nav{
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #818080;
}
.footer-nav a{
  color: #818080;
}
.footer-content{
  margin-top: 50px;
}
.footer-content .clearfix .fl{
  width: 280px;
  height: 180px;
  border-right: 1px solid #e5e5e5;
}
.footer-content .clearfix .fl:last-child{
  border-right: none;
}
.footer-content .clearfix .fl.footer-wx{
  position: relative;
}
.footer-content .clearfix .fl.footer-wx img{
  display: block;
}
.footer-content .clearfix .fl.footer-wx div{
  display: inline-block;
  width: 35px;
  height: 30px;
  padding-top: 5px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 24px;
  font-family: 'iconfont';
  margin-top: 20px;
  border:1px solid #e5e5e5;
  color: #bfbfbf;
  text-align: center;
  cursor: pointer;
  margin-right: 7px;
}
.footer-content .clearfix .fl.footer-wx .cur-wb{
  font-size: 20px;
}
.footer-content .clearfix .fl.footer-wx .cur-wx:hover ~.code-wx{
  display: block;
}
.footer-content .clearfix .fl.footer-wx .cur-wb:hover ~.code-wb{
  display: block;
}
.footer-content .clearfix .fl.footer-wx .code-wx{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100px;
  left: -18px;
  margin: 0;
  display: none;
}
.footer-content .clearfix .fl.footer-wx .code-wb{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100px;
  left: 30px;
  margin: 0;
  display: none;
}
.footer-content .clearfix .fl.footer-main{
  width: 638px;
  height: 180px;
}
.footer-content .clearfix .fl.footer-main ul{
  width: 540px;
  margin: 0 auto;
}
.footer-content .clearfix .fl.footer-main ul li{
  width: 135px;
  text-align: center;
  border: none;
}
.footer-content .clearfix .fl.footer-main ul li h3{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-content .clearfix .fl.footer-main ul li h3 a{
    color: #333;
}
.footer-content .clearfix .fl.footer-main ul li p{
  font-size: 12px;
  margin: 10px 0;
}
.footer-content .clearfix .fl.footer-main ul li p a{
   color: #999;
}
.footer-content .clearfix .fl.footer-main ul li p a:hover{
   color: #ff9900;
}
.footer-content .clearfix .fl.footer-words{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  text-align: left;
}
.footer-content .clearfix .fl.footer-words span{
  color: #4b4b4b;
}
.footer-content .clearfix .fl.footer-words p{
  color: #ff9900;
  margin: 15px 0;
  font-size: 24px;
  font-weight: bold;
}
.footer-content .clearfix .fl.footer-words a{
  display: inline-block;
  padding: 3px 25px;
  width: 60px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  -moz-border-radius: 25px;
       border-radius: 25px;
  border: 1px solid #ff9900;
  color: #fff;
  background-color: #ff9900;
}
.footer-content .clearfix .fl.footer-words p.footer-line{
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  margin: 15px 0;
}
.footer-content .clearfix .fl.footer-words .footer-position .circular{
  width: 35px;
  height: 30px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  font-family: 'iconfont';
  margin-right: 11px;
  text-align: center;
  font-size: 24px;
  padding-top: 5px;
}
.footer-content .clearfix .fl.footer-words .footer-position .circular-words{
  width: 182px;
  height:35px;
  color: #999;
  line-height: 1.25em;
}
.footer .copyright{
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #b4b4b4;
  background-color: #4b4b4b;
}
.footer .copyright a{
  color: #b4b4b4;
}

.foot-float{
  width: 64px;
  height: 280px;
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 100px;
  display: none;
}
.foot-float.on{
  display: block;
}
.foot-float ul li a{
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
  color: #ccc;
  background-color: #4b4b4b;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}
.foot-float ul li a p{
  font-size: 24px;
  font-family: 'iconfont';
  padding-top:5px;
}
.foot-float ul li a span{
  font-size: 12px;
}
.foot-float ul li a:hover{
  color:#fff;
  background-color: #ff9500;
}
.foot-float ul li:nth-of-type(5) a{
  padding-top: 0;
}
.foot-float ul li:nth-of-type(5) a p{
  font-size: 24px;
}
.foot-float ul li:nth-of-type(5) a span{
  font-size: 16px;
  font-weight: bold;
}


/*login*/
.login-body{
  background-image: url(../../images/login.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 820px;
  position: relative;
  margin-top: 50px;
}
.login-right{
  position: absolute;
  width: 900px;
  left: 50%;
  top: 330px;
  margin-left: -450px;
  text-align: center;
}
.login-right form p{
  font-size: 20px;
  text-align: center;
  margin: 10px;
}
.login-right form input{
  padding-left: 30px;
  width: 800px;
  height: 55px;
  line-height: 55px;
  color: #333;
  -moz-border-radius: 35px;
       border-radius: 35px;
  margin: 10px 0;
}
.login-right form input[type='submit']{
  width: 350px;
  height: 55px;
  background-color: #ff9500;
  color: #fff;
  text-align: center;
  line-height: 55px;
  -moz-border-radius: 35px;
       border-radius: 35px;
  border: 1px solid #ff9500;
  font-size: 18px;
  cursor: pointer;
  padding-left: 0;
}




/*loading*/
.la-ball-newton-cradle,.la-ball-newton-cradle>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.la-ball-newton-cradle {
  display: block;
  font-size: 0;
  color: #fff
}

.la-ball-newton-cradle.la-dark {
  color: #333
}

.la-ball-newton-cradle>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor
}

.la-ball-newton-cradle {
  width: 40px;
  height: 10px
}

.la-ball-newton-cradle>div {
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
       border-radius: 100%
}

.la-ball-newton-cradle>div:first-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  animation: ball-newton-cradle-left 1s 0s ease-out infinite
}

.la-ball-newton-cradle>div:last-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  animation: ball-newton-cradle-right 1s 0s ease-out infinite
}

.la-ball-newton-cradle.la-sm {
  width: 20px;
  height: 4px
}

.la-ball-newton-cradle.la-sm>div {
  width: 4px;
  height: 4px
}

.la-ball-newton-cradle.la-2x {
  width: 80px;
  height: 20px
}

.la-ball-newton-cradle.la-2x>div {
  width: 20px;
  height: 20px
}

.la-ball-newton-cradle.la-3x {
  width: 120px;
  height: 30px
}

.la-ball-newton-cradle.la-3x>div {
  width: 30px;
  height: 30px
}

@-webkit-keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-moz-keyframes ball-newton-cradle-left {
  25% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-webkit-keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  75% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-moz-keyframes ball-newton-cradle-right {
  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }

  75% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }

  75% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%)
  }
}

.loading{
      width: 100%;
      height: 100%;
      background-color: rgba(255, 126, 0, 0.75);
      position: fixed;
      z-index: 50;
      top:0;
      left: 0;
    }
.la-ball-newton-cradle{
      left: 50%;
      margin-left: -20px;
      top: 50%;
    }

#wximg{
     display: none; 
     width: 100px;
     height: 100px;
     left: -105px;
     top: -20px; 
     position: absolute;
   }
.wximgg{
  position: relative;
}   