/**/
* {
  margin: 0;
  padding: 0;
}

div,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
font,
form,
b,
b,
h3,
h4,
i,
iframe,
img,
li,
ol,
p,
span,
u,
ul,
th,
td,
input {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.pcnone{ display:none;}
@media (max-width:640px)
{
.wapblock{ display: block;}
.wapnone{ display:none;}
.pcnone{ display:block;}
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  width: 100%;
  transition: all 0.3s;
}

.avatar:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.bg {
  padding: 20px 0;
  background: #f3f3f3 url(../images/bg.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 10px;
}

.top-content span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}

.top-content span a {
  color: #fff;
  padding: 0 10px;
}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.com_name {
  color: #1F1A17;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
}

.header_center {
  position: relative;
  background: url(../images/topbg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 34px;
  margin-top: 5px;
  font-size: 30px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 20px;
  line-height: 40px;
  color: #000;
}

.logo_tu {
  display: flex;
  align-items: center;
}

.logo_tu img {
  height: 85px;
  padding-right: 20px;
}

.btns {
  height: 40px;
}

.btns a {
  float: left;
  display: block;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 5px;
  transition: .3s;
}

.btns a:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #1D63B0;
}

.findDiv {
  width: auto;
  border: 1px solid #1D63B0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.findform {
  display: flex;
}

.findSelect {
  border-left: 1px solid #1D63B0;
  border: 0px;
  outline: none;
  padding-left: 10px;
}

.findInput {
  border: 0px;
  outline: none;
  width: 260px;
  padding-left: 5px;
}

.findBtnDiv {
  height: 40px;
  line-height: 30px;
  display: flex;

  background: #222;
  color: #fff;
  padding: 0px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 0px;
}

.findBtnDiv:hover {
  background-color: #1D63B0;
}

.findImg {
  height: 20px;
  margin: 5px 5px 5px 0px;
  vertical-align: top;
}

.nav-top {
  display: none;
}

.mobile-nav .btn {
  display: flex;
}

.mobile-nav .btn a {
  display: block;
  height: 38px;
  border: 1px solid #dedede;
  float: left;
  margin-left: 3%;
  height: 40px;
  line-height: 40px;
  width: 110px;
  text-align: center;
}

.mobile-nav .search_wrap {
  display: flex;
  width: 94%;
  z-index: 9;
  margin: 20px 3%;
}

.mobile-nav .search_wrap .findSelect {
  width: 80px;
}

.mobile-nav .search_box_button {
  height: 45px;
  width: 15%;
  background: #ECA617 url(../images/search.png) no-repeat center;
  border: 0;
  outline: none;
  float: right;
}

.mobile-nav .search_box_text {
  width: 70%;
  color: #666;
  font-size: 13px;
  padding: 0 10px;
  border: 0;
  float: left;
  height: 45px;
  outline: none;
  line-height: 45px;
  background: #fff;
}

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 70px;
  background: #1D63B0;
}

#header.header-transparent {}

#header.header-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;

}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;
}

.nav-menu ul li::before {
  content: " | ";
  font-size: 5px;
  position: absolute;
  top: 34%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu ul li:first-child:before {
  content: "  ";
}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 10px;

  margin: 10px 0;


  font-size: 18px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  background: url(../images/navbg.png) no-repeat center;
  background-size: 100%;
  color: #1D63B0;


}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #1D63B0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 0;
  font-size: 16px;
  text-transform: none;
  color: #fff;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  background: url(../images/navbg.png) no-repeat center;
  background-size: 100%;
  color: #1D63B0;
}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}

.nav-menu ul li::before {
  content: " | ";
  position: absolute;
  top: 45%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu .drop-down ul li::before {
  content: "  ";
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #1D63B0;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #1D63B0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #1D63B0;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #1D63B0;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #1D63B0;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;
}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#banner {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #1D63B0;
}

.btn-prev {
  left: 6%;
}

.btn-next {
  right: 6%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}

#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #1D63B0;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/*首页banner图 end*/
/* 本会概况 */

.main_tit a {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

.main_tit a:hover {
  color: #1D63B0;
}

.main_tit p {
  padding: 5px 10px;
}

.main_tit {
  background: url(../images/tit_bg.png) no-repeat left;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  color: #1D63B0;
}

.sh_bg {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.about_cont p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
  text-indent: 2rem;
  color: #666;
}

.about_cont a {
  display: block;
  color: #1D63B0;
}

.about_cont a:hover {
  color: #89211A;
}

.about-list2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.about-list2 li {
  width: calc(25% - 12px);
  border: 1px solid #1D63B0;
  background: url(../images/hd_but_bg.jpg) no-repeat;
  background-size: cover;
  margin: 5px;
  position: relative;
}

.about-list2 li::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
  width: 0;
  transition: all .3s;
}

.about-list2 li:hover::after {
  background: #1D63B0;
  width: 100%;
}

.about-list2 li:hover .cn {
  color: #fff;
}

.about-list2 li:hover img {
  filter: brightness(100);
}

.about-list2 li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 18px 10px;
  height: 100%;
  color: #1D63B0;
  position: relative;
  z-index: 3;


}

.about-list2 li a .cn {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
  transition: color 0.3s;
  margin-top: 10px;
}

/* 商会领导 */
.shld_bg {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 30px 0;
  background-size: cover;
}

#ry {
  position: relative;

  margin: 0 auto;
  background: url(../images/honor_bg.jpg) no-repeat;
  background-size: cover;

}

#ry .swiper-container {
  margin-top: 20px;
}

#ry .swiper-slide {
  background: #fff;
  position: relative;
}

#ry .swiper-slide img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

#ry .swiper-slide a {
  display: block;
  color: #333;
  text-align: center;
  border: 4px solid #f1f1f1;
}

#ry .swiper-slide p {
  line-height: 40px;
  padding-top: 0;
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
}

#ry .swiper-slide i {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
}

#ry .swiper-slide a:hover {
  background: #1D63B0;
  color: #fff;
}

#ry .swiper-slide a:hover p {
  color: #fff;
}

#ry .swiper-button-next {
  right: 5px;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 20px;
  transition: all .5s ease;
  outline: none;
}

#ry .swiper-button-prev {
  left: 5px;
  text-align: center;
  width: 45px;
  line-height: 55px;
  height: 55px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 20px;
  transition: all .5s ease;
  outline: none;

}

#ry .swiper-button-prev:hover,
#ry .swiper-button-next:hover {
  color: #fff;
  background: #1D63B0;
}

/* 权益 */
.quanyi {
  margin: 20px 0;
}

.quanyi_bg {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.fwsj_list {

  position: relative;
  z-index: 99;

}

.fwsj_list ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.fwsj_list li {
  margin: 5px;

  border-radius: 10px;
  transition: all .2s ease-in-out;
  width: calc(25% - 10px);
  padding: 20px;
  border: 1px solid #BFD8F3;
  margin-bottom: 10px;
  background: #F3F8FE;

}

.fwsj_list li .fa_title p {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  text-align: justify;
}

.fwsj_list li:hover {
  box-shadow: 0 0 10px #7CB4F5;
  background: #1D63B0;
}


.fwsj_list li a {
  position: relative;
  display: block;
  width: 100%;

}

.fwsj_list li a .icon {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;

}

.fwsj_list li a .icon img {
  height: 28px;
}

.fwsj_list li .img {
  margin-top: 15px;
}

.fwsj_list li .img img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fwsj_list li a:hover .img img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

.fwsj_list .fa_title {
  font-size: 18px;
  text-align: center;



}

.qy_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwsj_list .fa_tit b {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

.fwsj_list .fa_tit {

  text-align: center;
  padding-left: 6px;
}

.fwsj_list .fa_title b {
  color: #fff;
}

.fwsj_list li.bg1 {
  background: url(../images/iconbg1.jpg) no-repeat;
  background-size: cover;
}

.fwsj_list li.bg2 {
  background: url(../images/iconbg2.jpg) no-repeat;
  background-size: cover;
}

.fwsj_list li.bg3 {
  background: url(../images/iconbg3.jpg) no-repeat;
  background-size: cover;
}

.fwsj_list li.bg4 {
  background: url(../images/iconbg4.jpg) no-repeat;
  background-size: cover;
}

.fwsj_list li:hover .fa_title b {
  color: #fff;
}

.fwsj_list li:hover .fa_title p {
  color: #fff;
}

.shengq {
  background: url(../images/bg4.jpg) no-repeat center;
  padding: 30px 0;
  background-size: 100%;
}

.right_bar a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.right_bar {
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s;
  background-image: linear-gradient(to bottom, #FF997C, #FF5511);
  display: block;
  margin-right: 10px;
  width: 110px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}

.right_bar:hover {
  background-image: linear-gradient(to bottom, #FF5511, #FF997C);
}

.right_bar a:hover {
  color: #fff;
}

.right_bar img {
  height: 22px;
}

/* 新闻 */
.news {
  margin: 20px 0;
}

.news_bg {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

.news .news_box {
  background: #fff;
}

.pic-data {
  position: relative;
  background: #fff;
}

.pic-data .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.pic-data .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.pic-data .swiper-slide a {
  display: block;
  position: relative;
}

.pic-data .swiper-slide img {
  display: block;
  transition: all 0.3s ease-out;
  width: 100%;
}

.pic-data .swiper-slide p {
  position: absolute;
  bottom: 0px;
  line-height: 28px;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-size: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.pic-data .swiper-slide p i {
  display: block;
  width: calc(100% - 100px);
}

.pic-data .swiper-button-next {
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #1D63B0;
  background: rgba(255, 255, 255, .6);
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.pic-data .swiper-button-prev {
  position: absolute;
  top: 55%;
  left: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #1D63B0;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pic-data .swiper-container .swiper-button-next:hover {
  background: #1D63B0;
  color: #fff;
}

.pic-data .swiper-container .swiper-button-prev:hover {
  background: #1D63B0;
  color: #fff;
}

.pic-data .swiper-pagination {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: calc(100% - 30px);
  color: #fff;
  width: 100px;
  left: auto;
}

.pic-data .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

.pic-data .swiper-pagination-bullet-active {
  background: #A01711;
}

.fg_bg,
.djgz {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.zxjj-box .cs_r .cs_rtit {
  margin-bottom: 20px;
}

.cs_r .cs_rtit {
  position: relative;

}

.cs_r .cs_rtit ul {

  width: 100%;
}

.cs_r .cs_rtit ul li {
  display: inline-block;
  background: url(../images/index-1-6-2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  width: 30%;
}

.cs_r .cs_rtit ul li a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #656565;
  font-weight: bold;
  padding: 5px 25px;

}

.cs_rtit .cs_lmore a {
  float: left;
  width: 19px;
  height: 19px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-family: fangsong;
  font-size: 10px;
  display: none;
}

.cs_r .cs_rc ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #cccccc;
}

.cs_r .cs_rc ul li.on::before {
  background: #1D63B0;
}

.cs_r .cs_rtit ul li.on {
  color: #fff;

  background: url(../images/index-1-6.png) no-repeat;
  background-size: 100% 100%;
}

.cs_r .cs_rtit ul li.on a {
  color: #fff;
}

.cs_r .cs_rtit .cs_lmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cs_r .cs_rtit .cs_lmore a {
  float: left;
  width: 19px;
  height: 19px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-family: fangsong;
  font-size: 10px;
  display: none;
}

.cs_r .cs_rtit .cs_lmore a:hover {
  color: #1D63B0;
  border-color: #1D63B0;
}

.cs_r .cs_rc ul {
  position: relative;
}

.cs_r .cs_rc div {
  display: none;
}

.cs_r .cs_rc ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #cccccc;
}

.cs_r .cs_rc ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 14px;
}

.cs_r .cs_rc ul li:nth-child(1) {
  margin-top: 0;
}

.cs_r .cs_rc ul li.on a h3 {
  color: #1D63B0;
  font-weight: 600;
  font-size: 18px;
}

.cs_r .cs_rc ul li.on a div {
  display: block;
}

.cs_r .cs_rc ul li a h3 {
  position: relative;
  padding-right: 85px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cs_r .cs_rc ul li a h3 span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}

.cs_r .cs_rc ul li a div {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f0f0f0;
  margin-top: 10px;
}

.cs_r .cs_rc ul li a div p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
}

.cs_r .cs_rc ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  left: 5px;
  top: 7px;
  z-index: 9;
}

.cs_r .cs_rc ul li.on::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 19px;
  height: 18px;
  border: solid 1px #1D63B0;
  border-radius: 50%;
  background: #fff;
  z-index: 8;
}

.news_cont img {
  margin-bottom: 20px;
}

/* 法律法规 */
.main_tit p span {
  font-size: 16px;

  display: inline-block;
  color: #222;
  font-weight: bold;
  font-size: 20px;
}

.flfg_cont div img {
  margin-bottom: 22px;
}

.flfg_cont div {
  display: none;
}

.flfg_cont div ul li {
  padding: 9px 0;
  border-bottom: 1px dashed #dedede;
}

.flfg_cont div ul li:first-child {
  padding-top: 0;
}

.flfg_cont div ul li a {
  position: relative;
  padding-right: 15px;
}

.flfg_cont div ul li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ccd3dc;
  top: 10px;
  left: 0px;
}

.flfg_cont div ul li a p {
  color: #666;
  font-size: 16px;
  width: calc(100% - 120px);
  margin-left: 15px;
}

.flfg_cont div ul li a:hover p {
  color: #1D63B0;
}

/* 横条banner */
#hengtiao {
  margin-top: 20px;
}

#hengtiao .swiper-button-next,
#hengtiao .swiper-button-prev {
  background: rgba(255, 255, 255, .6);
  width: 35px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  font-size: 20px;
  color: #999;
}

#hengtiao .swiper-pagination-bullet-active {
  background: #1D63B0;
}

#hengtiao .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  outline: none;
}

/* 梅商风采 */
.fc_bg {  background: #fff;
  padding: 15px;
  border-radius: 5px;}
.csxm_box {
  margin: 20px 0 10px;
}

.csxm {
  position: relative;
  padding-bottom: 80px;
}

.csxm .swiper-slide {
  margin-top: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
  padding-bottom: 15px;
}

.csxm .swiper-slide span {
  display: block;
  overflow: hidden;
  position: relative;
}

.csxm .swiper-slide em {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 0 0 10px 0;
  color: #fff;
  background: #1D63B0;
}

.csxm .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 200px;
}

.csxm .swiper-slide a:hover b {
  color: #1D63B0;
}

.csxm .swiper-slide b {
  display: block;
  font-size: 16px;
  font-style: normal;
  padding: 10px 15px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.3s;
}

.csxm .swiper-slide i {
  float: right;
  display: block;
  padding: 10px 15px;
  color: #1D63B0;
}

.csxm .swiper-slide .info {
  padding: 10px 15px;
  color: #999;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.csxm .swiper-slide .info：hover {
  color: #1D63B0;
}

.csxm .swiper-slide p {
  color: #999;
  line-height: 24px;
  font-size: 14px;
  padding: 0 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.csxm .swiper-button-next {
  position: absolute;
  top: 93%;
  right: 0;
  border-radius: 20px;
  text-align: center;
  color: #1D63B0;
  background: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.csxm .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: 0;
  border-radius: 20px;
  text-align: center;
  color: #1D63B0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.csxm .swiper-button-prev:hover,
.csxm .swiper-button-next:hover {
  background: #1D63B0;
  color: #fff;
}

.csxm .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.08);
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 1px;
  top: 93%
}

.csxm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1D63B0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.csxm .swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 0;
}

.csxm .swiper-container-horizontal>.swiper-pagination-progressbar,
.csxm .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: calc(100% - 30px)
}

.btnjk {
  line-height: 30px;
  display: block;
  background: #1D63B0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 2px;
}

.btnjk:hover {
  background: #EEA953;
}

/*  */
.zzlb ul li {
  line-height: 28px;
  padding: 8px 0;
  border-bottom: 1px dashed #dedede;
}

.zzlb ul li a {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
}

.zzlb ul li a:hover {
  color: #1D63B0;
}

/*  调解*/
.flgw_bg {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.sstj_list { display: flex;}
.gu_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(20% - 10px);
  margin: 5px;
}

.gu_list a {
 
  background: #f5f5f5;
  width: 100%;
margin-bottom: 5px;


}
.gu_list a img{ width: 100%;}
.gu_list a:hover { background: #fff;}
.pro_txt {
  font-size: 18px;
  color: #1e1e1e;
  text-align: left;
  padding: 0 15px;

}

.pro_txt b {
  font-size: 18px;
  padding-top: 10px;
  display: block;
  text-align: center;
}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}

.pro_txt span {
  color: #999;
  font-size: 15px;
  display: block;

  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
}

.pro_tu {
  position: relative;
  overflow: hidden;

}

.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 20px 0;
  font-style: normal;
  transition: all 0.3s;
}

.gu_list a:hover b {
  color: #1D63B0;
 
}
/* 调解案例 */
.tiao_case {
  margin: 20px 0 10px;
}
.news-list a {
  line-height: 32px;

  border-bottom: 1px solid #f1f1f1;
  padding: 8px 0;
  color: #333;
  display: flex;
  justify-content: space-between;

}




.news-list a:hover {
  color: #1D63B0;
}

.news-list .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #999;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}
.news-list .lxing::after{
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color:#999;
}
 .news-list em {

  color: #999;

}

 .news-list i {
  width: 79%;

}
/* 友情 */
.link_bg {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.link_box {
  display: flex;
  flex-wrap: wrap;
}

.link_box a {
  padding: 2px;
  line-height: 32px;
  font-size: 16px;
  width: calc(20% - 10px);
  margin: 5px;
  color: #666;
}

.link_box a:hover {
  background: #1D63B0;
  border-radius: 5px;
}

.link_box a img {
  border-radius: 5px;
}

.link_box a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ccd3dc;
  top: 10px;
  left: 0px;
}

/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #1D63B0 url(../images/ftbg.png) no-repeat center;
  padding: 30px 0;

}

.footer-main .container {
  display: flex;
  justify-content: space-between;
}

.footer-copyright img {
  height: 30px;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
}

.footer-list1 {
  padding-bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 2%;
}

.footer-list1 img {
  height: 100px;
  margin-top: 20px;
}

.footer-list1 .socials {
  margin-bottom: 30px;
  display: flex;
}

.footer-list1 p img {
  margin-right: 8px;
}

.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
  position: relative;

  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list1 .socials li:hover {
  background: #1D63B0;
}

.footer-list1 .socials li:hover img {
  filter: brightness(100);
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #ECA617;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;
}

.address-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 13px;
}

.foot_con {
  display: flex;
}

.foot_con div {
  margin-right: 20px;
}

.footer-copyright {
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
}

.footer-copyright span {
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright p span {
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 0.7);
}

/*右侧固定*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 8%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  color: #fff;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0A50A0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  color: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 22px;
  background-color: #1D63B0;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#suspension li .txt a {
  display: block;
  line-height: 57px;
  color: #fff;
  padding-left: 10px;
}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #0A50A0;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #0A50A0;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #2E76C9;
  color: #fff;
}

/* 登录 注册*/
.login_box {
  padding: 50px 0;
}

.fr_wrap {
  width: 50%;
  ;
  border-radius: 20px;
  background: #fff;
  padding: 30px 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fr_wrap form {
  width: 80%;
}

.fr_wrap .title {

  font-weight: 600;
  font-size: 24px;
  line-height: 54px;
  background: none;
  margin-bottom: 10px;
}

.fr_wrap .form-box {
  padding: 0 20%;
  display: flex;
  flex-wrap: wrap;
}

.fr_wrap .form-item {
  position: relative;
  width: 100%;
  margin: 20px 0;

}

.fr_wrap .form-item input {
  height: 55px;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  transition: all ease-in-out 0.2s;
}

.fr_wrap .form-item input:focus {
  border-color: #3A62C8;
  -webkit-box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
  box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
}

.fr_wrap .yanzm {
  display: flex;
}

.fr_wrap .form-item .code-btn {
  background: #F3F3F3;
  cursor: pointer;
  height: 55px;
  width: 180px;
  border: 1px solid #eaeaea;
  border-left: none;
}

.fr_wrap .yyzz {
  width: calc(100% - 20px);
  color: #999;
  font-size: 16px;
  margin: 10px;
}

.fr_wrap .yyzz p {
  margin-bottom: 20px;
}

.fr_wrap .yyzz .scyyzz {
  border: 1px solid #eaeaea;
  padding: 20px;
}

.fr_wrap .register-btn {
  width: calc(100% - 20px);
  margin: 10px;
}

.fr_wrap .register-btn button {
  background: #FF5967;
  box-shadow: none;
  outline: 0;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  width: 100%;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: none;
  transition: all ease-in-out 0.2s;
}

.fr_wrap .bottom-login {
  margin: 20px 0;
}

.fr_wrap .bottom-login:hover {
  color: #FF5967;
}

.fr_wrap .login-btn button {
  background: #FF5967;
  box-shadow: none;
  outline: 0;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  width: 100%;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: none;
  transition: all ease-in-out 0.2s;
}

.login-btn a {
  color: #fff;
  display: block;
}

.fr_wrap .login-btn button:hover {
  background-color: #1D63B0;
}

.denglu {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.denglu p span {
  color: #F2AA15;
}

.denglu a {
  color: #999;
}

.denglu a:hover span {
  color: #FF5967;
}

.yzm_btn {
  border: none;
  height: 55px;
  width: 130px;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  background-color: #999;
  float: right;
}

/* 在线申请 */
.in_top_bg {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.crumbs {
  width: 100%;
  padding-top: 30px;
  border-bottom: 2px solid #1D63B0;
}

.crumbs p {
  width: 100%;
  height: 40px;
  color: #1D63B0;
  line-height: 40px;
}

.crumbs p a {
  font-size: 24px;
  color: #1D63B0;
  font-weight: bold;
  line-height: 34px;
}

.in_nav {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
}

.in_nav li a {
padding:0 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 20px;
  color: #333;
  border: 1px solid #dedede;
}

.in_nav li.current a {
  color: #fff;
  background: #1D63B0;
  border: 1px solid #1D63B0;
}
.in_nav li a i{ margin-right: 5px;}
.in_nav li a:hover {
  color: #fff;
  background: #1D63B0;
  border: 1px solid #1D63B0;
}

.apply_box {
  width: 70%;

  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.apply_box .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 54px;
  background: none;
  margin-bottom: 10px;
}

.biaodan {
  width: 100%;
}

.biaodan form {
  padding: 20px;
}

.biaodan .logtxt {
  margin-bottom: 15px;
}

.biaodan .name_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.biaodan .name_input label {
  width: 106px;
}

.biaodan .name_input button {
  border: none;
  height: 45px;
  width: 130px;
  margin-left: 10px;
  color: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  background-color: #FF5967;
  float: right;
}

.biaodan .mx-form-input {
  width: calc(100% - 107px);
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(30, 32, 35, .1);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.biaodan .name_input span {
  color: #DD3435;
  padding-right: 5px;
}

.biaodan .logbtn {
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background: #FF5967;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 8px;
}

.biaodan select {
  width: calc(100% - 107px);
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(30, 32, 35, 0.1);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  padding: 10px;
  height: 100%;
  font-size: 14px;
  outline: none;
}

.biaodan select.address {
  margin-left: 5px;
  width: calc(33% - 26px) !important;
}

.btn_flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.biaodan .logbtn:hover {
  background: #1D63B0;
}

.btn_flex a {
  display: block;
  padding: 0 30px;
}

.btn_flex a:hover {
  color: #DD3435;
}

.form-checkbox {
  margin-right: .5em;
}

.xieyi {
  margin-top: 20px;
}

.xieyi a {
  color: #DD3435;
}

.preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.preview-item {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #ff4444;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

.delete-btn:hover {
  background: #cc0000;
}

#fileInput {
  display: none;
}

.upload-btn {
  padding: 10px 20px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto !important;
  width: calc(100% - 107px);
}

.upload-btn:hover {
  background: #45a049;
}

/* 企业介绍 */
.company_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.company_list .item {
  display: flex;
  width: calc(25% - 20px);
  margin: 10px;
  flex-direction: column;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.company_list .item i {
  float: right;
}

.company_list .item b {
  display: block;
  font-size: 16px;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}

.company_list .item p {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.company_list .item .info {
  margin-top: 10px;
}

.company_list .item .info i,
.company_list .item .info span {
  color: #999; font-size: 14px;
}

.company_list .item .info:hover a {
  color: #1D63B0;
}

.company_list .item .info:hover a i {
  color: #1D63B0;
}

.company_list .item .pict img {
  max-height: 200px;
  transition: all .3s;
}

.company_list .item:hover .pict img {
  transform: scale(1.1);
}

.company_list .item .pict {
  overflow: hidden;
}

/* 企业详情 */
.bt_title {
  font-size: 32px;
  text-align: center;
  color: #221915;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bt_title span {
  display: block;
  margin: 0 20px;
  width: 90px;
  height: 1px;
  background: #1D63B0;
}

.detail {
  padding: 50px 30px;
  margin-top: 20px;
}

.detail p {
  margin: 20px 0;
}

.detail p i {
  margin: 0 20px;
  padding-right: 10px;
  font-size: 16px;
}

.detail .txt_info {
  text-indent: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: left;
}

.detail .jian_tit{
  font-size: 18px;
  color: #1D63B0;
  font-weight: bold;
  margin-top: 40px;
  background: url(../images/line.png) repeat-x bottom;
}
.detail .com_box{ font-size: 16px; line-height: 30px;}
.detail .jian_tit span {
  display: inline-block;
  background: #1D63B0;
  padding: 10px 20px;
  color: #fff;
}

.detail .qy_tu {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.detail .qy_tu div {
  margin: 10px;
  width: calc(50% - 20px);
}

.detail .xgzx {
  padding: 30px 0;
}

.detail .xgzx ul {
  display: flex;
  flex-wrap: wrap;
}

.detail .xgzx ul li {
  width: calc(33.33% - 20px);
  margin: 10px;
  list-style-type: circle;
}

.detail .xgzx ul li:hover a {
  color: #1D63B0;
}

.detail .back {
  margin-top: 30px;
}

.detail .back a {
  background: #EEEFEF;
  border: 1px solid #EEEFEF;
  color: #333;
  margin-right: 10px;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 16px;
}

.detail .back a i {
  padding: 0 10px;
}

.detail .back a:hover {
  color: #1D63B0;
  background: none;
  border: 1px solid #1D63B0;
}

/* 个人中心 */
 .personal { padding: 20px; background: #fff; }
.per_top { padding: 10px 30px;  background:#fff;display: flex; align-items: center; justify-content: space-between;}
.per_top .logo img{ max-height:60px; }
.per_top .username { color: #333;}
.per_top .username img { height: 28px;}
.per_top .username a{ color: #333;}
.per_top .username span { margin-left: 30px;}
.per_top .username a:hover { color: #1D63B0;}
.per-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;


}
.per_pic {background: #fff; padding: 50px 10px; box-shadow: 0 0 10px #eee; display: flex;align-items:center; flex-direction: column; justify-content: space-between; }
.per_pic .tx img { width: 120px; height: 120px;  border-radius: 60px; border: 1px solid #dedede!important;}
.per_pic .user { margin-top: 20px; font-size: 16px;}

.per_rtit {
  position: relative;

  margin-bottom: 30px;
  width: 250px;

  background: #fff;
  box-shadow: 0 0 10px #eee;
 
}
.per_rtit ul li{ line-height: 80px;  font-size: 16px; border-bottom: 1px solid #eee;}
.per_rtit ul li a {display: block;   padding:0 30px;}
.per_rtit ul li img {  margin-right: 10px;}
.per_rtit ul li a:hover {   color: #fff; background:#1D63B0;
 }
 .per_rtit ul li a:hover img{ filter:brightness(500%)}
.per_rtit ul li.on img { filter:brightness(500%)}
.per_rtit ul li.on a{
  color: #fff;background:#1D63B0;
}
.per_rtit ul li a { display: block;}
.per_cont { width: calc(100% - 270px);     background: #FFF;
  padding: 30px;

  box-shadow: 0 0 10px #eee;}


/* 信息发布 */
.zp-con-list { padding: 20px; }

.tab_item{
  width: 100%;
  margin: 15px 0;
  display: flex;
  align-items: center;

  justify-content: space-between;
  }
.tab_item .item_label {  width: 100px; }

 .item_label span { color: #DD3435;}
.tab_item .item_input { padding-left: 10px; width:calc(100% - 120px); border-radius: 5px;  height: 35px; line-height: 35px; outline: none; border: 1px solid #dedede; background-color: #fff;}
.tab_info textarea {
  padding: 0 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
  line-height: 28px;
  margin-top: 5px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dedede;
  background-color: #fff;
}
.tab_info .detail { float: right;  width: calc(100% - 120px); margin-bottom: 20px;}
.guige { justify-content: flex-end; display: flex; justify-content: space-between; width:calc(100% - 114px);  align-items: center;}
.guige input {width:100%;  border-radius: 5px;  height: 35px; line-height: 35px; outline: none; border: 1px solid #dedede; background-color: #fff;}
.guige span { margin: 0 10px;}
.btn_fb { margin: 20px auto; text-align: center;}
.btn_fb button{width: 120px;
  cursor: pointer;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background: #1D63B0;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 8px;}
  .btn_fb button:hover { background: #1E9FFF;}
  .xj_list { padding:  20px; }
.xj_tu img  { height: 60px;}
.caozuo2 { align-items: center; height: 70px;}
#uploadImgs div img {
  width: 80px;
  height: 80px;
  border: 1px solid #e9e9e9;
  margin-right: 8px;
  cursor: pointer;
}

.imgs-bg {
  background: url("img/bg-opacty.png");
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
  display: none;
  z-index: 9999;
}

.imgs-bg .left {
  position: absolute;
  top: 48%;
  left: -51px;
  cursor: pointer;
}

.imgs-bg .left img {
  width: 40px;
  height: 40px;
}

.imgs-bg .right img {
  width: 40px;
  height: 40px;
}

.imgs-bg .middle {
  position: absolute;
  left: 0px;
  top: 15%;
  width: 50%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  min-width: 100px;
}

.middle-img {
  height: 100%;
  overflow-y: auto;
}

.middle-img img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imgs-bg .middle p {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #333;
}

.middle-img img {
  opacity: 0;
}

.imgs-bg .right {
  position: absolute;
  top: 48%;
  right: -50px;
  cursor: pointer;
}

/***下面是上传相关的样式***/
#uploadImgs {
  height: 82px;
  width: calc(100% - 120px);
}

#uploadImgs div {
  float: left;

}

.uploadImgs-add {
  width: 80px;
  height: 80px;
  border: 1px dotted #ccc;
  font-size: 50px;
  color: #7c7c7c;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}

#uploadImgs .show-img-div2 {
  position: relative
}

#uploadImgs .show-img-div2 span img {
  width: 100%;
  height: 100%;
  border: none;
}

#uploadImgs .show-img-div2 span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: -2px;
}

#editImgs {
  width: 80px;
  height: 80px;
  border: 1px dotted #7c7c7c;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  float: left;
}

/* 修改密码 */
.ed_password {
  padding: 50px;
 }
 
 .ed_password b {
   color: #333333;
   display: block;
   font-size: 24px;
   font-weight: 500;
   margin-bottom: 45px;
 }
 
 .ed_password .name_input {
   width: 100%;
 }
 .ed_password .name_input span { color:#DD3435; padding-right: 5px;}
 .ed_password .logpass {
   display: flex;
   justify-content: space-between;
 }
 
 .ed_password .logpass .send {
   width: 100%;
   margin-left: 20px;
   background: #fff;
   width: 120px;
   border: 1px solid #dfdfdf;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   color: #333;
   white-space: nowrap;
 }
 
 .ed_password .logpass .send button {
 
   padding: 0 20px;
   width: 100%;
   text-align: center;
   background: none;
   border: none;
   outline: none;
   line-height: 1.5;
   overflow: hidden;
 
   white-space: nowrap;
 
 }
 
 .ed_password .logtxt {
 
   margin-bottom: 15px;
 }
 
 .ed_password .name_input {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .ed_password .name_input label { width: 140px;}
 .ed_password .name_input button {
   border: none;
   height: 47px;
   width: 130px;
   margin-left: 10px;
   color: #FFFFFF;
   border-radius: 6px;
   cursor: pointer;
   outline: none;
   background-color: #FF5967;
   float: right;
 }
 
 .ed_password .mx-form-input {
   width: 100%;
   height: 45px;
   line-height: 45px;
   border: 1px solid rgba(30, 32, 35, .1);
   border-radius: 6px;
   display: inline-block;
   position: relative;
   padding: 0 10px;
 }
 
 .ed_password .logbtn {
   width: 100%;
   height: 48px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   overflow: hidden;
   border: none;
   background: #0047AA;
   color: #fff;
   font-size: 18px;
   margin-top: 20px;
   border-radius: 8px;
 }
 /* 申请记录 */
 .kpjl .kpjl_item { margin-bottom: 15px; background: #fff; padding:10px 20px; box-shadow: 0 0 10px #eee;}
.kpjl .time i { display: block;}
.kpjl .time {  display: flex; align-items: center; justify-content: space-between;}
.kpjl .jl_info {display: flex; justify-content: space-between;}
.kpjl .kpjl_item i{ color: #999;} 
.kpjl .jl_info p { margin-top: 10px; font-size: 16px;}

.kpjl em { display: block; font-style: normal; width:80px; margin-top: 5px; height: 30px; line-height: 30px; text-align: center; background: #f1f1f1;}
.kpjl .btn-green { background: #4CAF50; color: #fff;}


.innewslist{width:100%;height:auto}

.innewslist li{height:auto;padding:30px 0;border-bottom: 1px solid #dedede;float:left;list-style:none; width: 100%;}

.innewslist li a{display:block; padding: 10px 0px;}

.innewslist li .innewleft{width:300px;max-height:225px;overflow:hidden;float:right;text-align:center;color:#191919;padding:6px;display:none}

.innewslist li .innewleft img{max-width:100%;min-height:225px}

.innewslist li .innewleft p{font-size:30px;text-align:center;color:#D41A1F}

.innewslist li .innewleft span{font-size:18px;line-height:45px;color:#D41A1F}

.innewslist li .innewright{width:100%;float:left; display: flex; align-items: center;  }

.innewslist li .innewright .fl { width: 140px;}

.innewslist li .innewright .fr{ width:100%;}

.innewslist .ntitle{width:100%;line-height:35px;color:#333;font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.innewslist .nconc{width:100%;height:auto;line-height:28px;font-size:16px;color:#656565;overflow:hidden;text-align:justify; display: -webkit-box; text-overflow: ellipsis;  -webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.innewslist .more{height:30px;line-height:30px;border-radius:15px;text-align:center;color:#D41A1F;padding:0 15px;text-indent:0;margin:10px 0;border:1px solid #D41A1F;display:inline-block}

.innewslist .ptime{margin:3px 0;line-height:25px;color:#ccc;background:url(../images/time.png) no-repeat left center}

.innewslist li:hover{color:#D41A1F;}

.innewslist li:hover .more{background:#fff;border:1px solid #fff;color:#666}

.innewslist li:hover .innewleft p{color:#D41A1F}

.innewslist li:hover .innewleft span{color:#D41A1F}

.innewslist li:hover .ntitle{color:#D41A1F}

.innewslist li:hover .innewleft{color:#D41A1F}

.innewslist li span { color: #D41A1F; border: 1px solid #D41A1F; padding: 10px 20px;}

.innewslist li:hover span { color: #D41A1F;}

@media (max-width:740px){.innewslist li{height:auto;width:98%;margin:2% 1%;float:left}

.innewslist li .innewleft{width:calc(100% - 12px);max-height:225px;float:left;text-align:center;color:#191919;padding:6px}

.innewslist li .innewright{margin-top:10px;width:calc(100% - 12px);float:left;margin-right:0;padding:6px}

}


.pagenum{margin:20px auto;padding:10px 0;text-align:center;width:100%;}

.pagenum ul{display:inline-block}

.pagenum ul li{float:left;list-style:none;margin:5px 0;padding-right:10px}

.pagenum ul li a{display:block;padding:3px 8px;text-align:center;color:#666;font-size:14px;text-decoration:none;background:#f4f4f4}

.pagenum ul li a:hover{background:#1D63B0;color:#fff}

.pagenum ul li a.selected{color:#fff;background:#1D63B0}