@media only screen and (min-width:1000px) {
  .container {
    width: 1000px !important;
  }
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  background-size: 100%;
  font-family: microsoft yahei;
}
a {
  color: #52961b;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.clearfix {
  zoom: 1;
}
.big {
  position: relative;
  z-index: 10;
}
.carousel-indicators {
  z-index: 30;
}
#animationtext {
  display: none;
  top: 700px;
  left: 0px;
}
.carousel-btntwo {
  top: 630px;
}
.abc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carousel-example-generic {
  width: 100%;
  height: 100%;
}
img.img {
  width: 100%;
  height: 100%;
}
.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.carousel-control.right {
  width: 50px;
}
.carousel-control.left {
  width: 50px;
}
.top-box {
  position: relative;
  z-index: 12;
  margin: 0 auto;
  padding: 0;
}
.top-menu {
  position: absolute;
  top: 16px;
  right: 0;
  text-align: right;
  margin: 0;
  padding: 0;
}
.top-menu > li {
  list-style: none;
  display: inline-block;
  line-height: 18px;
  margin: 0 4px;
}
.top-menu > li > a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 12px;
}
.top-menu li .listbg a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 12px;
}
.top-menu li .newsico {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #e00012;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 2px 5px;
}
.top-menu li .langico {
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 5px;
}
.top-menu .listbg {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.main {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  background: url(/template/ausforex/pc/skin/images/topbg.png) repeat-x;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-nav > li > a:hover {
  background: none;
}
.navbar-header {
  height: 60px;
  line-height: 60px;
  width: 165px;
}
.navbar > .container .navbar-brand {
  padding: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
}
.navbar-nav > li > a {
  color: #fff;
}
.navbar-nav {
  float: right;
  margin-top: 16px;
}
.navbar-nav > li {
  background: none;
  width: 100px;
  text-align: center;
}
.nav > li {
  position: static;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}
.dropdown-menu-global {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/template/ausforex/pc/skin/images/navBg.png);
  padding: 0;
  box-shadow: 0 0 0;
  border: none;
  animation: down-down 300ms ease-in-out;
}
@keyframes down-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dropdown-menu ul {
  width: 1000px;
  margin: 0 auto;
}
.dropdown-menu .study {
  text-align: left;
}
.dropdown-menu .platform {
  text-align: left;
  padding-left: 200px;
}
.dropdown-menu .product {
  text-align: left;
  padding-left: 250px;
}
.dropdown-menu .partner {
  text-align: right;
  padding-right: 200px;
}
.dropdown-menu .market {
  text-align: right;
  padding-right: 210px;
}
.dropdown-menu .customers {
  text-align: right;
}
.dropdown-menu .about {
  text-align: right;
}
.dropdown-menu li {
  display: inline-block;
  padding: 0 10px;
}
.dropdown-menu ul > li > a {
  color: #fff;
  font-size: 12px;
  line-height: 42px;
  height: 42px;
}
.dropdown-menu ul > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
}
.dropdown.open a.dropdown-toggle {
  background: url(/template/ausforex/pc/skin/images/navHover.png) no-repeat center bottom;
  animation: down-down 300ms ease-in-out;
}
@media only screen and (max-width:768px) {
  .main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
  .navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .dropdown-menu {
    height: auto;
  }
  .dropdown-menu ul {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
  }
  .dropdown-menu .study {
    text-align: center;
    padding: 0;
  }
  .dropdown-menu .platform {
    text-align: center;
    padding: 0;
  }
  .dropdown-menu .product {
    text-align: center;
    padding: 0;
  }
  .dropdown-menu .partner {
    text-align: center;
    padding-left: 0px;
  }
  .dropdown-menu .about {
    text-align: center;
    padding-left: 0px;
  }
  .dropdown-menu li {
    display: block;
  }
  .dropdown-menu ul > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
  }
}
.sidebar-fixed {
  position: fixed;
  z-index: 20;
}
.ad-box {
  height: 770px;
  position: relative;
  text-align: center;
}
.fourbtn {
  top: 200px;
  right: 0;
  width: 176px;
  height: auto;
}
.fourbtn .btn-click {
  display: block;
  width: 171px;
  height: 54px;
}
.fourbtn .btn-green, .fourbtn .btn-yellow, .fourbtn .btn-blue, .fourbtn .btn-brown {
  width: 240px;
  height: 60px;
  margin-top: 10px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, .1);
  display: table;
  padding-left: 6px;
}
.fourbtn .btn-green {
  background: -webkit-linear-gradient(90deg, #24a738, #77c535);
  background: -moz-linear-gradient(90deg, #24a738, #77c535);
  background: -ms-linear-gradient(top, #24a738, #77c535);
  background: linear-gradient(90deg, #24a738, #77c535);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24a738', endColorstr='#77c535', GradientType=0);
}
:root .fourbtn .btn-green {
  filter: none;
}
.fourbtn .btn-yellow {
  background: -webkit-linear-gradient(90deg, #e67f15, #f3ba2d);
  background: -moz-linear-gradient(90deg, #e67f15, #f3ba2d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67f15', endColorstr='#f3ba2d', GradientType=0);
  background: linear-gradient(90deg, #e67f15, #f3ba2d);
}
.fourbtn .btn-blue {
  background: -webkit-linear-gradient(90deg, #0470b3, #2da0d9);
  background: -moz-linear-gradient(90deg, #0470b3, #2da0d9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0470b3', endColorstr='#2da0d9', GradientType=0);
  background: linear-gradient(90deg, #0470b3, #2da0d9);
}
.fourbtn .btn-brown {
  background: -webkit-linear-gradient(90deg, #ad8148, #c29962);
  background: -moz-linear-gradient(90deg, #ad8148, #c29962);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad8148', endColorstr='#c29962', GradientType=0);
  background: linear-gradient(90deg, #ad8148, #c29962);
}
.fourbtn h4 {
  font-size: 21px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.fourbtn small {
  color: #fff;
}
.fourbtn p {
  font-size: 50%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1em;
  padding-top: 5px;
}
.fourbtn a {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:768px) {
  .carousel-btntwo {
    display: none;
  }
  #animationtext {
    display: none;
  }
  .ad-box {
    height: 170px;
  }
  .fourbtn {
    display: none;
  }
}
@media only screen and (max-height:768px) and (min-width:768px) {
  .carousel-btntwo {
    top: 370px;
  }
  #animationtext {
    top: 420px;
  }
  .fourbtn {
    top: 80px;
    right: 0;
  }
  .ad-box {
    height: 470px;
  }
}
@media (min-height:768px) and (min-width:769px) and (max-width:1300px) {
  .carousel-btntwo {
    top: 370px;
  }
  #animationtext {
    top: 420px;
  }
  .fourbtn {
    top: 200px;
    right: 0;
  }
  .ad-box {
    height: 470px;
  }
}
@media only screen and (min-height:769px) {
  .fourbtn {
    top: 400px;
    left: 0;
  }
}
.pic-posit {
  position: relative;
}
.orange-bg {
  background: url(/template/ausforex/pc/skin/images/bgcenteryellow.png) no-repeat;
  position: absolute;
  top: -3%;
  left: -3%;
  z-index: 1;
  width: 1044px;
  height: 493px;
  background-size: 92%;
}
@media (min-width:768px) and (max-width:980px) {
  .orange-bg {
    width: 768px;
  }
}
.pic-box {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.indexcenterfont {
  background: url(/template/ausforex/pc/skin/images/indexcenterfont.png) no-repeat;
  height: 103px;
  width: 282px;
  margin-top: 5px;
}
.indexcenterfontcn {
  background: url(/template/ausforex/pc/skin/images/indexcenterfontcn.png) no-repeat;
}
.whiteico {
  position: absolute;
  bottom: -25px;
  left: 44%;
  z-index: 11;
  display: none;
}
.pic-box img {
  width: 100%;
  height: 100%;
  transition: all 3s linear;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
}
.pic-box:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (max-width:768px) {
  .orange-bg {
    display: none;
  }
  .indexcenterfont {
    display: none;
  }
  .pic-box:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.pic-magsmall {
  padding: 3px;
  margin: 0;
}
.pic-txt {
  padding-top: 6%;
}
.pic-title {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
.pic-title h4 {
  font-size: 24px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}
.pic-title p {
  font-size: 12px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}
.pic-ico {
  background: url(/template/ausforex/pc/skin/images/ddownarrow.png) no-repeat top right;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pic-cont {
  position: relative;
  top: 22px;
  z-index: 5;
  width: 100%;
  background: #fff;
  margin-left: 0;
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 30px;
  display: none;
}
.mobpic-cont {
  position: relative;
  top: 22px;
  z-index: 5;
  background: #fff;
  margin-left: 0;
  padding: 0 20px 40px 20px;
  margin-bottom: 30px;
  display: none;
}
.pic-cont h3 {
  font-size: 34px;
  color: #e67e15;
}
.pic-paddLs {
  padding-left: 30px;
}
.piccont-left img {
  width: 240px;
  height: 166px;
  margin-bottom: 20px;
}
.piccont-right {
  float: left;
  width: 70%;
}
.piccont-list {}
.piccont-list li {
  float: left;
  padding: 0 12px;
}
.piccont-list li i {
  display: inline-block;
  padding-right: 5px;
  vertical-align: text-bottom;
}
.piccont-list li a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.piccont-list p {
  font-size: 12px;
}
.piccont-more {
  width: 80px;
  height: 20px;
  background: #5c9945;
  text-align: center;
  float: right;
  margin-top: 4px;
}
.piccont-more a {
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}
.box-greybg {
  background: url(/template/ausforex/pc/skin/images/greybg.png) repeat-x bottom center;
  position: relative;
  z-index: 10;
  padding-top: 500px;
  padding-bottom: 50px;
}
.in-login {
  padding-top: 160px;
  position: relative;
  z-index: 10;
}
.in-btn {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
.btn-inline {
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  *display: inline;
  *zoom: 1;
}
.in-btn a {
  margin: 5px 20px;
}
.in-btn a:hover, .in-btn a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.openacc, .regiacc {
  padding: 13px 30px;
  font-size: 22px;
  color: #fff;
  border-radius: 2px;
  float: left;
}
.openacc {
  background: -webkit-linear-gradient(90deg, #25a738, #76c435);
  background: -moz-linear-gradient(90deg, #25a738, #76c435);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a738', endColorstr='#76c435', GradientType=0);
  background: linear-gradient(90deg, #25a738, #76c435);
}
.regiacc {
  background: -webkit-linear-gradient(90deg, #e57e15, #f3bb2d);
  background: -moz-linear-gradient(90deg, #e57e15, #f3bb2d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e57e15', endColorstr='#f3bb2d', GradientType=0);
  background: linear-gradient(90deg, #e57e15, #f3bb2d);
}
@media only screen and (max-width:768px) {
  .in-login {
    padding-top: 60px;
    position: relative;
    z-index: 10;
  }
  .box-greybg {
    padding-bottom: 80px;
  }
}
.in-cont {
  padding-top: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.footer {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 403px;
  background: url(/template/ausforex/pc/skin/images/footbg.jpg) repeat-x top center #040404;
  border-top: 5px solid #78c535;
  padding-bottom: 20px;
}
.box-carousel {
  position: relative;
  z-index: 13;
}
.link-pic {
  padding: 16px 0;
}
.link-pic a {
  float: left;
  margin: 2px;
}
.link-pic li {
  float: left;
}
.link-pic a img {
  border: 1px solid #575757;
  border-radius: 3px;
  width: 134px;
}
.line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 1px;
  padding-bottom: 20px;
}
.link-txt {
  display: flex;
  justify-content: space-between;
}
.link-txt dl {
  width: 100%;
}
.link-txt dt {
  color: #78c535;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 4px 0;
}
.link-txt dd {
  line-height: 1em;
  padding: 5px 0;
}
.link-txt a {
  color: #d6d7d7;
  font-size: 12px;
  line-height: 1em;
}
.link-txt a:hover {
  color: #78c535;
}
.copyright {
  font-size: 12px;
  color: #b9b9b9;
  line-height: 1.3em;
}
.copyright > .col-sm-9 > p > a {
  color: #fff;
  margin-left: 14px;
}
.copyright > .col-sm-9 > p > span {
  color: #565656;
  margin-left: 14px;
}
.copy-ico .bgco1 {
  background: #305891;
}
.copy-ico .bgco2 {
  background: #2ca8d2;
}
.copy-ico .bgco3 {
  background: #36be63;
}
.copy-ico .bgco4 {
  background: #728b8d;
}
.copy-ico .bgco5 {
  background: #fd6c4c;
}
.copy-ico .icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0 1px;
}
@media only screen and (max-width:768px) {
  .copyright-ico {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .link-txt {
    display: none;
  }
  .displaynone {
    display: none;
  }
}
.secbg {
  background: url(/template/ausforex/pc/skin/images/secbg.jpg) no-repeat top center;
  height: 225px;
  background-size: cover;
}
.marginT {
  margin-top: 60px;
}
.warpper {
  width: 1170px;
  margin: 0;
  margin: 0 auto;
  padding: 0;
}
.link-title {
  border-bottom: 2px solid #dcdcdc;
  font-size: 14px;
  color: #727171;
  margin: 50px 0;
}
.link-title i {
  font-family: Arial;
  padding: 0 4px;
  line-height: 40px;
}
.link-title a, .link-title .green {
  color: #78c535;
}
.sidebar {
  width: 157px;
}
.sidebar li {
  line-height: 1em;
  background: #afafb0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 8px 0 8px 15px;
}
.sidebar li a {
  display: block;
  color: #fff;
}
div.content-container .sidebar li a {
  margin-bottom: 0;
}
.sidebar li:hover, .sidebar .active {
  background: #78c535;
}
@media only screen and (min-width:768px) and (max-width:1170px) {
  .warpper {
    width: 96%;
  }
}
@media only screen and (max-width:960px) {
  .warpper {
    width: 94%;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont {
  padding-bottom: 80px;
}
.cont-h4 {
  font-size: 18px;
  color: #78c535;
  font-weight: 600;
  margin-bottom: 20px;
}
.cont-h2 {
  font-size: 24px;
  color: #78c535;
  font-weight: 600;
  margin-bottom: 20px;
}
.cont-large {
  font-size: 16px;
  color: #595757;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.cont-fourteen {
  font-size: 14px;
  color: #595757;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.cont-orange {
  font-size: 14px;
  color: #ed9200;
  line-height: 1.5em;
  font-weight: 600;
}
.cont-twelve {
  font-size: 12px;
  color: #595757;
  line-height: 1.5em;
}
.green-line {
  border-bottom: 1px solid #bce29a;
  height: 3px;
  margin: 25px 0;
}
.real-tab {
  border-bottom: none;
  margin: 0 auto;
  margin-bottom: 30px;
}
.real-tab > li > a {
  background: #afafb0;
  line-height: 1em;
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.real-tab > li > a:hover {
  background: #78c535;
}
.real > li > a {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 2px;
  padding: 8px 30px;
}
.real-tab > li.active > a, .real-tab > li.active > a:focus, .real-tab > li.active > a:hover {
  background: #78c535;
}
.real-tab > li.active > a, .real-tab > li.active > a:focus, .real-tab > li.active > a:hover {
  background: #78c535;
  border: 0;
  color: #fff;
}
.protable {
  border-collapse: collapse;
}
.protable th {
  background: #78c535;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  text-align: center;
  height: 34px;
  padding: 0 20px;
  line-height: 1em;
}
.protable td {
  background: #f3f3f3;
  border: 1px solid #fff;
  font-size: 12px;
  height: 34px;
  padding: 0 16px 0 20px;
  color: #777;
  line-height: 1em;
}
.protable .bggrey td {
  background: #e7e7e7;
}
.protable .marginL {
  padding-left: 35px;
}
.protabcont .twobox {
  background: #f3f3f3;
  height: 300px;
  width: 90%;
}
.protabcont .threebox {
  background: #e7e7e7;
  height: 300px;
  width: 90%;
}
.acc-title {
  background: #78c535;
  color: #fff;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin-bottom: 36px;
  margin-top: 40px;
}
.acc-width {
  width: 72%;
  margin: 0 auto;
}
.acc-selectw {
  width: 70%;
}
.acc-border {
  border-color: #c4e6a7;
}
.acc-note {
  width: 80%;
  font-size: 12px;
  line-height: 1.75em;
  padding: 30px 0;
  margin: 0 auto;
  margin-bottom: 30px;
}
.form-horizontal .acc-txt {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.form-horizontal .acc-txt i {
  color: red;
  font-style: normal;
}
.realacc-title {
  font-size: 14px;
  font-weight: 600;
  color: #78c535;
  border-bottom: 1px solid #bce29a;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.pos-ico {
  position: relative;
}
.real-ico {
  color: #78c535;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: -10px;
}
.realwidth {
  width: 600px;
  margin-left: 50px;
}
.realwidth > li > a {
  width: 190px;
}
.btn-next {
  text-align: center;
  padding: 15px 0 40px 0;
}
.btn-next .btn {
  width: 180px;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  border: none;
  outline: none;
  background: -webkit-linear-gradient(to left, #77c535, #22a638);
  background: -moz-linear-gradient(to left, #77c535, #22a638);
  background: -ms-linear-gradient(to left, #77c535, #22a638);
  background: linear-gradient(to left, #77c535, #22a638);
}
.liblist {
  list-style: none;
  margin-left: 25px;
}
.liblist > li {
  font-size: 12px;
  padding: 4px 0;
  color: #3F3F3F;
  position: relative;
  padding-right: 90px;
}
.liblist > li > span {
  position: absolute;
  top: 3px;
  right: 3px;
}
.liblist > li > a {
  color: #3F3F3F;
}
.liblist > li > a:hover {
  color: #499c00;
}
.liblist > li > i {
  font-size: 13px;
  font-style: normal;
  color: #78c535;
  margin-right: 8px;
}
.hhelli > li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-pos {}
.list-pos > li {
  position: relative;
  padding-left: 15px;
}
.list-pos > li > i {
  position: absolute;
  top: 5px;
  left: 0px;
}
.ullist {
  padding: 3px 0 3px 15px;
}
.ullist > li {
  color: #666;
  line-height: 2em;
}
.ullist .list-ico {
  font-weight: 900;
  font-size: 16px;
  color: #78c535;
  font-style: normal;
  margin-right: 5px;
}
.ollist {
  margin-left: 30px;
  font-size: 13px;
}
.ollist > li {
  list-style: decimal;
  color: #78c535;
  line-height: 1.75em;
  padding: 4px 0;
}
.ollist > li > span {
  color: #666;
}
.liblist .font-small {
  font-size: 12px;
}
.big-btn {
  width: 280px;
  height: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  background: -webkit-linear-gradient(to left, #77c535, #22a638);
  background: -moz-linear-gradient(to left, #77c535, #22a638);
  background: -ms-linear-gradient(to left, #77c535, #22a638);
  background: linear-gradient(to left, #77c535, #22a638);
}
.big-btn:hover {
  background: -webkit-linear-gradient(to left, #f3ba2d, #e57c14);
  background: -moz-linear-gradient(to left, #f3ba2d, #e57c14);
  background: -ms-linear-gradient(to left, #f3ba2d, #e57c14);
  background: linear-gradient(to left, #f3ba2d, #e57c14);
}
.top-menuline {
  color: rgba(255, 255, 255, 0.3);
}
.member-list {
  background: -webkit-linear-gradient(to top, #28292a, #7d7d7d);
  background: -moz-linear-gradient(to top, #28292a, #7d7d7d);
  background: -ms-linear-gradient(to top, #28292a, #7d7d7d);
  background: linear-gradient(to top, #28292a, #7d7d7d);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.member-list li {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #383838;
  box-shadow: 0 1px 0 #ababab;
}
.member-list li a {
  color: #fff;
  font-size: 12px;
}
#gotop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  top: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #3d4450;
  background: #DEDEDE;
  transition: font-size 1s, background 1s;
  cursor: pointer;
  z-index: 77;
}
#gotop:hover {
  color: #fff;
  font-size: 20px;
  background: #66a631;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out -ms-transition:all .25s ease-in-out;
}
*html #gotop {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInRight {
  animation: fadeInRight 3s ease-in-out both;
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width:768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  col-sm-2-5 {
    width: 40%;
    float: left;
  }
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width:992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width:1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
#langArea {
  position: relative;
}
.langshows {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.langsans {
  width: 100%;
  height: 6px;
  position: relative;
}
.lang-posico {
  color: #ababab;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -4px;
}
.user-txt {
  color: #fff;
  font-size: 12px;
}
.user-txt .listbg {
  padding: 3px 8px;
}
a:focus, a:active {
  text-decoration: none;
}
.calend {
  margin: 0;
  padding: 0;
}
.calend li {
  display: inline-block;
  list-style: none;
  width: 66px;
  margin-right: 8px;
}
.ca-week {
  background: #23a638;
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ca-day {
  font-size: 24px;
  font-weight: bold;
  color: #23a638;
  text-align: center;
  background: #f0f0f0;
  height: 38px;
  line-height: 38px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.calend a:hover .ca-week, .calend .active .ca-week {
  background: #ea911c;
}
.calend a:hover .ca-day, .calend .active .ca-day {
  color: #ea911c;
}
.finatab {
  margin-top: 22px;
  border-spacing: 0;
  text-align: center;
}
.finatab > thead > tr {
  font-size: 13px;
  background: #78c535;
  color: #fff;
  border-spacing: 0;
}
.finatab > thead > tr > th {
  border-bottom: none;
  text-align: center;
}
.finatab > tbody > tr {
  font-size: 12px;
  border-bottom: 1px dashed #dfdede;
}
.finatab > tbody > tr > td {
  border-top: none;
}
.finatab span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
  color: #fff;
}
.finatab .high {
  background: #ea911c;
}
.finatab .middle {
  background: #78c535;
}
.finatab .low {
  background: #afafb0;
}
.newli {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
.newli > li {
  font-size: 12px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 10px 0;
  padding-left: 26px;
  padding-right: 90px;
}
.newli > li > a {
  color: #333;
  font-size: 12px;
}
.newli > li > a:hover {
  color: #499c00;
}
.newli > li > i {
  position: absolute;
  top: 12px;
  left: 3px;
  font-style: normal;
  color: #78c535;
}
.newli > li > span {
  position: absolute;
  top: 10px;
  right: 3px;
}
.newfenye > li > a {
  color: #333;
}
.newfenye > .active > a {
  background: #78c535;
  border-color: #78c535;
}
.newfenye > .active > a:hover {
  background: #61ae1e;
  border-color: #61ae1e;
}
.nomagin {
  margin: 0;
}
#_atssh {
  overflow: hidden;
  height: 0 !important;
}
.none {
  display: none;
}
.font-twelve {
  font-size: 12px !important;
}
.bdsharebuttonbox a {
  margin: 0;
  margin-right: 6px;
  border-radius: 4px;
}
.news-time {
  border-bottom: 1px dashed #ccc;
  text-align: right;
  color: #999;
  padding-bottom: 8px;
  padding-right: 10px;
  margin-top: -10px;
}
.news-conts {
  color: #666;
  padding-top: 8px;
}
.news-conts img{
    max-width: 600px;
}
.news-table > tbody > tr > td, .news-table > tbody > tr > th {
  padding: 10px 20px;
}
.lineorange {
  border-bottom: 1px solid #e5c49d;
  padding-top: 30px;
  margin-bottom: 40px;
}
.conten p {
  text-indent: 2em;
  line-height: 1.75em;
  padding: 10px 0;
}
.content-container .conttabs {
  border-bottom: 2px solid #78c535;
  margin-bottom: 20px;
}
.content-container .conttabs > li {}
.content-container .conttabs > li > a {
  margin-bottom: 1px;
  background: #afafb0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
}
.content-container .conttabs > li.active > a, .content-container .conttabs > li.active > a:focus, .content-container .conttabs > li.active > a:hover, .content-container .conttabs > li.active > a:active {
  color: #fff;
  background: #78c535;
  border: 2px solid #fff;
  border-color: #78c535;
}
.mask {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adpic {
  background: url(/template/ausforex/pc/skin/images/ad.jpg) no-repeat;
  vertical-align: middle;
  width: 1050px;
  height: 499px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -525px;
  margin-top: -260px;
}
.close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 9px;
}
.enter {
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}
label.error {
  min-width: 250px;
  padding: 10px;
  margin-top: 5px;
  background: #ff8989;
  background: -moz-linear-gradient(top, #ff8989 0%, #c94141 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8989), color-stop(100%, #c94141));
  background: -webkit-linear-gradient(top, #ff8989 0%, #c94141 100%);
  background: -o-linear-gradient(top, #ff8989 0%, #c94141 100%);
  background: -ms-linear-gradient(top, #ff8989 0%, #c94141 100%);
  background: linear-gradient(to bottom, #ff8989 0%, #c94141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8989', endColorstr='#c94141', GradientType=0);
  text-shadow: 1px 1px 0 rgba(20, 20, 20, 1.0);
  color: #FFF;
  line-height: 14px;
  border-radius: 5px;
}
div.content-container {
  padding-bottom: 80px;
}
div.content-container .col-md-8 h4 {
  font-size: 18px;
  color: #78c535;
  font-weight: 600;
  margin-bottom: 20px;
}
div.content-container strong {
  font-size: 14px;
  color: #ed9200;
  line-height: 1.5em;
  font-weight: 600
}
div.content-container p {
  font-size: 14px;
  color: #595757;
  line-height: 1.5em;
  margin-bottom: 20px;
}
div.content-container p span {
  font-size: 12px;
  color: #595757;
  line-height: 1.5em;
}
div.content-container em {
  color: #78c535;
  margin-bottom: 10px;
  font-weight: 400;
}
div.content-container strong {
  font-size: 14px;
  color: #ed9200;
  line-height: 1.5em;
  font-weight: 600;
}
div.content-container u {
  color: #78c535;
  margin-bottom: 10px;
  font-weight: 400;
}
div.content-container p.box {
  border: 2px #CCCCCC solid;
  font-weight: 700;
  padding: 3px 5px;
  width: 100%;
}
div.content-container div.question {
  color: #ed9200;
}
div.content-container div.anwser {
  color: black;
}
div.content-container table {
  background-color: white;
  border-collapse: collapse;
  color: black;
  width: 100%;
  border: 1px solid #333;
}
div.content-container table tr {
  background-color: white;
  line-height: 1.5em;
}
div.content-container table tr.alternate td {
  background-color: #e7e7e7;
}
div.content-container table th {
  border: 1px solid #fff;
  font-size: 13px;
  height: 50px;
  padding: 0 16px 0 20px;
  color: white;
  text-align: center;
  font-size: 16px;
}
div.content-container table td {
  background: #f3f3f3;
  border: 1px solid #fff;
  font-size: 12px;
  height: 50px;
  padding: 0 16px 0 20px;
  color: #777;
}
div.content-container table td.center {
  text-align: center;
}
div.content-container thead th.header-1 {
  background-color: #c19861;
}
div.content-container thead th.header-2 {
  background-color: #27a838;
}
div.content-container ul li {}
div.content-container ul li a {
  text-decoration: none;
  margin-bottom: 10px;
}
div.content-container ul li.download {
  background: url(/template/ausforex/pc/skin/images/pdf.png) no-repeat left 1px;
  display: block;
  line-height: 24px;
  padding-left: 25px;
}
div.content-container ul li.download a {
  text-decoration: none;
  color: green;
}
div.content-container ul li.left {
  float: left;
}
div.content-container ul li.col-md-6 {
  width: 35%
}
div.content-container ul li u {
  color: green;
}
div.breadcrumb-nav {
  border-bottom: 2px solid #dcdcdc;
  font-size: 14px;
  color: #727171;
  margin: 50px 0px;
}
div.breadcrumb-mav span {
  font-weight: 700;
}
div.breadcrumb-nav a {
  color: #78c535;
}
div.breadcrumb-nav i {
  font-family: Arial;
  padding: 0 4px;
  line-height: 40px;
}
#footer-carousel .owl-item {
  float: left;
}
#footer-carousel img {
  height: 39px;
  width: 144px;
  padding: 5px 10px
}
.ieinfo {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.ieinfo .box {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: microsoft yahei;
  position: relative;
}
.ieinfo .box h5 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.ieinfo .box p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.ieinfo .box p a {
  color: #4078c0;
  text-decoration: none;
}
.ieinfo .box p a:hover {
  text-decoration: underline;
}
.iebtn {
  display: inline-block;
  padding: 8px 20px;
  background: #eee;
  border: 1px solid #d5d5d5;
  color: #990000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.iebtn:hover {
  background: #e7e7e7;
}
.progbarelive {
  position: relative;
}
.progbar {
  width: 100%;
  height: 90%;
  position: absolute;
  z-index: 999;
  text-align: center;
  opacity: 0.45;
  background-color: #fff;
}
.au-error404 {
  width: 340px;
  margin: 0 auto;
}
.au-error404 p {
  text-align: center;
}
.au-error404 .errbtn {
  border: 1px solid #45ad00;
  color: #45ad00;
  margin: 0 10px;
  padding: 6px 30px;
}
.flow-steps {
  border-radius: 5px;
  height: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
.flow-steps li {
  float: left;
  height: 32px;
  width: 33.33%;
  line-height: 32px;
  text-align: center;
  background: url(/template/ausforex/pc/skin/images/bar.png) no-repeat 100% 0 #E4E4E4;
  font-weight: bold;
}
.flow-steps li.done {
  background-color: #ffeda2;
  background-position: 100% -64px;
}
.flow-steps li.current-prev {
  background-color: #ffeda2;
  background-position: 100% -32px;
}
.flow-steps li.current-prev-prev {
  background-color: #ffeda2;
  background-position: 100% -64px;
}
.flow-steps li.current {
  background-color: #5ccc00;
  color: #fff;
}
.flow-steps li#complete.current, .flow-steps li.last {
  background-image: none;
}
.serviceOnline a {
  color: white;
  display: block;
  background-color: #ed9200;
  padding: 8px 15px;
  text-align: center
}
.serviceOnline a:hover {
  background-color: #52961b
}
.btn-mobile {
  width: 100%;
  height: 100px;
  font-size: 16px;
}
.btn-mobile h4 {
  color: #fff !important;
}
.btn-mobile img {
  width: 32px;
}