@font-face{
   
}
@font-face{

}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font-family: "Microsoft YaHei","\9ED1\4F53",Arial,sans-serif!important;
    font-size:14px;
  }
  ul,li,ol{list-style:none;margin:0px;
padding:0px;}
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    cursor: pointer;
    background: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
    text-decoration: none;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -.5em;
  }
  sub {
    bottom: -.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    height: 0;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
  }
  legend {
    padding: 0;
    border: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  td,
  th {
    padding: 0;
  }
  @media print {
    * {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
  
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    select {
      background: #fff !important;
    }
  }
.fl{float:left;}
.w100{width:100%;}
.center{
  margin:0 auto;
}

.wFlex{
  width:100%;
  max-width:1200px;
  min-width:320px;
}
.flex{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-r{
  display:flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}
.flex1{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex2{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-col{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bodyMain{
  background:#ffffff;
}
.bodyMain input:hover,.bodyMain input:active ,.bodyMain input:focus{
  border:none;
  outline:none;
  border-left:1px solid #b4b4b4;
}
.demoMain{
  width:100%;height:100%;
  display:block;
  position:relative;
}
.topW100{
  display:flex;
  height:60px;
  position:absolute;
  z-index:4;
  background:rgba(0,0,0,0.4);
}
.topMain{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  height:60px;
}
.mar30{
  margin-top:30px;
}
.mar40{
  margin-top:40px;
}
@media (max-width: 480px) {
  .topW100{height:40px;}
  .topMain{height:40px;}
}
/*---------1---------*/
.main-demo01{
  position:relative;
  z-index:4;
  margin-top:-60px;
}
.main-demo01 .container{
  background:rgba(255, 255, 255, 0.9);
  padding:40px;
  text-align:center;
  border-radius:5px;
  box-shadow: 0px 5px 10px 0px rgba(229, 38, 26, 0.1);
}
.main-demo01 p{
  color:#E5261A;
  font-size:32px;
  font-weight:bold;
  line-height:50px;
}
@media (max-width: 480px) {
  .main-demo01{
    margin-top: -45px;
  }
  .main-demo01 .container{
    padding: 20px 20px 10px 20px;
  }
  .main-demo01 p{
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .main-demo01 p{
    font-size: 16px;
  }
}
/*----------1-end------------*/
/*---------2---------*/
.main-demo02-title{
margin-top:20px;
margin-bottom:10px;
}
.main-demo02-title img{
  width: 100%;
  max-width: 1200px;
}
.main-demo02-menu a{
  height:48px;
  line-height:35px;
  text-align:center;
  font-size:20px;
  margin:20px 0;
  color:#DB0F14;
  font-weight:bold;
  /*background:url(../images/menu01_0729.jpg);*/
}
.main-demo02-menu a.active,.main-demo02-menu a:hover{
  /*background:url(../images/menu01_active_0729.jpg);*/
  color:#FFD7A4;
}
#touchNav .nav-link{
  display:flex;
  flex-direction: row;
  padding:0rem 0.5rem;
}
#touchNav .top,#touchNav .footer{
  width:44px;
  height:48px;
}
#touchNav .middle{
  height:48px;
  width:90px;
  white-space:nowrap;
  line-height:45px;
}

#touchNav.jtqy .nav-item{
  /*��ͨȺӢ jtqy*/
  width:33%;
}
#touchNav.jtqy .middle{
  /*��ͨȺӢ jtqy*/
  height:48px;
  width: calc(100% - 88px);
  min-width:90px;
  white-space:nowrap;
  line-height:45px;
}
#touchNav .top{background:url(menu01-left_0729.png) left center no-repeat;}
#touchNav .footer{background:url(menu01-right_0729.png) right center no-repeat;}
#touchNav .middle{background:#ffd7a4;}
#touchNav a:hover .top, #touchNav .active .top{background:url(menu01-active-left_0729.png) left center no-repeat;}
#touchNav a:hover .footer, #touchNav .active .footer{background:url(menu01-active-right_0729.png) right center no-repeat;}
#touchNav a:hover .middle, #touchNav .active .middle{background:#df3836;}
.touch-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nav-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* ����ƽ������ */
}

.nav-wrapper::-webkit-scrollbar {
    display: none; /* ���ع����� */
}

.nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  /*width: max-content;*/
  width:100%;
  padding: 0;
  margin: 0;
  cursor: grab;
  user-select: none;
}

.nav-list.dragging {
    cursor: grabbing;
}

.nav-item {
    margin: 0;
}

/* �������ư�ť */
.nav-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    color:#E5261A;
    font-size:18px;
    font-weight:bold;
    transition: all 0.3s ease;
}

.nav-control.visible {
    opacity: 1;
    visibility: visible;
}

.nav-control.prev {
    left: 0px;
}

.nav-control.next {
    right: 0px;
}

.nav-control i {
    color: #888;
    font-size: 16px;
}

.nav-control:hover {
    background-color: white;
}

.nav-control:hover i {
    color: #2c7be5;
}

/* ������ʾ�������ƶ��豸��ʾ�� */
.touch-hint {
    text-align: center;
    margin-top: 15px;
    color: #999;
    font-size: 13px;
    display: none;
}

@media (max-width: 768px) {
    .touch-hint {
      border:1px solid red;
        display: block;
    }
}

/*---------2-end---------------*/
/*------------------------3*/
/* ����������ʽ */
.scroll-container {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.scroll-content1{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* ������������ */
.scroll-content {
    display: flex;
    /*transition: transform 0.5s ease;*/
    transition: transform 0.5s ease-out;
    width: max-content;
    flex-direction: column;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-out;
}
.carousel-page {
    min-width: 100%;
}
/* ͼƬ������ */
.image-row {
    display: flex;
    padding: 10px;
}

/* ����ͼƬ�� */
.img-item{
  margin: 0 15px;
  flex-shrink: 0;
  width: 267px;
}
.image-item {
    width: 267px;
    height: 262px;
    padding: 13px;
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease;
    background: url(img01_0729.png) center center no-repeat;
}

.image-item:hover {
    transform: scale(1.05);
}
/*.image-item {
    flex: 1;
    aspect-ratio: 4/3;
}
.image-item:hover {
    transform: translateY(-4px);
}*/
.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
.img-item .img_title{
  margin-top: 15px;
  background: #FFF6EB;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.img-item .img_title span{
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.img-item .img_title p{
  text-align: center;
  margin-bottom: 0;
}

/* ������ť��ʽ */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    transition: all 0.3s ease;
    cursor:pointer!important;
}

.scroll-btn:hover {
    /*background-color: white;*/
    transform: translateY(-50%) scale(1.1);
}

.scroll-left {
    left: -30px;
}

.scroll-right {
    right: -30px;
    text-align:right;
}


/*----------------------4*/
.main-demo04 h1 img{
  width: 100%;
  max-width: 569px;
}
.cj_more{
  position:absolute;
  top:0px;
  right:0px;
  font-size:14px;
  color:#E3413C;
}
.cj_more:hover{
  color:#E35C59;
}
.main-demo04 .item-ul{
  padding:0px;
  margin:0px;
  display:flex;
  flex-wrap:wrap;
  padding-right:15px;
  justify-content:space-between;
}
.main-demo04 .item-li{
  background:#FFD7D6;
  width: 32%;
  max-width:184px;
  height: 128px;
  border-radius: 4px;
  display:flex;
  align-items: stretch;
  margin-top:8px;
}
.main-demo04 .item-li a{
  color:#E3413C;
  font-size: 20px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align:center;
}
.main-demo04 .item-li a:hover{
  opacity: 0.7;
  color:#E3413C;
}
.main-demo04 .item-li:nth-child(2) a,.main-demo04 .item-li:nth-child(5) a{
  color:#fff;
}
.main-demo04 .item-li:nth-child(2), .main-demo04 .item-li:nth-child(5) {
  background:#E35C59;
}
.main-demo04 .item-li:nth-child(4), .main-demo04 .item-li:nth-child(5){
  width: 49%;
  max-width:280px;
}
@media (max-width: 480px) {
  .main-demo04 .item-li a{
    font-size: 18px;
  }
}
/*------------------list*/
.list-ul{
  width:100%;
}
.list-ul, .list-ul li{
  padding:0px;
  margin:0px;
}
.list-ul li{
  padding:16px 0;
  padding-left:15px;
  border-bottom:1px solid rgba(51,51,51,0.1);
}
.ball{
  width:6px;
  height:6px;
  border-radius: 3px;
  background: #DB0F14;
  margin-right:10px;
}
.list-ul li a{
  /*display: flex;
  align-items: center;*/
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box; /** ������Ϊ��������ģ����ʾ **/
  -webkit-box-orient: vertical; /** ���û���������ж������Ԫ�ص����з�ʽ **/
  -webkit-line-clamp: 1; /** ��ʾ������ **/
  overflow: hidden;  /** ���س��������� **/
}
.list-ul li a span{
  float: left;
  margin-top: 8px;
}
.list-ul li a:hover{
  color:#DB0F14;
}
.btn-more{
  display: flex;
  justify-content: center;
}
.more{
  width: 124px;
  height: 32px;
  background: #DF3836;
  border-radius: 16px;
  border:none;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 19px;
  
}
.icon_bg{
width: 4px;
height: 12px;
background: #DB0F14;
margin-top:5px;
border-radius: 2px;
margin-right:10px;
}
/*-------------------------5*/
.main-demo05{
  background:url(video_bg_0729.png) top center repeat-x;
}
.demo05-a .h1 img,.demo05-b .h1 img{
  width: 100%;
  max-width: 1200px;
}
.carousel-inner{
  border-radius: 8px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption{
  width:100%;
  background:rgba(291, 15, 20, 0.6);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding:10px 0;
  margin:0px;
  display:flex;
  justify-content: center;
}
.carousel-caption p{
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 19px;
max-width:389px;
margin:0px;
padding:0px;
}
.carousel-control-prev-icon {
  background: url("left_0729.png") left center no-repeat;
}

.carousel-control-next-icon {
  background: url("right_0729.png") right center no-repeat;
}
.demo05-a-ul{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.demo05-a-ul li{
width:50%;
padding:0px 0px 8px 8px;

}
.demo05-a-ul li a{
  overflow:hidden;
}
.demo05-a-ul li img{
  width:100%;
  max-width:292px;
  border-radius: 8px;
}
.demo05-a-ul li img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}
/*---------------------6*/
.main-demo06{
  padding-top:60px;
  padding-bottom:40px;
  background:url(bg01_0729.png) bottom center no-repeat;
}
.demo06-right .h1 img{
  width: 100%;
  max-width: 953px;
}
.demo06-right h2{
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top:20px;
}
.demo06-right .list-ul li{
  padding:14px 0px;
  padding-left:0px;
}
.form-group{
  display:flex;
  flex-direction: row;
  align-items:center;
}
.form-group label{
  float:left;
  width:100%;
  max-width: 90px;
  text-align:right;
}
.form-group input{
  height:32px;
}
.form-group textarea{
  height:50px;
}
.form-group input:hover{
  border:1px solid #ced4da;
}
.btn{
  width: 88px;
height: 32px;
line-height:18px;
border-radius: 4px;
}
.btn-reseat{
  color:#333;
  margin-right:20px;
  background: rgba(51, 51, 51, 0.2);
}
.btn-red{
  background: #DF3836;
  color:#fff;
}
.btn-red:hover{
  color:#fff;
  background: #DB0F14;
}
#yzm{
  width:140px;
  margin-right:14px;
}
/*jtqy*/
.search{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
}
.search input[type='text']{
  width:100%;
  min-width:200px;
  max-width: 688px;
  height: 32px;
  padding-left:10px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #DB0F14;
}
.search .search-btn{
  width:80%;
  min-width:80px;
  max-width: 160px;
  height: 32px;
  background: #DB0F14;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #DB0F14;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align:center;
  line-height:32px;
}
.search input[type='button']:hover{
  border:none;
  outline: none;
}
/*jtqy-main*/
.paddnone{
  padding-left:8px;
  padding-right:8px;
}
.jtqy-demo01{
  background:url(bg01_0729.png) bottom center no-repeat;
  /*margin-top:30px;*/
}
.jtqy-main{
  width: calc(100% - 30px);
  margin-top:30px;
}
.jtqy-main .row{
  margin-right: -8px;
  margin-left: -8px;
}
.jtqy-main .image-box{
  margin-bottom:16px;
  border:1px solid #DB0F14;
  background:#DB0F14;
  padding:8px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column ;
  text-align:center;
}
.jtqy-main .img-hover {
  width:100%;
  
}
.jtqy-main .img-hover img{
  width:100%;
  max-width: 278px;
  max-height: 208px;
  border-radius: 4px;
  border: 2px solid #FFFFFF;
}
.jtqy-main .image-box .image-span{
  float:both;
  clear:both;
  width:100%;
  margin-top:0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left:15px;
  padding-bottom:15px;
  padding-top:15px;
}
.jtqy-main .image-box .image-span span{
  color:#fff;
  font-size:14px;
}
.jtqy-main .image-box .image-span span:nth-child(2){
  height:40px;
  padding-right:25px;
}
.jtqy-main .image-box span b{color:#fff;font-size:18px;font-weight:bold;}
@media screen and (max-width: 1200px){
    .jtqy-main .image-box .image-span span:nth-child(2){
      height:auto;
      padding-right:25px;
    }
}
@media screen and (max-width: 992px){
  .jtqy-main{
    width:100%;
  }
  .jtqy-main .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .jtqy-main .image-box .image-span span{
    font-size:16px;
  }
  .jtqy-main .image-box span b{font-size:18px;}
}
@media screen and (max-width: 680px){
  .jtqy-main{
    width:100%;
  }
  .jtqy-main .col-app-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jtqy-main .image-box .image-span{
    padding-left:10px;
  }
  .jtqy-main .image-box .image-span span:nth-child(2){
    padding-right:10px;
  }
}
/*ý�屨��*/
.gl_header_breadcrumb{
  margin-bottom:30px;
  margin-top:20px;
}
.gl_header_breadcrumb a{
  color:#333;
}
.jtqy-demo01 .gl_dp_content{padding-bottom:30px;}
.gl_dp_content h1.gl_xq_h1{
  font-size:24px;font-weight:bold;
  line-height:40px;color:#333;
}
.gl_xq_ly{
  margin-top:20px;
  border-bottom:1px solid #eee;
  padding:5px 0px 20px 0px;margin-bottom:20px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.gl_xq_ly font{font-size:14px;color:#7d8fa4;}
.gl_xq_ly font a{color:#7d8fa4;}
.gl_xq_ly font a:hover{color:#337ab7;}
.gl_xq_ly .line{
  width:3px;
  margin:0px 12px 0px 10px;
  padding-left:1px;
  border-left:1px solid #c1c1c1;
  border-right:1px solid #dddddd;
}
.gl_xq_ly .text-left{
  text-align:left;
}
.gl_xq_ly .text-right{
  text-align:right;
}
.gl_dp_content p{font-size:16px;}
.gl_dp_content span.gl_wzimg{margin:40px 0;}
.gl_dp_content span.gl_wzimg img,
.gl_dp_content p span img ,
.gl_dp_content p img{width:auto;max-width:554px;}
.gl_dp_content span.gl_wzimg b,
.gl_dp_content p span,
.gl_dp_content span{font-weight:400;margin-top:10px;display:inline;font-size:14px;color:#888888;}
@media (max-width: 992px) {
    .gl_dp_content span.gl_wzimg img,
    .gl_dp_content p span img ,
    .gl_dp_content p img{width:100%;height:auto;max-width:554px;}
    .gl_xq_ly .text-right{display:none;}
    .gl_xq_ly font{font-size:16px;}
    .gl_dp_content p{font-size:18px;}
    .gl_dp_content h1.gl_xq_h1{
      font-size:24px;
    }
    .gl_xq_ly .col-md-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
@media (max-width: 600px) {
    .gl_dp_content span.gl_wzimg img,
    .gl_dp_content p span img ,
    .gl_dp_content p img{width:100%;height:auto;}
}


/*��ҳ*/
#pages{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top:20px;
    margin-bottom:40px;
    margin-right:25px;
}
#pages .pages a,#pages .pages span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 8px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(51,51,51,0.3);
    cursor:pointer;
}
#pages .pages span,#pages .pages a:hover{
    z-index: 3;
    cursor: default;
    color:#fff;
    background: #E4423F;
    border: 1px solid #E4423F;
}
#pages .active{
    z-index: 3;
    color: #fff!important;
    cursor: default;
    background: #E4423F;
    border: 1px solid #E4423F;
}
@media screen and (max-width: 992px){
  #pages{align-items: center;}
  #more,.more{
    width: 200px;
    height: 48px;
    background: #DF3836;
    border-radius: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 45px;
    text-align:center;
  }
}
@media (max-width: 480px) {
  #more,.more{
    font-size: 16px;
  }
  #yzm{
    width:125px;
    margin-right:7px;
  }
}
/*footer*/
.home_footer_2024V1 a{color:#fff;padding:0px 8px;}
.home_footer_2024V1{background:#333;padding:30px 0;}
.home_footer_2024V1 span,.home_footer_2024V1 font{padding:0px 8px;color:#fff;}
.app-footer-a{
  display:none;
}
.footer-item3{
  display:block;
}
@media (max-width:768px){
  .flexApp{
    flex-direction: column;
  }
  .footer-item3{
    display:none;
  }
  .app-footer-a{
    display:block;
  }
  .app_footer_2024V1 a,.app_footer_2024V1 span{
    padding:0px;
  }
  .app_footer_2024V1 span , .app_footer_2024V1 a{
    font-size: 16px;
    margin-top:10px;
  }
  .footer-item2 a{
    font-size: 16px;
    margin-top:10px;
  }
  .app_footer_2024V1{text-align:center;}
}
@media (max-width: 480px) {
  .app_footer_2024V1 span , .app_footer_2024V1 a{
    font-size: 14px;
    margin-top:10px;
  }
  .footer-item2 a{
    font-size: 14px;
    margin-top:10px;
  }
}
/*--------------------------*/

@media (max-width: 991px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 750px;
  }
  .app-banner{
    display:block;
  }
  .web-banner{
    display:none;
  }

  .main-demo01{padding:0px 15px;}
  .topMain{padding-left:15px;}
  .main-demo02-menu{margin-top:10px;}
  .scroll-btn{display:none;}
  .app-img{display:none;}
  .image-row{padding-left:0px;}
  .img-item{
    width:320px;
    margin-bottom:30px;
  }
  .image-item {
      width: 338px;
      height: 332px;
      padding: 17px;
      background: url(app-rw-bg_0729.png) center center no-repeat;
  }
  .image-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .scroll-content{
    display:inline-block;
    width:100%;
  }
  .nav-list{
    /*margin-top:30px;*/
  }
  .main-demo02-menu a{
    width:148px;
    font-size:24px;
    font-weight:400;
    color:#333;
    background:none;
    /*display:table-footer-group;*/
  }
  #touchNav .top,#touchNav .footer{
    width:0px;
    height:48px;
    background:none;
  }
  #touchNav .middle{
    height:48px;
    width:90px;
    white-space:nowrap;
    line-height:45px;
    background:none!important;
  }
  .main-demo02-menu a.active span.middle,.main-demo02-menu a:hover span.middle{
    background:none;
    font-size: 28px;
    font-weight:600;
    color: #DB0F14;
    position:relative;
  }
  .main-demo02-menu a.active span.middle::after,.main-demo02-menu a:hover span.middle::after{
    content: "  ";
    border-radius: 3px;
    border-bottom:3px solid red;
    position:absolute;
    bottom:-8px;
    left:40%;
    width:32px;
  }
  .app-sm{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
  }
  .main-demo04 .item-li{
    max-width:100%;
  }
  .main-demo04 .item-li:nth-child(4), .main-demo04 .item-li:nth-child(5){
    max-width:100%;
  }
  .flex-r{
    align-items:flex-start;
  }
  .app-mar30{
    margin-top:30px;
  }
  .list-ul li a{
    word-break: break-all;
    text-overflow: ellipsis;
    display: block; /** ������Ϊ��������ģ����ʾ **/
    -webkit-box-orient: vertical; /** ���û���������ж������Ԫ�ص����з�ʽ **/
    -webkit-line-clamp: 1; /** ��ʾ������ **/
    overflow: hidden;  /** ���س��������� **/
    font-size:18px;
  }
  .list-ul li a font{
    display:flex;
  }
  .list-ul li a font.web-banner{
    display:none;
  }
  .mt-ul li a font{
    font-size:20px!important;
  }
  .app-more{
    display:flex!important;
  }
  .main-demo06{
    padding-top:20px;
  }
  .main-demo06 .flex2{
    flex-direction: column;
  }
  .demo06-left,.demo06-right{
    width:100%;
    padding:15px;
  }
  .app-row-demo06 h2 ,.app-row-demo06 .list-ul{
    padding-left:15px;
  }
  .demo06-left .app-banner img{
    width:100%;
    max-width:728px;
  }
  .carousel-indicators{
    display:flex;
    bottom:-20px;
  }
  .carousel-indicators li{
    background:#FFF1F1;
    width:10px;
    height:10px;
    border-radius:50%;
    border:1px solid red;
  }
  .carousel-indicators li.active{
    background:#DB0F14;
    width:25px;
    border-radius:5px;
  }
  .demo06-right h2{font-size: 24px;padding-top:10px;padding-bottom:10px;}
  .img-item .img_title span{
    font-size: 18px;
  }
 /* .img-item .img_title p,.carousel-caption p,.list-ul li a font,.form-group label,.btn-reseat,.btn-red{
    font-size: 16px!important;
  }*/
  .btn{
    width:120px;
    height:45px;
  }
}
@media (max-width: 740px) {
  .img-item{
    width:267px;
    margin: 0px 20px 30px 20px;
  }
   
  .image-item {
      width: 267px;
      height: 262px;
      background: url(img01_0729.png) center center no-repeat;
  }
  .main-demo02-menu a.active span.middle,.main-demo02-menu a:hover span.middle{
    font-size: 22px;
  }
  .main-demo02-menu a.active span.middle::after, .main-demo02-menu a:hover span.middle::after {
      content: " ";
      border-radius: 3px;
      border-bottom: 3px solid red;
      position: absolute;
      bottom: 0px;
      left: 35%;
      width: 32px;
  }
  .main-demo02-menu a{
    width: 110px;
    font-size: 20px;
  }
}
@media (max-width: 670px) {
  .img-item {
    margin: 0px 8px 30px 8px;
  }
}
@media (max-width: 620px) {
  .img-item {
    width: 170px;
    margin: 0px 8% 30px 8%;
  }
  .image-item {
      width: 195px;
      height: 195px;
      background: url(img01_0729.png) center center no-repeat;
      background-size:180px;
  }
}
@media (max-width: 480px) {
  .img-item {
    margin: 0px 3% 30px 3%;
  }
  .image-item {
      width: 180px;
      height: 180px;
      background: url(img01_0729.png) center center no-repeat;
      background-size:170px;
  }
  .image-row{
    padding-right:0px;
  }
}
@media (max-width: 450px) {
  .img-item {
    margin: 0px 2% 30px 2%;
  }
}
@media (max-width: 420px) {
  .img-item {
    margin: 0px 0% 30px 1%;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
  .scroll-btn{display:block;}
  .app-img{display:block;display:flex;}
  .scroll-content{margin-bottom:30px;}
/*  .main-demo02-menu a{
    margin-right:15px;
  }*/
  .main-demo04 .item-li a{
    font-size: 18px;
  }
  .demo06-left{
    width: 20%;
    max-width: 231px;
  }
  .demo06-right {
    width: 79%;
  }
  .app-banner{
    display:none;
  }
  .web-banner{
    display:block;
  }
  .carousel-indicators{
    display:none;
  }

}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    padding:0px;
    max-width: 1200px;
  }
}


