html,
body {
    height: 100%;
    width: 100%;
    color:#333333;
    font-size: 16px;
    background-color: #f7f7f7;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #033793;
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.foot-web{
        display: none;
        width:100%;
        background-color: #d8d8d8;
    }
.footer {
    background-color: #d8d8d8;
    padding: 60px 0;
    color: #333333;
    display: block;
}
.footer-k{
     margin-left:calc(50% - 600px);
     width: 1200px;
    overflow: hidden;
    height: auto;
}
.goto-menu{
    position: fixed;
    right:20px;
    bottom: 180px;
    height:50px;
    width:50px;
    border-radius: 50%;
}
.goto-menu img{
    width:50px;
    height:50px;
}
.goto-top{
    position: fixed;
    right:20px;
    bottom: 60px;
    background-color: rgba(1, 121, 241, 0.5); /* 红色，50% 透明度 */
    height:105px;
    width:50px;
    border-radius: 40px;
}
.goto-top button{
     /* 清除默认边框和内边距 */
    border: none;
    padding: 0;
    margin: 0;
    
    /* 清除默认背景 */
    background: transparent;
}
.goto-top-ico-zxrw{
    position: absolute;
    width:42px;
    height:42px;
    border-radius: 50%;
    top: 4px;
    left:4px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goto-top-ico-zxrw img{
    width:20px;
    height:20px;
}

.goto-top-ico-gototop{
    position: absolute;
    width:42px;
    height:42px;
    border-radius: 50%;
    bottom: 4px;
    left:4px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goto-top-ico-gototop img{
    width:20px;
    height:20px;
}
.footer-menu{
   width:100%;
   margin-top:60px;
}
.footer-menu-list{
    width:14.2%;
    float: left;
}

.footer-menu-title{
    width:100%;
    font-size: 20px;
    font-weight: 700;
    height:60px;
}
.footer-beian{
    width:100%;
    margin-top:60px;
}
.footer-beian p {
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.footer-menu-childtitle{
    font-size:16px;
    margin-top:8px;
    
}

.footer-info{
    width:100%;
    display: flex;
    height:100px;
    align-items: center;
}
.footer-info-left{
    width:70%;
}
.fil-list{
    float: left;
    margin-right:40px;
}
.footer-info-right{
    width:30%;
    text-align: right;
}
.footer-info-right img{
    width:100px;
    height:100px;
    float: left;
    margin-right:20px;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
  
}
.pagination > li > a,
.pagination > li > span {
   
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444c69;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #262a3b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #033793;
  border-color: #033793;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.rdmi-page{
    width:100%;
    text-align: center;
}


