.navigation a { 
	text-decoration:none;
	out-line: none ;

} 


.navigation-nc a:visited, .navigation-nc a:link, .navigation-nc a:active {
    text-decoration:none;
  out-line: none ;
  color: white;
}

.navigation-nc a:hover {
    text-decoration:none;
  out-line: none ;
  color: yellow;
}


.navigation-bql a:visited, .navigation-bql a:link, .navigation-bql a:active {
    text-decoration:none;
  out-line: none ;
  color: white;
}

.navigation-bql a:hover {
    text-decoration:none;
  out-line: none ;
  color: yellow;
}

.navigation a:visited, .navigation a:link, .navigation a:active {
    text-decoration:none;
	out-line: none ;
	color: white;
}

.navigation a:hover {
    text-decoration:none;
	out-line: none ;
	color: yellow;
}

      .position-btm-bql {
          position: fixed;
          bottom: 0px;
          top: auto;
          background-image: url("/images/btm-bql.jpg");
          background-size: 100% 100%;
          background-repeat: no-repeat;

          width: 100%;
          /*border: 1px solid blue;*/

      }

      .position-btm-nc {
          position: fixed;
          bottom: 0px;
          top: auto;
          background-image: url("/images/btm-nc.jpg");
          background-size: 100% 100%;
          background-repeat: no-repeat;

          width: 100%;
          /*border: 1px solid blue;*/

      }

        .position-btm {
            position: fixed
            bottom: 0px;
            top: auto;
            background-image: url("/images/btm.jpg") !important;
            background-size: 100% 100%;
            background-repeat: no-repeat;

            width: 100%;
            /*border: 1px solid red;*/

        }

        .inside {
                    position: relative;
                    min-height: 1px;
                    padding-right: 0px;
                    padding-left: 0px;
                    width: 20%;
                    height: 100%;
                    float: left;
                    /*border: 1px solid blue;*/
        }
    .none-padding {
      padding: 0 !important;
    }

    .padding-2 {
      padding: 0 2px;
    }

    .margin-5 {
      margin: 0 5px;
    }

    .margin-top-5 {
      margin-top: 5px;
    }
    .margin-tb-10 {
      margin: 10px 0;
    }
    .margin-bottom-20 {
      margin-bottom: 20px;
    }	
    .margin-bottom-25 {
      margin-bottom: 25px;
    }	
    .margin-bottom-50 {
      margin-bottom: 50px;
    }

    .navigation-nc {
      /*background: url("images/rgm/nav.jpg");*/
      background: linear-gradient(180deg, #26d86e,  #2ea269); ;
      border-radius: 20px;
      border: 1px solid green;
    }

    .navigation-bql {
      /*background: url("images/rgm/nav.jpg");*/
      background: linear-gradient(180deg, #0096ff,  #1862b6); ;
      border-radius: 20px;
      border: 1px solid blue;
    }

    .navigation {
      /*background: url("images/rgm/nav.jpg");*/
      background: linear-gradient(90deg, #e32323,  #ed2626); ;
      border-radius: 20px;
      border: 1px solid red;
    }

    .advantage {
      background: url("images/rgm/advantage.jpg") no-repeat;
      height: 478px;
    }

    .produces {
      background: url("images/rgm/produces.jpg") no-repeat;
      background-size: 100% auto;
      height: 1419px;
    }

    .support {
      background: url("images/rgm/support.jpg") no-repeat;
      height: 1078px;
    }

    .chain {
      background: url("images/rgm/chain.jpg") no-repeat;
      height: 602px;
    }

    .MciroYH18 {
      font-family: "Microsoft YaHei";
      font-size: 18px;
      font-weight: bold;

    }

    .MciroYH14 {
      font-family: "Microsoft YaHei";
      font-size: 14px;
      font-weight: bold;

    }

    .border1 {
      border: 1px red solid;
    }

    .floatRight {
      float: right;
    }