@charset "UTF-8";
.parallelogram {
  width: 330px;
  height: 40px;
  margin-left: 20px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  background: #0b407a;
  margin-left: 65%;
  text-align: center;
  line-height: 40px;
}

.parallelogram span {
  display: inline-block;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  margin-right: 5px;
}

.parallelogram a {
  color: #ffffff;
  margin-right: 10px;
}

.parallelogram img {
  width: 14px;
  height: 14px;
}

.national {
  margin: 10px 20px;
}

/*AboutUs*/
#gblpart .au-navi {
  border-right: 1px solid #dbdbdb;
  position: fixed;
  top: 250px;
  left: 8%;
  z-index: 100;
  display: none;
  min-width: 100px;
}

.au-navi p {
  color: #353535;
  margin: 45px 0;
  position: relative;
  text-align: right;
  padding-right: 25px;
}

.au-navi p a {
  color: #353535;
}

.au-navi .opt a {
  color: #1265b3;
  font-size: 16px;
  font-weight: bold;
}

.au-navi p .roundness-normal {
  width: 16px;
  height: 16px;
  background: url(../images/icon-normal.png);
  position: absolute;
  right: -8px;
  top: 0;
}

.au-navi p.opt:after {
  content: '';
  width: 92px;
  height: 18px;
  background: url(../images/opt-line-old.png);
  position: absolute;
  right: 6px;
  top: 14px;
}

.au-navi .opt .roundness-normal {
  background: url(../images/icon-active.png);
}

.au-navi p a.padding0 {
  padding-left: 0;
}

.au-navi p a.padding22 {
  padding-left: 22px;
}

.au-navi p a.padding15 {
  padding-left: 15px;
}

.au-content-table {
  display: table;
  width: 100%;
  padding-top: 40px;
}

.au-content .au-picture {
  width: 35%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 40px;
}

.au-content .au-picture img {
  width: 86%;
  float: left;
}

.au-introduce {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
}

.au-content .title {
  font-size: 30px;
  color: #383635;
  font-weight: normal;
  line-height: 40px;
  margin-left: 5px;
}

.au-content .logo {
  display: inline-block;
  width: 55px;
  height: 39px;
  background-image: url(/images/content.png);
  vertical-align: bottom;
  margin-right: 12px;
}

.au-content .title-center {
  display: inline-block;
  margin-left: 40%;
  margin-bottom: 20px;
}

.au-content .zz tr td {
  padding: 15px 20px;
  color: #383635;
}

.au-content .zz tr td p {
  line-height: 22px;
}

.au-content .zz tr td.left {
  padding: 15px 20px 15px 0;
}

.au-content .zz tr td b {
  display: block;
  font-size: 16px;
  color: #1265b3;
  margin-bottom: 15px;
}

.au-introduce .content {
  margin-top: 30px;
}

.au-introduce .content p {
  color: #353535;
  line-height: 25px;
}

.advantage {
  background: #fff;
  border: 8px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 20px;
}

.b-rb {
  border-bottom: 1px solid #e7e7e7;
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.b-rb .b-rb-box {
  height: 234px;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  height: 235px;
  padding: 0 15px;
}

.b-rb .b-rb-box .dv_imgbox {
  height: 102px;
  vertical-align: middle;
  display: block;
  width: 100%;
  float: left;
  margin-top: 25px;
}

.b-rb .b-rb-box .p1 {
  font-size: 22px;
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #383635;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.b-rb .b-rb-box .p2 {
  text-align: left;
  margin: 10px 5% 0 5%;
  float: left;
  width: 90%;
  color: #383635;
}

.b-rb .b-rb-box .p2 label {
  text-align: center;
  display: block;
}

/*.b-rb .dv_hovbox{display:none; position:absolute;top:0; left:0;width:99.7%; height:99.6%; background:#0c407a;color:#fff;text-align:center;border-right:1px solid #fff;border-bottom:1px solid #fff;}*/
.b-rb .dv_hovbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.7%;
  height: 0;
  background: #0c407a;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
}

.b-rb .dv_hovbox p {
  width: 90%;
  margin-left: 5%;
  text-align: left;
}

.b-rb .dv_hovbox p label {
  float: left;
}

.b-rb .dv_hovbox p .lab_cnts {
  width: 93%;
}

.b-rb .dv_hovbox p .fsc {
  width: 7%;
}

.b-rb:hover .dv_hovbox {
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 234px;
}

.b-rb .dv_hovbox .p-hov {
  font-size: 20px;
  margin-top: 55px;
  text-align: center;
  margin-bottom: 10px;
}

#au-picture01 {
  width: 35%;
}

#au-introduce01 {
  width: 60%;
  margin-left: 0;
}

#FSP {
  margin-bottom: 35px;
}

.au-content #map {
  width: 80%;
  margin: 0 10%;
}

#about_contactus {
  width: 50%;
  margin-left: 20%;
  margin-top: 60px;
}

.connection {
  margin-top: 30px;
}

.contact {
  width: 67%;
}

.lgtp {
  margin-bottom: 30px;
}

.lgtp i {
  float: left;
}

.lgtp p {
  float: left;
  margin-left: 3%;
  width: 85%;
}

.lab_contact {
  font-size: 18px;
  color: #383635;
  margin-top: 8px;
  display: block;
}

b.b_address {
  font-size: 17px;
  color: #a4a4a4;
  float: left;
}

b.haoma {
  font-size: 24px;
  display: block;
  color: #a4a4a4;
}

.lgtp p b#b-Australia {
  font-size: 16px;
}

.lgtp p #lab_address {
  font-size: 15px;
}

.lgtp p .lab_address {
  font-size: 16px;
  float: left;
  margin-top: 3px;
}

#company_address {
  height: 150px;
  float: left;
}

.lgtp p.bottom {
  margin-bottom: 15px;
}

.au-introduce .content .p3 {
  color: #1265b3;
}

.au-introduce .content .p4 {
  margin-bottom: 0;
}

.gssite {
  width: 30%;
}

.gssite i {
  float: left;
}

.gssite p {
  font-size: 16px;
  margin: 0 0 25px 0;
  float: left;
  margin-left: 6%;
}

.gssite p b {
  color: #a4a4a4;
  float: left;
}

.gssite p label {
  float: left;
  width: 80%;
}

.gssite p#p-address {
  font-size: 18px;
}

.au-content #b_com_zizhi {
  width: 12%;
}

.au-content #b_com_zizhi label {
  display: block;
  margin-top: 150px;
}

#comp_zz p {
  color: #383635;
  line-height: 22px;
}

#comp_zz p b {
  color: #1265b3;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}

.comp-lx-tit {
  margin-top: 105px;
}

.comp-lx {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comp-lx.right {
  width: 438px;
}

.comp-lx p {
  margin-top: 35px;
  display: table;
}

.comp-lx p label {
  display: table-cell;
}

.comp-lx p label em {
  width: 69px;
  height: 69px;
  display: block;
  background: url(/images/content.png) no-repeat;
  margin-right: 20px;
}

.comp-lx p span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #383635;
  padding-left: 10px;
}

.comp-lx p span b {
  font-size: 24px;
  color: #a4a4a4;
  display: block;
}

.comp-lx.right span {
  width: 100%;
}

.comp-lx .last-p span b {
  font-size: 18px;
  margin-bottom: 15px;
}

.comp-lx .last-p span b label {
  font-weight: normal;
  font-size: 16px;
  color: #383635;
}

.comp-lx p em.icon-one {
  background-position: -151px -61px;
}

.comp-lx p em.icon-two {
  background-position: -246px -328px;
}

.comp-lx p em.icon-three {
  background-position: -2px -61px;
}

/*公共内容页css*/
.noticebox {
  color: #333;
  text-align: center;
  width: 80%;
  margin-left: 10%;
}

.Notice-title {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
}

.Notice-title p {
  color: #aeaeae;
  margin-top: 5px;
}

#tab_notice {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  margin-bottom: 40px;
}

#tab_notice th {
  background: #9cbedf;
  line-height: 40px;
  font-weight: normal;
  color: #1265b3;
}

#tab_notice td {
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

#tab_notice td:first-child {
  border-left: 1px solid #eaeaea;
}

.complain-box {
  width: 70%;
  margin: 30px 15%;
}

.complain-box .title {
  width: 30%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
  color: #0c407a;
}

.complain-box .p1 {
  text-indent: 2em;
  line-height: 25px;
}

.complain-box .p1 b {
  color: #0c407a;
  font-size: 16px;
}

.complain-box .form {
  width: 70%;
  margin-left: 15%;
  margin-top: 50px;
}

.complain-box .form .paragraph {
  margin-bottom: 30px;
}

.complain-box .form .sort {
  width: 20%;
  font-size: 20px;
  line-height: 35px;
}

.complain-box .form .ls {
  letter-spacing: 20px;
}

.complain-box .form .text-box {
  width: 60%;
  height: 35px;
  border: 1px solid #a4a4a4;
  cursor: pointer;
}

.complain-box .form .text-box span {
  display: inline-block;
  width: 47%;
  margin-right: 6%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 37px;
  cursor: pointer;
}

.complain-box .form .text-box .sex {
  padding: 8px;
  text-align: center;
  font-size: 16px;
}

.complain-box .form .text-box .pitchon {
  background: #0b407a;
  color: #fff;
}

.complain-box .form .text-box .unchecked {
  background: #fff;
  color: #0b407a;
}

.complain-box .form .text-box .mr-0 {
  margin-right: 0;
}

.complain-box .form .border-none {
  border: none;
}

.complain-box .form .text-box .input-box {
  width: 55%;
}

.complain-box .form .text-box .verification {
  width: 39%;
}

.complain-box .form .btn-box {
  width: 60%;
  margin-left: 20%;
}

.complain-box .form .btn {
  display: inline-block;
  width: 40%;
  margin: 20px 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  border-radius: 6px;
  border: none;
}

.complain-box .form .reset {
  background: #2262a8;
  cursor: pointer;
}

.complain-box .form .submit {
  background: #0b407a;
  cursor: pointer;
}

.pop-up {
  width: 33%;
  background: #fff;
  position: fixed;
  top: 40%;
  left: 33%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #1265b3;
}

.pop-up .Small-Picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #608fc4;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.pop-up .Small-Picture em {
  display: block;
  width: 27px;
  height: 21px;
  background: url(../images/complaint01.png) no-repeat;
  position: absolute;
  left: 7px;
  top: 10px;
}

.pop-up input {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: none;
  background: #0b407a;
  border-radius: 5px;
  width: 100px;
}

.pop-up .p2 {
  font-size: 16px;
  color: #0c407a;
  margin-bottom: 5px;
}

.pop-up .p3 {
  font-size: 14px;
  color: #0c407a;
  margin-bottom: 12px;
}

/*市场资讯css*/
.ul_markets li {
  padding: 36px 22px;
  border-bottom: 1px solid #e0e0e0;
}

.ul_markets li:hover {
  background: #f2f2f2;
}

.ul_markets li#li-one:hover {
  border-top: 1px solid #e0e0e0;
}

.ul_markets li > div.markets {
  padding-left: 20px;
  width: 510px;
}

.ul_markets li div span {
  margin: 0 auto;
  display: block;
}

.ul_markets li > div.markets a {
  display: block;
  color: #999;
  overflow: hidden;
}

.ul_markets li div.markets a.h3 {
  color: #383635;
  font-size: 18px;
  padding: 5px 0 10px 0;
  font-weight: 600;
}

.ul_markets li div.markets a:hover {
  color: #27588f;
}

.ul_markets li > div.markets p {
  color: #aeaeae;
  padding-top: 10px;
}

.ul_markets li > div.markets p a.btn-details {
  color: #27588f;
}

.ul_markets li > div.markets span {
  display: inline-block;
  margin-left: 26px;
}

.ul_markets li > div.markets span img {
  margin-right: 8px;
}

/*市场资讯css*/
/*市场资讯内容页css*/
.leftcontentbox {
  width: 750px;
  margin-left: 50px;
  text-align: center;
}

.leftcontentbox #cbig {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.leftcontentbox h3 {
  font-size: 18px;
  color: #333333;
  margin: 40px 0 5px 0;
}

.leftcontentbox #time {
  color: #aeaeae;
  padding: 12px 172px;
  border-bottom: 1px solid #e0e0e0;
}

.c-details {
  margin-top: 20px;
}

.c-details p {
  text-indent: 2em;
  color: #333333;
  line-height: 22px;
  text-align: left;
}

.editbdshare {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.c-details p.edit-name {
  padding-bottom: 15px;
}

#bdshare label {
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
}

.fanye {
  padding: 40px 0 80px 0;
}

.fanye a {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.fanye a.btn-returnlist {
  border: 1px solid #5383c1;
  color: #5383c1;
  border-radius: 5px;
  padding: 5px 22px;
  display: inline-block;
}

.c-details span {
  display: block;
  margin: 100px 0 60px 0;
  height: 29px;
  line-height: 29px;
}

.rightcontentbox {
  width: 300px;
  margin-right: 50px;
  float: right;
}

.rightcontentbox h3 {
  font-size: 20px;
  color: #27588f;
  margin: 46px 0 28px 0;
  font-weight: normal;
}

.rightcontentbox li {
  width: 100%;
  margin-bottom: 30px;
}

.rightcontentbox li .a-imgtext {
  display: block;
  padding-top: 5px;
  color: #515151;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}

.rightcontentbox li .a-imgtext:hover {
  color: #2262a8;
}

/*市场资讯内容页css*/
/*财经日历css*/
.cx_calendar {
  margin-bottom: 45px;
}

.cx_calendar p {
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
}

.cx_calendar span {
  display: block;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  width: 216px;
  position: relative;
  height: 36px;
}

.cx_calendar span input {
  width: 160px;
  height: 36px;
  line-height: 36px;
  border: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4px;
  bottom: 0;
  font-size: 14px;
  border-radius: 5px;
}

#date li {
  float: left;
  width: 14.28%;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

#date li div {
  width: 98%;
  height: 56px;
  margin-left: 2%;
  color: #858585;
  border: 1px solid #608fc4;
  padding: 30px 0;
}

#date li div p {
  margin-bottom: 5px;
  font-size: 18px;
}

#date li div.selected {
  background: #608fc4;
  border: none;
  height: 58px;
}

#date li div.selected p {
  color: #fff;
}

.cx_calendar b {
  display: block;
  font-size: 18px;
  color: #333;
}

.cx_calendar table {
  width: 100%;
  text-align: center;
}

.cx_calendar table th {
  font-weight: normal;
  line-height: 48px;
  background: #b1cce6;
  color: #1265b3;
  font-size: 18px;
  border-right: 1px solid #eaeaea;
}

.cx_calendar table td img {
  width: 30px;
  height: 20px;
}

.cx_calendar table td {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding: 10px 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.cx_calendar table td:first-child {
  border-left: 1px solid #eaeaea;
}

#report {
  margin-top: 80px;
}

#countrysiftings {
  background: #eff4f9;
  margin-top: 3px;
}

#countrysiftings a {
  width: 8.33%;
  color: #333;
  float: left;
  text-align: center;
  display: inline-block;
  height: 47px;
  margin: 25px 0;
}

#countrysiftings a i {
  display: block;
  margin: 0 auto;
}

#countrysiftings a p {
  margin-top: 5px;
}

#countrysiftings a label {
  font-size: 14px;
}

#countrysiftings a:hover {
  text-decoration: none;
}

/*about*/
.noticelist {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.noticecontent {
  cursor: pointer;
  padding: 0 10px;
  height: 60px;
  border-bottom: solid 1px #e7e7e7;
  line-height: 25px;
  position: relative;
  margin-top: 20px;
}

.noticeleft {
  width: 80%;
  float: left;
}

.titlep {
  color: #373737;
  font-size: 18px;
  margin-left: 5px;
}

.titlep:hover {
  color: #1365b1;
}

.timep {
  color: #aeaeae;
  margin-bottom: 10px;
  position: absolute;
  font-size: 14px;
  margin-left: 5px;
}

.noticeright em {
  float: right;
  margin-right: 5px;
}

.timecolor {
  color: #aeaeae;
}

/*about*/
/*财经日历css*/
.cx_calendar b {
  display: block;
  font-size: 18px;
  color: #333;
}

/*MT4平台下载css*/
.download {
  margin-top: 80px;
  text-align: center;
}

._33 {
  width: 33.33%;
  text-align: center;
  position: relative;
  float: left;
}

._33box {
  width: 202px;
  margin: 0 auto;
}

.dynamic {
  width: 202px;
  margin: 0 auto;
  display: none;
}

._33 p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.download .tit1 {
  font-size: 50px;
  color: #fff;
}

.download .tit2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 65px;
}

.information {
  font-size: 16px;
  line-height: 30px;
  padding-top: 50px;
  text-indent: 2em;
}

.information-reseau {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.information-reseau li {
  width: 50%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
}

.information-reseau .border-rb {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.information-reseau .border-b {
  border-bottom: 1px solid #e7e7e7;
}

.information-reseau .border-r {
  border-right: 1px solid #e7e7e7;
}

.dllogo {
  width: 20%;
  margin-left: 10%;
}

.explain {
  width: 70%;
}

.explain span {
  display: block;
  font-size: 16px;
  color: #033a75;
  margin-top: 5px;
}

.explain .span3 {
  margin-top: 20px;
  color: #333;
  font-size: 14px;
}

.tutorials-btn {
  border-radius: 5px;
  width: 150px;
  margin: 50px auto;
  text-align: center;
  padding: 15px;
  background: #0b407a;
  color: #fff;
  font-size: 18px;
}

._33:hover ._33box {
  display: none;
}

._33:hover .dynamic {
  display: block;
}

._video {
  margin-top: 80px;
  width: 98%;
  margin-left: 2%;
}

/*交易产介绍*/
.container .protab {
  background: #fff;
}

.protab a {
  display: inline-block;
  float: left;
  width: 33.33%;
  height: 53px;
  text-align: center;
  font-size: 20px;
  color: #27588f;
  line-height: 53px;
  border: 1px solid #27588f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-right: none;
}

.protab a.left {
  border-radius: 3px 0 0 3px;
}

.protab a.right {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #27588f;
}

.protab a span {
  display: block;
}

.protab a span label {
  margin-right: 10%;
}

.protab a.selected span {
  background: #27588f;
  color: #fff;
}

.protab a span i {
  margin-left: 10%;
  margin-top: 15px;
}

.protab a.selected:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.protab2 {
  border-bottom: 1px solid #27588f;
  margin-top: 69px;
}

.protab2 a {
  border-top: 1px solid #27588f;
  height: 54px;
  line-height: 54px;
  width: 190px;
  text-align: center;
  color: #27588f;
  font-size: 20px;
  font-weight: bold;
  float: left;
}

.protab2 a.left {
  border-top-left-radius: 5px;
  border-left: 1px solid #27588f;
}

.protab2 a.right {
  border-top-right-radius: 5px;
  border-right: 1px solid #27588f;
}

.protab2 a.selected {
  background: #27588f;
  color: #fff;
}

.productcontent {
  color: #262626;
  margin-top: 48px;
  display: none;
}

.productcontent .l {
  width: 63%;
  float: left;
}

.productcontent .r {
  width: 33.5%;
  float: right;
}

.productcontent .r img {
  width: 100%;
  display: block;
}

.productcontent .advantage-line {
  font-size: 30px;
  color: #262626;
  padding: 44px 0;
}

.productcontent li {
  width: 35%;
  float: left;
  height: 130px;
  padding-top: 20px;
}

.productcontent li.last {
  width: 25%;
}

.productcontent label {
  display: block;
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 14px;
}

.productcontent ul li.li-texthr span label {
  margin-top: 0;
}

.productcontent ul li i {
  float: left;
}

#productcontent03 ul li {
  float: left;
  width: 33.33%;
  height: 180px;
}

.productcontent ul li span {
  float: left;
  display: inline-block;
  margin-left: 25px;
}

.productcontent ul li span label {
  margin-bottom: 0;
  color: #2b2929;
  font-size: 14px;
  margin-top: 5px;
  max-width: 268px;
}

.productcontent ul li span .lab_adv_title {
  font-size: 18px;
  color: #000;
}

.productcontent ul li .middle {
  width: 90%;
  margin: 0 5%;
}

.productcontent ul li .alignright {
  float: right;
}

.productcontent table {
  width: 100%;
  border-top: 1px solid #efefef;
  color: #262626;
}

.productcontent table td {
  line-height: 22px;
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: center;
}

.productcontent table td span {
  display: block;
  width: 105px;
  margin: 0 auto;
  text-align: left;
}

.productcontent table td:first-child {
  width: 255px;
}

.productcontent table td:last-child {
  border-right: none;
}

.productcontent table td label {
  width: 80%;
  margin-left: 10%;
  text-align: left;
  margin-bottom: 0;
}

.productcontent table td.lasttd {
  width: auto;
  font-size: 18px;
  color: #f92121;
}

.productcontent table td.lasttd p {
  margin-bottom: 0;
  font-size: 18px;
}

.productcontent p.p_desps {
  font-size: 18px;
  color: #262626;
  margin: 40px 0 80px 0;
}

.productcontent p.p_desps label {
  font-size: 18px;
}

.productcontent ul li.part3_libox {
  margin-bottom: 30px;
}

.productcontent ul li.part3_libox div i {
  float: none;
  display: block;
}

.productcontent ul li.part3_libox div span {
  float: none;
  display: block;
  width: 73%;
  margin-left: 0;
}

.product-list {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 25px 20px;
  text-align: center;
  margin: 45px 0 80px 0;
}

.product-list a {
  background: #4e85c4;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  margin: 0 40px;
}

.product-list a:hover {
  background: rgba(78, 133, 196, 0.8);
}

/*交易产品--数据中心*/
.productsdata p {
  font-size: 24px;
  color: #1665b4;
  padding-top: 50px;
}

.productsdata table {
  width: 100%;
  font-size: 18px;
  color: #262626;
  margin-top: 20px;
  margin-bottom: 50px;
}

.productsdata table td {
  line-height: 25px;
  padding: 10px 0;
  text-align: center;
}

.productsdata table td.td-pro {
  width: 212px;
}

.productsdata table td:first-child {
  text-align: left;
}

.productsdata table td a {
  color: #fff;
  width: 80px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.productsdata table td a:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
  cursor: default;
}

.productsdata table .tr_borbotm td {
  border-bottom: 1px solid #e0e0e0;
}

.productsdata table .tr_18px td {
  font-size: 14px;
  line-height: 18px;
  width: 27px;
}

.productsdata table .tr_18px .td_pros {
  font-size: 18px;
}

/*取款指南*/
/*注资指南*/
.depositGuideTitle {
  font-size: 24px;
  text-align: center;
  height: 50px;
  padding-top: 60px;
  color: #333;
  margin-bottom: 20px;
}

.depositGuideText {
  background-color: #0e3767;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

.depositGuidehov {
  margin-top: 35px;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}

.depositGuideContent {
  background-color: #f4f4f4;
}

.depositGuideContentInfor {
  margin: 0 0 0 40%;
  padding-top: 40px;
}

.depositGuideContentInfor b {
  border-radius: 50%;
  background-color: #0b407a;
  width: 18px;
  height: 18px;
  color: #0b407a;
  margin-left: 30px;
  display: inline-block;
}

.depositGuide-one {
  margin-top: 20px;
}

.depositGuide-step {
  height: 110px;
  color: #42618d;
  position: relative;
}

.depositGuide-step em {
  display: block;
  width: 2px;
  height: 204px;
  background: #42618d;
  position: absolute;
  top: 20px;
  left: 59px;
}

.depositGuide-step .spanright {
  margin-left: 40px;
  vertical-align: top;
}

.depositGuideTips {
  margin-top: 50px;
}

.depositGuideTips p {
  line-height: 25px;
}

/*取款指南*/
.injectionGuideTitle {
  background: #214e7f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  font-size: 16px;
}

.injectionGuideTitle p {
  font-size: 16px;
  line-height: 25px;
}

.injectionGuideContent {
  background: #f4f4f4;
  border-radius: 5px;
  font-size: 18px;
}

.injectionGuideContentInfor {
  margin: 10px 0 0 20%;
}

.injectionGuideContentInfor b {
  border-radius: 50%;
  background-color: #0b407a;
  width: 18px;
  height: 18px;
  color: #0b407a;
  margin-left: 30px;
  display: inline-block;
}

.injectionGuide-step {
  width: 400px;
  height: 80px;
  color: #42618d;
}

.injectionGuide-step em {
  display: block;
  width: 2px;
  height: 160px;
  background: #42618d;
  margin-left: 55px;
  margin-top: -2px;
}

.injectionGuide-step .spanright {
  width: 200px;
  margin-left: 40px;
}

.injectionGuide-one {
  padding-top: 40px;
}

.injectionGuideText {
  padding-bottom: 30px;
}

.injectionGuideText p {
  margin-left: 40px;
  line-height: 25px;
}

.injectionGuideTips {
  margin-top: 50px;
  position: relative;
  line-height: 25px;
  padding-bottom: 100px;
}

.injectionGuideTime {
  height: 260px;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 5px;
}

.time1 {
  margin-left: 40px;
  margin-top: 45px;
  position: absolute;
  line-height: 25px;
}

.time2 {
  margin-left: 40px;
  margin-top: 110px;
  position: absolute;
  line-height: 25px;
}

.time3 {
  margin-left: 40px;
  margin-top: 170px;
  position: absolute;
  line-height: 25px;
}

/*网站地图*/
.maparea {
  margin-left: 10%;
  width: 80%;
  height: auto;
  position: relative;
}

.maplevel-container {
  padding: 40px 0;
}

.maplevel {
  margin-top: 0;
  margin-bottom: 30px;
}

.maplevel p {
  font-size: 24px;
  color: #1265b3;
  border-bottom: solid 1px #ccc;
  height: 45px;
  float: left;
  width: 100%;
  margin-top: 18px;
}

.maplist {
  margin-top: 20px;
  margin-left: 0;
}

.maplevel .maplist p {
  height: 35px;
  line-height: 35px;
  border-bottom: none;
  margin-top: 25px;
}

.maplist a {
  font-size: 16px;
  color: #585858;
  margin-right: 55px;
}

.maplist a.title {
  margin-right: 48px;
  font-weight: bold;
}

.maplist a:hover {
  color: #1265b3;
}

/*网站地图*/
/*研究院*/
.college-content .downem {
  width: 16px;
  height: 10px;
  background-position: -76px -250px;
  margin-right: 10px;
  margin-top: 15px;
}

.college-content .upem {
  width: 16px;
  height: 10px;
  background-position: -109px -250px;
  margin-right: 10px;
  margin-top: 15px;
}

.college-content .downp {
  color: #333;
}

.college-content .upp {
  color: #333333;
}

.college-content h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}

.college-content h3 a,
.college-content h3 a:hover,
.college-content h3 a:active {
  color: #1265b3;
}

.college-content p {
  line-height: 22px;
}

.advanceinside-content {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  padding: 50px 0 100px 0;
}

.advanceinside-content .title {
  font-size: 18px;
  color: #1265b3;
  font-weight: normal;
  margin-bottom: 35px;
}

.advanceinside-content .title span {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  margin-top: 5px;
}

.trend-chart {
  border: 5px solid #a4a4a4;
  margin-bottom: 20px;
  display: inline-block;
}

.trend-chart img {
  max-width: 100%;
}

.advanceinside-content .text-2em {
  text-indent: 2em;
}

.advanceinside-content .text-2em span {
  color: #2162aa;
}

.advanceinside-content .margin-t20 {
  margin-top: 25px;
  margin-bottom: 5px;
}

.advanceinside-content p {
  color: #333;
  line-height: 22px;
  text-align: left;
}

/*研究院*/
/*风险披露*/
.risk-box {
  padding: 58px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.risk-box .imaginary {
  border: 1px dashed #0c407a;
  padding: 10px 20px;
  line-height: 25px;
  color: #353535;
  margin-bottom: 36px;
}

.risk-box .title {
  font-size: 16px;
  margin-bottom: 26px;
}

.risk-box .text {
  margin-bottom: 42px;
  margin-left: 45px;
  width: 1025px;
}

.risk-box .text .title-two {
  margin-bottom: 15px;
  font-weight: bold;
}

.risk-box .text .title-two.interval {
  margin-top: 25px;
}

/*风险披露*/
/*帮助中心*/
.hc_center {
  margin-bottom: 56px;
  border-bottom: 1px solid #989898;
}

.hc_center.nthchild4 {
  border-bottom: none;
}

.hc_center .content .details {
  padding-bottom: 30px;
  font-size: 14px;
}

.hc_center .content .details-border {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.hc_center .content .details-border.last {
  border-bottom: 0;
}

.hc_center .content-t {
  display: table;
  width: 100%;
}

.hc_center .content-t.question {
  font-weight: bold;
  padding-bottom: 5px;
}

.hc_center .content-t.answer {
  color: #353535;
}

.hc_center .content-t .content-c {
  display: table-cell;
  line-height: 22px;
}

.hc_center .content-t .content-c a,
.hc_center .content-t .content-c a:hover,
.hc_center .content-t .content-c a:active {
  color: #353535;
}

.hc_center .content-t .content-c a:hover {
  text-decoration: underline;
}

.hc_center .content-t .content-c.des {
  width: 28px;
}

.college-content h3.h3-title {
  color: #1265b3;
  margin-bottom: 30px;
}

.college-content b.b_paddingtop {
  padding-top: 20px;
}

.btn-lookmore {
  display: block;
  color: #fff;
  text-align: center;
  width: 116px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #608fc4;
  margin: 30px auto 40px auto;
  font-size: 16px;
}

.btn-lookmore:hover,
.btn-lookmore:active {
  background: rgba(96, 143, 196, 0.8);
}

.btn-lookmore.down {
  width: 100%;
}

.btn-lookmore.down:after {
  content: '';
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAAEhcmxxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZGEzYWM0Yi1lMWQxLTBlNGEtYmY2Ni01NThkNjkxM2Y5ZjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA1MkVFRjQzNjI5MTFFNzkyQkFDQjg1NDRFOERFRDIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA1MkVFRjMzNjI5MTFFNzkyQkFDQjg1NDRFOERFRDIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTAyZTYyNTgtOGVkMS00OTQ2LTgxN2EtNDhmYzIwZGNkZDRmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDc5ZTBiZDktNGM5My0xMWU2LWE3MmItZmU4Y2Q3NmVmNWZjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qbltpQAAAO9JREFUeNpi/P//PwMIMDFAwE+AAGIAiYB4vwECiBEqFwzEfwACCCTcCBIA4lYGKOMCiIYpYwTi/wABBJOJBOJOKLsXiENgqv4AMQsDAvyBWQwTfAPjAwQQSOtLqBHI+Bk2o34BMRuIwwYV/AmVYINJhAGxJhCzQyU6gfgczKhQIDYHYlYgPgjE62ASIBAACgwg3griAAQYzBUxQPwHFBZYXMgA9TxIPhxdIhSIfwNxDxCDbJkIxD+BOAimBqbwJVKIg3AAEL8BYm8kMZDtz5BNj4Ra24lmKygOfoHiAdkGZBwMdcYFKO2PLI8cGkQBAOm7LJOf5PHfAAAAAElFTkSuQmCC");
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

/*投诉建议*/
.sug_tabbox {
  border: 1px solid #0c407a;
  text-align: center;
  font-size: 18px;
}

.sug_tabbox a {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  color: #0c407a;
  height: 46px;
  line-height: 46px;
}

.sug_tabbox a.selected {
  background: #0c407a;
  color: #fff;
}

.sug_tabbox a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #0c407a;
  width: 1px;
}

.feedback {
  color: #353535;
  padding-top: 22px;
  display: none;
}

.feedback p em {
  float: left;
  display: inline-block;
  width: 3px;
  height: 13px;
  background: #0c407a;
  margin-right: 10px;
  margin-top: 3px;
}

.wt-info {
  padding-top: 54px;
  width: 430px;
  margin: 0 auto;
}

.dls {
  font-size: 18px;
  color: #333;
}

.dls span {
  float: left;
  display: inline-block;
  text-align: right;
  width: 108px;
  padding-right: 12px;
  line-height: 40px;
}

.dls .inputtext {
  height: 38px;
  line-height: 38px;
  border: 1px solid #c3c3c3;
  width: 300px;
  padding-left: 6px;
}

.dv_input {
  position: relative;
  float: left;
}

.dv_input a.selectbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: #0c407a;
  text-align: center;
}

.dv_input ul {
  position: absolute;
  top: 43px;
  right: 0;
  width: 308px;
  border: 1px solid #0c407a;
  z-index: 1000;
  background: #fff;
  line-height: 38px;
  display: none;
}

.dv_input ul li {
  padding-left: 6px;
  cursor: pointer;
}

.dv_input ul li:hover {
  background: #9cbedf;
  color: #fff;
}

.dv_input textarea.inputtext {
  height: 198px;
  line-height: 24px;
  font-family: 微软雅黑;
  padding: 10px 5px;
  width: 297px;
}

.dv_input .img-validate {
  width: 175px;
}

.dv_input .ValidateCode {
  width: 108px;
  height: 40px;
  border: 1px solid #c3c3c3;
  margin-left: 10px;
}

.dv_input .btn-callback {
  background: #0b407a;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding-left: 0;
  width: 308px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

/*交易产品 css*/
.ul_markets li > div.markets p
.productcontent .advantage-line {
  margin: 42px 0 38px 0;
}

.productcontent .case {
  margin-bottom: 40px;
}

.productcontent .bg-color {
  background: #f5f5f5;
  padding: 6px 10px;
  margin-top: 10px;
}

.productcontent .bg-color i {
  color: #27588f;
  font-style: normal;
}

.productcontent .case .case-tit {
  font-size: 18px;
  color: #27588f;
  display: block;
  margin-bottom: 10px;
}

.productcontent .case span {
  display: block;
  line-height: 25px;
  font-size: 14px;
}

.productcontent .case p {
  font-size: 14px;
  margin-bottom: 0;
  color: #aaa;
  padding-top: 6px;
}

.productcontent .case b {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

/*学院*/
.collega_tabbox {
  width: 932px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #27588f;
  border-radius: 5px;
}

.collega_tabbox a {
  float: left;
  width: 50%;
  display: inline-block;
  font-size: 20px;
  color: #27588f;
  background: #fff;
  line-height: 52px;
  position: relative;
}

.collega_tabbox a span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #27588f;
  display: block;
}

.collega_tabbox a.selected {
  background: #27588f;
  color: #fff;
}

.collega-content-box {
  padding: 100px 0 60px 0;
}

.college-content {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 44px;
  padding-bottom: 44px;
}

/*帮助中心 修改2017-05-24*/
.question-box {
  padding-bottom: 100px;
}

.question-box .more {
  display: block;
  width: 170px;
  height: 38px;
  border: 1px solid #999;
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin: 40px auto 0 auto;
  border-radius: 3px;
}

.question-box .more:hover,
.question-box .more:active {
  background: #27588f;
  border: 1px solid #27588f;
  color: #fff;
}

.question-box .tit {
  font-size: 16px;
  color: #1265b3;
  font-size: 18px;
  margin-bottom: 10px;
}

.question-box ul li .question-tit {
  font-weight: bold;
}

.question-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}

.question-box ul li > div {
  margin-top: 10px;
}

.question-box ul li .step {
  width: 2%;
  display: block;
}

.question-box ul li .text {
  width: 98%;
  display: block;
}

/**研究院改版css*/
.leftcontentbox #time #page-view {
  margin: 0 35px;
}

.rightcontentbox li .marketimgbox img {
  width: 86px;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
}

.rightcontentbox li .textbox {
  width: 200px;
  font-size: 14px;
}

.rightcontentbox li .textbox label {
  display: block;
  color: #999;
  font-size: 16px;
  margin-top: -5px;
}

.ul_markets li a.imgborbox img {
  width: 200px;
  height: 125px;
  border-radius: 5px;
}

.news-leftbox {
  margin-bottom: 90px;
  margin-top: 36px;
}

.ul_box {
  border-right: 1px solid #e0e0e0;
  padding: 0 35px 0 0;
  width: 780px;
}

.btn-scrollpage {
  color: #999;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 56px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: inline-block;
}

.btn-scrollpage:hover {
  border: 1px solid #27588f;
  color: #fff;
  background: #27588f;
}

.right-markets {
  margin-right: 0;
  width: 344px;
}

.right-markets li .textbox {
  width: 240px;
}

@media screen and (max-width: 1200px) {
  .markets-container {
    width: auto !important;
    margin: 0 20px !important;
  }

  .ul_box {
    padding: 0 16px 0 0;
  }

  .productsdata table {
    width: 80%;
  }

  .productsdata table td.td-pro {
    width: 72px;
  }
}
/*产品点差*/
.product-diancha {
  padding-top: 70px;
}

.product-diancha .content li {
  padding-bottom: 44px;
}

.product-diancha .content li b {
  font-size: 18px;
  color: #27588f;
}

.product-diancha .content li p {
  padding-top: 16px;
  line-height: 24px;
}

.product-diancha .detail > li {
  margin-bottom: 40px;
  background: #fafafa;
  padding: 24px 26px 75px 26px;
}

.product-diancha .detail > li.last {
  margin-bottom: 0;
}

.product-diancha .detail > li > p {
  color: #27588f;
  font-size: 16px;
  padding-bottom: 24px;
}

.product-diancha .detail > li > ul li {
  float: left;
  margin-left: 12px;
  width: 81%;
}

.product-diancha .detail > li > ul li.first {
  width: 16%;
}

.product-diancha .detail > li > ul li p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dotted #dedede;
}

.product-diancha .detail > li > ul li p.p-header {
  background: #0c407a;
}

.product-diancha .detail > li > ul li p.title {
  font-size: 16px;
  color: #27588f;
  border-bottom: 1px solid #85a7cd;
}

.product-diancha .detail > li > ul li p span {
  width: 50%;
  float: left;
}
.product-diancha .detail > li >ul li .detail-h span {
  width: 33%;
}

.product-diancha .detail .detail-h {
  border-bottom: 0;
  background: #0c407a;
  color: #fff;
  font-size: 18px;
}

.product-diancha .detail .detail-h.no-bg {
  background: none;
}

.product-diancha .detail .detail-c {
  border: 1px solid #dedede;
  padding: 0 10px;
}

.product-diancha .tips {
  color: #262626;
  font-size: 14px;
  padding: 20px 0 100px 0;
  line-height: 25px;
}

/*汇率换算*/
.container .currency_title {
  height: 119px;
  line-height: 119px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
}

.container .currency_title span {
  display: inline-block;
  font-size: 24px;
  padding-right: 20px;
  color: #1665b4;
}

.exchange_rate {
  display: table;
  border-collapse: collapse;
  border-spacing: 1px;
  border-color: grey;
  width: 1200px;
}

.exchange_rate tr {
  height: 158px;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 125px;
  width: 1200px;
}

.exchange_rate tr td img {
  display: block;
}

.exchange_rate tr td .img_top {
  margin-bottom: 20px;
}

.exchange_rate tr .rate_one {
  width: 256px;
  padding-left: 125px;
  font-size: 21px;
  font-weight: 600;
  color: #262626;
}

.exchange_rate tr .rate_two {
  width: 90px;
  padding-left: 42px;
}

.exchange_rate tr .rate_three {
  width: 205px;
}

.exchange_rate tr .rate_three .company {
  display: inline-block;
  width: 100px;
  height: 32px;
  border: 1px solid #e3e3e3;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
  color: #262626;
}

.exchange_rate tr .rate_four {
  width: 72px;
  font-weight: bold;
}

.exchange_rate tr .rate_five {
  width: 90px;
}

.exchange_rate tr .rate_six {
  width: 330px;
  font-size: 18px;
}

.exchange_rate tr .rate_six .company {
  display: inline-block;
  width: 100px;
  height: 32px;
  border: 1px solid #e3e3e3;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}

.exchange_rate tr .rate_six .distance {
  margin-bottom: 27px;
}

.exchange_rate tr .rate_six p {
  font-size: 18px;
}

.currency_remarks {
  height: 132px;
  line-height: 98px;
  text-align: center;
  font-size: 16px;
  color: #515151;
}

.container .rate_rules {
  height: 134px;
  background: #f3f3f3;
  padding: 10px 20px;
}

.container .rate_rules h3 {
  height: 37px;
  line-height: 37px;
  font-size: 20px;
  color: #ff5400;
  font-weight: normal;
}

.container .rate_rules p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

td.rate_three {
  font-size: 18px;
}

/**
 * ========================================================
 * ************   new index   ************
 * ========================================================
 */
.news .section-title-box,
.club .section-title-box {
  margin-bottom: 45px;
}

.section-title-box {
  width: 1200px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
  margin: 0 auto;
  padding-top: 65px;
}
.section-title-box .sction-title {
  font-size: 26px;
  color: #00588d;
  font-weight: 600;
}
.section-title-box .sction-sub-title {
  font-size: 16px;
  color: #cccccc;
  font-weight: 600;
  margin-left: 5px;
}
.section-title-box .download-btn-box {
  float: right;
  margin-top: 10px;
}
.section-title-box .download-btn-box button {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  padding: 4px 8px;
  margin-left: 10px;
  cursor: pointer;
}
.section-title-box .download-btn-box button.active {
  border-color: #008ccf;
  background-color: #008ccf;
  color: #fff;
}

.new-section {
  width: 1200px;
  margin: 0 auto;
}
.new-section .download-box-1 {
  background: url(../images/index-bgg1.jpg?v=2) no-repeat center;
  position: relative;
}
.new-section .download-box-2 {
  background: url(../images/index-bg2.jpg) no-repeat center;
  position: relative;
  display: none;
}
.new-section .download-box {
  height: 864px;
  width: 100%;
  padding-top: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-section .download-box .content-titel {
  font-size: 28px;
  color: #00588d;
  font-weight: 600;
}
.new-section .download-box .content-sub-title {
  font-size: 14px;
  color: #333;
  width: 540px;
  margin: 40px 0 35px 0;
}
.new-section .download-box .box-2 {
  width: 595px;
}
.new-section .download-box .content-li {
  margin-bottom: 25px;
}
.new-section .download-box .content-li .content-li-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.new-section .download-box .content-li .content-li-sub-title {
  font-size: 14px;
  color: #333;
}
.new-section .download-box .content-li .img-box,
.new-section .download-box .content-li .content-li-title-box {
  float: left;
}
.new-section .download-box .content-li .img-box {
  width: 5%;
}
.new-section .download-box .content-li .content-li-title-box {
  width: 33%;
}
.new-section .download-box .content-li::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.new-section .download-box .new-smxz-img1 {
  position: absolute;
  right: 480px;
  bottom: 197px;
}
.new-section .download-box .new-smxz-img2 {
  position: absolute;
  left: 330px;
  bottom: 180px;
}
.new-section .download-box .mt4-li-box {
  width: 500px;
}
.new-section .download-box .mt4-li-box::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.new-section .download-box .mt4-li-box .mt4-li {
  float: left;
  width: 50%;
  margin-bottom: 35px;
}
.new-section .download-box .mt4-li-box .mt4-li span {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}
.new-section .download-box .download-btn-box {
  padding-top: 20px;
}
.new-section .download-box .download-btn-box a {
  display: block;
  width: 240px;
  border-radius: 6px;
  text-align: center;
  padding: 12px;
  margin-top: 40px;
}
.new-section .download-box .download-btn-box .my4-download-btn {
  background-color: #008ccf;
  color: #fff;
}
.new-section .download-box .download-btn-box .app-download-btn {
  border: 1px solid #008ccf;
  color: #008ccf;
}

.news .news-li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news .news-li:hover {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  border: none;
  -webkit-box-shadow: 0 0 22px rgba(51, 51, 51, 0.22);
          box-shadow: 0 0 22px rgba(51, 51, 51, 0.22);
}
