body {
  font: 14px/1.4 "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", arial,
    Tahoma, SimSun, sans-serif;
  color: #333;
  margin: 0;
  min-width: 1200px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

.container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 1200px;
}

div,
dl,
dt,
td,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
  list-style: none;
  margin: 0;
  padding: 0;
}

font {
  text-transform: uppercase;
}

a:link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ff8900;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.trans {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

/*页面顶部样式*/

.top {
  background: #f2f2f2;
  height: 35px;
  line-height: 35px;
  color: #414141;
  width: 100%;
}

.top-box span:first-child {
  float: left;
}

.top-box span:last-child {
  float: right;
}

header {
  height: 63px;
  padding: 25px 0 20px 0;
}

header img {
  float: left;
}

header .text {
  float: right;
  text-align: right;
  line-height: 28px;
  padding-top: 10px;
}

header .text h2 {
  color: #ff8900;
  font-size: 18px;
  font-weight: normal;
}

header .text h2 a {
  color: #ff8900;
}

header .text h4 {
  font-size: 12px;
  font-weight: normal;
  font-family: arial;
  color: #808080;
}

.fixedbg {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.nav-wrap {
  width: 100%;
  margin: 0 auto;
}
.nav {
  width: 100%;
  height: 35px;
  font-size: 16px;
  background: #161563;
  color: #fff;
  border-bottom: #000000 solid 3px;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.nav li {
  height: 35px;
  width: 100px;
  text-align: center;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(93, 121, 11, 0.98);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #ff8900;
}

.nav li:hover:before,
.nav li:focus:before,
.nav li:active:before {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.nav li a {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0px;
  color: #fff;
  padding: 0;
  line-height: 35px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

.nav li a:hover,
.nav li a:focus {
  text-decoration: none;
  color: white !important;
  background: #ff8900 !important;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background-color: #ff8900;
}

/*首页广告图1*/

.gg-img1 {
  margin-top: 15px;
}

.gg-img1 img {
  width: 100%;
}

/*最新获证组织*/

.org-box {
  margin-top: 15px;
  background: #f2f2f2;
  height: 40px;
  line-height: 40px;
}

.org-box .left-item {
  background: #161563 url(../images/laba.png) no-repeat 115px center;
  width: 150px;
  float: left;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
}

.effect-list {
  width: 83%;
  float: left;
  margin-left: 20px;
}

.effect-list .leftLoop {
  overflow: hidden;
  position: relative;
}

.effect-list .leftLoop .hd {
  overflow: hidden;
  height: 30px;
  display: none;
}

.effect-list .leftLoop .bd {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.effect-list .leftLoop .bd ul {
  overflow: hidden;
  zoom: 1;
}

.effect-list .leftLoop .bd ul li {
  margin: 0 10px;
  text-align: center;
  float: left;
  _display: inline;
  color: #414141;
  overflow: hidden;
  word-break: keep-all;
}

.effect-list .leftLoop .bd ul li a {
  color: #414141;
  text-decoration: none;
}

.zhengshu-box {
  margin-top: 15px;
}

.zhengshu {
  width: 173px;
  float: left;
  background: #999999;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.zhengshu a.item {
  display: block;
  width: 100%;
  color: #fff;
  height: 29px;
  padding-top: 70px;
  text-align: center;
  text-decoration: none;
}

.zhengshu a.bg1 {
  background: url(../images/ser1.png) no-repeat center 15px;
}

.zhengshu a.bg2 {
  background: url(../images/ser2.png) no-repeat center 15px;
}

.zhengshu a.bg3 {
  background: url(../images/ser3.png) no-repeat center 15px;
}

.zhengshu a.bg1:hover,
.zhengshu a.act1 {
  background: #ff8900 url(../images/ser1.png) no-repeat center 15px;
}

.zhengshu a.bg2:hover,
.zhengshu a.act2 {
  background: #ff8900 url(../images/ser2.png) no-repeat center 15px;
}

.zhengshu a.bg3:hover,
.zhengshu a.act3 {
  background: #ff8900 url(../images/ser3.png) no-repeat center 15px;
}

/*首页轮播效果*/

.banner {
  width: 500px;
  height: 297px;
  float: left;
  overflow: hidden;
}

.slideBox {
  width: 500px;
  height: 297px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background: rgb(0, 0, 0, 0.5);
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.slideBox .hd ul li {
  overflow: hidden;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  margin-top: 9px;
  text-indent: -20px;
}

.slideBox .hd ul li.on {
  background: #ff8900;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd img {
  width: 500px;
  height: 297px;
}

/*首页新闻资讯*/

.slideTxtBox {
  width: 500px;
  text-align: left;
  float: right;
}

.slideTxtBox .hd {
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 40px;
  width: 100%;
}

.slideTxtBox .hd ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.slideTxtBox .hd ul li.on {
  background: #161563;
  cursor: pointer;
  color: #fff;
}

.slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
}

.slideTxtBox .bd {
  padding: 15px 0;
  width: 100%;
  height: 241px;
  overflow: hidden;
}

.slideTxtBox .bd ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.slideTxtBox .bd ul li {
  border-bottom: #eeeeee solid 1px;
  line-height: 30px;
}

.slideTxtBox .bd ul li i {
  display: block;
  width: 7px;
  height: 7px;
  background: #ff8900;
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}

.slideTxtBox .tempWrap {
  margin: 0;
}

.slideTxtBox .bd ul li .date {
  float: right;
  font-size: 12px;
}

.slideTxtBox .bd ul dl {
  height: 86px;
  width: 100%;
}

.slideTxtBox .bd ul dl dt {
  font-size: 14px;
  color: #ff8904;
}

.slideTxtBox .bd ul dl dd {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 24px;
  font-size: 12px;
  width: 100%;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*首页认证服务*/

.renzheng {
  width: 322px;
  height: 228px;
  margin-top: 5px;
}

.renzheng .tit {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4 url(../images/tit-bg.jpg) no-repeat left top;
  padding-left: 28px;
  color: #161563;
  font-size: 18px;
}

.renzheng .more {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #2d2d2d;
}

.renzheng .more:hover {
  color: #ff8900;
}

.renzheng ul {
  width: 100%;
  margin: 0;
  padding: 12px 0 0 0;
  list-style: none;
}

.renzheng ul li {
  border-bottom: #eeeeee solid 1px;
  line-height: 30px;
  font-size: 12px;
  height: 30px;
  overflow: hidden;
}

.renzheng ul li i {
  display: block;
  width: 7px;
  height: 7px;
  background: #ff8900;
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}

.renzheng ul li .date {
  float: right;
  font-size: 12px;
}

.mr30 {
  margin-right: 30px;
}

/*法律法规*/

.laws {
  width: 500px;
  float: right;
}

/*首页快速链接*/

.quicklink {
  width: 320px;
}

.quicklink a {
  display: block;
  border-bottom: #fff solid 1px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.quicklink a.a1 {
  background: #999999 url(../images/icon1.png) no-repeat 75px center;
}

.quicklink a.a2 {
  background: #999999 url(../images/icon2.png) no-repeat 75px center;
}

.quicklink a.a3 {
  background: #999999 url(../images/icon3.png) no-repeat 75px center;
}

.quicklink a.a4 {
  background: #999999 url(../images/icon4.png) no-repeat 75px center;
}

.quicklink a.a5 {
  background: #999999 url(../images/icon5.png) no-repeat 75px center;
}

.quicklink a.a1:hover {
  background: #ff8900 url(../images/icon1.png) no-repeat 75px center;
}

.quicklink a.a2:hover {
  background: #ff8900 url(../images/icon2.png) no-repeat 75px center;
}

.quicklink a.a3:hover {
  background: #ff8900 url(../images/icon3.png) no-repeat 75px center;
}

.quicklink a.a4:hover {
  background: #ff8900 url(../images/icon4.png) no-repeat 75px center;
}

.quicklink a.a5:hover {
  background: #ff8900 url(../images/icon5.png) no-repeat 75px center;
}

/*首页联系我们*/

.hcontact {
  margin-top: 0;
}

.hcontact .content {
  background: url(../images/tel.jpg) no-repeat right bottom;
  background-size: 20%;
}

.hcontact .content h2 {
  font-size: 14px;
  margin: 0;
  padding: 14px 0 8px 0;
}

.hcontact .content p {
  line-height: 29px;
}

/*首页关于我们*/

.habout {
  width: 500px;
  margin-top: 0;
}

.habout-img {
  margin-top: 23px;
  width: 150px;
  height: 164px;
}

.habout-content {
  width: 337px;
  float: right;
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.habout-content h2 {
  color: #ff8900;
  font-weight: normal;
  font-size: 14px;
}

.habout-content p {
  font-size: 12px;
  line-height: 29px;
  margin: 0;
  padding: 2px 0 0 0;
}

/*首页友情链接*/

.hlink {
  margin-top: 25px;
  border: #eeeeee solid 1px;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.hlink .tit {
  color: #161563;
  padding-left: 30px;
  line-height: 44px;
  border-bottom: #eeeeee solid 1px;
  font-size: 18px;
}

.hlink ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  padding: 25px 0 20px 0;
}

.hlink ul li {
  text-align: center;
  width: 14.2857%;
}

.hlink ul li img {
  width: 99px;
  height: 63px;
}

.hlink ul li span {
  display: block;
  width: 100%;
}

/*foot*/

.footer {
  width: 100%;
  background: #f2f2f2;
  border-top: #dedede solid 1px;
  line-height: 32px;
  padding: 25px 0;
  text-align: center;
  color: #676767;
  clear: both;
  overflow: hidden;
}

.footer a {
  color: #676767;
}

.footer a:hover {
  color: #ff8900;
}

/*内页关于我们*/

.subbanner {
  width: 100%;
  margin: 15px auto;
}

.subbanner img {
  width: 100%;
}

.subleft {
  width: 274px;
  float: left;
}

.subleft .zhengshu {
  width: 100%;
}

.subleft .zhengshu a.item {
  height: 32px;
}

.kefuing {
  overflow: hidden;
  clear: both;
  width: 100%;
}

.kefuing img {
  width: 100%;
  margin-top: 20px;
}

.subleft .content {
  padding-top: 15px;
}

.subleft .content .item {
  width: 100%;
  clear: both;
  display: flex;
  /* flex-wrap: nowrap; */
  /* flex-direction: row; */
  justify-content: flex-start;
  margin-bottom: 12px;
  line-height: 30px;
}

.subleft .content .item img {
  width: 29px !important;
  min-width: 29px !important;
  height: 30px;
  margin-right: 15px;
}

.subright {
  width: 75%;
  float: right;
}

.subright .tit {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4 url(../images/tit-bg.jpg) no-repeat left top;
  padding-left: 28px;
  color: #161563;
  font-size: 18px;
}

.subright .content-box {
  line-height: 34px;
  padding: 30px 0;
}

.mb30 {
  margin-bottom: 30px;
}

/*内页联系我们页面*/

#map {
  height: 266px;
  margin-bottom: 30px;
}

/*证书查查*/

.red {
  color: red;
}

.zhengshuform {
  width: 65.22%;
  margin: 0 auto;
  padding-top: 30px;
}

.zhengshuform .form-item {
  clear: both;
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

.zhengshuform .form-item label {
  word-break: keep-all;
  text-align: right;
  width: 33%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

.zhengshuform .form-item input {
  border: #eee solid 1px;
  padding: 10px 3px !important;
  width: 62%;
  float: left;
}

.zhengshuform .form-item select {
  border: #eee solid 1px;
  padding: 10px 3px !important;
  width: 63.3%;
  float: left;
}

.yuyue {
  float: left;
  width: 138px;
  height: 47px;
  background: url(../images/btncx.jpg) no-repeat center top;
  outline: none;
  cursor: pointer;
  border: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #fff;
}

.ml20 {
  margin-left: 20px;
}

.renz_sq {
  width: 90%;
  margin: 20px auto;
  color: #333;
  font-size: 16px;
}

.renz_sq th {
  text-align: right;
  font-weight: normal;
}

.renz_sq input {
  width: 400px;
  padding: 8px;
  border: 1px solid #e8e8e8;
  vertical-align: top;
  font-family: "微软雅黑";
  outline: none;
}

.renz_sq select {
  width: 417px;
  padding: 8px;
  border: 1px solid #e8e8e8;
  vertical-align: top;
  font-family: "微软雅黑";
}

.renz_sq .sub_m {
  width: 36px;
  height: 36px;
  background: url(http://qianzhengcertification.cn/templets/demo/static/images/submit_bg_05.jpg)
    no-repeat;
}

.renz_sq input.sum_s {
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 138px;
  background: #fff url(../images/btncx.jpg) no-repeat;
  border: 0;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

/*人才招聘*/

.joinus-box {
  background: url(../images/join.jpg) no-repeat right 0px;
  min-height: 545px;
}

.cjwtlist {
  width: 57%;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.cjwtlist-none {
  display: none;
}

.cjwtlist .hidden {
  display: none;
}

.accordion {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
}

.accordion .link {
  height: 42px;
  font-size: 18px;
  display: block;
  position: relative;
  cursor: pointer;
  background: #f4f4f4;
  line-height: 40px;
  text-indent: 15px;
  margin-bottom: 15px;
}

.accordion li:last-child .link {
}

.accordion li i {
  font-size: 14px;
  font-style: normal;
  float: right;
  padding-right: 15px;
}

.accordion li i.fa-chevron-down {
  left: auto;
  right: 12px;
  font-size: 16px;
}

.accordion li.open .link {
  background: #f4f4f4;
}

.accordion li.open i {
}

.accordion li.open i.fa-chevron-down {
}

.accordion .submenu {
  display: none;
  padding: 12px;
  line-height: 24px;
  border-top: none;
  margin-top: -6px;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "微软雅黑";
}

.fontfasongti {
  font-family: Arial, Helvetica, sans-serif !important;
}

.down ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  min-height: 400px;
}

.down ul li {
  border-bottom: #e6e6e6 solid 1px;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
}

.down ul li i {
  display: block;
  width: 7px;
  height: 7px;
  background: #ff8900;
  float: left;
  margin-right: 18px;
  margin-top: 18px;
}

.down ul li img {
  width: 26px;
  height: 26px;
  float: right;
  margin-top: 13px;
}

.down ul li span.date {
  float: right;
}

/*--详细--*/

.subnewsde {
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px 10px 0px;
}

.subnewsde-tit {
  text-align: center;
  color: #0e0e0e;
  font-size: 18px;
  line-height: 40px;
}

.keyscont {
  text-align: center;
  overflow: hidden;
  line-height: 18px;
  color: #979797;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: #eee solid 1px;
}

.keyscont .styl1 {
  display: inline-block;
  zoom: 1;
  position: relative;
}

.keyscont .viewtb {
  display: inline-block;
  zoom: 1;
  position: relative;
  top: 3px;
}

.keyscont .viewcont {
  display: inline-block;
  zoom: 1;
  position: relative;
}

.pt4 {
  padding-top: 4px;
}

.preNexst {
  padding: 0px 30px;
  width: 80%;
  margin: 0px auto;
}

.preNexst span {
  padding: 7px 12px;
  border: #ddd solid 1px;
}

.preNexst span a {
  color: #ba8d5d;
}

.subnewsde-cont {
  line-height: 26px;
  padding-top: 20px;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 14px;
}

a.news2_back {
  font-size: 16px;
  height: 28px;
  font-family: Microsoft YaHei;
  background: #161563;
  color: #fff;
  text-align: center;
  margin: 20px 0px;
  display: block;
  line-height: 26px;
  width: 90px;
}

.pre_news {
  overflow: hidden;
}

.pre_news P {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  white-spage: nowrap;
  line-height: 35px;
  width: 100%;
}

.pre_news P A {
}

.preCase {
  position: absolute;
  left: 0px;
  top: 220px;
}

.nextCase {
  position: absolute;
  right: 0px;
  top: 220px;
}

/*--分页--*/

.page {
  padding: 30px 0px 30px 0px;
  text-align: center;
  clear: both;
  margin: 0px auto;
  font-size: 14px;
}

.page A {
  border-right: #c9c9c9 1px solid;
  padding-right: 10px;
  border-top: #c9c9c9 1px solid;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 2px;
  border-left: #c9c9c9 1px solid;
  color: #818181;
  padding-top: 5px;
  border-bottom: #c9c9c9 1px solid;
  text-decoration: none;
}

.page A:hover {
  border-right: #c9c9c9 1px solid;
  border-top: #c9c9c9 1px solid;
  border-left: #c9c9c9 1px solid;
  color: #322516;
  border-bottom: #c9c9c9 1px solid;
}

.page A:active {
  border-right: #c9c9c9 1px solid;
  border-top: #c9c9c9 1px solid;
  border-left: #c9c9c9 1px solid;
  color: #818181;
  border-bottom: #c9c9c9 1px solid;
}

.page SPAN.current {
  border-right: #ff8900 1px solid;
  padding-right: 10px;
  border-top: #ff8900 1px solid;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 2px;
  border-left: #ff8900 1px solid;
  color: #fff;
  padding-top: 5px;
  border-bottom: #ff8900 1px solid;
  background-color: #ff8900;
}

.page SPAN.disabled {
  border-right: #c9c9c9 1px solid;
  padding-right: 5px;
  border-top: #c9c9c9 1px solid;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 2px;
  border-left: #c9c9c9 1px solid;
  color: #ababab;
  padding-top: 5px;
  border-bottom: #c9c9c9 1px solid;
}

/*预加载样式*/

#myloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #f6f6f6;
  text-align: center;
  display: none;
}

#myloader .loader {
  display: inline-block;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#myloader .loader .grid {
  width: 60px;
  height: 60px;
  margin: 100px auto;
}

#myloader .loader .grid .cube {
  width: 33%;
  height: 33%;
  background-color: #161563;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/*认证服务*/
.rzservice ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  /* min-height: 400px; */
}
.rzservice ul li {
  padding-bottom: 25px;
}
.rzservice ul li a {
  display: block;
  height: 169px;

  padding: 20px;
  border: #e6e6e6 solid 1px;
}
.rzservice ul li a:hover {
  background: #f4f4f4;
}

.rzservice ul li img {
  width: 184px;
  height: 169px;
  float: left;
  margin-right: 20px;
}

.rzservice ul li h2 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  width: 76%;
  font-weight: normal;
  padding: 10px 0 30px 0;
}

.rzservice ul li p {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  width: 76%;
}

.dede_pages .pagelist {
  height: 50px;
}

.dede_pages .pagelist li {
  display: block;
  width: 10%;
  float: left;
  border: 1px solid;
  padding: 0;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
}

.dede_pages .pagelist li a {
  height: auto;
  padding: 0;
  text-align: center;
  border: none;
}

.dede_pages .pagelist select {
  display: none;
}

.dede_pages .pagelist .thisclass {
  background: #b3b3b3;
  color: #fff;
}

@-webkit-keyframes cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*箱子隐藏*/

.animate-box {
  opacity: 0;
}

/*右侧广告位*/

.ad-right {
  padding-top: 30px;
}

.ad-right img {
  width: 100%;
  height: auto;
}

/*内省查询结果*/
.news_list2 {
  width: 100%;
  margin: 0 auto;
}
.news_list2 h1 {
  font-size: 18px;
  border-bottom: 1px #ff0000 solid;
  text-align: center;
  color: #ff0000;
  background-color: #ffeec2;
  line-height: 32px;
}
#result {
  line-height: 30px;
  width: 700px;
  margin: 10px auto;
  border: #ddd solid 1px;
  padding: 10px 20px;
  border-radius: 3px;
}

/*证书查询结果*/
#zhengshuresult table {
  margin-top: 30px;
  border-collapse: collapse;
}

#zhengshuresult td {
  font-size: 13px;
  font-family: 宋体;
  color: #4b4b4b;
  border-collapse: collapse;
  padding: 10px 4px;
  border: solid 1px #979a9c;
  text-align: left;
}

#zhengshuresult .hd {
  font-size: 13px;
  font-family: 宋体;
  font-weight: bolder;
  text-align: center;
  width: 120px;
}

/*返回顶部*/
.sroll_top {
  right: 0.8%;
  bottom: 3.7%;
  position: fixed;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 96% !important;
  }
}
