/*common*/

/*清楚内外边距*/
body,
html,
div,
dl,
dt,
dd,
ul,
img,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section {
  padding: 0;
  margin: 0;
  /*手机端上下卡顿慢*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/*设置body和html*/
body,
html {
  font-weight: normal;
  touch-action: none;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

  /*解决移动端iPhone设备点击时出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  min-width: 1400px;
  margin: 0 auto;
}
/*去除a标签底部样式*/
body a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
  text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
  text-decoration: none;
}

/*指鼠标在链接*/

a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*谷歌浏览器消除点击蓝色边框*/
button:focus {
  outline: 0;
}

/* 指正在点的链接*/

/*解决input在ios存在重影边框问题*/
input {
  outline: none;
  /* -webkit-appearance: none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*清楚ie浏览器自带的删除按钮*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}

/*去除li标签默认点样式*/
body li {
  list-style: none;
}

/*兼容ie8，去掉img默认的蓝色边框*/
body img {
  border: none;
}

/*标签隐藏*/
.hide {
  display: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 51px;
}
/*处理H1标签，要尽量接近body，同时隐藏其文本*/
h1 {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0 auto;
}

/* 分页 */
.pagination {
  padding: 40px 0;
  font-size: 12px;
  color: #8d8d8d;
  margin-right: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination .go,
.pagination a {
  display: inline-block;
  min-width: 28px;
  height: 24px;
  margin: 0 4px;
  line-height: 24px;
  border: 1px solid #e8e8e8;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  color: #8d8d8d;
  vertical-align: middle;
  cursor: pointer;
}

.pagination .go:hover,
.pagination a.current,
.pagination a:hover {
  background-color: #46a6fd;
  border-color: #46a6fd;
  color: #fff;
}

.pagination #firstPage,
.pagination #lastPage,
.pagination .firstPage,
.pagination .lastPage {
  width: 44px;
}

.pagination #nextPage,
.pagination #prePage,
.pagination .nextPage,
.pagination .prePage {
  position: relative;
  text-indent: -99999px;
}

.pagination #nextPage::after,
.pagination #prePage::after,
.pagination .nextPage::after,
.pagination .prePage::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
  position: absolute;
  left: 11px;
  top: 8px;
}

.pagination #prePage::after,
.pagination .prePage::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination #nextPage::after,
.pagination .nextPage::after {
  left: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pagination #nextPage:hover::after,
.pagination #prePage:hover::after,
.pagination .nextPage:hover::after,
.pagination .prePage:hover::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.pagination input {
  display: inline-block;
  background: #f5f5f5;
  width: 40px;
  height: 24px;
  margin: 0 4px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #8d8d8d;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 1px;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.pagination .totalPages {
  margin: 0 4px;
}

.pagination .totalPages span {
  margin: 0 2px;
}

/* sy-zs-container */
.sy-zs-container {
  width: 100%;
  background: url(../images/bg.jpg) no-repeat top;
  margin-top: 51px;
}

/* sy-zs-nav */
.sy-zs-nav {
  width: 100%;
  height: 80px;
}
.sy-zs-nav .w12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  padding-top: 23px;
}
.sy-zs-nav .w12 a {
  display: inline-block;
  width: 94px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #47f0ff;
  line-height: 32px;
  margin-right: 30px;
}
.sy-zs-nav .w12 a:hover,
.sy-zs-nav .w12 a.cur {
  color: #fff;
  background: url(../images/nav.png) no-repeat center;
}

/* sy-zs-d_box */
.sy-zs-d_box {
  width: 100%;
  position: relative;
}
.sy-zs-d_box .x_box {
  width: 1200px;
  margin: 0 auto;
  color: #aba5a5;
  height: 688px;
  position: relative;
}
.sy-zs-d_box .d_left {
  float: left;
  font-size: 32px;
  width: 380px;
  padding-top: 110px;
  text-align: left;
}
.sy-zs-d_box .d_left span {
  font-size: 14px;
  color: #6b6b6b;
  display: block;
  margin-top: 20px;
}
.sy-zs-d_box .d_right {
  float: right;
  position: absolute;
  right: -30px;
  top: 10px;
}
.sy-zs-d_box .d_left p {
  line-height: 56px;
  margin-top: 20px;
}
.sy-zs-d_box .title {
  font-size: 56px;
  color: #24afff;
  font-weight: bold;
}
.sy-zs-d_box .down {
  width: 230px;
  height: 46px;
  background: url(../images/down.png) no-repeat center;
  display: block;
  overflow: hidden;
  line-height: 999px;
  margin-top: 90px;
  cursor: pointer;
}

/* sy-zs-content */
.sy-zs-content {
  padding: 40px 0;
  background-color: #f4f9fb;
}
.sy-zs-content .w12 {
  width: 1200px;
  margin: 0 auto;
}
.sy-zs-content .aside {
  float: left;
  width: 240px;
  border-radius: 4px;
  background: #fff;
}
.sy-zs-content .aside .title {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #f2f5fc;
}
.sy-zs-content .aside .nav li {
  height: 60px;
  font-size: 18px;
  color: #555;
  line-height: 60px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #f2f5fc;
  text-align: center;
  background: url(../images/self-n.png) 205px center no-repeat;
  cursor: pointer;
}
.sy-zs-content .aside .nav li.cur {
  font-weight: bold;
  color: #4eb8fc;
  border-left: 3px solid #21adfc;
  background: #f0f9ff url(../images/self-c.png) 205px center no-repeat;
}
.sy-zs-content .aside .nav li.cur a {
  color: #4eb8fc;
}
.sy-zs-content .aside .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #555;
}
.sy-zs-content .main {
  float: right;
  width: 927px;
  min-height: 640px;
  border-radius: 4px;
  background: #fff;
}
.sy-zs-content .main .title {
  font-size: 18px;
  color: #555;
  padding: 24px 0;
  border-bottom: 1px solid #f2f5fc;
}
.sy-zs-content .main .title span {
  border-left: 4px solid #21adfc;
  padding-left: 20px;
}
.sy-zs-content .main .faq-list {
  padding: 10px 36px;
  min-height: 420px;
}
.sy-zs-content .main .faq-list li .drop-h {
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  color: #555;
  background: url(../images/drop-h.png) no-repeat left;
  padding: 0 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
.sy-zs-content .main .faq-list li .drop-b {
  display: none;
  padding: 0 22px;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  word-break: break-all;
  word-wrap: break-word;
}

.sy-zs-content .main .faq-list li .drop-b p,
.sy-zs-content .main .faq-list li .drop-b span,
.sy-zs-content .main .faq-list li .drop-b div,
.sy-zs-content .main .faq-list li .drop-b h1,
.sy-zs-content .main .faq-list li .drop-b h2,
.sy-zs-content .main .faq-list li .drop-b h3,
.sy-zs-content .main .faq-list li .drop-b h4,
.sy-zs-content .main .faq-list li .drop-b h5,
.sy-zs-content .main .faq-list li .drop-b h6,
.sy-zs-content .main .faq-list li .drop-b section,
.sy-zs-content .main .faq-list li .drop-b table,
.sy-zs-content .main .faq-list li .drop-b table tr,
.sy-zs-content .main .faq-list li .drop-b table td {
  width: 100% !important;
  height: auto !important;
  font-family: 'Microsoft YaHei' !important;
  font-size: 16px;
  color: #555;
  line-height: 32px;
}

.sy-zs-content .main .faq-list li .drop-b video,
.sy-zs-content .main .faq-list li .drop-b img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.sy-zs-content .main .faq-list li .drop-b img {
  max-width: 100%;
}
.sy-zs-content .main .faq-list li.show .drop-h {
  background: url(../images/drop-s.png) no-repeat left;
}
.sy-zs-content .main .faq-list li.show .drop-b {
  display: block;
}

.sy-zs-content .no-list {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #c5c5c5;
  line-height: 40px;
}
.sy-zs-content .no-list img {
  display: block;
  width: 200px;
  padding: 130px 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* sy-footer */
.sy-footer {
  line-height: 1.6;
  background: #30333a;
  padding: 24px 0 40px;
}
.sy-footer .w12 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sy-footer .logo {
  float: left;
  width: 172px;
  margin: 34px 62px 0 0;
}

.sy-footer .content {
  float: left;
  width: 780px;
  font-size: 14px;
  color: #7d7d7d;
}

.sy-footer .content a {
  color: #7d7d7d;
  vertical-align: middle;
}

.sy-footer .link {
  margin-bottom: 14px;
}

.sy-footer .link a {
  color: #bdc1c2;
  padding: 0 22px;
  border-right: 1px solid #bdc1c2;
}

.sy-footer .link a:last-child {
  border-right: none;
}

.sy-footer .link a:nth-of-type(1) {
  padding-left: 0;
}

.sy-footer .qrcode {
  float: right;
  margin: 24px 16px 0 0;
}
.sy-footer img {
  border-style: none;
  vertical-align: middle;
}
