html {
  height: 100%;
}
body {
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI",
    "WenQuanYi Micro Hei", "Arial", "sans-serif", \5b8b\4f53;
  font-size: 14px;
  color: #333;
}

body > section {
  padding: 15px 0;
}

@media (min-width: 768px) {
  body > section {
    padding: 40px 0;
  }
}
a {
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
a:hover {
  color: #d30830;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
p {
  font-size: 14px;
  line-height: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bolder;
}
h2 {
  font-size: 20px;
  font-weight: bolder;
  line-height: 36px;
}
h3 {
  font-size: 16px;
  font-weight: bolder;
  line-height: 30px;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  padding: 20px 40px 20px 40px;
  background: #262626;
  color: #fff;
}
.footer .line {
  border: solid 1px #fff;
  margin: 30px 0px 10px;
}


/**联系我们**/
.footer .contact p{
  color: rgb(158 156 156)
}


.navbar {
  color: #3c3c3c;
  padding: 10px 0px;
  margin-bottom: 0px;
  background-color: #f8f8f8;
}
.navbar-toggle .icon-bar {
  background: #333;
}

.navbar-brand {
  padding: 0px 0px 0px 12px;
  float: left;
  height: 50px;
}
.navbar-brand > img {
  display: block;
  height: 50px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  position: fixed;
  z-index: 10;
  width: 100%;
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
  top: 0px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  color: #3c3c3c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #d30830;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #f05f40 !important;
  background-color: transparent;
}
.navbar-default .navbar-brand {
  height: 50px;
}
.navbar-default .navbar-brand > img {
  height: 50px;
}
.navbar-default .navbar-nav > li > a {
  line-height: 24px;
}

.navbar .nav li > a:focus,
.navbar .nav li > a:hover {
  background-color: transparent;
  font-size: 16px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #f8f8f8;
  border: transparent;
  min-width: 200px;
  padding: 10px 20px;
}

.navbar-nav > li > .dropdown-menu > li > a {
  padding: 8px 0px;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0px 5px 15px;
  }
  .navbar-nav > li > .dropdown-menu > li > a {
    border-bottom: transparent;
  }
}
/**底部**/

.footer a {
  color: #fff;
}
.footer h3 {
  margin-bottom: 40px;
  font-size: 18px;
  color:rgb(208 208 208);
}

.qq_service {
  cursor: pointer;
}

.footer .kefu {
  width: 100px;
}

.footer .logo {
  width: 180px;
  margin-bottom: 20px;
}
.c-line {
  width: 100%;
  border-top: 1px solid #fff;
}

.footer .c-list {
  padding: 0.8rem 0;
}

.footer .c-list li {
  float: left;
  box-sizing: border-box;
  padding-right: 2%;
}

.footer .c-list li p a {
  color: rgb(158 156 156);
}

.footer .foot_bottom_word,
.footer .foot_bottom_word a {
  padding-top: 50px;
  color: rgb(158 156 156);
}

/**返回**/
.c-right-pop {
  display: none;
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 900;
  padding: 10px 4px;
  border-radius: 8px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.c-right-pop a {
  display: block;
  width: 64px;
  height: 64px;
}

.c-right-pop a:nth-child(1) {
  background: url(../img/right-ico4.png) no-repeat center / 100%;
}

.c-right-pop a:nth-child(2) {
  background: url(../img/right-ico3.png) no-repeat center / 100%;
}

/*公用*/
.content {
  margin: auto;
}
.red {
  color: #cc0000;
}

.m10 {
  margin-top: 10px;
}
.m30 {
  margin-top: 30px;
}
.m50 {
  margin-top: 50px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bg-greg {
  background-color: #f5f5f5;
}

.f-greg {
  color: #666666;
}

.cnt-list ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc;
  font-size: 12px;
  color: #666666;
  background-repeat: no-repeat;
  background-position: left;
}

.cnt-list ul li a {
  color: #666666;
}
.cnt-list ul li a:hover {
  color: #cc0000;
}

.padding-rl {
  padding-left: 30px;
  padding-right: 30px;
}
.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
  line-height: 30px;
}
.f-14 {
  font-size: 14px;
  line-height: 26px;
}
.breadcrumb {
  background-color: #fff;
}

.card-lift--hover:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #eeeeee;
}
.margin-rl {
  margin-left: 10px;
  margin-right: 10px;
}
.f-18 {
  font-size: 14px;
}

.process-box {
  width: 50%;
  text-align: center;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.process-box .thumbnail {
  border: transparent;
  padding: 10px;
}

@media (max-width: 414px) {
  .footer h2 {
    font-size: 18px;
  }
  .footer h3 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 32px;
  }

  h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 46px;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-70 {
    font-size: 70px;
    line-height: 130px;
  }

  .container {
    width: 100%;
  }
  .navbar {
    padding: 10px 0px;
  }
  .footer {
    padding: 20px 40px 20px 40px;
  }
  .margin-rl {
    margin-left: 30px;
    margin-right: 30px;
  }
  .cnt-list ul li {
    font-size: 14px;
  }
  .cnt-list ul li {
    font-size: 14px;
  }
  .c-right-pop {
    opacity: 1;
  }

  .process-box {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 20px 60px 20px 60px;
  }
  .f-18 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  a {
    font-size: 18px;
  }

  h1 {
    font-size: 48px;
    line-height: 96px;
  }
  h2 {
    font-size: 36px;
    line-height: 72px;
  }
  h3 {
    font-size: 30px;
    line-height: 60px;
    font-weight: bolder;
  }
  .f-18 {
    font-size: 24px;
    line-height: 44px;
  }
  .f-14 {
    font-size: 16px;
    line-height: 30px;
  }
  .f-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .f-70 {
    font-size: 70px;
    line-height: 130px;
  }

  .process-box {
    width: 12.5%;
    text-align: center;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .process-box .thumbnail {
    border: transparent;
    padding: 10px;
  }

  .container {
    width: 100%;
  }
  .navbar {
    padding: 5px 100px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar .nav li > a:focus,
  .navbar .nav li > a:hover {
    background-color: transparent;
    font-size: 16px;
  }

  .navbar-nav > li > .dropdown-menu > li > a {
    font-size: 16px;
  }

  .footer {
    padding: 100px 100px 50px 100px;
  }
  .margin-rl {
    margin-left: 5%;
    margin-right: 5%;
  }
  .cnt-list ul li {
    font-size: 20px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }
}

/*turn page*/
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pager li,
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  color: #3ea9f5;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 18px;;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #0b85db;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #3ea9f5;
  border-color: #3ea9f5;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/**友情链接**/
.link a{
  color:rgb(158 156 156);
}
