@charset "UTF-8";
body {
  min-width: 1280px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #333;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 1px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
  height: 100px;
  overflow: hidden;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 100px;
  line-height: 100px;
}

.header .logobox .logo .title span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #ca1331;
}

.header .logobox .logo .title a {
  margin: 0 20px;
  color: #000;
  font-size: 16px;
}

.header .logobox img {
  width: 200px;
  margin: 28px 0;
  vertical-align: middle;
}

.menuBar {
  height: 70px;
  line-height: 70px;
  border: 1px solid #ca1331;
  background-color: #ca1331;
}

.menuBar a {
  color: #fff;
}

.menuBar .bw {
  font-size: 0;
}

.menuBar .menuitem {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.menuBar i {
  margin-left: 1em;
}

.menuBar .menuitem:hover {
  background-color: #b51a2f;
}

.menuBar .menuitem:hover i:before {
  content: "\f126";
}

.menuBar .menulist {
  display: none;
  min-width: 70%;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 4px #666;
  -moz-box-shadow: 2px 2px 10px 4px #666;
  -webkit-box-shadow: 2px 2px 10px 4px #666;
}

.menuBar .menulist li {
  line-height: 40px;
  height: 40px;
  color: #000;
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
}

.menuBar .menulist li a {
  color: #333;
  display: block;
  width: 100%;
}

.menuBar .menulist li a:hover {
  font-weight: bold;
  color: #ca1331;
}

.menuBarFund .menuitem {
  width: auto;
  padding: 0 30px;
}

.navb {
  height: auto;
}

.navb img {
  -webkit-box-shadow: 0 4px 10px 5px #333 inset;
          box-shadow: 0 4px 10px 5px #333 inset;
  width: 100%;
}

.define {
  font-size: 0px;
}

.de {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 300px;
  height: 298px;
  padding: 30px 40px 0;
  word-wrap: break-word;
  word-break: break-all;
}

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

.de p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 25px;
  color: #666;
}

.de1 {
  background: url(/img/bg_shanghai.png);
}

.account {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 938px;
  height: 298px;
  background-color: #fff;
}

.account li {
  list-style: disc;
  margin: 14px 20px;
  text-align: left;
}

.account h2 {
  font-size: 18px;
  font-weight: bold;
}

.account img {
  margin-top: 16px;
}

.account .accinfos {
  width: 840px;
  margin: 0px auto;
}

.account .accinfo {
  margin-top: 40px;
  display: inline-block;
  width: 280px;
  height: 202px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
  overflow: hidden;
}

.account .accinfo li:hover {
  color: #ca1331;
}

.account .accinfo li:hover a {
  color: #ca1331;
}

.account .accinfo1 {
  background: url(/img/line_left.png) no-repeat right;
}

.account .accinfo2 {
  background: url(/img/line_right.png) no-repeat right;
}

.account .info1, .account .info3 {
  margin-left: 90px;
}

.account .info2 {
  margin-left: 80px;
}

.content {
  font-size: 0;
}

.content .left, .content .middle, .content .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 10px 10px 0;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.content .left {
  width: 300px;
}

.content .middle {
  width: 572px;
}

.content .right {
  width: 346px;
}

.left .description, .right .description {
  width: 300px;
  height: 725px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 10px;
  background-color: #fff;
}

.left .description .title, .right .description .title {
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  margin: 5px 0;
  cursor: pointer;
  background: #ccc;
  color: #333;
}

.left .description .title img, .right .description .title img {
  margin: 0 1em;
}

.left .description .title i, .right .description .title i {
  float: right;
  padding: 0 1em;
}

.left .description .cont, .right .description .cont {
  font-size: 12px;
  color: #666;
  height: 520px;
  padding: 2em .5em;
  background-color: #fff;
  overflow: hidden;
}

.left .description .cont p, .right .description .cont p {
  text-indent: 2em;
  line-height: 25px;
}

.left .description .cont span, .right .description .cont span {
  display: block;
  line-height: 30px;
  padding: 0 10px;
}

.left .description .cont a, .right .description .cont a {
  float: right;
  font-size: 12px;
  color: red;
}

.left .description .titlecurrl, .right .description .titlecurrl {
  background-color: #ca1331;
  color: #fff;
}

.left .Calculator, .right .Calculator {
  margin-top: 20px;
  width: 300px;
  height: 125px;
  overflow: hidden;
  background-color: #fff;
}

.left .Calculator h2, .right .Calculator h2 {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.left .Calculator a, .right .Calculator a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 20px;
  width: 6em;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ca1331;
  color: #fff;
  margin-left: 30px;
  border: none;
}

.left .Calculator a:hover, .right .Calculator a:hover {
  background-color: #b51a2f;
}

.middle .list {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  height: 217px;
  padding: 20px;
}

.middle .list hr {
  border-top: 1px solid #89888d;
  margin-top: 20px;
}

.middle .list .tit {
  height: 40px;
}

.middle .list h2, .middle .list img {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}

.middle .list .more {
  float: right;
  margin-top: 10px;
}

.middle .list li:hover a, .middle .list li:hover span {
  color: #ca1331;
}

.middle .list2, .middle .list3 {
  margin-top: 20px;
}

.middle .list3 {
  height: 395px;
}

.middle .listcontent {
  padding-top: 5px;
}

.middle .listcontent li {
  line-height: 35px;
  height: 35px;
  margin: 0 1em;
  color: #ca1331;
  line-style: none;
}

.middle .listcontent li span {
  float: right;
  color: #89888d;
  height: 35px;
  line-height: 35px;
}

.middle .listcontent li a {
  display: inline-block;
  color: #89888d;
  height: 35px;
  line-height: 35px;
  width: 350px;
  overflow: hidden;
}

.middle .listcontent li i {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 .2em;
  vertical-align: top;
}

.middle .listcontent .more {
  float: none;
  margin: 0;
}

.middle .list3 {
  padding: 0;
}

.middle .list3 .tit {
  overflow: hidden;
  color: #fff;
  height: 68px;
  background-color: #ca1331;
}

.middle .list3 img, .middle .list3 h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 1em;
  margin-top: 14px;
}

.middle .list3 h2 {
  font-size: 16px;
  padding-left: 0;
}

.middle .list3 .controll {
  font-size: 0;
  width: 532px;
  margin: 0 20px;
  border-bottom: 1px solid #89888d;
}

.middle .list3 .controll ul {
  width: 80%;
  display: inline-block;
}

.middle .list3 .controll .current {
  color: #ca1331;
  border-bottom: 4px solid #ca1331;
}

.middle .list3 .controll li:hover {
  color: #ca1331;
  border-bottom: 4px solid #ca1331;
}

.middle .list3 .controll li {
  cursor: pointer;
  font-size: 16px;
  padding: 0 .5em;
  margin: 0 1.5em;
  margin-left: 0;
  color: #333;
  line-height: 68px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: 68px;
  overflow: hidden;
}

.middle .list3 .controll .more {
  display: inline-block;
  height: 68px;
  margin-top: 0;
  width: 20%;
  overflow: hidden;
}

.middle .list3 .controll .more img {
  width: auto;
  height: auto;
  margin-top: 22px;
}

.middle .list3 .listcontent {
  width: 532px;
  margin: 0 auto;
}

.right .tit {
  height: 58px;
  line-height: 58px;
  margin-top: 0;
  border-bottom: 1px solid #89888d;
}

.right .tit span {
  float: right;
  color: #89888d;
}

.right h2 {
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.right .rlist {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  height: 176px;
  background-color: #fff;
  margin-bottom: 20px;
}

.right .rlist .title {
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  margin: 5px 0;
  cursor: pointer;
  background: #ccc;
  color: #333;
}

.right .rlist .title img {
  margin: 0 1em;
}

.right .rlist .title i {
  float: right;
  padding: 0 1em;
}

.right .rlist .titlecurrl {
  background-color: #ca1331;
  color: #fff;
}

.right .rlist .cont {
  font-size: 12px;
  color: #666;
  display: none;
  padding: .5em;
  background-color: #fff;
}

.right .rlist .cont p {
  text-indent: 2em;
  line-height: 25px;
}

.right .rlist .cont span {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.right .rlist .cont a {
  float: right;
  font-size: 12px;
  color: red;
}

.right .rlistm {
  height: 270px;
}

.right .rlistm .cont2 table th, .right .rlistm .cont2 table td {
  border: 1px solid #999;
}

.right .rlistm .cont2 table th {
  font-weight: 400;
  line-height: 20px;
  color: #000;
  vertical-align: middle;
}

.right .rlistm .cont2 table td {
  font-weight: 400;
  line-height: 35px;
}

.right .rlistm .cont2 table .first_td {
  width: 108px;
}

.right .rlistb {
  height: 495px;
}

.right table {
  margin: 20px 0;
}

.right table th {
  color: #89888d;
}

.right table tr, .right table td {
  border-color: #89888d;
}

.right table td {
  font-weight: 600;
  color: #ca1331;
}

.right .rlistm td {
  line-height: 20px;
  height: 20px;
  text-align: left;
  border: none;
  color: #89888d;
  padding: 0;
  border: 1px solid #fff;
  vertical-align: top;
  text-align: center;
}

.right .rlistm .green {
  background-color: green;
}

.right .rlistm .orange {
  background-color: orange;
}

.right .rlistm .red {
  background-color: red;
}

.right .rlistm .bg {
  background-color: #f1f1f1;
  width: 100%;
  margin: 3px 0;
  height: 14px;
  position: relative;
}

.right .rlistm .bg span {
  position: absolute;
  display: block;
  z-index: 30;
  height: 14px;
  left: 0;
  top: 0;
}

.right .rlistb {
  padding: 15px 20px;
}

.right .rlistb table {
  margin: 0;
  border-top: 1px solid #89888d;
  border-bottom: 1px solid #89888d;
}

.right .rlistb table thead {
  background-color: #fddfbe;
}

.right .rlistb table th {
  padding: 0;
  width: 25%;
  line-height: 18px;
}

.right .rlistb table td {
  padding: 0;
  color: #89888d;
  font-weight: normal;
  line-height: 22px;
  border-top: none;
  border-bottom: none;
}

.right .rlistb tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.de, .account, .description, .Calculator, .rlist, .lis {
  box-shadow: 1px 2px 5px 2px #d5d5d5;
  -moz-box-shadow: 1px 2px 5px 2px #d5d5d5;
  -webkit-box-shadow: 1px 2px 5px 2px #d5d5d5;
  overflow: hidden;
}

.artis .list, .arti .list {
  box-shadow: 0px 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.gotop {
  display: none;
}

.pagenumber {
  display: none;
}

.articles {
  background-color: #fff;
  margin: 5em auto;
  padding: 1em;
  border: 1px solid #e8e8ea;
}

.articles:after {
  display: block;
  width: 1px;
  padding: 1px;
  clear: both;
  content: '';
}

li[searchid="DDTi1LTAN2a4Imyo9x"] {
  display: none;
}

.artis table th {
  text-align: center;
}

.artis table td {
  text-align: left;
}

.artis h4 {
  text-align: center;
}

.inoutbox {
  height: 50px;
  overflow: hidden;
  display: inline-block;
  line-height: 50px;
  margin-right: 20px;
  padding-left: 20px;
}

.inoutbox label {
  float: left;
  padding-right: 20px;
}

.inoutbox input {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 10px;
  width: 250px;
}

.inoutbox button {
  background-color: #ca1331;
  border: none;
  color: #fff;
  padding: 5px 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.inoutbox button:hover {
  background-color: #b51a2f;
}
