.gsgl:hover {
  color: #cb2428;
}
.ui-pagination-container .ui-pagination-page-item:hover {
  color: #cb2428 !important;
  border-color: #cb2428 !important;
}
.ui-pagination-container .ui-pagination-page-item.active {
  background: #cb2428 !important;
  border-color: #cb2428 !important;
  color: #fff !important;
}
/*头部块*/
.header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: 0;
  left: 0;
}
.header .row {
  height: 100%;
  text-align: center;
}
.header .row a {
  color: #333;
  text-decoration: none;
}
.header .row > div:nth-of-type(-n + 3) {
  border-right: 1px solid #ccc;
}
.header .row > div:nth-of-type(-n + 3) > .wjs_ts {
  display: block;
  position: relative;
}
.header .row > div:nth-of-type(-n + 3) > .wjs_ts > img {
  display: none;
  position: absolute;
  left: 50%;
  top: 49px;
  transform: translateX(-50%);
  z-index: 2;
}
.header .row > div:nth-of-type(-n + 3) > .wjs_ts:hover > img {
  display: block;
}
.header .row > div:nth-last-of-type(1) > .btn {
  padding: 3px 15px;
}
.header .row > div:nth-last-of-type(1) > .btn-danger {
  background-color: #e92322;
  border-color: #e92322;
}
.header .row > div:nth-last-of-type(1) > .btn-link {
  color: #333;
}
.header .row > div:nth-last-of-type(1) > .btn {
  padding: 3px 15px;
}
.container {
  width: 1200px !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1200px !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1200px !important;
  }
}
.table tr th {
  text-align: center;
}
.table tr td {
  text-align: center;
  vertical-align: inherit !important;
}
input,
textarea {
  padding-left: 15px;
  box-sizing: border-box;
  outline: none;
}
/*导航条*/
.wjs_nav {
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
}
.wjs_nav .navbar-brand {
  height: 80px;
  line-height: 50px;
}
.wjs_nav .navbar-brand > .wjs_icon {
  font-size: 40px;
}
.wjs_nav .navbar-brand > span:first-of-type {
  color: #333333;
}
.wjs_nav .navbar-brand > span:last-of-type {
  color: #333;
}
.wjs_nav .nav_header {
  height: 100px;
  background-color: #fff;
  box-sizing: border-box;
}
.wjs_nav .nav_header .nav_header_container {
  padding-top: 14px;
  position: relative;
}
.wjs_nav .nav_header .nav_header_container .fc_logo {
  width: 160px;
  height: 72px;
  float: left;
}
.wjs_nav .nav_header .nav_header_container .fc_logo img {
  width: 160px;
  height: 72px;
  background-size: 100% 100%;
}
.wjs_nav .nav_header .nav_header_container .message_tx {
  float: left;
  line-height: 42px;
  position: absolute;
  right: 165px;
  margin-top: 14px;
  cursor: pointer;
}
.wjs_nav .nav_header .nav_header_container .message_tx img {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 13px;
  margin-left: 8px;
  margin-right: 5px;
}
.wjs_nav .nav_header .nav_header_container .message_tx .nums_message {
  position: absolute;
  top: 3px;
  right: -12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.wjs_nav .nav_header .nav_header_container .my_info {
  padding-top: 15px;
  float: right;
  display: none;
}
.wjs_nav .nav_header .nav_header_container .my_info .ks_login {
  width: 60px;
  height: 30px;
  background: linear-gradient(180deg, #f36268 0%, #cb2428 100%);
  box-shadow: 0px 2px 12px 0px rgba(170, 0, 4, 0.3);
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.wjs_nav .nav_header .nav_header_container .author_main {
  position: relative;
  width: 120px;
  height: 80px;
  float: right;
}
.wjs_nav .nav_header .nav_header_container .author_main .author_login {
  padding-top: 10px;
  cursor: pointer;
  text-align: right;
}
.wjs_nav .nav_header .nav_header_container .author_main .author_login img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  float: left;
}
.wjs_nav .nav_header .nav_header_container .author_main .author_login span {
  line-height: 42px;
  float: left;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wjs_nav .nav_header .nav_header_container .author_main .message_my {
  display: none;
  position: absolute;
  right: -18px;
  top: 75px;
  width: 160px;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.wjs_nav .nav_header .nav_header_container .author_main .message_my .message_my_item {
  width: 160px;
  height: 42px;
  box-sizing: border-box;
  cursor: pointer;
}
.wjs_nav .nav_header .nav_header_container .author_main .message_my .message_my_item img {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 13px;
  margin-left: 20px;
  margin-right: 8px;
  background-size: 100% 100%;
}
.wjs_nav .nav_header .nav_header_container .author_main .message_my .message_my_item span {
  display: block;
  float: left;
  line-height: 42px;
}
.wjs_nav .nav_header .nav_header_container .author_main .message_my .message_my_item:hover {
  background: #ccc;
}
.wjs_nav .nav_footer {
  height: 56px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
}
.wjs_nav .nav_footer ul {
  margin-bottom: 0;
  position: relative;
}
.wjs_nav .nav_footer .navbar-right {
  float: right !important;
  margin-right: -15px !important;
}
.wjs_nav .nav_footer .navbar-nav {
  height: 56px;
  margin-left: 0;
  margin: 0 !important;
}
.wjs_nav .nav_footer .navbar-nav li {
  width: 140px;
  float: left;
}
.wjs_nav .nav_footer .navbar-nav li a {
  font-size: 16px;
  line-height: 56px;
  padding: 0;
  color: #fff !important;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  text-align: center;
}
.wjs_nav .nav_footer .navbar-nav li.active a {
  background: #ac0004;
}
.wjs_nav .nav_footer .navbar-nav li:hover a {
  background: #ac0004;
}
.wjs_nav .nav_footer .jydt_content {
  position: absolute;
  right: 0px;
  top: 56px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item {
  cursor: pointer;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: relative;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item i {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 8px;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item i img {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item span {
  display: block;
  float: left;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item .children_nav {
  position: absolute;
  top: 0;
  right: -140px;
  width: 140px;
  background: #fff;
  display: none;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item .children_nav .children_nav_item {
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item .children_nav .children_nav_item:hover {
  background: #f5f6f8;
  color: #cb2428;
}
.wjs_nav .nav_footer .jydt_content .jydt_content_item:hover {
  background: #f5f6f8;
}
.wjs_nav .nav_footer .navbar-right li {
  float: left;
  color: #fff;
  line-height: 56px;
  margin-right: 14px;
  cursor: pointer;
}
.wjs_nav .nav_footer .navbar-right li:nth-child(1)::before {
  content: "";
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(/img/img_icon/icon_xiaocx.png);
  background-size: 100% 100%;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 8px;
}
.wjs_nav .nav_footer .navbar-right li:nth-child(2)::before {
  content: "";
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(/img/img_icon/icon_banz.png);
  background-size: 100% 100%;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 8px;
}
.wjs_nav .navbar-toggle {
  margin-top: 23px;
}
/*轮播图*/
.carousel_b {
  width: 100%;
  height: 380px;
  background-size: 100% 100%;
  display: block;
}
.carousel_n {
  width: 100%;
  display: block;
}
.carousel_n img {
  width: 100%;
  display: block;
}
/*信息块*/
.info {
  overflow: hidden;
  width: 100%;
  height: 155px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info .info_five {
  width: 1230px;
}
.info .info_five li {
  float: left;
  width: 225px;
  height: 155px;
  background: #fff;
  margin-right: 20px;
  box-sizing: border-box;
  padding-top: 29px;
}
.info .info_five li img {
  width: 66px;
  height: 66px;
  background-size: 100% 100%;
  margin-left: 79px;
}
.info .info_five li p {
  color: #cb2428;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
}
.info .row {
  height: 155px;
  margin: 0;
}
.info .row .col-md-1-5 {
  width: 20%;
  float: left;
  overflow: hidden;
}
.info .row .col-md-1-5 .media {
  width: 225px;
  background: #fff;
  height: 155px;
  box-sizing: border-box;
  box-shadow: 0px 2px 24px 0px rgba(51, 51, 51, 0.1);
}
.info .row .col-md-1-5 .media .media-body {
  padding-top: 26px;
}
.info .row .col-md-1-5:nth-child(5) .media {
  width: 240px;
}
.message_container {
  height: 432px;
  overflow: hidden;
}
.message_container .col-md-8 {
  height: 432px;
  float: left;
  padding: 0;
}
.message_container .col-md-8 img {
  float: left;
  width: 100%;
  height: 100%;
}
.message_container .message_info {
  float: left;
  width: 380px;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 10px;
  height: 432px;
  background: #ffffff;
}
.message_container .message_info .message_info_header {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  background: #f5f6f8;
  color: #cb2428;
  overflow: hidden;
}
.message_container .message_info .message_info_header::before {
  content: "";
  display: block;
  float: left;
  height: 42px;
  width: 3px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  margin-right: 5px;
  overflow: hidden;
}
.message_container .message_info .message_info_content {
  overflow: hidden;
  margin-top: 10px;
}
.message_container .message_info .message_info_content .message_info_item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.message_container .message_info .message_info_content .message_info_item i {
  display: block;
  float: left;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
  margin-top: 18px;
  margin-right: 5px;
}
.message_container .message_info .message_info_content .message_info_item .message_text {
  display: block;
  float: left;
  width: 184px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message_container .message_info .message_info_content .message_info_item .time {
  float: right;
  color: #999;
}
.message_container .message_info .message_info_content .message_info_item:hover {
  color: #cb2428;
}
.shade {
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0;
  display: none;
  z-index: 9999;
}
.shade_common {
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0;
  display: none;
  z-index: 9999;
}
.login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 326px;
  background: #ffffff;
  z-index: 99999;
  box-sizing: border-box;
  padding-top: 24px;
  display: none;
}
.login .login_title {
  overflow: hidden;
}
.login .login_title span {
  font-size: 24px;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  margin-left: 176px;
}
.login .login_title i {
  position: absolute;
  right: 0;
  display: block;
  font-size: 24px;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
.login .login_from {
  padding: 0px 50px;
  margin-top: 24px;
}
.login .login_from input {
  padding-left: 15px;
  width: 300px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-bottom: 24px;
}
.login .login_from .yzm {
  overflow: hidden;
}
.login .login_from .yzm .yzm_int {
  width: 168px;
  float: left;
}
.login .login_from .yzm .yzm_main {
  margin-left: 20px;
  float: left;
  width: 111px;
  height: 42px;
}
.login .login_from .yzm .yzm_main #code {
  cursor: pointer;
  color: green;
}
.login .login_from .btn_login {
  width: 300px;
  height: 42px;
  background: #cb2428;
  border-radius: 2px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.login .login_from .forgot_password {
  float: right;
  color: #333;
  margin-top: 20px;
  cursor: pointer;
}
.login .login_from .forgot_password:hover {
  color: #cb2428;
}
.forgetpaw {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 390px;
  background: #ffffff;
  box-sizing: border-box;
  padding-top: 24px;
  z-index: 99999;
  display: none;
}
.forgetpaw .login_title {
  overflow: hidden;
}
.forgetpaw .login_title span {
  font-size: 24px;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  margin-left: 176px;
}
.forgetpaw .login_title i {
  position: absolute;
  right: 0;
  display: block;
  font-size: 24px;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
.forgetpaw .login_from {
  padding: 0px 50px;
  margin-top: 24px;
}
.forgetpaw .login_from input {
  padding-left: 15px;
  width: 300px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-bottom: 24px;
}
.forgetpaw .login_from .yzm {
  overflow: hidden;
}
.forgetpaw .login_from .yzm input {
  width: 168px;
  float: left;
}
.forgetpaw .login_from .yzm .yzm_main {
  margin-left: 20px;
  float: left;
  width: 111px;
  height: 42px;
  border: 1px solid #ccc;
}
.forgetpaw .login_from .btn_login {
  width: 300px;
  height: 42px;
  background: #cb2428;
  border-radius: 2px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.forgetpaw .login_from .next_login {
  float: right;
  color: #cb2428;
  margin-top: 20px;
  cursor: pointer;
}
.footer {
  width: 100%;
  height: 64px;
  background: #333333;
  margin-top: 50px;
}
.footer .text span {
  display: block;
  text-align: center;
  line-height: 64px;
  color: #fff;
}
.read_model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1160px;
  height: 680px;
  background: #fff;
  z-index: 99999;
  box-sizing: border-box;
  padding: 56px 84px;
  display: none;
}
.read_model .close_read {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.read_model .read_model_header {
  margin-bottom: 36px;
}
.read_model .read_model_header .read_nav {
  overflow: hidden;
  float: left;
}
.read_model .read_model_header .read_nav li {
  float: left;
  margin-right: 40px;
  cursor: pointer;
}
.read_model .read_model_header .read_nav li.active_wd {
  color: #cb2428;
}
.read_model .read_model_header input {
  float: right;
  width: 263px;
  height: 32px;
  border: none;
  border: 1px solid #dcdee0;
  box-sizing: border-box;
  padding-left: 12px;
  margin-top: -10px;
}
.read_model .read_model_left {
  float: left;
  height: 514px;
  border-right: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.read_model .read_model_left .read_model_left_title {
  width: 260px;
  color: #cb2428;
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  background: #f5f6f8;
}
.read_model .read_model_left .read_model_left_title::before {
  content: "";
  display: block;
  float: left;
  width: 3px;
  height: 42px;
  background: #cb2428;
  margin-right: 5px;
}
.read_model .read_model_left .read_page {
  overflow: hidden;
  margin-top: 10px;
}
.read_model .read_model_left .read_page .read_page_item {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.read_model .read_model_left .read_page .read_page_item .yuan {
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 5px;
}
.read_model .read_model_left .read_page .read_page_item span {
  float: left;
}
.read_model .read_model_left .read_page .read_page_item:hover .yuan {
  background: #cb2428;
}
.read_model .read_model_left .read_page .read_page_item:hover span {
  color: #cb2428;
}
.read_model .read_model_left #tree_wz {
  padding-right: 15px;
  height: 514px;
  overflow-y: scroll;
}
.read_model .read_model_left #tree_wz::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.read_model .read_model_left #tree_wz::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.read_model .read_model_left #tree_wz::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.read_model .read_model_right {
  float: left;
  width: 600px;
  background: #fff;
  margin-left: 45px;
  box-sizing: border-box;
  padding: 0px 0px;
}
.read_model .read_model_right .read_model_content_title {
  border-bottom: 1px solid #dcdee0;
  padding-bottom: 13px;
}
.read_model .read_model_right .read_model_container {
  margin-top: 35px;
}
.read_model .read_model_right .read_model_container .read_model_container_title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.read_model .read_model_right .read_model_container .read_model_container_content {
  text-indent: 2em;
  line-height: 24px;
  height: 380px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 30px;
}
.read_model .read_model_right .read_model_container .read_model_container_content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.read_model .read_model_right .read_model_container .read_model_container_content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.read_model .read_model_right .read_model_container .read_model_container_content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
/*预约块*/
.subscribe {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 60px;
  line-height: 57px;
}
.subscribe .wjs_icon {
  font-size: 18px;
}
.subscribe a:hover {
  color: #333333;
  text-decoration: none;
}
.subscribe .row .tsdt {
  color: #333333;
  border-bottom: 1px dashed #333333;
}
/*产品块*/
.fabric {
  clear: both;
  background-color: #eee;
  padding: 20px;
}
.fabric .fabric_hd {
  width: 100%;
  overflow: hidden;
}
.fabric .container {
  padding: 0 !important;
}
.fabric .nav-tabs {
  width: 100%;
}
.fabric .nav-tabs li {
  margin-bottom: 0;
  padding: 0 15px;
}
.fabric .nav-tabs li a {
  line-height: 50px;
  border-radius: 0;
  border: 0;
  background-color: #eee;
}
.fabric .nav-tabs li a:hover {
  border-bottom: 3px solid #333333;
}
.fabric .nav-tabs li.active a,
.fabric .nav-tabs li.active a:hover,
.fabric .nav-tabs li.active a,
.fabric .nav-tabs li.active :focus {
  border: none;
  border-radius: 0;
  background-color: #eee;
  border-bottom: 3px solid #333333;
}
.fabric .fbox {
  height: 150px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
.fabric .fbox .fleft {
  margin-right: 100px;
  height: 150px;
  padding-top: 10px;
  font-size: 12px;
}
.fabric .fbox .fleft > p {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.fabric .fbox .fleft .row {
  margin-left: -10px;
  margin-right: -10px;
}
.fabric .fbox .fleft .row > div:nth-of-type(even) {
  text-align: right;
}
.fabric .fbox .fright {
  width: 100px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px dashed #ccc;
  text-align: center;
  padding-top: 30px;
}
.fabric .fbox .fright > .frightb {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.fabric .fbox .fright > .frightb > span {
  cursor: pointer;
}
.fabric .fbox .fright > .frightb > span:first-of-type {
  color: #333333;
  border: 1px solid #333333;
}
.fabric .fbox .fright > .frightb > span:last-of-type {
  color: aqua;
  border: 1px solid aqua;
}
.fabric .fbox .fright > b {
  font-size: 40px;
  color: #333333;
}
.fabric .fbox .fright > sub {
  color: #333333;
  bottom: 0;
}
.fabric .fbox .fright::before,
.fabric .fbox .fright::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  left: -5px;
}
.fabric .fbox .fright::before {
  top: -5px;
  box-shadow: 0px -1px 1px #ddd inset;
}
.fabric .fbox .fright::after {
  bottom: -5px;
  box-shadow: 0px 1px 1px #ddd inset;
}
.fabric .fbox.active {
  background-color: #333333;
}
.fabric .fbox.active > .fright > b,
.fabric .fbox.active > .fright sub,
.fabric .fbox.active > .fright p {
  color: #fff;
}
.fabric .fbox.active > .fleft {
  color: #fff;
  position: relative;
}
.fabric .fbox.active > .fleft::before {
  content: "\e915";
  font-family: "wjs";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 25px;
}
/*新闻块*/
.new {
  padding: 20px;
}
.new .new_t {
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.new .new_t::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: absolute;
  bottom: -4px;
  right: -8px;
}
.new .new_x {
  width: 1px;
  height: 100%;
  position: absolute;
  border-right: 1px dashed #333333;
  left: 45px;
  top: 0;
}
.new .nav-tabs {
  border-bottom: 0;
  position: relative;
}
.new .nav-tabs li {
  margin-bottom: 60px;
}
.new .nav-tabs li a {
  background-color: #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
}
.new .nav-tabs li a:hover {
  background-color: #333333;
  border: 0;
}
.new .nav-tabs li.active a,
.new .nav-tabs li.active a:hover,
.new .nav-tabs li.active a:focus {
  border: 0;
  background-color: #333333;
}
.new .nav-tabs li .wjs_icon {
  font-size: 30px;
  color: #fff;
}
.new .nav-tabs li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .new .nav-tabs li {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .new .nav-tabs li {
    margin: 20px 0;
    width: 25%;
  }
}
.new .wjs_newslist {
  list-style: none;
}
.new .wjs_newslist li {
  line-height: 60px;
}
/*合作伙伴*/
.partner {
  background-color: #eee;
  padding: 20px;
  text-align: center;
}
.partner h3 {
  width: 100%;
  text-align: center;
}
.partner ul {
  list-style: none;
  display: inline-block;
}
.partner ul li {
  float: left;
  margin-left: 20px;
}
.partner .wjs_icon {
  font-size: 80px;
}
.gj_search_model {
  width: 482px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
.gj_search_model .gjss_model_header i {
  float: right;
  cursor: pointer;
}
.gj_search_model .gjss_model_content {
  margin-top: 20px;
  padding-left: 24px;
}
.gj_search_model .gjss_model_content .gjss_model_content_item {
  margin-bottom: 20px;
  overflow: hidden;
}
.gj_search_model .gjss_model_content .gjss_model_content_item span {
  width: 80px;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
}
.gj_search_model .gjss_model_content .gjss_model_content_item .gjss_zyhy_select {
  float: left;
}
.gj_search_model .gjss_model_content .gjss_model_content_item .gjss_zyhy_select select {
  width: 100px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-right: 8px;
}
.gj_search_model .gjss_model_content .gjss_model_content_item .slecets {
  width: 324px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.gj_search_model .gjss_model_content .gjss_model_content_item .inputs {
  width: 324px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.gj_search_model .search_gjss_btn {
  width: 324px;
  height: 32px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-left: 105px;
  cursor: pointer;
  margin-bottom: 20px;
}
.hovers:hover {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%) !important;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
}
.ts_model {
  width: 560px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 16px;
  box-sizing: border-box;
  display: none;
  padding-bottom: 30px;
}
.ts_model .ts_model_header {
  margin-bottom: 45px;
}
.ts_model .ts_model_header .colseX {
  float: right;
  cursor: pointer;
}
.ts_model .ts_model_content {
  margin-left: 34px;
}
.ts_model .ts_model_content .ts_icon {
  line-height: 32px;
}
.ts_model .ts_model_content .ts_icon::before {
  content: "";
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(/img/img_icon/wangcheng.png);
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 12px;
}
.ts_model .ts_btn {
  margin-top: 20px;
}
.ts_model .ts_btn .ts_btn_item {
  float: left;
  width: 76px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 32px;
  color: #cb2428;
}
.ts_model .ts_btn .ts_btn_item:nth-child(1) {
  margin-left: 352px;
  margin-right: 20px;
}
.table span {
  color: #cb2428;
}
.sj_zws {
  display: none;
}
.list-group {
  height: 400px;
  overflow-y: 400px;
}
.gwc_models,
.logout_sure_model,
.jhs_save_model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 190px;
  background: #ffffff;
  border-radius: 4px;
  z-index: 999999;
  display: none;
}
.gwc_models .gwc_models_header,
.logout_sure_model .gwc_models_header,
.jhs_save_model .gwc_models_header {
  position: relative;
  height: 40px;
}
.gwc_models .gwc_models_header h3,
.logout_sure_model .gwc_models_header h3,
.jhs_save_model .gwc_models_header h3 {
  position: absolute;
  top: 20px;
  left: 16px;
  font-size: 14px;
  margin: 0;
}
.gwc_models .gwc_models_header img,
.logout_sure_model .gwc_models_header img,
.jhs_save_model .gwc_models_header img {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}
.gwc_models .gwc_models_main,
.logout_sure_model .gwc_models_main,
.jhs_save_model .gwc_models_main {
  margin-top: 40px;
}
.gwc_models .gwc_models_main .gwc_models_main_icon,
.logout_sure_model .gwc_models_main .gwc_models_main_icon,
.jhs_save_model .gwc_models_main .gwc_models_main_icon {
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(/img/img_icon/wangcheng.png);
  background-size: 100% 100%;
  border-radius: 50%;
  margin-left: 34px;
  margin-right: 12px;
}
.gwc_models .gwc_models_main .gwc_models_text,
.logout_sure_model .gwc_models_main .gwc_models_text,
.jhs_save_model .gwc_models_main .gwc_models_text {
  float: left;
  line-height: 32px;
}
.gwc_models .cg_btns,
.logout_sure_model .cg_btns,
.jhs_save_model .cg_btns {
  margin-top: 20px;
}
.gwc_models .cg_btns div,
.logout_sure_model .cg_btns div,
.jhs_save_model .cg_btns div {
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.gwc_models .cg_btns .jxcg_btns,
.logout_sure_model .cg_btns .jxcg_btns,
.jhs_save_model .cg_btns .jxcg_btns {
  width: 120px;
  height: 32px;
  float: left;
  background: linear-gradient(180deg, #6dde27 0%, #359d4f 100%);
  border-radius: 2px;
  margin-left: 230px;
  margin-right: 20px;
}
.gwc_models .cg_btns .gwcjs_btnss,
.logout_sure_model .cg_btns .gwcjs_btnss,
.jhs_save_model .cg_btns .gwcjs_btnss {
  width: 120px;
  height: 32px;
  float: left;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  border-radius: 2px;
}
