/*
��˼��ʦ�ֻ�����ʽ
�������ؿƼ����޹�˾
*/

/*�ֻ���ͷ��*/
.mobileNavDiv {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileNav {
  background-color: #fff;
}

.navbar-collapse ul li {
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
  margin: 10px 0;
}

.navbar-collapse ul li .active {
  color: #a41713;
}

.mobileHonor {
  background-color: #f6f6f6;
  padding: 10px 15px;
}

/*�ֻ��˶����˵�����*/
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin-left: 10px;
  overflow-x: scroll;
}
.scrollmenu a {
  display: inline-block;
  text-align: center;
  padding: 0 7px;
  text-decoration: none;
  vertical-align: middle;
}
.scrollmenu::-webkit-scrollbar {
  display: none; /*���ع�����*/
}

/*�ֻ�����������������*/
@media only screen and (max-width: 991px) {
  .btn-menu {
    display: block;
  }
  .topBar_g {
    display: none;
  }
  body {
    padding-top: 0px !important;
  }
  .navSearchDiv input {
    margin-left: 0 !important;
  }
  .navSearchDiv {
    width: 100% !important;
  }
}

.btn-menu {
  position: relative;
  background: transparent;
  cursor: pointer;
  margin: 10px 0;
  width: 26px;
  height: 16px;
  float: right;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #4f4c4c;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  background-color: #000;
  z-index: 1000;
  opacity: 0.8;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  cursor: pointer;
}

#mainnav-mobi ul li .cur {
  color: #a41713;
  font-weight: bold;
  background-color: #ffffff;
  opacity: 0.8;
}

#mainnav-mobi ul > li > a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 15px;
}

.btn-submenu {
  position: absolute;
  right: 10px;
  top: 0;
  font-family: "Glyphicons Halflings";
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 50px;
  line-height: 50px;
}

.btn-submenu:before {
  content: "\e259";
  color: #fff;
}

.btn-submenu.active:before {
  content: "\e260";
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  position: relative;
  padding-left: 15px;
}

/* �ֻ��������ֲ����� */
.news_li,
.swap {
  line-height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.swap {
  top: 30px;
  float: left;
  margin-left: 0px;
}

/*�ֲ�����*/
@media only screen and (max-width: 991px) {
  .slideBox .bd .box_word {
    left: 0 !important;
    margin-left: 0 !important;
  }
  .banner_title,
  .banner_title2 {
    font-size: 22px !important;
  }
  .banner_title {
    padding-top: 10px !important;
    margin-bottom: 0px !important;
  }
  .banner_title2 {
    margin-bottom: 10px !important;
  }
  .slideBox {
    height: 250px !important;
  }
  .slideBox .hd {
    left: 0 !important;
    margin-left: 10px !important;
  }
  .slideBox .bd .box_word .box_word_bg {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 280px !important;
  }
  .slideBox .bd li {
    height: 250px !important;
  }
  .banner_txt {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 768px){
    .jySearchCon .moblie_list{
        margin: 0 auto;
    }
    
}
/*��˼��Ѷ��ҳ*/
@media only screen and (max-width: 768px) {
  .ziXunDiv {
    background-position: center top;
    background-size: inherit !important;
  }
  .yYa {
    width: 90% !important;
    height: 240px !important;
  }
  .yYb {
    width: 93% !important;
    height: 220px !important;
  }
  .index_xwzx_content {
    width: 94% !important;
    height: 260px !important;
  }
  .index_xwzx_content .left .tupain_biaoti {
    padding: 12px 40px 0px 40px !important;
  }
  .slideBoxT {
    height: 260px !important;
  }
  .newsTab {
    height: 620px !important;
  }
  .tabTitle {
    font-size: 24px !important;
  }
  .bgFonts {
    font-size: 18px !important;
  }
  .infoADiv {
    padding-left: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  .infoADiv a {
    font-size: 14px !important;
  }
  .dateDiv {
    margin-left: 0px !important;
  }
  .zxInfo {
    padding-left: 15px !important;
    height: 33px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .mainDateDiv {
    width: 35% !important;
  }
  .zxyouyi {
    padding-left: 15px !important;
  }
  .jySearchCon {
    align-items: center !important;
  }
  .jySearchCon .row {
    /* justify-content: center !important; */
  }
  .jgTu {
  }
}

/*����ͼƬ*/
@media only screen and (max-width: 991px) {
  .slogan {
    margin: 0 0 20px 0 !important;
    background-size: auto 85% !important;
  }
}

/*��������*/
@media only screen and (max-width: 767px) {
  .caseBox .tabConRow {
    margin: 0 0px !important;
  }
  .card {
    margin-bottom: 20px !important;
  }
  .tabsTitle {
    font-size: 18px !important;
  }
  .tabText {
    padding: 7px 15px !important;
    margin: 0 !important;
    /*line-height: 20px !important;*/
  }
}

/*�ֻ��˵ײ���Ϣ�Ͷ�ά��*/
@media only screen and (max-width: 991px) {
  .footerCon .diZhi {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .youxiang {
    word-wrap: break-word;
    word-break: break-all;
  }
  .youxiang em {
    display: block;
    white-space: nowrap;
  }
  .w-100 {
    display: none;
  }
  .diLine {
    height: 0px !important;
  }
  /* .codeimg {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .codeimg img {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .footerCon .syS {
    padding: 0 5px;
    font-size: 12px !important;
    justify-content: center !important;
  }
}

/*�б��Ż�*/
@media only screen and (max-width: 991px) {
  .juTiDate {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .ziXuTitle {
    font-size: 16px !important;
    margin-top: 0px !important;
  }
  .neiR {
    padding: 0 !important;
    border-right: 0 !important;
  }
  .newsTab {
    margin-top: 30px !important;
  }
}

/*��˼��̸������ҳ*/
@media only screen and (max-width: 991px) {
  .searchTitleS a {
    font-size: 14px;
    font-weight: normal;
  }
  .fuwenText {
    padding-left: 0px !important;
  }
  .fuBottom .one {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .fuBottom .one span {
    padding-left: 0px !important;
    margin-right: 14px !important;
  }
  .fuBottom .two em {
    font-size: 15px;
  }
}

/*��ǰλ��*/
@media only screen and (max-width: 991px) {
  .breadcrumb,
  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 12px !important;
  }
  .dzimgDiv img {
    width: 13px !important;
  }
  .broadNav .breadcrumb .active {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  .breadcrumb {
    flex-wrap: nowrap;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }
}

/*�������*/
@media only screen and (max-width: 991px) {
  .zZTxt {
    z-index: 1;
  }
  .dateKj input {
    z-index: 2;
    width: 100% !important;
  }
  .jsImg {
    z-index: 9999;
  }
  .ssPwDiv {
    width: 110px !important;
    margin: 0 10px !important;
  }
  .ssPwDiv input {
    width: 80% !important;
  }
  .dateKj {
    width: 140px !important;
  }
  .dateKj .zZTxt {
    width: 110px !important;
  }
  .jsText {
    font-size: 14px !important;
  }
  .shousuoDiv {
    justify-content: center !important;
    margin-top: 70px;
  }
  .ssJsDiv {
    width: 100% !important;
    height: 30px !important;
    top: -14px !important;
    z-index: 0;
  }
  .xiayi {
    margin-top: 40px;
  }
  .shangyi {
    margin-top: 0px !important;
  }
  .mbDiv .nav-tabs {
    z-index: 999;
  }
}

/*�������*/
@media only screen and (max-width: 991px) {
  .tipTextDiv {
    padding: 0 !important;
    font-size: 14px !important;
  }
}

/*��Ӣ��ʦ*/
@media only screen and (max-width: 991px) {
  .xxIanT {
    padding: 15px 0 !important;
  }
  .lsName {
    font-size: 22px !important;
    line-height: 26px;
  }
  .lsTip {
    margin: 0px !important;
    font-size: 14px !important;
    word-wrap: break-word;
    word-break: break-all;
  }
  .lsJs {
    font-size: 14px !important;
    line-height: 24px !important;
    text-indent: 28px; /*��ʦ��������*/
    min-height: 110px;
  }
  .ydBtnDiv {
    float: left;
    margin-top: -30px;
  }
  .ydBtnT {
    margin-top: 30px !important;
  }
  .ziXuContent {
    height: 73px !important;
    font-size: 14px !important;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ydBtn {
    width: 78px !important;
    font-size: 15px !important;
    height: 30px !important;
  }
  .bigList {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  /*��ҳ����*/
  .tiaoTurnBtn {
    padding: 30px 0 !important;
  }

  /*��Ӣ��ʦ������ҳ*/
  .xqContent {
    margin-top: 20px !important;
  }
  .nameInfoList {
    padding-right: 0;
    margin-left: 0px !important;
    justify-content: center !important;
  }
  .rowColName {
    font-size: 25px !important;
  }
  .rowColZ {
    font-size: 14px !important;
    margin-top: 0px !important;
  }
  .yYInfo {
    margin-top: 10px !important;
    margin-left: 0px !important;
    padding-right: 15px;
  }
  .infoInfo {
    display: none;
  }
  .info_mobile {
    display: block !important;
    margin: 15px 0;
    padding: 0;
  }
  .yYInfoList {
    font-size: 14px !important;
    padding: 0px 10px 5px !important;
    margin-left: 0px !important;
  }
  .yYInfoList div {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }
  .alRowDiv {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .rowTitle {
    margin-top: 20px;
  }
  /*������ʦ*/
  .jySearchCon {
    justify-content: center !important;
    height: 60px !important;
    padding: 0;
  }
  .jySearch {
    padding-top: 0px !important;
  }
  .jySearchConRow {
    margin-right: 0px !important;
  }
  .shuRuLs {
    width: 180px !important;
  }
  .jgTu {
    width: 45px !important;
    height: 45px !important;
    /* position: inherit !important; */
    /* bottom: 0px !important;
	right: 25px !important; */
    /* position: absolute;
    right: -10px;
    bottom: 0px !important; */
  }
  .ssLs {
    margin-left: 0px !important;
  }
  .mbZzDiv {
    height: auto !important;
  }
}

/*ִҵ֤�ų�������*/
@media only screen and (max-width: 441px) {
  .yYInfoList br {
    display: block !important;
  }
}

/*������ҳͼƬ����Ӧ*/
@media only screen and (max-width: 991px) {
  .tab-content img {
    max-width: 100%;
    height: auto !important;
  }
  .fuwenText img {
    max-width: 100%;
    height: auto !important;
  }
}

/*������ҳ��������Ӧ*/
@media only screen and (max-width: 991px) {
  table[style] {
    width: auto !important;
    height: auto !important;
  }
  table {
    table-layout: fixed;
    word-break: break-all;
  }
  tr {
    max-width: 100%;
  }
}

/*���ͼƬ��������Ӧ*/
@media only screen and (max-width: 991px) {
  .bannerBgg {
    height: 120px !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .searchTitleS {
    font-size: 22px !important;
  }
}

/*������ҳѡ�*/
@media only screen and (max-width: 991px) {
  .mbZzDiv-b {
    height: 60px !important;
  }
  .mbDiv {
    padding-top: 14px !important;
  }
  .nav-link {
    font-size: 15px !important;
    padding: 0 6px !important;
  }
  .mbDiv .nav-tabs .nav-item {
    margin-right: 0rem !important;
  }
  .tab-content > .tab-pane {
    padding: 12px 0 12px 0 !important;
  }
  .navCardShow {
    margin: 0 -5px !important;
  }
}

/*��ϵ����*/
@media only screen and (max-width: 991px) {
  .lianxiwomen {
    margin-top: 26px;
  }
  .lianxixinxi {
    margin-top: 26px !important;
  }
  iframe {
    max-width: 100% !important;
    overflow: hidden;
  }
  iframe #dituContent {
    width: auto !important;
  }
}
