*{
    margin: 0;
    padding: 0;
}
.ingex-top-bg{
    width: 100%;
    background-image: url(/cm2020/images/top-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ingex-tops{
    padding: 38px 0;
    overflow: hidden;
}
.ingex-tops-logo{
    float: left;
    
}
.index-tops-input{
    width: 320px;
    float: right;
    position: relative;
    margin-top: 2.1%;
}
.index-tops-input input{
    border: 1px solid #b3b3b3;
    background-color: rgba(255, 255, 255, .0001);
    width: 100%;
    height: 45px;
    padding: 0 40px 0 20px;
}
.index-tops-input span{
    display: block;
    line-height: 45px;
    position: absolute;
    right: 20px;
    top: 0;
    cursor:pointer; 
}
.index-nav{
    width: 100%;
    background-color: #0056a9;
}
.index-navs ul li{
    float: left;
    text-align: center;
    width: 12.5%;
    position: relative;
}

.index-navs ul li a{
    display: block;
   width: 100%;
    line-height: 60px;
    font-size: 18px;
    color: #f9f7f7;
    font-weight: 600;
}
.index-navs ul li i{
    position: relative;
    bottom: 7px;
    left: 0;
    font-size: 18px;
    color: #f9f7f7;
    display: none;
    margin-top: -18px;
    transform: translate(0px, 18px);
}
.index-navs ul li:hover i{
    display: block;
}
.index-navs ul li:hover .index-nav-bottom{
    display: block;
}
.index-navs-active{
    color: #0056a9 !important;
    background-color: #f9f7f7 !important;
}
.index-nav-bottom{
    width: 220px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    text-align: left;
    z-index: 99;
}
.index-navs-bottom ul{
    display: inline-block;
}
.index-navs-bottom ul li{
    width: 100%;
    display: inline-block;

}
.index-navs-bottom ul li a{
    display: block;
    line-height: 48px;
    color: #0056a9;
    font-size: 16px;
    padding: 0 24px;
}
.index-navs-bottom ul li a:hover{
    color: #fff;
    background-color: #0056a9;
}
.index-item{
    width: 100%;
    background-color: #fff;
}
.dropdown-menu{
    width: 100%;
    text-align: center;
}
.dropdown-menu > li > a{
    padding: 10px 20px;
}
.index-item-one{
    overflow: hidden;
}
.index-item-one h3{
    
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 35px;
}
.index-item-one h3 a{
    color: #e1011b;
}
.index-item-one-img small{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    vertical-align: top;
    margin-left: 10px;
}
.index-item-one-top{
    overflow: hidden;
}
.index-item-one-img{
    float: left;
}
.index-item-one-text{
    overflow: hidden;
}
.index-item-one-text a{
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 15px;
    float: left;
}
.index-item-one-text a::before{
    content: " ";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e1011b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-item-one-text a:hover{
    color: #0056a9  ;
}
.index-item-one-items{
    overflow: hidden;
    padding: 30px 0 10px 0;
    width: 100%;
}
.index-item-one-items-banner{
    float: left;
    width: 53.8%;
    overflow: hidden;
}
.index-item-one-items-a{
    position: relative;
}
.index-item-one-items-a p{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-button-next-one,.swiper-button-prev-one{
     
      background-size: 100% 100% !important;
      width: 35px !important;
      height: 35px !important;
  }
  .swiper-button-next-one{
    background-image: url(/cm2020/images/banner-one-right.png) !important;
  }
  .swiper-button-prev-one{
    background-image: url(/cm2020/images/banner-one-left.png) !important;
  }
  .index-item-one-items-right{
      float: right;
      width: 43.2%;
      overflow: hidden;
  }
  .index-item-one-items-right-yw{
      width: 100%;
      overflow: hidden;
     
  }
  .index-item-one-items-right-yws{
    min-height: 310px;
  }
   .index-item-one-items-right-yws2{
    min-height: 110px;
  }
  
  .index-item-one-items-right-h4{
      overflow: hidden;
      border-bottom: 1px solid #ccc;
      margin-top: 0;
      margin-bottom: 15px;
      
  }
  .index-item-one-items-right-h4 span a{
      font-size: 18px;
      
      line-height: 40px;
      display: block;
      color: #333;
      float: left;
      font-weight: 600;
      margin-right: 50px;
  }
  .index-item-one-items-right-h4-active{
    color: #0056a9 !important;
    border-bottom: 2px solid #0056a9 !important;
  }
  .index-item-one-items-right-h4 a{
      float: right;
      font-size: 14px;
      color: #999999;
      line-height: 40px;
  }
  .index-item-one-items-right-h4 a:hover{
      color: #0056a9;
  }
  .index-item-one-items-right-a{
      position: relative;
      padding-left: 15px;
      display: block;
      overflow: hidden;
      line-height: 35px;
  }
  .index-item-one-items-right-a::before{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-item-one-items-right-a p{
      float: left;
      width: 80%;
      font-size: 16px;
      color: #333333;
  }
  .index-item-one-items-right-a small{
      width: 16%;
      float: right;
      font-size: 16px;
      color: #c2bfbf;
  }
  .index-item-one-items-right-a:hover p{
    color: #0056a9;
  }
  .index-item-one-items-right-a:hover small{
    color: #0056a9;
  }
  .index-item-one-items-right-tzgg{
      margin-top: 10px;
  }
  .index-item-two{
      overflow: hidden;
      margin-top: 20px;
  }
  .index-item-two-left{
      width: 49%;
      overflow: hidden;
      float: left;
  }

  .index-item-two-h5 a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
  }
  .index-item-two-right{
      width: 49%;
      float: right;

  }
  .index-item-two-right-one{
      width: 60%;
      float: left;
      overflow: hidden;
  }
  .index-item-two-right-two{
      width: 37.5%;
      float: right;
      overflow: hidden;
  }
  .index-item-two-right-ones{
      overflow: hidden;
      margin: 0 -10px;
  }
  .index-item-two-right-ones-cal{
      padding: 0 10px;
      overflow: hidden;
      margin-bottom: 20px;
  }
  .index-item-two-right-ones-cal a{
      display: block;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 17px 0 0px 0;
  }
  .index-item-two-right-ones-img{
    width: 50px;
    height: 50px;
    background-color: #0056a9;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
  }
  .index-item-two-right-ones-cal a p{
      font-size: 16px;
      color: #333;
      text-align: center;
      line-height: 38px;
  }
  .index-item-two-right-ones-cal a:hover{
      background-color: #0056a9;
  }
  .index-item-two-right-ones-cal a:hover p{
      color: #fff;
  }
 
  .index-item-one-items-imgs{
      padding: 20px 0;
      overflow: hidden;
      float: left;
  }
  .index-item-one-items-imgs a{
      display: block;
      overflow: hidden;
  }
  .index-item-three{
        overflow: hidden;
        max-height: 621px;
  }
  .index-item-three-top{
      overflow: hidden;
      margin-bottom: 33px;
  }
  .index-item-three-top-img{
      width: 61.2%;
      float: left;
  }
  .index-item-three-top-text{
      width: 35.7%;
      float: right;
      
  }
  .index-item-three-top-text h5{
      font-size: 16px;
      color: #0056a9;
      margin-top:0 ;
      line-height: 27px;
      font-weight: 600;
  }
  .index-item-three-top-text p{
      font-size: 14px;
      color: #999;
      line-height: 27px;
      height: auto;
  }
  .index-item-three-right-top{
      max-height: 330px;
      overflow: hidden;
      margin-bottom: 10px;
  }
  .index-item-four{
    overflow: hidden;   
    max-height: 766px;
  }
  .index-item-four-top-img{
      width: 100%;
      max-height: 330px;
      overflow: hidden;
  }
  .index-item-five-top{
      margin: 0 -22px;
  }
  .index-item-five-top-one{
      padding: 0 22px;
  }
  .index-item-five-top-one a{
      display: block;
      overflow: hidden;
  }
  .index-item-five-top-one p{
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      padding: 25px 0 15px 0;
  }
  .index-item-five-top-one p:hover{
      color: #0056a9;
  }
  .dropdown-menu{
      z-index: 999;
  }
  .index-item-six{
      overflow: hidden;
  }
  .index-item-five-tops{
      margin: 0 -10px;
  }
  .index-item-five-top-ones{
      padding: 0 10px;
  }
  .index-item-seven-top{
    margin: 0 -23px;
  }
  .index-item-seven-top-one{
    padding: 0 23px;
    text-align: center;
  }
  .index-item-seven-top-one p{
      padding: 0;
      line-height: 40px;
  }
  .index-item-seven-top-one span{
      display: block;
      font-size: 14px;
      color: #333;
  }
  .index-item-seven{
      overflow: hidden;

  }
  .index-item-eight{
      margin-bottom: 30px;
  }
  .index-item-eight-di{
      width: 100%;
  }
  .index-item-eight-di .dropdown-toggle{
      width: 100%;
      background-color: #fff;
      line-height: 65px;
      font-size: 16px;
      color: #000;
      border: 1px solid #e6e6e6;
      padding: 0;
  }
  .caret{
      color: #999999;
  }
  .index-bottom{
      background-image: url(/cm2020/images/bottom-bg.png);
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: 100% 100%;
      padding: 45px 0;
  }
  .index-bottoms-logo{
      text-align: center;
  }
  .index-bottoms-top{
      overflow: hidden;
      text-align: center;
      margin-top: 30px;
  }
  .index-bottoms i{
      width: 150px;
      height: 1px;
      margin: 0 auto;
      display: block;
      background-color: rgba(255, 255, 255, .5);
      margin-top: 25px;
  }
  .index-bottoms-top p a{
      font-size: 14px;
      color: #ffffff;
  }
  .index-bottoms-top p small{
      font-size: 16px;
      color: #fff;
      margin: 0 12px;
  }
  .index-bottoms-lxwm{
      text-align: center;
  }
  .index-bottoms-lxwm>div{
      position: relative;
  }
  .index-bottoms-lxwm h3{
      font-size: 16px;
      color: #fff;
      padding: 30px 0;
  }
  .index-bottoms-lxwm div{
      display: inline-block;
      margin: 0 18px;
  }
  .index-bottoms-lxwm div span{
      font-size: 14px;
      color: #fff;
      margin-top: 10px;
      display: block;
  }
 
  .index-bottoms-lxwm-block{
      background-image: url(/cm2020/images/bottom-bgs.png);
      background-repeat: no-repeat;
      background-size: 100% 85%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-38%,-105%);
      display: none !important;
      margin: 0 !important;
      border-radius: 15px;
      overflow: hidden;
  }
  .index-bottoms-lxwm-blocks{
    background-image: url(/cm2020/images/bottom-t.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
      margin: 0 !important;
      width: 110px;
      height: 125px;
     
  }
  .index-bottoms-lxwm>div:hover .index-bottoms-lxwm-block{
    display: inline-block !important;
}
.index-bottoms-lxwm-block-img{
    text-align: center;
    overflow: hidden;
    padding-top: 8px;
    width: 70%;
    margin: 0 !important;
}
.index-bottoms-lxwm-block-imgs{
    text-align: center;
    overflow: hidden;
    padding-top: 8px;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: flex !important;
    /*实现垂直居中*/
    align-items: center;
    transform: translateY(-10%);
}
.index-bottoms-lxwm-block-imgs p{
    font-size: 14px !important;
    display: block;
    width: 100%;
}
.index-bottoms-lxwm-block-img img{
    display: block;
    width: 100%;
}
.index-bottoms-lxwm-block p{
    font-size: 12px;
    color: #fff;
}
.index-bottoms-bot {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
.index-bottoms-bot p{
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    cursor:pointer;
}
.index-bottoms-bot p a{
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    cursor:pointer;
}
.index-bottoms-bot p:hover{
    opacity: 0.7;
}
.ingex-tops-xs{
    float: right;
    width: 45px;
    display: none;
}
.ingex-tops-xs span{
    font-size: 30px;
}
.index-item-five-top-one img{
    width: 100%;
}
.index-item-one-items-right-a small{
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .index-item-one-items-right-a small{
        width: 24%;
    }
    .index-navs ul li a{
        font-size: 16px;
    }
}
@media screen and (max-width: 998px) {
    .ingex-tops-xs{
        display: block;
    }
    .ingex-tops{
        padding: 10px 0;
    }
    .index-tops-input{
        display: none;
    }
    .ingex-tops-logo{
        width: 35%;
    }
    .container{
        padding: 0 10px;
    }
    .index-nav{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-color: #fff;
        z-index: 99;
        transition: left 0.8s;
        -moz-transition: left 0.8s; /* Firefox 4 */
        -webkit-transition: left 0.8s; /* Safari 和 Chrome */
        -o-transition: left 0.8s; /* Opera */
    }
    .index-navs{
        width: 40%;
        float: left;
        padding: 0;
        background-color: #fff;
    }
    .index-navs ul li{
        width: 100%;
    }
    .index-navs ul li a{
        line-height: 45px;
        color: #666;
    }
    .index-navs ul li i{
        color: #333;
    }
    .index-nav-bottom{
        width: 0 !important;
        height: 0 !important;
    }
    .index-navs-bottom ul li a{
        padding: 0;
    }
    .index-item{
        padding: 0;
    }
    .index-item-one h3{
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .index-item-one-img small{
        font-size: 14px;
    }
    .index-item-one-text a{
        margin-left: 10px;
        line-height: 20px;
        font-size: 14px;
    }
    .index-item-one-items{
        padding: 10px 0;
    }
    .index-item-one-items-banner{
        width: 100%;
    }
    .swiper-button-next-one,.swiper-button-prev-one{
        display: none;
    }
    .index-item-one-items-right{
        width: 100%;
    }
    .index-item-one-items-right-h4 span a{
        font-size: 16px;
    }
    .index-item-one-items-right-h4 a{
        font-size: 14px;
    }
    .index-item-one-items-right-a small{
        width: 26%;
        font-size: 14px;
    }
    .index-item-one-items-right-a p{
        font-size: 14px;
    }
    .index-item-one-items-right-a{
        line-height: 30px;
    }
    .index-item-two-left{
        width: 100%;
    }
    .index-item-one-items-right-yws{
        min-height: 294px;
    }
	
	.index-item-one-items-right-yws2{
        min-height: 94px;
    }
    .index-item-one-items-imgs{
        padding: 10px 0;
    }
    .index-item-two-right{
        width: 100%;
        overflow: hidden;
    }
    .index-item-two-right-one{
        width: 100%;
    }
    .index-item-two-right-two{
        width: 100%;
    }
    .index-item-three-top-img{
        width: 100%;
    }
    .index-item-three-top-text{
        width: 100%;
    }
    .index-item-three-top-text p{
        line-height: 24px;
    }
    .bx-mb30{
        margin-bottom: 10px! important;
    }
    .index-item-three-top{
        margin-bottom: 10px;
    }
    .index-item-one-items-right-h4 span a{
        margin-right: 5px;
    }
    .index-item-five-top{
        margin: 0 -5px;
    }
    .index-item-five-top-one{
        padding: 0 5px;
    }
    .index-item-five-top-one p{
        padding: 10px 0 5px 0;
    }
    .index-bottom{
        padding: 20px 0;
    }
    .index-bottoms-logo,.index-bottoms-top,.index-bottoms-lxwm,.index-bottoms-lxwm{
        display: none;
    }
    .index-item-four{
        max-height: none;
    }
    .index-bottoms-bot{
        margin-top: 0px;
    }
    .index-item-three{
        max-height: none;
    }
    .index-item-one-items-imgs{
        width: 100%;
    }
    .index-item-one-items-imgs img{
        width: 100%;
    }
    .index-item-three-right-top img{
        width: 100%;
    }
}
@media screen and (max-width: 998px){
    .index-item-eight-di .dropdown-toggle{
        line-height: 45px;
        font-size: 14px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px){
    .ingex-tops-xs{
        float: right;
        width: 30px;
        display: block;
    }
    .ingex-tops-xs span{
        font-size: 18px;
    }
}
@media screen and (max-width: 320px){
    .index-item-one-text a{
        font-size: 12px;
    }
    .index-item-one-items-right-h4 span a{
        font-size: 14px;
    }
}

/* 列表页 */
.list-top{
    padding: 30px 0;
    
}
.list-top img{
    margin-right: 8px;
}
.list-top span{
    font-size: 16px;
    color: #999999;
}
.list-top a{
    font-size: 16px;
    color: #999999;
}
.list-item-left{
    width: 67.8%;
    float: left;
}
.list-item-right{
    width: 29%;
    float: right;
}
.list-item-right .index-item-one-items-right-yws .index-item-five-top{
    text-align: center;
}
.list-item-right .index-item-one-items-right-yws2 .index-item-five-top{
    text-align: center;
}
.list-item-right .index-item-one-items-right-yws small{
    width: 30%;
    text-align: right;
}
.list-item-right .index-item-one-items-right-yws2 small{
    width: 30%;
    text-align: right;
}

.list-item-right .index-item-one-items-right-h4{
    margin-bottom: 30px;
}
.list-item-left-bottom{
    width: fit-content;
    margin: 30px auto;
}
.list-item-left-bottom div{
    float: left;
    cursor:pointer;
}
.list-item-left-bottom .a1{
    width: 65px;
    height: 35px;
    text-align: center;
    color: #999999;
    line-height: 35px;
    background-color: #efefef;
    border-radius: 3px;
    margin-right: 10px;
}
.list-item-left-bottom a{
    float: left;
    width: 30px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
	line-height: 35px;
}
.list-item-left-bottom span{
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    margin-right: 10px;
}
.list-item-left-bottom input{
    float: left;
    width: 65px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
}
.list-item-left-bottom-up,.list-item-left-bottom-down{
    width: 65px;
    height: 35px;
    text-align: center;
    color: #999999;
    line-height: 35px;
    background-color: #efefef;
    border-radius: 3px;
    margin-right: 10px;
}
.list-item-left-bottom-active{
    color: #fff;
    background-color: #0056a9;
}
.list-item-left-bottom-tz{
    width: 73px;
    height: 44px;
    background-color: #cc110a;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
}
.index-items .index-item-eight{
    float: left;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .list-item-right .index-item-one-items-right-a p{
        width: 65%;
    }
    .list-item-right .index-item-one-items-right-yws small{
        width: 35%;
    }
	.list-item-right .index-item-one-items-right-yws2 small{
        width: 35%;
    }
}
@media screen and (max-width: 998px){
    .list-item-left{
        width: 100%;
    }
    .list-item-right{
        width: 100%;
    }
    .list-top{
        padding: 10px 0;
    }
    .list-top span{
        font-size: 14px;
    }
    .list-top a{
        font-size: 14px;
    }
}
@media screen and (max-width: 540px){
    .list-item-left-bottom-up,.list-item-left-bottom-down{
        font-size: 12px;
        width: 45px;
        height: 25px;
        line-height: 25px;
        margin-right: 5px;
    }
    .list-item-left-bottom span{
        font-size: 14px;
        line-height: 25px;
        margin-right: 5px;
    }
    .list-item-left-bottom input{
        width: 45px;
        height: 25px;
        margin-right: 5px;
    }
    .list-item-left-bottom-tz{
        width: 53px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;

    }
}
/* 详情页 */
.detal-item{
    width: 100%;
    background-color: #fff;
}
.detal-tatle {
    text-align: center;
}
.detal-items{
    margin-bottom: 30px;
}
.detal-tatle h3{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    padding-bottom: 20px;
}
.detal-tatle>p{
    font-size: 14px;
    color: #666;
    margin-bottom: 38px;
}
.detal-text{
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #f7f7f7;
    padding: 0 30px;
}
.detal-text p{
    font-size: 16px;
    color: #333;
    text-align-last: left;
    padding: 40px 0;
    line-height: 27px;
}
.detal-text div{
    font-size: 16px;
    color: #333;
    /*text-align-last: left;*/
    padding: 10px 0;
    line-height: 27px;
}
.detal-text-img{
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}
.detal-text-one{
    overflow: hidden;
}
@media screen and (max-width: 998px){
    .detal-tatle h3{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .detal-tatle>p{
        margin-bottom: 10px;
        font-size: 12px;
    }
    .detal-text{
        padding: 0 5px;
    }
    .detal-text p{
        font-size: 14px;
        padding: 20px 0;

    }
	.detal-text div{
        font-size: 14px;
        padding: 20px 0;

    }
    .index-bottoms-bot p{
        font-size: 12px;
    }
    .index-bottoms-bot p a{
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }
}
.index-item-bf{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor:pointer;
}
.zhongjian{
    display: flex;
    text-justify: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.zhongjian video{
    width: 70%;
}
.dropdown-toggle{
    position: relative;
}
.dropdown-toggle span{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.index-bottoms-lxwm-block-img{
    color: #fff;
    font-size: 14px;
}