@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;
}

.mainbox {
  width: 100%;
  min-width: 1200px;
  height: 490px;
  overflow: hidden;
  margin-bottom: 60px;
}

.mainbox .main-tab {
  max-width: 1200px;
  overflow: hidden;
  min-width: 310px;
  margin: 0 auto;
  font-size: 0;
}

.mainbox .left-option, .mainbox .right-content {
  display: inline-block;
  vertical-align: top;
}

.mainbox .left-option {
  width: 40%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mainbox .right-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 87px;
  width: 60%;
}

.mainbox .tabbtn {
  font-size: 0;
  border-bottom: 1px solid #e3e3e3;
}

.mainbox .tabbtn li {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
  width: 100px;
  text-align: center;
  color: #333;
}

.mainbox .tabbtn li:hover {
  color: #ca1331;
}

.mainbox .tabbtn .current {
  border-bottom: 4px solid #ca1331;
  color: #ca1331;
}

.mainbox .tabbtn a:hover {
  text-decoration: underline;
}

.tabcons {
  font-size: 14px;
  width: 100%;
}

.tabcons .tabcon .tab-up-details {
  width: 100%;
  height: auto;
  font-size: 0;
  margin-top: 18px;
}

.tabcons .tabcon .details-left {
  width: 30%;
  vertical-align: top;
  display: inline-block;
}

.tabcons .tabcon .details-left img {
  width: 100%;
  height: auto;
}

.tabcons .tabcon .details-right {
  width: 100%;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  margin-top: 18px;
  height: 478px;
  max-height: 478px;
}

.tabcons .tabcon .details-right .hi {
  display: none;
}

.tabcons .tabcon .details-right .p-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 30px 0 18px;
  max-height: 210px;
  font-size: 12px;
  overflow: hidden;
  line-height: 25px;
  text-indent: 2em;
  color: #888;
}

.tabcons .tabcon .details-right .p-info p.content {
  overflow: hidden;
  min-height: 60px;
  line-height: 50px;
  max-height: 125px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabcons .tabcon .details-right h3 {
  color: #ca1331;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tabcons .tabcon .details-right p span {
  float: right;
  color: #ca1331;
  line-height: 20px;
  margin-bottom: 10px;
}

.tabcons .tabcon .details-right p span:hover {
  text-decoration: underline;
}

.tabcons .tabcon .tab-down-list {
  margin-top: 3em;
}

.tabcons .tabcon li {
  height: 54px;
  line-height: 54px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 18px;
  background-color: #ccc;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.tabcons .tabcon li .squre {
  margin-left: 1em;
  overflow: hidden;
}

.tabcons .tabcon li .squre span {
  margin: 0 1em;
}

.tabcons .tabcon li span {
  font-size: 14px;
  color: #4b4b4b;
}

.tabcons .tabcon li .down {
  float: right;
}

.tabcons .tabcon .current {
  background-color: #ca1331;
}

.tabcons .tabcon .current span {
  font-size: 14px;
  color: #fff;
}

.tabcons .tabcon .date {
  float: right;
  font-weight: 500;
}

.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;
}

.link {
  width: 100%;
}

.link .bw {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link .bw li {
  padding-bottom: 0;
  background-color: #fff;
  padding: 8px;
  margin-left: 0;
}

.link .bw li p {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.tabso_yeso {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabso_yeso .tabList {
  width: 48%;
  height: 250px;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 1px 0 6px 0 #777;
  -moz-box-shadow: 1px 0 6px 0 #777;
  -webkit-box-shadow: 1px 0 6px 0 #777;
}

.tabso_yeso .tabList .label {
  padding: 25px 30px;
  height: 40px;
}

.tabso_yeso .tabList .label span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -10px;
}

.tabso_yeso .tabList .label .titleName {
  margin-left: 20px;
}

.tabso_yeso .tabList .label .moreIcon {
  float: right;
  display: inline-block;
  margin-top: 20px;
}

.tabso_yeso .tabList .borderLine {
  border-bottom: 1px solid #454545;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

.tabso_yeso .tabList .borderLines {
  border-bottom: 1px dashed #454545;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

.tabso_yeso .tabList .newsList {
  height: auto;
  margin-top: 25px;
}

.tabso_yeso .tabList .newsList #brief {
  padding: 0 30px;
}

.tabso_yeso .tabList .newsList .detail {
  font-size: 14px;
  float: right;
  margin-right: 80px;
  color: #ca1331;
}

.tabso_yeso .tabList .newsList li {
  font-size: 14px;
  color: #ca1331;
  margin: 15px 40px;
  list-style: initial;
  height: 25px;
  line-height: 25px;
}

.tabso_yeso .tabList .newsList li a:hover {
  color: #ca1331;
}

.tabso_yeso .tabList .newsList li span {
  float: right;
  color: #000;
}

.tabso_yeso .tabList .newsList li:before {
  color: red;
}

.tabso_yeso .tabList1 {
  width: 100%;
}

.cont {
  height: 800px;
  padding-top: 30px;
}

.cont .cont_top {
  height: 80px;
}

.cont .cont_top .top_wrap {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

.cont .cont_top .top_wrap .pro_title {
  width: 400px;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  border-radius: 24px;
  background-color: #ee8585;
  color: #fff;
  float: left;
  cursor: pointer;
}

.cont .cont_top .top_wrap .pro_title_right {
  margin-left: 100px;
}

.cont .cont_top .top_wrap .pro_title_selected {
  background: #ca1331;
}

.cont .line_box .line {
  width: 900px;
  height: 1px;
  background: #dad5d5;
  margin: 25px auto;
}

.cont .cont_bottom {
  min-height: 300px;
}

.cont .cont_bottom .bottom_wrap {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

.cont .cont_bottom .bottom_wrap .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  float: left;
  min-height: 300px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px 2px #dad5d5;
          box-shadow: 0 0 8px 2px #dad5d5;
  padding: 20px;
}

.cont .cont_bottom .bottom_wrap .wrap .wrap_title {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 26px;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download {
  font-size: 12px;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .soft_info {
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #928f8f;
  margin-bottom: 10px;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .btn_box {
  text-align: center;
  margin-bottom: 10px;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .btn_box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 900;
  color: #fff;
  line-height: 40px;
  background-color: #2f9ff3;
  text-align: center;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .soft_help {
  text-align: center;
  color: #928f8f;
  margin-bottom: 20px;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .soft_help a {
  color: #2f9ff3;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download hr {
  height: 1px;
  border: none;
  background: #ccc;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .soft_desc .brief {
  text-align: center;
}

.cont .cont_bottom .bottom_wrap .wrap_left #pc_download .soft_desc .desc_con {
  text-indent: 2em;
}

.cont .cont_bottom .bottom_wrap .wrap_right {
  margin-left: 100px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img {
  margin-bottom: 20px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item {
  height: 150px;
  width: 150px;
  float: left;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px 2px #ccc;
          box-shadow: 0 0 8px 2px #ccc;
  border-radius: 6px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item .img_title {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item img {
  width: 100px;
  height: 100px;
  margin-left: 25px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item .img_desc {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item .img_desc span {
  color: #ca1331;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item_qz {
  margin-left: 100px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_item_qz img {
  height: 130px;
  width: 130px;
  margin-left: 10px;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_img .img_iphone {
  margin-left: 20px;
}

.cont .cont_bottom .bottom_wrap .wrap_right hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.cont .cont_bottom .bottom_wrap .wrap_right .wrap_desc p {
  font-size: 12px;
}
