@import "public.css";
body,
html {
  min-width: 1200px;
  margin: 0 auto;
}
.header_top {
  height: 36px;
  background-color: #f8f8f8;
}
.header_top .top-bar-left {
  font-size: 12px;
  color: #666;
  line-height: 36px;
}
.header_top .fcRed {
  color: #0527af;
}
.header_top .top-bar-right ul li {
  display: block;
  float: left;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.header_top .top-bar-right ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}
.header_top .top-bar-right ul li:first-child:before {
  display: none;
}
.header_top .top-bar-right ul li a {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.header_top .top-bar-right ul li a.login {
  color: #b0303e;
}
.header_top .top-bar-right ul li a:hover {
  color: #ac0013;
}
#header {
  background-color: #fff;
  border-top: 1px solid #c9c9c9;
}
#header .header {
  padding: 20px 0;
}
#header .header .logo {
  font-size: 24px;
  font-weight: bold;
  color: #0527af;
}
#header .header .logo span {
  color: #0527af;
}
#header .header .pull-right {
  padding-top: 20px;
}
#header .header .pull-right .nav_right li {
  float: left;
  margin: 0 20px;
}
#header .header .pull-right .nav_right li a {
  font-size: 16px;
}
#header .header .pull-right .nav_right li.active a {
  color: #0527af;
}
#header .header .pull-right .ty_btn {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  background-color: #005ca1;
  color: white;
  text-decoration: none;
  font-weight: 700;
}
#header .header .pull-right span {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  color: #0527af;
}
#header .header .pull-right span:hover {
  background: #0527af;
  color: #fff;
}
#header .header .pull-right .no_login span a,
#header .header .pull-right .login span a {
  padding: 0 17px;
  display: block;
}
#header .header .pull-right .no_login span:hover a,
#header .header .pull-right .login span:hover a {
  color: #fff;
  text-decoration: none;
}
#header .header .pull-right .no_login a,
#header .header .pull-right .login a {
  color: #666;
}
#nav {
  width: 100%;
  background: #6F7479;
}
#nav li {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 38px;
}
#nav li a {
  color: #fff;
}
#nav li a:hover {
  text-decoration: none;
}
#main .left {
  width: 880px;
}
#main .right {
  width: 300px;
  margin-left: 20px;
}
#main .main_body .list > li {
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
#main .main_body .list > li .pay_text {
  color: #0527af;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 50px;
  margin: auto;
}
#main .main_body .list ol {
  padding: 0;
  margin-top: 15px;
}
#main .main_body .list ol li {
  float: left;
  color: #666;
  margin-right: 15px;
}
#main .main_body .list .pic_box {
  margin-right: 20px;
}
#main .main_body .list .pic_box img {
  width: 140px;
  height: 88px;
}
#main .panel .panel_head {
  line-height: 45px;
  padding-left: 20px;
  background-color: rgba(44, 62, 80, 0.9);
}
#main .panel .panel_head .title {
  color: #fff;
  font-size: 16px;
}
#main .panel .panel_head .more {
  color: #fff !important;
  font-size: 12px;
}
#main .panel .panel_body {
  padding: 10px;
  border: 1px solid #3e5771;
  border-top: none;
  box-sizing: border-box;
}
#main .panel .panel_body .pic_box {
  width: 98px;
  height: 54px;
  margin-right: 10px;
  position: relative;
}
#main .panel .panel_body .pic_box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#main .panel .panel_body .title {
  width: 170px;
}
#main .panel .panel_body .title h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
}
#main .panel .panel_body svg {
  margin-left: 10px;
  margin-right: 15px;
  vertical-align: middle;
}
#main .panel .panel_body li:first-child {
  margin-bottom: 10px;
}
#main_login {
  width: 100%;
  height: 630px;
  background: url("../image/login_bg.dbc520b.jpg") no-repeat center;
}
#main_login .main_login {
  width: 100%;
  height: 100%;
  position: relative;
}
#main_login .main_login .login_form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 330px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 40px 60px;
}
#main_login .main_login .login_form .form_part {
  margin-bottom: 40px;
  overflow: visible;
  white-space: nowrap;
}
#main_login .main_login .login_form .form_part input {
  border: none;
  padding: 0 5px 5px;
  line-height: 50px;
  border-bottom: 1px solid #d8d8d8;
  width: 500px;
  font-size: 14px;
  color: #333;
  outline: none;
}
#main_login .main_login .login_form .form_part h2 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 0;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 1em;
}
#main_login .main_login .login_form .reg-btn {
  background-color: #a9a9a9;
  color: #000;
  line-height: 43px;
  font-size: 16px;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
#main_login .main_login .login_form .hint {
  margin-top: 30px;
  text-align: left;
  font-size: 12px;
}
#main_login .main_login .login_form .hint .go a {
  text-decoration: underline;
  color: #505050;
  cursor: pointer;
}
.pay {
  padding: 30px;
}
.pay .pay_box {
  padding: 20px;
  background: #fff;
}
.pay .head {
  font-size: 18px;
  text-align: center;
}
.pay .wetch_pay {
  text-align: center;
}
.pay .wetch_pay img {
  width: 150px;
  height: 150px;
}
.pay .wetch_pay p {
  font-size: 12px;
  color: #999;
}
.pay .other {
  font-size: 18px;
  margin-top: 30px;
}
.pay .bank li {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  cursor: pointer;
}
#footer {
  padding: 30px 0;
  background-color: rgba(44, 62, 80, 0.8);
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.mask {
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9998;
  display: none;
}
.cy_alert2 {
  position: fixed;
  width: 820px;
  height: 460px;
  left: 50%;
  top: 50%;
  margin-left: -410px;
  margin-top: -230px;
  z-index: 9999;
  font-size: 12px;
  background: white;
  display: none;
}
.cy_alert2 .paid_title {
  border-bottom: 1px solid #333333;
  height: 30px;
  ling-height: 30px;
  font-size: 14px;
}
.cy_alert2 .paid_1 {
  display: block;
  float: left;
  margin-left: 20px;
  line-height: 30px;
}
.cy_alert2 .paid_2 {
  display: block;
  float: right;
  margin-right: 20px;
  line-height: 30px;
  font-size: 20px;
  margin-top: -3px;
  cursor: pointer;
}
.cy_con01 {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 65px;
  font-size: 14px;
}
.cy_con02 {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  height: 115px;
}
.tip {
  display: block;
  float: left;
  width: 240px;
  text-align: right;
  line-height: 30px;
}
.tip-rig {
  display: block;
  float: left;
  line-height: 30px;
}
.tip-rig .cy_num {
  width: 40px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e4e4e4;
}
.tip-rig .cy_ti {
  color: #eb4f38;
}
.cy_con02 .tip-rig {
  display: block;
  float: left;
  margin-bottom: 20px;
}
.cy_card {
  width: 80px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  padding: 0;
}
.cy_zhifu {
  width: 80px;
  text-align: center;
  line-height: 30px;
  margin-left: 30px;
  border: 1px solid #e4e4e4;
  display: inline-block;
}
.cy_card.check .card002 {
  display: none;
}
.cy_card.check .card001 {
  display: block;
}
.cy_zhifu.check .card002 {
  display: block;
}
.cy_zhifu.check .card001 {
  display: none;
}
.check {
  border: 1px solid #eb4f38;
  background: url("404.png") no-repeat 68px 18px;
  background-size: 18% 44%;
}
.card01 {
  clear: both;
  width: 400px;
  margin-left: 240px;
  overflow: hidden;
}
.card02 {
  clear: both;
  margin-left: 240px;
  margin-top: 20px;
  overflow: hidden;
}
.card001 {
  width: 160px;
  height: 40px;
  float: left;
}
.card001 input {
  float: left;
  margin-top: 10px;
}
.card001 img {
  float: left;
}
.allMoney {
  color: #eb4f38;
}
.sure {
  width: 100px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin: 130px auto;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
}
.paid_content {
  display: block;
}
.paid_content2 {
  text-align: center;
  display: none;
}
.paid_content2 p {
  display: blick;
  margin-top: 160px;
  font-size: 18px;
}
.paid_content2 span {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  border: 1px solid #333;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 140px;
  border-radius: 4px;
  cursor: pointer;
}
.new-bl {
  background: white;
  width: 100%;
  clear: both;
}
.rq-position {
  position: absolute;
  left: 47%;
  top: -100px;
  font-size: 30px;
  color: #fff;
  z-index: 99;
}
.mask {
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9998;
  display: none;
}
.crumbs {
  line-height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-left: 10px;
}
.crumbs span {
  color: #999;
}

.slideBox {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 500px;
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd li a {
  display: block;
  background: no-repeat center;
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 400px;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../image/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.detail {
  background: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
}
.detail h1 {
  text-align: center;
}
.detail .head {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.detail .head p {
  padding: 20px 0;
  text-align: center;
  color: #999;
}
#sub_banner {
  overflow: hidden;
  position: relative;
  height: 350px;
}
#sub_banner .sub_banner {
  width: 1920px;
  margin-left: -960px;
  position: absolute;
  left: 50%;
}
#position {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  background-color: #f4f4f8;
  color: #999;
}
#banner {
  overflow: hidden;
  position: relative;
  height: 240px;
}
#banner .banner {
  width: 1920px;
  margin-left: -960px;
  position: absolute;
  left: 50%;
}