@media screen and (max-width: 1200px){
  .top-intro p {
    font-size: 14px !important;
  }
  p {
    font-size: 14px !important;
  }
  .top-intro span {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1500px){
  .top-intro p {
    font-size: 15px !important;
  }
  p {
    font-size: 15px !important;
  }
  .top-intro span {
    font-size: 13px !important;
  }
}

@media (min-width:992px){ 
  .navbar-for-pc {
    display: block !important;
  }
  .navbar-for-phone {
    display: none !important;
  }
  .style-for-pc {
    display: block !important;
  }
  .style-for-phone {
    display: none !important;
  }
}

@media screen and (max-width: 960px){
  
}

@media screen and (max-width: 768px){
  
}

/* 一般尺寸 */
@media screen and (max-width: 550px){
  /* 首页 */
  .header {
    z-index: 109999 !important;
  }
  .menu-container {
    height: 100%;
  }
  .nav-item {
    width: 100% !important;
    text-align: left !important;
  }
  .header .nav-item-child {
    margin: 6px 0 !important;
  }
  .header .navbar-collapse.collapse{display:none!important};
  .header .navbar-collapse.collapse.in{display:none!important};
  .header .navbar-collapse.collapse.in {
    height: 100% !important;
  }
  .header .navbar-nav {
    padding: 15px 0 !important;
    height: 400px !important;
  }
  .navbar-for-phone {
    /* height: 500px !important; */
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
  }
  .navbar-for-phone h2 {
    margin-left: -10px;
    font-size: 1rem !important;
  }
  .nav-item a {
    font-size: 1rem !important;
    margin: 0 !important;
  }
  .header .nav-item-child {
    margin: 0 !important;
  }
  .navbar-for-pc {
    display: none !important;
  }
  .header .navbar-nav {
    flex-direction: column !important;
  }
  .menu { 
    display: none !important;
  }
  .footer h3 {
    font-size: 1rem !important;
  }
  .footer a {
    font-size: .8rem;
  } 
  .nav-title {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .nav-title a {
    font-size: .875rem !important;
  }
  .footer-box {
    margin-bottom: 1.25rem;
    padding: 0 !important;
  }
  .footer-row-content { 
    flex-direction: column !important;
  }
  .col-sm-1 .main-flex-item {
    display: none !important;
  }
  .col-sm-2 {
    margin-top: 30px;
  }
  .col-sm-2, .col-sm-5 h3 {
    margin-bottom: 10px !important;
  }
  .col-sm-2 :nth-child(2) {
    margin-top: 0 !important;
  }
  .main-flex-item {
    width: 100%;
    display: flex;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 1.25rem 0 !important;
  }
  .main-flex-item img {
    width: 9.25rem !important;
  }
  .h5-hide-item {
    display: none !important;
  }
  
  .navbar-for-phone a, p {
    font-size: 1rem;
  }
  .for-phone h2 {
    font-size: 1.1rem !important;
  }
  .for-phone h3 {
    font-size: 1rem !important;
  }
  .for-phone p {
    font-size: 0.8rem !important;
    line-height: 1.5rem !important;
  }
  .watermark-item p {
    font-size: 3.7rem !important;
    line-height: 5.6rem !important;
    margin-top: -1.125rem;
  }
  h2 {
    font-size: 1rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
  .query-more {
    width: 5.8rem !important;
    padding: 0 6px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .query-more span {
    font-size: 0.6rem !important;
    padding-right: .375rem !important;
  }
  .query-more img {
    margin-top: 0 !important;
    width: 12px !important;
  }
  .query-detail {
    width: 7.25rem!important;
    margin-left: 12rem !important;
  }
  .superiority-column {
    width: 100% !important;
    margin-top: 1.875rem !important;
  }
  .superiority-column-list {
    flex-wrap: wrap!important;
  }
  .superiority-column-list h4 {
    font-size: 1rem !important; 
  }
  .superiority-column-list li {
    font-size: 0.9rem !important;
  }
  .superiority-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
  }
  .superiority-item img {
    width: 1.5625rem !important;
    height: 1.5625rem !important;
  }
  #superiority-module {
    padding: 0!important;
  }
  .superiority-title img {
    width: 4.25rem !important;
    height: 1rem !important;
  }
  .superiority-content {
    padding: 0 1.25rem 1.25rem 1.25rem !important;
  }
  .case-container {
    background-image: none !important;
  }
  .masonry-grid {
    margin-bottom: .9375rem !important;
  }
  .first-level-title {
    padding: 30px 0 0 0;
  }
  .main-container {
    width: 100% !important;
    height: 400px !important;
    background-image: url(../img/index/phone1.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 !important;
    margin-top: 1.25rem !important;
  }
  .header .navbar-toggle {
    margin-top: 15px !important;
  }
  .success-box {
    display: flex;
    justify-content: center;
    padding: 0 1rem 1rem 1rem;
  }
  .success-img img {
    width: 100% !important;
  }
  .tab-content .tab-text {
    height: 15.625rem !important;
  }
  .left4 span {
    width: 15px !important;
    height: 15px !important;
    border-width: 3px !important;
  }
  .right4 span {
    width: 15px !important;
    height: 15px !important;
    border-width: 3px !important;
  }
  #superiority-module-phone ul li h3 {
    font-size: 0.9rem !important;
  }
  #superiority-module-phone ul li p {
    font-size: 0.7rem !important;
  }
  #superiority-module-phone ul li span {
    font-size: 0.7rem !important;
    color: #7e7d7d;
  }
  #superiority-module-phone ul li {
    border: none !important;
    padding: 0 !important;
  }
  .index-scroll-box {
    list-style: none;
    width: 100%;
    padding-left: 1.25rem !important;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    text-align: center;
  }
  .index-scroll-box::-webkit-scrollbar {
    display: none;
  }
  .index-scroll-box li {
    text-align: center;
    width: 32%;
    margin: 0 1rem 0 0 !important;
    background: #F6F8FB !important;
  }
  .index-scroll-box li h3 {
    background: #2766DB !important;
    color: #fff;
    margin: 0 0 1rem 0 !important;
    padding: 0.3rem 0 !important;
  }

  /* HCMP */
  .style-for-pc {
    display: none !important;
  }
  .style-for-phone {
    display: block !important;
  }
  .style-for-phone h2 {
    font-size: 1rem !important;
  }
  .hcmp-first-module {
    margin-top: 90px;
  }
  .top-intro {
    width: 55% !important;
    left: 0 !important;
    margin: -2.5rem 1rem 0 1rem !important;
  }
  .top-intro p {
    font-size: 0.3rem !important;
    margin: 0 !important;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .top-intro h2 {
    font-size: 0.9rem !important;
    margin: 0 !important;
  }
  .row-line {
    width: 25px !important;
    height: 2px !important;
  }
  .style-for-phone {
    height: 100% !important;
    /* margin: 90px 0 !important; */
    /* padding-bottom: 20px; */
    background: #fff !important;
  }
  .intro-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .bottom-intro {
    width: 100% !important;
    /* height: 100px; */
    display: flex;
    left: 0 !important;
    flex-direction: column;
    background: #eff1f4 !important;
    margin-top: 60px;
  }
  .bottom-intro img {
    width: 30px !important;
    height: 30px !important;
  }
  .bottom-intro p{
    font-size: .8rem !important;
  }
  .intro-title {
    margin-top: 1.25rem;
  }
  .intro-title p {
    width: 4px;
    height: 4px;
    line-height: 20px !important;;
    margin: -20px 20PX 0 20px !important;
  }
  .intro-title h2 {
    margin-left: -15px;
    font-size: 1rem !important;
    padding: 0 !important;
  }
  .hcmp-second-module {
    color: #000 !important;
    margin-top: 170px;
  }
  .hcmp-second-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hcmp-three-item {
    background: #f8fdff !important;
    width: 95% !important;
    margin-bottom: 20px !important;
    border-radius: 5px;
    padding: 20px !important;
  }
  .hcmp-three-item h3 {
    font-size: 0.9rem !important;
    margin-bottom: 5px !important;
  }
  .hcmp-three-item p {
    font-size: 0.7rem !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    letter-spacing: 0 !important;
  }

  .hcmp-third-box {
    margin-top: -2.5rem !important;
  }
  .describe-text {
    margin: 0 1rem 1.6rem 1rem !important;
  }
  .describe-text h3 {
    font-size: 0.9rem !important;
    margin-bottom: 8px !important;
  }
  .describe-text p {
    font-size: 0.7rem !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    letter-spacing: 0 !important;
  }
  .hcmp-fouth-module {
    width: 100% !important;
  }
  .hcmp-fouth-box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
  .hcmp-fouth-box li {
    width: 95% !important;
    background: #fff;
    border-radius: 5px;
    padding: 1.25rem;
    margin-bottom: 1.2rem !important;
  }
  .hcmp-fouth-box li img {
    margin-top: -0.5rem;
  }
  .hcmp-fouth-box h3 {
    font-size: 0.9rem !important;
    margin-bottom: 8px !important;
  }
  .hcmp-fouth-box p {
    font-size: 0.7rem !important;
    line-height: 1.25rem !important;
    margin: 0 0 0 2rem !important;
    letter-spacing: 0 !important;
  }
  .hcmp-fifth-box {
    padding-left: 1.25rem !important;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

  }
  .hcmp-fifth-box::-webkit-scrollbar {
    display: none;
  }
  .hcmp-fifth-box li {
    width: 42% !important;
    background: #fff;
    border-radius: 5px;
    padding: 15px !important;
    margin-right: 1.25rem;
  }
  .hcmp-fifth-box li h3 {
    font-size: 0.9rem !important;
    margin-bottom: 8px !important;
  }
  .hcmp-fifth-box li p {
    color: #747373;
    font-size: 0.7rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0 !important;
  }
  .hcmp-fifth-box li img {
    padding-bottom: 1rem;
  }
  .map-bg {
    display: flex; 
    justify-content: center;
    margin-top: -80px !important;
    z-index: -23;
  }
  .hcmp-sixth-module {
    height: 100%;
    margin-top: 1.875rem;
  }
  .hcmp-sixth-module img {
    margin-bottom: 1rem !important;
  }
  .hcmp-sixth-module p {
    font-size: 0.7rem !important;
    padding: 0 20px;
  }

  /* Render */
  .render-first-module  {
    margin-top: 90px !important;
  }
  .float-content   {
    width: 80%;
  }
  .float-content h2 {
    font-size: 1rem !important;
    margin-bottom: .6rem !important;
  }
  .float-content p {
    font-size: 0.5rem !important;
    margin-bottom: .5rem !important;
    letter-spacing: 1px !important;
  }
  .render-second-module {
    margin-top: 3.125rem !important;
  }
  .render-about-one {
    background-image: url(../img/case/render/about1.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    z-index: 1999 !important;
  }
  .render-about-two {
    background-image: url(../img/case/render/about2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
  }
  .render-about-three {
    background-image: url(../img/case/render/about3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;  
  }
  .render-about-box {
    padding-left: 1.25rem !important;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .render-about-box::-webkit-scrollbar {
    display: none;
  }
  .render-about-box li {
    width: 41% !important;
    border-radius: 8px;
    padding: 0 10px !important;
    margin: -5px 1rem 0 0;
  }
  .render-about-box li p {
    font-size: 0.6rem !important;
    letter-spacing: 0 !important;
    margin-top: 6.575rem;
  }
  .render-feature-box .col-xs-6 {
    height: 10rem !important;
  }
  .render-edge {
    padding: 0 !important;
    height: 100% !important;
  }
  .render-edge h3 {
    font-size: 0.8rem !important;
  }
  .render-edge p {
    font-size: 0.6rem !important;
  }
  .render-edge-img {
    height: 80%;
  }
  .render-edge-img img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2rem -1rem 0 0 ;
  }
  .render-fifth-box h3 {
    font-size: 0.8rem !important;
  }
  .render-fifth-box p {
    font-size: 0.6rem !important;
    margin-bottom: .625rem;
  }
  .render-fifth-img {
    width: 100% !important;
  }
  /* CAE */
  .cae-first-module {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5.5rem;
  }
  .cae-first-bg {
    margin-top: 0 !important;
  }
  .render-content {
    margin-top: -1rem;
  }
  .cae-first-point {
    position: relative;
  }
  .cae-first-point img {
    position: absolute;
    top: 30%;
    right: 0;
  }
  .cae-point-detail {
    width: 50%;
    margin-left: 1.275rem;
  }
  .cae-point-detail p {
    font-size: 0.6rem !important;
    color: #5b5a5a;
  }
  .cae-edge-list {
    overflow-x: auto !important;
  }

  .cae-third-module {
    margin-top: 9rem;
  }
  .cae-scroll-box {
    width: 100%;
    padding-left: 1.25rem !important;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

  }
  .cae-scroll-box::-webkit-scrollbar {
    display: none;
  }
  .cae-scroll-box li {
    width: 28% !important;
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 5px 10px !important;
    margin: 0 0.9rem 0 0;
  }
  .cae-scroll-box li img {
    width: 1.25rem !important;
    height: 1.5rem !important;
    margin-left: .625rem
  }
  .cae-scroll-box li h3 {
    font-size: 0.8rem !important;
    margin: 0.8rem 0.4rem !important;
  }
  .cae-scroll-box p {
    font-size: 0.6rem !important;
    letter-spacing: 0 !important;
    margin-bottom: .525rem !important;
  }
  .cae-value-box {
    width: 100%;
    margin: 3.125rem 0.8rem 0 0.8rem !important;
    display: flex !important;
    justify-content: space-around;
  }
  .cae-value-item {
    width: 33%;
    padding: 0 0.6rem !important;
    margin-bottom: 1.2rem;
  }
  .cae-fouth-module {
    margin-top: 3.875rem;
    padding-bottom: 1rem;
  }
  .cae-fouth-module img {
    margin: -1.875rem 0 0 1rem;
  }
  .cae-fouth-module p {
    color: #e6e5e5;
    margin: 1rem 1rem 0 1rem;
    font-size: 0.7rem !important;
  }
  .cae-fifth-module h3 {
    font-size: 0.9rem !important;
    margin-left: .625rem;
  }
  .cae-fifth-module p {
    font-size: 0.6rem !important;
  }
  .cae-value-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cae-value-top img {
    flex: 6;
  }
  .cae-value-right {
    flex: 4;
    padding-left: 1rem !important;
  }
  .cae-core-icon {
    width: 0.1875rem !important;
    height: 1rem;
  } 
  .cae-fifth-module {
    padding-bottom: 3.125rem;
  }
  .cae-value-bottom {
    display: flex; 
    justify-content: space-around;
    margin-top: 2rem;
  }

  /* vdi */
  .vdi-first-module {
    margin-top: -0.3375rem !important;
  }
  .vdi-top-intro {
    width: 55% !important;
    margin: -10rem 0 0 1rem !important;
  }
  .vdi-top-intro h2 {
    font-size: 1rem !important;
    color: #fff !important;
    margin: .3rem 0 !important;
  }
  .vdi-top-intro p {
    font-size: 0.6rem !important;
    color: #fff;
    margin: 0.3rem 0 !important;
  }
  .vdi-top-intro .row-line {
    width: 25px !important;
    height: 2px !important;
    background: #FF962F !important;
  }
  .prod-name {
    color: #87A6E1 !important;
    margin: 25px auto;
  }
  .vdi-second-module {
    margin: 3rem 0.8rem 0 0.8rem !important;
  }
  .vdi-use-text {
    width: 100% !important;
    padding: 0 !important;
    margin: 1.5rem 0 0 0 ;
    position: relative;
  }
  
  .vdi-use-text p {
    font-size: 0.7rem !important;
  }
  .number-text {
    font-size: 2rem !important;
    font-style: italic;
  }
  .vdi-use-bar {
    width: 2.8rem !important;
    height: .6125rem !important;
    top: 20% !important;
    left: 0;
  }
 
  .use-title {
    font-size: 1rem !important;
  }
  .fun-top {
    /* width: 100% !important; */
    background-color: #254BCF !important;
    padding: 1rem;
    margin: 1rem;
  }
  .fun-top h3 {
    color: #fff !important;
    font-size: 0.9rem !important;
  }
  .fun-top p {
    color: #fff !important;
    line-height: 1.2rem;
    font-size: 0.6rem !important;
  }
  .fun-bottom-box {
    display: flex;
    margin: 1rem;
  }
  .fun-bottom-box img {
    flex: 4;
  }
  .fun-box-right {
    flex: 6;
    margin-left: 1rem !important;
  }
  .fun-box-right div {
    background-color: #254BCF !important;
    padding: 0.8rem;
    
  }
  .fun-box-right div h3 {
    color: #fff;
    font-size: 0.9rem !important;
  }
  .fun-box-right div p {
    color: #fff;
    font-size: 0.6rem !important;
  }
  .vdi-fouth-module {
    margin: 0 1rem 0 1rem !important;
    padding-bottom: 1.25rem !important;
  }
  .vdi-fouth-xr {
    width: 100%;
    background-color: #254BCF !important;
    display: flex;
  }
  .xr-left {
    padding: 1rem 0 0 1rem;
    flex: 6;
  }
  .vdi-first-image {
    flex: 4;
  }
  .vdi-first-image img {
    width: 130% !important;
  }
  .xr-left h2 {
    font-size: 0.9rem !important;
    color: #fff;
  }
  .xr-left p {
    font-size: 0.5rem !important;
    color: #fff;
    margin: 0 !important;
    line-height: 1.2rem;
  }
  .vdi-fouth-game {
    width: 100%;
    background-color: #f8f4f4 !important;
    display: flex;
    margin-top: 1rem !important;
  }
  .vdi-second-image {
    flex: 4;
  }
  .vdi-second-image img {
    width: 70% !important;
    margin: 3rem 0 0 1rem;
    /* height: 60px !important; */
  }
  .xr-right {
    padding: 1rem 1rem 1rem 0;
    flex: 6;
  }
  .xr-right h2 {
    margin-bottom: .5rem;
    font-size: 0.9rem !important;
    color: #0A3C96;
  }
  .xr-right p {
    font-size: 0.5rem !important;
    color: #000;
    margin: 0 !important;
    line-height: 1.2rem;
  }
  .vdi-fouth-teach {
    margin-top: 1rem;
    padding: 1rem;
    background-image: url(../img/case/vdi/phone-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .vdi-fouth-teach h2  {
    color: #fff;
    font-size: 0.9rem !important;
  }
  .vdi-fouth-teach p {
    width: 80%;
    color: #fff;
    font-size: 0.5rem !important;
    line-height: 1rem;;
  }

  /* 加入我们 */
  .colorBlack {
    width: 3.5rem !important;
    height: 5rem !important;
    margin: 1.5rem 0 0 -0.875rem;
  }
  .join-us-box {
    padding: 0 !important;
    margin-top: 110px !important
  }
  .colorBlack h3 {
    font-size: 0.9rem !important;
    padding-top: 1rem !important;
  }
  .join-us-title {
    padding-left: 23% !important;
  }
  .box-bar {
    width: 2.5rem !important;
    height: 0.4rem !important;
  }
  .join-us-box h2 {
    font-size: 1rem !important;
    margin: .625rem 0 0 0 !important;
  }
  .join-us-box span {
    font-size: 0.9rem !important;
  }
  .join-us-box p {
    font-size: 0.5rem !important;
    line-height: 1rem !important;
  }
  .join-us-item h1 {
    font-size: 1.1rem !important;
  }
  .join-us-item h3 {
    font-size: 0.9rem !important;
  }
  .join-us-item p {
    font-size: 0.7rem !important;
    margin-bottom: .5625rem !important;
  }
  .join-two-module {
    margin-top: -3rem !important;
  }
  .join-two-module h3 {
    padding: 0 !important;
    font-size: 0.9rem !important;
  }

  /* 关于我们 */
  .about-title h1 {
    font-size: 1.7rem !important;
    line-height: 2rem !important;
    margin-top: 2rem !important;
  }
  .about-title h2 {
    font-size: 1rem !important;
    line-height: 0 !important;
  }
  .about-text p {
    width: 100% !important;
    letter-spacing: 1px !important;
    font-size: 0.7rem !important;
    line-height: 1.1rem !important;
    padding-right: 1rem !important;
    color: #2c2c2c !important;
    font-weight: 400 !important;
  }
  .watermark-about { 
    display: none !important;
  }
  .about-module {
    margin: 1rem 0 0 1rem !important;
  }
  .about-detail p {
    font-size: 0.7rem !important;
    line-height: 1.1rem !important;
    margin: 0 1rem 1rem !important;
    color: #2c2c2c !important;
    font-weight: 400 !important;
  }
  .about-box-phone {
    display: flex;
    justify-content: space-around;
  }
  .about-box-phone img {
    width: 50% !important;
    height: 100% !important;
    margin-top: 2rem !important;
  }
  .about-text {
    margin-left: -1rem !important;
  }
  .input-box {
    width: 100% !important;
    height: 3rem !important;
    margin-bottom: 1.2rem !important;
  }
  .input-box input {
    height: 2rem !important;
  }
  .input-box p {
    width: 4rem !important;
    font-size: 0.8rem !important;
  }
  .contact-box {
    margin-top: 2rem !important;
  }
  input::-webkit-input-placeholder {
    font-size: 0.8rem !important;
  }
  .textarea-box {
    width: 100% !important;
    height: 8rem !important;
    margin: 1.2rem 0 0 0 !important;
  }
  .textarea-box textarea {
    width: 100% !important;
    height: 8rem !important;
    margin: 0 !important;
    padding: 0 2rem 0 2rem !important;
  }
  .textarea-box input {
    height: 4rem !important;
  }
  .textarea-box p {
    /* width: 4rem !important; */
    font-size: 0.8rem !important;
  }
  textarea::-webkit-input-placeholder {
    font-size: 0.8rem !important;
  }
  .submitBtn {
    width: 100% !important;
    display: block !important;
    margin-top: 5rem !important;
  }
  .submitBtn button {
    width: 100% !important;
    height: 2.125rem !important;
    font-size: 0.9rem !important;
  }
  .policy-module {
    width: 100% !important;
  }
  .policy-module h3 {
    font-size: 0.9rem !important;
  }
  .policy-module p {
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
    line-height: 1.25rem !important;
  }
  .policy-module span {
    font-size: 0.8rem !important;
  }
  .policy-module br {
    display: none !important;
  }
  .agree-box {
    width: 15px !important;
    height: 15px !important;
  }
  .agree-show {
    width: 8px !important;
    height: 8px !important;
    margin: 1px !important;
  }
  .query-more {
    display: none !important;
  }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0 !important;
  }
  .footer a {
    color: #fff !important;
    text-decoration: none;
  }
  .footer h1 {
     color: #FFF;
     font-size: 24px;
     font-weight: 400;
     text-align: center;
     margin-top: 80px;
   }
  
   .footer h1 a {
     color: gold;
     font-size: 16px;
   }
  
   .accordion {
     width: 100%;
     max-width: 360px;
     /* margin: 30px auto 20px; */
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     padding: 1rem !important;
   }
  .link:after {
    background: none !important;
  }
  
  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    border-bottom: 1px solid #495286;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .accordion li:last-child .link {
    border-bottom: 0;
  }
  
  .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 1rem;
  }
  
  .accordion li.open .link {
    color: gold;
  }
  
  .accordion li.open i {
    color: gold;
  }
  .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

   .submenu {
      width: 100% !important;
     /* background-image: linear-gradient(to bottom, #3069bc, #0E3889) !important;  */
     font-size: .875rem;
     padding-left: 0 !important;
   }
  
   .submenu a {
    text-align: center;
     display: block;
     text-decoration: none;
     color: #d9d9d9;
     padding: 12px;
     -webkit-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     transition: all 0.25s ease;
     border: none !important;
   }
  
   .submenu a:hover {
     background: gold;
     color: #FFF;
   }
  .footer {
    background-image: linear-gradient(to bottom, #3C85F0, #0E3889) !important;  
  }
  .record-item {
    margin-left: 1.25rem !important;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
  }
  .record-item img {
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
  }
  .footer-phone p {
    margin-bottom: 2px !important;
  }
  .small-size {
    font-size: .5rem !important;
    color:#c0bfbf !important;
    padding: 0 !important;
  }
  .header .navbar-nav {
    height: 250px !important;
  }
}

/* 小屏 */
@media screen and (max-width: 320px){
  .query-more {
    display: none !important;
  }
  .tab-container ul li {
    height: auto !important;
  }
  .tab-content .tab-text a span {
    padding: 0 !important;
  }
  .header .navbar-toggle {
    margin-top: 10px !important;
  }
  .cae-first-module {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 6.5rem;
  }
  .tab-icon {
    width: 2rem !important;
    height: 2rem !important;
  }
  .header .navbar-toggle {
  margin-top: 1.5rem !important;
  }
}

.footer-row-content {
  display: flex; 
  flex-direction: row;
  justify-content: center;
}
.flex-row {
  display: flex;
  align-items: center;
}
.h5-hide-item {
  /* display: block; */
  font-size: 0.4rem;
}
