html,body{
  height:100%;
}
body{
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family:"Microsoft YaHei",Arial,Tahoma,Helvetica,"\5b8b\4f53",sans-serif;
  line-height: 1.5em;
  font-size:14px;
  color:#333;
  /*background:url(../images/bg.jpg) fixed;*/
background:url(/images/bg.jpg) fixed;
  background-color: rgba(238, 238, 238, 0.5);
  /*  background-color: #e9edf6;*/
  background-size: cover;
  background-position: 50% 50%;
}
ol,ul,li{
  padding:0;
  margin:0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  font-weight: 600;
}

a{
  color:#454545;
}
a:hover{
  color: #1cc7b6;
}
i{
  margin-right: 2px;
}
/*page picture*/
.newsbody img,.fixpage img,.excdi img,.activitypage img{
  max-width: 100%;
  height: auto;
}
/*===============================================================================*/
/*--header--*/
.header {
  background-color:#1cc7b6;
  height:32px;
  padding-top: 5px;
}
.header .h-info{
  text-align: right;
  font-size: 12px;
}
.header .h-info li{
  display:inline-block;
}
.header .h-info a{
  margin-right: 10px;
  color: #fff;
}
.header-info p {
  font-size:1em;
  color: #fff;
  margin: .8em 0 0;
}
.header-info p span {
  padding-right: 1em;
}
/*user-img*/
.user-img{
  margin-top:7px;
  height:40px;
  margin-left:20px;
}
.user-img img{
  height:100%;
}
/*--search-button--*/
@media (min-width: 768px) {
  .navbar{
    border-radius: 0px;
  }
}
.navbar-form{
  padding:0;
  border:none;
}
form.navbar-form.navbar-right {
  margin: 0;
  padding: 0;
}
.form-group {
  position: relative;
}
input.form-control {
  /*padding: 8px 32px 8px 13px;*/
  height: inherit;
  font-size:16px;
  -webkit-appearance: none;
}
.form-group button.btn.btn-default {
  border: none;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 21%;
  right: 5%;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.form-group button.btn.btn-default:focus {
  background-color:inherit !important;
  box-shadow: none !important;
  border:none !important;

}
span.glyphicon.glyphicon-search {
  font-size: 1.3em;
  color:#A6A6A6;
}
span.glyphicon.glyphicon-search:focus {
  outline: none;
}
button.btn.btn-default:hover {
  background-color: #FFF;
}
/*nav bar*/
.nav>li>a:focus, .nav>li>a:hover{
  background:none;
}

/*--top-nav--*/
.navbar-page {
  z-index: 9;
  margin: 0;
  border: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(200,200,200,0.3);
}
h1 a.navbar-brand {
  font-size: 1.5em;
  margin: 0 !important;
  display: block;
  height: 0;
  line-height: 0;
  padding: .7em 0;
  color: #B3AFA6;
}
.navbar-page .navbar-brand,.navbar-page .navbar-brand:hover, .navbar-page .navbar-brand:focus{
  color:#353535;
}
.navbar-nav > li > a {
  padding: 2em 1.1em;
  font-size: 1em;
}
div#bs-example-navbar-collapse-1 {
  padding: 0;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(28, 199, 182, 0.35);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: #fff;
}
.navbar-nav > li > a:hover {
  color: #fff !important;
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-page .navbar-nav > .active > a:hover,
.navbar-page .navbar-nav > .active > a:focus {
  color: #fff;
  background-color:rgba(28, 199, 182, 0.35);
}

.navbar-page .navbar-nav > .active > a{
  border-bottom: 2px solid #1cc7b6;
}
/*.page-logo{*/
/*margin-left: -30px;*/
/*}*/
.page-logo img{
  max-height:76px;
  height:65px;
}

@media(max-width:767px){
  .header-info p {
    margin: 0em 0 .5em;
    text-align: center;
  }
  button.btn.btn-default {
    right: 1%;
  }
  h1 a.navbar-brand {
    font-size: 1.3em;
    padding: 0.8em 0em;
  }
  .navbar-toggle {
    margin: 1.5em 0em 0 0;
  }
  .navbar-page .navbar-toggle {
    border-color: #43C8FA;
    background: #43C8FA;
  }
  .navbar-page .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-page .navbar-toggle:hover, .navbar-page .navbar-toggle:focus {
    background-color: #43C8FA;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
  }
  .navbar-nav > li > a {
    padding: 1em 0;
    text-align: center;
  }
  .navbar-nav {
    margin: 0;
    background: #E4E4E4;
  }
}

@media(max-width:992px){
  .navbar-page .container{
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-page .container .navbar-header{
    margin-left: -3px;
  }
}
@media(max-width:766px){

  .navbar-page .container{
    padding-left: 20px;
    padding-right: 18px;
  }
}
@media(max-width:367px){
  .page-logo img{
    width: 80%;
  }
  .navbar-toggle {
    margin: 1em 0em 0 0;
  }
}
.mainContent{
  margin:28px 0 0px 0;
}
.mainContent .col-md-8{
  margin-bottom: 15px;
}
/*=====================================================================================*/
/*news-page*/
.news-page-list{
  background-color: #fff;
  padding: 20px;
  padding-top: 1px;
  padding-bottom: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  /*margin-top: 30px;*/
  margin-bottom:3px;
}
.news-page-list h2{
  margin-top: 15px;
}

.news-page-list .nmore{
  color: #1cc7b6;
}

/*
.news-page-list-div {
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-page-list-div ul {
  margin-bottom: 0;
}

.news-page-list-div li {
  font-size: 12px;
}

.news-page-list-div li i {
  color: #777;
}

.news-page-list-div ul.news-page-list-info {
  margin-bottom: 3px;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #43C8FA;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

*/
/*=====================================================================================*/
/*activity-page*/
/*activity*/
.act hr{
  margin-top: 12px;
  margin-bottom: 12px;
}
.act .activities{
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin-bottom:3px;
  /*margin-top: 10px;*/
}
.act .activities .col-sm-4{
  max-height: 140px;
  overflow:hidden;
}
.news-v3 .news-v3-in {
  padding: 35px 30px;
}

.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 30px;
  text-transform: inherit;
}
.news-v3 .pro{
  margin-top: 15px;
}
.news-v3 .pro span{
  width: 20%;
  float: left;
}
.news-v3 .pro .progress{
  margin-bottom: 0px;
  width: 80%;
  float: left;
}
@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 385px) {
  .news-v3 .pro span{
    width: 30%;
  }
  .news-v3 .pro .progress{
    width: 70%;
  }
}
.news-v3 h2 a {
  color: #555;
}

.news-v3 h2 a:hover {
  color: #43C8FA;
  text-decoration: underline;
}

.news-v3 p {
  color: #555;
  margin-top: 10px;
}

/*News Info*/
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #555;
}

.news-v3 .posted-info li a:hover {
  color: #72c02c;
}

/*News Shares*/
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #ddd;
}

.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #43C8FA;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}
/*=====================================================================================*/
/*part-time-job-page*/
/*part-time-job*/
.info-type{
  margin:0 0 8px 0;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.info-type .active a{
  color: #43C8FA;
  /*border-bottom:2px solid #43C8FA;*/
}
.partjobl{
  margin-right: -7px;
}
.partjobr{
  margin-left: -7px;
}
.easy-block-v1{
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  padding: 12px;
  padding-top: 2px;
  margin-bottom: 3px;
}
.easy-block-v1 h3{
  margin-top: 10px;
}
/*=====================================================================================*/
/*exchange-page*/
/*exchange*/
.excha{
  padding-left: 15px;
  padding-right: 15px;
}
.excha .row{
  background-color: #fff;
  /*margin-top: 30px;*/
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  padding: 10px;
  padding-top: 20px;
}
.excha .row>.col-md-6{
  padding-left: 5px;
  padding-right: 5px;
}
.excha .row .type{
  margin-top: 10px;
}
.type a{
  color: #fff;
}
.excha .sales-div{
  background-color: rgba(238,238,238,0.2);
  padding: 15px;
  padding-bottom: 1px;
  padding-top: 0.1px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(100,100,100,0.2);
}
.sales-div .look{
  border-radius: 0px;
  color: #fff;
  padding: 2px 14px;
  background-color: rgba(144,104,194,0.9);
}
.sales-div .look:hover{
  color: #fff;
  background-color: rgba(144,104,194,1);
}
.sales-div .pro{
  margin-top: 10px;
}
.sales-div .pro span{
  width: 30%;
  float: left;
}
.sales-div .pro .progress{
  width: 70%;
  float: left;
  margin-bottom: 10px;
}
.sales-div h4{
  font-weight: 500;
}

.excha .sales-div .grid-boxes-caption{
  position: relative;
}
.excha .sales-div .grid-boxes-caption .check{
  position: absolute;
  display: inline;
  right: 0px;
  color: #1cc7b6;
}
.excha .sales-div .grid-boxes-caption ul{
  display: inline;
  font-size: 12px;
  color: #666;
}
.excha .sales-div h3{
  margin-top: 10px;
  white-space: nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;
}
.excha .sales-div i{
  margin-right: 2px;
}
@media (max-width: 350px) {
  .excha .sales-div .grid-boxes-caption .check{
    position: relative;
  }
  .excha .sales-div .grid-boxes-caption .check button{
    margin-top: 5px;
  }
}
/*=====================================================================================*/
/*fix-page*/
/*fix*/
/*.fix{*/
/*margin-top: 30px;*/
/*}*/
.fix .hd{
  width: 100%;
  float: left;
  background-color: #fff;
  padding-left: 20px;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.fix .hd .hdleft{
  float: left;
}
.fix .hd .hdright button{
  font-size: 16px;
  margin-top: 4px;
  margin-right: 5px;
}
.fix .hd a{
  margin-left: 5px;
  line-height: 48px;
  font-size: 16px;
  padding-bottom: 12px;
  color: #666;
  text-decoration: none;
}
.fix .hd .current{
  border-bottom: 2px solid #1cc7b6;
}
.fix .hlist li{
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom:3px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.fix .fixstate,.fixpage .fixstate{
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
  color: #666;
}
.fixpage  .fixstate{
  margin-top: 12px;
}
.fixpage  .fixstate .state{
  color: #f0ad4e;
  font-weight: 600;
}
@media (max-width: 375px) {
  .fix .fixstate,.fixpage .fixstate{
    float:left!important;
  }
}
.fixyes{
  color: #5cb85c;
}
.fix .hlist .info{
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}
.fix .hlist .stime{
  color: #666;
}
.fix .hlist li h2{
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;

}
/*=====================================================================================*/
/*fixfaq-page*/
/*fixfaq*/
.fixfaq h2{
  margin-bottom: 0;
}
.fixfaq .head-info{
  border:1px dashed #ccc;
}
.head-info{
  border-top:1px dashed #ccc;
  padding-top:5px;
  padding-bottom: 5px;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}
.head-info span{
  margin-right: 10px;
}
.head-info span i{
  margin-right: 2px;
}
.fixfaq .hlist .info{
  margin-top: 10px;
  height: 63px;
  white-space: normal;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;

}

.tag .tags li{
  width: auto;
  float: left;
  margin-right:5px;
  margin-bottom:5px;
  border:1px solid #e6e6e6;
  border-radius:3px;
  padding:5px 8px;
  box-shadow: none;
}
.tag .tags li a{
  color:#666;
}
.tag .tags li:hover{
  background:#F2AE11;
  border:1px solid #F2AE11;
}
.tag .tags li:hover a{
  color:#fff;
  text-decoration: none;
}

/*=====================================================================================*/
/*activitypage-page*/
/*activitypage*/
.act>h2{
  margin-top: 0px;
}
.activitypage{
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.activitypage p{
  padding-top: 15px;
  padding-bottom: 10px;
  text-indent: 2em;
  line-height: 1.6em;
}
.activitypage .apicture{
  height: 380px;
  overflow: hidden;
}
.jpro{
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.jpro .finished{
  text-align: right;
}
.actr .jpro{
  margin-bottom: 8px;
}
.actr .wjoin{
  margin-bottom: 8px;
}
.join h2{
  margin-bottom: 10px;
  margin-top: 12px;
  font-size: 16px;
}
.join .progress{
  margin-top: 10px;
  margin-bottom: 10px;
}
.progress-bar-success{
  background-color: #bb9ce2;
}
.hjoin{
  text-align: right;
}
.hjoin i{
  margin-right: 5px;
}
.wjoin{
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.wjoin h2{
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 16px;
}
.wjoin hr{
  border:0px;
  border-bottom: 1px solid #888;
  margin-top: 0px;
  margin-bottom: 5px;
}
.ujoin img{
  width: 50px;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 10px;
  height: 50px;
}

.uname{
  display: inline-block;
  text-align: center;
}
/*=====================================================================================*/
/*partpage-page*/
/*partpage*/
.part .ptitle{
  background-color: #fff;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin-bottom: 1px;
}
.part .ptitle h2{
  display: inline;
  padding-left: 15px;
}
.part .ptitle h2 span{
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-top: 5px;
}
.part .pinfo p{
  margin-left: 15px;
}
.part .pinfo img{
  max-width: 100%;
  height: auto;
}
.part .pinfo span.dtime{
  padding: 15px;
  color: #666;
}
.part .pinfo span.dtime i{
  color: #f13f40;
  font-size: 12px;
}
.part .pinfo{
  background-color: #fff;
  padding: 30px;
  padding-top: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin-bottom: 8px;
}
.part .pinfo h3{
  border-left: 4px solid #43C8FA;
  padding-left: 15px;
  margin-bottom: 20px;
}
.part .pinfo .ph3{
  font-weight: 500;
}
.part .pinfo h3 span{
  font-size: 14px;
  font-weight:500;
  margin-left: 10px;
}
.pim,.pit,.pin,.pip{
  border-bottom:dashed 1px #ddd;
  padding-top: 18px;
  padding-bottom: 15px;
  margin-left: 15px;
}
.pid{
  padding-top: 18px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: rgba(238,238,238,0.5);
  padding: 20px;
}
.part .pid{
  margin-right: 0px;
}
.pid button{
  font-size: 16px;
  padding-left: 0.5em;
}
.pid span{
  display: inline-block;
  padding-left: 10px;
  color: #666;
  font-size: 12px;
}
div.part-time-same{
  background-color: #fff;
  margin-top: 8px;
}
.part-same{
  border-top: 1px dashed #eee;
}
.part-same h4{
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 0px;
}
.part-same-info{
  font-size: 10px;
  color: #666;
  text-align: right;
}
/*=====================================================================================*/
/*exchangepage-page*/
/*exchangepage*/
.exchap{
  background-color: #fff;
  padding: 20px;
  padding-top: 5px;
  margin-bottom: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.exchead{
  border-bottom: 1px dashed #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.exchead h2{
  display: inline;
}
.exchead span{
  margin-right: 10px;
}
.exchead span i{
  color: #f13f40;
  font-size: 12px;
}
.excinfo{
  font-size: 16px;
  margin-top: 15px;
  border-bottom: 1px dashed #ddd;
}
.excinfo p{
  margin-top: 15px;
}
.excinfo p span{
  font-size: 12px;
  color: #666;
}
.excdetail a img{
  width: 50px;
}
.excdetail .excdh{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.excdetail .excdh span{
  font-size: 12px;
  color: #666;
}
.excdetail .excdi{
  width: 98%;
  margin-left: 1%;
  background-color: rgba(238,238,238,0.5);
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.excdi p{
  text-indent: 2em;
  line-height: 1.6em;
}
.excdetail .excdp img{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 15px;
}
div.exchange{
  background-color: #fff;
}
.exchangep{
  margin-top: 8px;
}
div.exchangep h3{
  background-color: #fff;
  border-left: 0px;
  padding-left: 0px;
}
div.exchangep h3 span{
  display:inline;
  border-bottom:2px solid #43C8FA;
  padding:0 14px;
  padding-bottom: 14px;
}
.exchange{
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #eee;
}
.exchange h4{
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;

}
.exchange button{
  display: inline-block;
  line-height: 10px;
}
/*=====================================================================================*/
/*fixpage-page*/
/*fixpage*/
.fixpage{
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin-bottom: 8px;
  padding: 20px;
  padding-top: 10px;
}
.fixpage h2{
  margin-top: 0px;
  width: 98%;
  margin-left: 0.5%;
}
.fixpage h3{
  border-left: 4px solid #43C8FA;
  padding-left: 15px;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 15px;
}
.fixpage h4{
  font-weight: 600;
}
.fixpage p{
  color: #444;
  text-indent: 2em;
  line-height: 1.6em;
}
.fixpage .fix-info img{
  max-width: 100%;
  height: auto;
}
.fixpage .user img{
  width: 50px;
  height: 50px;
}
.fixpage .user span{
  color: #666;
  margin-left: 10px;
}
.fixpage .fix-pro span{
  font-size: 14px;
  margin-right:5px;
  color: #666;
}
.words{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.textarea{
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 20px;
  margin-top: 8px;
  margin-bottom: 3px;
}
.whead h2,.words .nwords h2{
  font-weight: 100;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
}
.words .nwords h2{
  border-bottom: 0px;
  margin-bottom: 0px;
}

.wtext textarea{
  width: 100%;
  height: 100px;
  border:solid 1px #e8e8e8;
  padding: 15px;
  padding-top: 10px;
  background-color: #f9f9f9;
  margin-top: 5px;
  resize: none;
}
.wtext button{
  width: 10%;
  margin-top: 10px;
  margin-left:90%;
}
.words .nwords h3{
  padding-bottom: 10px;
}
.words .nwords img{
  width: 50px;
  height: 50px;
}
.words .nwords .nuser{
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.words .nwords .nuser a img{
  position: absolute;
  top: 23px;
}
.words .nwords .nuser .nuser-text{
  background-color: rgba(238,238,238,0.5);
  margin-top: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-top: 15px;
  border-radius: 10px;
  width: 93%;
  margin-left: 55px;
}
.words .nwords .nuser .nuser-info{
  width: 93%;
  margin-left: 55px;
  margin-top: 10px;
  position: relative;
  color: #666;
}
.nuser-info-time,.nuser-info-like{
  display: inline-block;
}
.nuser-info-time span{
  margin-right: 5px;
}
.nuser-info-like{
  position: absolute;
  right: 0px;
  font-size: 16px;
}
.nuser-info-like .fa{
  margin-left: 5px;
}
.nuser-info-like span{
  cursor: pointer;
}
.words .nwords .nuser .nuser-text a,
.words .nwords .nuser .nuser-text p{
  display: inline;
}
.words .nwords .nuser .nuser-text a{
  color: #1b92bf;
}
.words .nwords .nbutton{
  float: right;
  margin-top: 10px;
}
.words .nwords .nbutton button{
  margin-left: 10px;
}
@media (max-width: 986px){
  .words .nwords .nuser .nuser-text,
  .words .nwords .nuser .nuser-info{
    width: 91%;
  }
}
@media (max-width: 680px){
  .words .nwords .nuser .nuser-text,
  .words .nwords .nuser .nuser-info{
    width: 90%;
  }
}

@media (max-width: 620px){
  .words .nwords .nuser .nuser-text,
  .words .nwords .nuser .nuser-info{
    width: 87%;
  }
}

@media (max-width: 500px) {
  .wtext button{
    width: 30%;
    margin-left: 70%;
  }
}
@media (max-width: 470px){
  .words .nwords .nuser .nuser-text,
  .words .nwords .nuser .nuser-info{
    width: 83%;
  }
}
.hot-faq{
  background-color: #fff;
  padding: 15px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);


}
.hot-faq h3{
  border-bottom: 1px solid #eee;
  margin-left: -15px;
  padding-bottom: 15px;
  margin-top: 0px;
}
.hot-faq h4{
  font-weight: 500;
  line-height: 1.6em;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;
}
.hot-faq span{
  border-bottom:2px solid #5bc0de;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.hot-faq .eng-info .e-user{
  width: 70px;
  float: left;
  height: 50px;
  overflow: hidden;
}
.hot-faq .eng-info .e-user img{
  width: 50px;
}
.hot-faq .eng-info .eng-infomation{
  float: left;
  color: #666;
}
.hot-faq .eng-info .eng-infomation p{
  margin-bottom: 5px;
}
/*=====================================================================================*/
/*fixpage2-page*/
/*fixpage2*/
.fixpage h2 span{
  font-size: 16px;
  font-weight: 100;
  margin-left: 10px;
}
.fix-info{
  width: 98%;
  margin-left: 1%;
  background-color: rgba(238,238,238,0.5);
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.fix-pic img{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 15px;
}
.fixpage .user{
  float: left;
}
.fixpage .user .fixyes{
  color: #5cb85c;
  font-weight: 600;
}
.fix-pro{
  background-color: #f6f6f6;
  padding-top: 1px;
  padding-left: 15px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.fix-pro h3{
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}
.fix-pro-info{
  margin-left: 20px;
  border-left: 2px solid #43c8fa;
}
.fix-pro-info-s{
  background-color: #fff;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  margin-bottom: 10px;
  width: 90%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.fix-pro-info-s i{
  font-size: 1.5em;
  position: absolute;
  left: -10px;
  top:  40px;
  color: #43c8fa;
}
.fix-pro-info-s span{
  font-size: 12px;
  margin-right: 5px;
}
.fix-pro-info-s p{
  text-indent: 0em;
  margin-bottom: 0px;
  font-size: 16px;
  color: #666;
}
.fix-top{
  border-top: 0px;
}
.fix-top i{
  color: #43c8fa;
}
.fix-top p{
  color: #43c8fa;
}
/*=====================================================================================*/
/*newspage-page*/
/*newspage*/
.newsbody{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.newsbody img{
  max-width: 100%;
  height: auto;
}
.newsbodyinfo{
  text-align: right;
  padding-right: 10px;
  font-size: 10px;
  color: #666;
}
.newsbody h2{
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.newsbody p{
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-indent: 2em;
  line-height: 1.6em;
}
.newspage .words{
  background-color: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);

}
.newspage .words .nwords .nuser .nutime{
  margin-left: 74%;
}
@media (max-width:1200px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 68.5%;
  }
}
@media (max-width:992px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 59%;
  }
}

@media (max-width:705px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 54%;
  }
}
@media (max-width:651px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 50%;
  }
}
@media (max-width:605px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 46%;
  }
}


@media (max-width:560px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 39%;
  }
}
@media (max-width:536px ) {

  .newspage .words .nwords .nuser .nutime{
    margin-left: 0px;
  }
}

/*=====================================================================================*/
/*login-page*/
/*login*/
.login .right input{
  margin-bottom: 31px;
}
.left,.right{
  margin-bottom: 40px;
  margin-top: 30px;
  padding-bottom: 60px;
  padding-top: 20px;
}
.left{
  height: 307px;
  padding-right: 5%;
}
.left img{
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.right{
  border-left: 2px solid #666;
  padding-left: 5%;
}
.right h1{
  font-weight: 100;
  margin-bottom: 20px
}
.right>button{
  margin-left: 15px;
}
.right input{
  margin-bottom: 20px;
  height: 45px;
  padding: 15px;
}
.right .username,
.right .password{
  width: 80%;
}
.right .inde{
  width: 30%
}
.right .logbtn button{
  width: 30%;
  margin-right: 1%;
  font-size: 18px;
}
.right .signbtn button{
  width: 53%;
}
@media (max-width: 991px) {
  .left{
    display: none;
  }
  .right{
    border-left: none;
    margin-left: 15%;
  }
}
@media (max-width: 600px) {
  .right{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .right h1{
    margin-left: 10%;
  }
  .right input{
    margin-left: 10%;
  }
  .right .logbtn{
    margin-left: 10%;
  }

  .right .signbtn button{
    width: 80%;
  }
}
/*=====================================================================================*/
/*login2-page*/
/*login2*/
.login-logo{
  margin-top:50px;
  text-align:center;
  position:absolute;
  width:100%;
  z-index:999;
}
.log2 footer{
  position: absolute;
  top: 96%;
  width: 100%;
}
.log i{
  font-size: 16px;
  color: #ccc;
  position:absolute;
  line-height:36px;
  margin:0 10px;
}
.log .loginb{
  width: 350px;
  background-color: rgba(255,255,255,0.6);
  padding: 50px 40px 40px 40px;
  border-radius: 10px;
  margin:auto auto;
}
.login2{
  position: absolute;
  width: 100%;
  margin-top: 110px;
}
.step2{
  display:none;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
}
.log .loginb input,
.log .loginb select{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  /*font-size: 16px;*/
  line-height: 32px;
  height: 36px;
  padding-left: 30px;
  -webkit-padding-left:30px;
  background-color: rgba(255,255,255,1);
  border:1px solid #ccc;
}

.log .loginb select{
  -webkit-appearance:button;
  height:36px;
}
.log .loginb .den input{
  width: 52%;
  margin-right:5%;
}
.log .loginb .den button,.log .loginb .den input{
  display: inline-block;
}
.log .loginbtn,.log .signinbtn{
  display: inline-block;
}
.fogetPassword{
  margin-top:10px;
  text-align:center;
}
.signinbtn a,
.loginbtn a,
.fogetPassword a{
  color: #027597;
}
.signinbtn span{
  color: #333;
}
.signinbtn .btn-sign-up,.signinbtn2{
  width:100% !important;
}
.log .loginbtn button,.log .signinbtn button{
  width: 100px;
  margin-right:10px;
}
.log ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#999;
}
.log :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#999;
  opacity:  1;
}
.log ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#999;
  opacity:  1;
}
.log :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#999;
}
/*=====================================================================================*/
/*log3-page*/
/*log3*/
.log3{
  background: linear-gradient(to bottom, #68EACC 0%, #497BE8 100%);
}
.log3 a{
  text-decoration: none;
}
.log3 .face{
  background-color: #fff;
  padding:30px;
  padding-top: 10px;
  width: 350px;
  height:320px;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.sign3 .face{
  height: 380px;
}
.log3 .face h1{
  text-align: center;
  margin-bottom: 30px;
}
.log3 .face .button button{
  width: 40%;
  height: 40px;
}
.log3 .face .button .signin3{
  margin-left: 18%;
}
.sign3 .face .button .signin3{
  margin-left: 0%;
  width: 100%;
}
.sign3 .face .button .signin3:hover{
  background-color: #F2AE11;
  border:none;
  color: #fff;
}
.log3 .face .username input,.log3 .face .password input,.log3 .face .denfi input{
  width: 100%;
  line-height:40px;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 30px;
  border:0px;
  border-bottom: 1px solid #eee;
}
.log3 .face .denfi input{
  width: 50%;
  margin-right: 42px;
}
.log3 footer{
  position: absolute;
  top:95%;
  width: 100%;
}
/*=====================================================================================*/
/*log4-page*/
/*log4*/
.log4{
  background: linear-gradient(to bottom, #68EACC 0%, #497BE8 100%);
}
.log4 .face{
  width: 40%;
  margin:auto;
  margin-top: 100px;
  max-width: 300px;
  min-width: 200px;
}
.log4 h1{
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.log4 .username input,.log4 .password input,.log4 .defin input,.log4 .button .login4{
  border:1px solid #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 14px;
  background-color:transparent;
  height: 40px;
  width: 100%;
  color: #fff;
}
.log4 .defin input{
  width: 45%;
  margin-right: 2%;
}
.log4 .defin button{
  width: 45%;
  height: 32px;
  margin-bottom: 5px;
}
.log4 .button button:hover{
  background-color: #F2AE11;
  color: #fff;
  border:0;
}
.log4 input[type="text"]:focus {
  outline: none;
}
.log4 input[type="password"]:focus {
  outline: none;
}
.log4 .button .login4{
  background-color: #fff;
  color: #59b5da;
}
.log4 .info{
  text-align: center;;
  color: #fff;
}
.log4 .info span{
  margin-left: 10px;
}
.log4 .info span a{
  color: #fff;
}
.log4 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #fff;
}
.log4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #fff;
  opacity:  1;
}
.log4 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #fff;
  opacity:  1;
}
.log4 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #fff;
}

/*=====================================================================================*/
/*page-slider*/
.act{
  /*margin-top: 30px;*/
  padding-left: 25px;
}
.act .acthead h2{
  display: inline-block;
  margin-top: 0px;
}
.act .acthead .actright{
  font-size: 10px;
  text-align: right;
  margin-top: -25px;
}
@media (max-width: 500px) {
  .act .acthead .actright{
    margin-top: 0px;
  }
}
.page-slider{
  /*margin-top: 30px;*/
  margin-bottom:8px;
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0;
  background-color: #fbfcfc;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.page-slider h3{
  margin:0 -15px;
  background:#f5f5f5;
  line-height:32px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
/*.page-slider ul.list{
	background: url(../images/news-right.png) left top no-repeat;
}*/
.page-slider ul.list li{
  height:30px;
  line-height:30px;
  overflow:hidden;
}
.page-slider .activity{
  padding:5px 0;
  padding-top: 8px;
}
.page-slider .activity img{
  width:100%;
}
.page-slider .activity p.ahead{
  max-height:60px;
  overflow: hidden;
}
.page-slider .activity .time{
  font-size:12px;
  color:#666;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .page-slider .activity p.ahead{
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    margin-top: 5px;
  }
}
/*page-slider2*/
.page-slider2{
  background-color: #fff;
  height: 220px;
}
.page-slider2 h3{
  background:none;
  border-left:none;
  padding-left:0;
  border-bottom:1px solid #f5f5f5;
  line-height:32px;
  padding-top: 7px;
  padding-bottom: 8px;
}
.page-slider2 h3 span{
  display:inline;
  border-bottom:2px solid #43C8FA;
  padding:0 14px;
  padding-bottom: 12px;
}
.page-slider .tags{
  margin-top:8px;
}
.page-slider .tags li{
  width: auto;
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  border:1px solid #e6e6e6;
  border-radius:3px;
  padding:5px 8px;
}
.page-slider .tags li a{
  color:#666;
}
.page-slider .tags li:hover{
  background:#F2AE11;
  border:1px solid #F2AE11;
}
.page-slider .tags li:hover a{
  color:#fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .page-slider2{
    height: 245px;
  }
}
@media (max-width: 991px) {
  .page-slider2{
    height: 130px;
  }
}
@media (max-width: 650px) {
  .page-slider2{
    height: 180px;
  }
}
@media (max-width: 454px) {
  .page-slider2{
    height: 210px;
  }
}
@media (max-width: 390px) {
  .page-slider2{
    height: 245px;
  }
}
@media (max-width: 337px) {
  .page-slider2{
    height: 285px;
  }
}
/*=====================================================================================*/
/*pagenation*/
.pagination-all{
  height:34px;
  line-height:34px;
  margin:20px 0 20px 10px;
  border:1px solid #ddd;
  background:#fff;
  padding:0 8px;
  border-radius:3px;
  color:#1cc7b6;
}
.pagination{
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.pagination>li>a,
.pagination>li>span{
  color:#1cc7b6;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
  background:#1cc7b6;
  border-color:#1cc7b6;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
  color:#fff;
  background: #1cc7b6;
  border-color:#1cc7b6;
}
/*=====================================================================================*/
/*footer*/
footer p{
  font-size:12px;
  color: #fff;
  margin:0;
  line-height:30px;
  text-align:center;
  font-weight: 500;
}

.fixBottom{
  position:fixed;
  bottom:0;
  width:100%;
}

.border-red{
  border:1px solid #ff0000 !important;
}
.error-msg{
  margin-top:-23px;
  position:absolute;
}
.error-msg span{
  color:#ff0000;
  font-size:9px;
}

.quickLogin{
  padding:15px 40px;
}
.quickLogin .error-msg{
  margin-left:15%;
}
.quickLogin .group{
  margin-bottom:20px;
}
.quickLogin .group label{
  width:15%;
}
.quickLogin .group input{
  width:85%;
  height:36px;
  line-height:36px;
  border-radius:4px;
  border:1px solid #ccc;
}
.quickLogin a{
  color:#027597;
}

.intro-word p{
  display: inline-block;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
  top: 75px;
  margin-left: 130px;
  z-index: 999;
}

.popWin_fix{
  width:100%;
  border:1px solid #ccc;
  border-radius:4px;
  resize: none;
  height:96px;
}
.popWin_select{
  width:100%;
  margin-bottom:10px;
  border: 1px solid #ccc;
  height: 32px;
}

.menu-drop{
	position: absolute;
	width: 100%;
	background-color: #fff;
	display: none;
}
.menu-drop li{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.menu-drop li a{
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
}
.navbar-nav >li:hover a{
	color: #333 !important;
}
.navbar-nav >li>a:hover{
	color: #fff !important;
}
.menu-drop li a:hover{
	color: #fff !important;
	text-decoration: none;
}
.menu-drop li.active{
	border-bottom: 2px solid #1cc7b6;
}
