@charset "utf-8";

/* CSS Document */
:root {
}

html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 如果用none 则网页不能缩放  */
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "微软雅黑";
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  width: 100%;
  color: #595959;
}

h1,
h2 {
  color: #595959;
}

a {
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  word-break: break-all;
}

.mr16 {
  margin-right: 16px;
}

/* ----------------------Webkit内核滚动条通用样式定义-------------------------------------*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  /*滚动条的背景颜色*/
  -webkit-border-radius: 8px;
  /*滚动条的圆角宽度*/
}

::-webkit-scrollbar {
  width: 12px;
  /*滚动条的宽度*/
  height: 8px;
  /*滚动条的高度*/
  padding-right: 0;
  margin-right: 0;
}

::-webkit-scrollbar-thumb:vertical {
  /*垂直滚动条的样式*/
  height: 18px;
  background-color: #dddddd;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  /*滚动条的hover样式*/
  height: 18px;
  background-color: #bcbcbc;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  /*水平滚动条的样式*/
  width: 12px;
  background-color: #dddddd;
  -webkit-border-radius: 6px;
}

.block {
  display: block;
}

input,
textarea {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: white;
  font-family: "微软雅黑";
  outline-style: none;
}

input:focuse {
  outline: 0;
}

.line-full {
  width: 100%;
  margin: 0 auto;
}

.line-full:before,
.line-full:after {
  display: table;
  content: "";
}

.line-full:after {
  clear: both;
}

.mr26 {
  margin-right: 26px;
}

.ftblue-c {
  color: #00a0e9;
}

/*=======================公共 头部 底部======================================*/
.web-head {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
}

.web-full-line {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.head-logo {
  float: left;
  margin-top: 20px;
}

.head-logo img {
  width: 135px;
  height: 42px;
}

.head-nav {
  float: left;
  margin-top: 32px;
  margin-left: 10px;
}

.head-nav a {
  float: left;
  border-left: 1px solid #c5c5c5;
  width: 110px;
  text-align: center;
  color: #595959;
  padding-bottom: 1px;
  font-size: 15px;
}

.head-nav a:first-child {
  border: 0;
}

.head-nav a:hover,
.head-nav .choosen {
  color: #00a0e9;
}

.head-tel {
  float: right;
  margin-top: 42px;
}

.head-tel img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  float: left;
  padding-top: 4px;
}

.head-tel div {
  float: left;
}

.head-user-wrap {
  float: right;
  margin-top: 42px;
}

.head-user-wrap .icon {
  float: left;
  padding-right: 5px;
}

.head-user-wrap .t1 {
  float: left;
  border-right: 1px solid #c6c6c6;
  padding-right: 20px;
  color: #585858;
}

.head-user-wrap .t2 {
  float: left;
  padding-left: 20px;
  color: #585858;
}

.head-user-wrap .t1:hover,
.head-user-wrap .t2:hover {
  color: #00a0e9;
}

.head-user-wrap .t3 {
}

.head-entry-wrap {
  float: right;
  margin-top: 18px;
}

.head-entry-wrap .e1 {
  float: left;
  margin-right: 15px;
}

.head-entry-wrap .e1 img,
.head-entry-wrap .e2 img {
  width: 126px;
  height: 44px;
}

.head-entry-wrap .e2 {
  float: left;
}

.web-bottom {
  width: 1024px;
  margin: 30px auto;
  height: 300px;
  position: relative;
}

.web-bottom li {
  float: left;
  width: 30%;
  text-align: center;
}

.web-bottom li div {
  margin-bottom: 15px;
  font-weight: bold;
}

.web-bottom li a {
  width: 100%;
  margin-bottom: 15px;
  color: #595959;
  display: block;
}

.web-bottom li a:hover {
  color: #4dc0d2;
}

.web-bottom li img {
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
}

.web-bottom-wrap {
  /*margin-left:86px;*/
  width: 138px;
  margin: 0 auto;
  position: relative;
  left: 20px;
}

.footer-left {
  float: left;
  margin-top: 74px;
  position: relative;
}

.footer-left .txt-wrap {
  float: left;
  left: 115px;
  top: -14px;
  position: relative;
}

.footer-left .txt-wrap a {
  display: inline-block;
  text-align: center;
  width: 91px;
  margin-right: 44px;
  color: #4dc0d2;
}

.code-line-header {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.code-line-body {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.footer-left .txt-wrap a:hover + .code-line {
  opacity: 1;
}

.code-line {
  opacity: 0;
  transition: 1s all;
  position: absolute;
}

.code-line1 {
  top: -130px;
  left: -24px;
}

.code-line2 {
  top: -130px;
  left: 116px;
}

.code-line3 {
  top: -130px;
  left: 254px;
}

.image-wrap {
  float: left;
  width: 94px;
  margin-right: 44px;
  position: relative;
  left: 24px;
}

/*.image-wrap:after {*/
/*content: '';*/
/*bottom: -16px;*/
/*left: 39px;*/
/*position: absolute;*/
/*border-top: 8px solid #00a0e9;*/
/*border-right: 8px solid transparent;*/
/*border-bottom: 8px solid transparent;*/
/*border-left: 8px solid transparent;*/
/*font-size: 0;*/
/*}*/
.footer-left .image-wrap img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #ccc;
}

.web-bottom-wrap img {
  width: 36px !important;
  height: 36px !important;
  float: left;
}

.web-bottom-wrap div {
  margin-top: -4px;
  float: left;
  margin-left: 4px;
  text-align: left;
}

.web-bottom-wrap .bt-t1 {
  float: left;
  margin-top: 7px;
}

.web-bottom-tel {
  width: 100%;
}

.web-bottom-tel img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: text-top;
}

.web-bottom-tel div {
  display: inline;
  font-size: 20px;
  font-weight: bold;
}

/*=======================首页======================================*/
.index-banner-wrap {
  width: 100%;
  height: 374px;
}

.index-banner {
  width: 1366px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/icons/banner.jpg) no-repeat;
  position: relative;
}

.banner1 {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 255px;
  top: 175px;
}

.banner2 {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 255px;
  top: 260px;
}

.banner3 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 340px;
  top: 172px;
}

.banner4 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 580px;
  top: 172px;
}

.banner5 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 340px;
  top: 257px;
}

.banner6 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 580px;
  top: 257px;
}

.banner7 {
  position: absolute;
  width: 134px;
  height: 134px;
  left: 825px;
  top: 185px;
}

.index-banner .app {
  position: absolute;
  width: 285px;
  height: 90px;
  left: 165px;
  top: 220px;
}

.index-banner .app img {
  width: 100%;
  height: 100%;
}

.index-banner .app .v {
  position: absolute;
  top: 46px;
  left: 102px;
  color: black;
}

.index-banner .an {
  position: absolute;
  width: 285px;
  height: 90px;
  left: 456px;
  top: 220px;
}

.index-banner .an img {
  width: 100%;
  height: 100%;
}

.index-banner .an .v {
  position: absolute;
  top: 46px;
  left: 106px;
  color: black;
}

.index-banner .code {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 746px;
  top: 220px;
}

.index-banner .code img {
  width: 100%;
  height: 100%;
}

.index-line1 {
  width: 1024px;
  margin: 30px auto;
}

.index-line2 {
  width: 1024px;
  margin: 30px auto;
  background: #f2f2f2;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.index-line3 {
  width: 1024px;
  margin: 30px auto;
  background: #f2f2f2;
  height: 470px;
}

.index-line4 {
  width: 1024px;
  margin: 30px auto 30px;
  background: #f2f2f2;
  height: 200px;
}

.index-wrap1 {
  width: 244px;
  float: left;
}

.index-wrap2 {
  width: 93%;
  margin: 20px auto;
  overflow: hidden;
}

.index-wrap2-2 {
  width: 96%;
  margin: 15px auto;
  overflow: hidden;
}

.index-wrap3 {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  height: 350px;
}

.index-wrap3-2 {
  width: 58%;
  float: right;
  height: 95px;
  overflow: hidden;
  position: relative;
}

.index-wrap4 {
  width: 47.5%;
  float: left;
  position: relative;
  height: 156px;
  margin-top: 4px;
}

.index-wrap4-2 {
  width: 54%;
  float: left;
  position: relative;
  height: 130px;
}

.index-wrap5 {
  width: 47.5%;
  float: right;
  height: 156px;
  background: #fff;
  margin-top: 4px;
}

.index-wrap5-2 {
  width: 42%;
  float: right;
  height: 130px;
  position: relative;
}

.index-wrap-left {
  width: 56.25%;
  float: left;
  height: 350px;
  position: relative;
  background: #fff;
}

.index-wrap-left img {
  width: 96%;
  height: 296px;
  margin: 10px 2%;
}

.index-wrap-right {
  width: 40.625%;
  float: right;
  height: 350px;
  position: relative;
  background: #fff;
}

.index-t1 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.index-t2 {
  color: #00a0e9;
  margin-bottom: 5px;
}

.index-t3 {
  color: #000;
  margin-bottom: 20px;
  line-height: 140%;
  font-size: 14px;
}

.index-t4 {
  font-size: 24px;
  text-shadow: 0px 1px 1px #585858;
  margin-bottom: 5px;
}

.index-t5 {
  font-size: 16px;
  margin-left: 2%;
  width: 96%;
  height: 20px;
  overflow: hidden;
  color: #595959;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-t6 {
  height: 60px;
  overflow: hidden;
  color: #000;
}

.index-t7 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-img1 {
  width: 244px;
  height: 136px;
}

.index-img1 img {
  width: 100%;
  height: 100%;
}

.index-line2 input[type="text"] {
  width: 230px;
  border: 1px solid #4dc0d2;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
}

.index-line2 input[type="button"] {
  background: #4dc0d2;
  color: #fff;
  padding: 4px 10px;
}

.index-wrap4 .question {
  width: 100%;
  color: #595959;
  margin-bottom: 10px;
  display: block;
  color: #4dc0d2;
  font-weight: bold;
  max-height: 38px;
  overflow: hidden;
}

.index-wrap4 .answer {
  color: #595959;
  max-height: 60px;
  overflow: hidden;
}

.index-button1 {
  background: #4dc0d2;
  color: #fff;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.index-button2 {
  background: #4dc0d2;
  color: #fff;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.index-wrap4-2 img {
  float: left;
  width: 100%;
  height: 100%;
}

.index-wrap-right ul {
  width: 86%;
  margin: 20px auto;
}

.index-wrap-right li {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.index-wrap-right li img {
  float: left;
  width: 35%;
  height: 90px;
  padding-top: 5px;
}

/*=======================功能介绍======================================*/
.intro-banner-wrap {
  width: 100%;
  height: 410px;
}

.intro-banner {
  width: 1366px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/icons/intro.jpg) no-repeat;
  position: relative;
}

.intro-wrap1 {
  width: 1024px;
  margin: 30px auto;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  height: 260px;
}

.intro-wrapl {
  float: left;
  width: 48%;
}

.intro-wrapr {
  float: right;
  width: 447px;
  text-align: right;
}

.intro-wrapl img,
.intro-wrapr img {
  width: 447px;
  height: 240px;
  margin-top: 20px;
}

.intro-t1 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.intro-t2 {
  margin-bottom: 5px;
}

.intro-t3 {
  color: #00a0e9;
}

/*======================= 认识我们 ======================================*/
.us-wrap {
  width: 1024px;
  margin: 45px auto;
}

.us-wrap-left {
  float: left;
  width: 190px;
  height: 116px;
}

.us-wrap-left img {
  width: 100%;
  height: 100%;
}

.us-wrap-right {
  float: right;
  width: 818px;
}

.us-wrap-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

.us-wrap-img .img1 {
  width: 180px;
  float: left;
  margin-left: 150px;
}

.us-wrap-img .img2 {
  width: 70px;
  margin-left: 40px;
  margin-right: 40px;
  float: left;
  margin-top: -4px;
}

.us-wrap-img .img3 {
  width: 155px;
  float: left;
}

.us-wrap-img div img {
  width: 100%;
  height: auto;
}

.us-wrap2 {
  width: 100%;
  background: #f2f2f2;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.us-wrap2-2 {
  width: 92%;
  margin: 20px auto;
}

.us-wrap2:before {
  position: absolute;
  content: "\00a0";
  display: block;
  top: -50px;
  left: 48.5%;
  width: 0;
  height: 0;
  border-width: 25px 15px 25px 15px;
  border-style: solid;
  border-color: transparent transparent #f2f2f2 transparent;
}

.us-t1 {
  font-size: 22px;
  margin-bottom: 23px;
}

.us-t2 {
  line-height: 160%;
}

.us-t3 {
  margin-bottom: 20px;
  text-indent: 2em;
}

.us-t3-2 {
  padding-left: 2em;
}

.us-t4 {
  margin-bottom: 10px;
  color: #00a0e9;
  font-weight: bold;
}

/*======================= 联系我们 ======================================*/
.contact-wrap {
  width: 1024px;
  margin: 45px auto;
}

.contact-wrap-left {
  float: left;
  width: 190px;
  height: 116px;
}

.contact-wrap-left img {
  width: 100%;
  height: 100%;
}

.contact-wrap-right {
  float: right;
  width: 818px;
}

.contact-t1 {
  font-size: 22px;
  margin-bottom: 23px;
}

.contact-t2 {
  line-height: 160%;
}

.contact-t3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #00a0e9;
}

.contact-t4 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 160%;
  color: #000;
}

.contact-t5 {
  font-size: 14px;
  color: #8b8b8b;
}

.contact-t5-1 {
  color: #00a0e9;
}

/*======================= 加入我们 ======================================*/
.join-wrap {
  width: 1024px;
  margin: 45px auto;
}

.join-wrap2 {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px groove #dfdfdf;
}

.join-wrap2-2 {
  width: 1024px;
  margin: 0 auto;
}

.join-wrap-left {
  float: left;
  width: 190px;
  height: 116px;
}

.join-wrap-left img {
  width: 100%;
  height: 100%;
}

.join-wrap-right {
  float: right;
  width: 818px;
}

.join-t1 {
  font-size: 22px;
  margin-bottom: 23px;
}

.join-t2 {
  line-height: 160%;
}

.join-t3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 40px;
}

.join-t4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.join-t5 {
  margin-bottom: 20px;
}

.join-line {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*======================= 服务协议 ======================================*/
.terms-wrap {
  width: 1024px;
  margin: 45px auto;
}

.terms-wrap2 {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px groove #dfdfdf;
}

.terms-wrap2-2 {
  width: 1024px;
  margin: 0 auto;
}

.terms-wrap-left {
  float: left;
  width: 190px;
  height: 116px;
}

.terms-wrap-left img {
  width: 100%;
  height: 100%;
}

.terms-wrap-right {
  float: right;
  width: 818px;
}

.terms-t1 {
  font-size: 22px;
  margin-bottom: 23px;
}

.terms-t2 {
  font-size: 18px;
  color: #00a0e9;
  margin-top: 25px;
  margin-bottom: 25px;
}

.terms-t3 {
  font-size: 14px;
  text-indent: 1.5em;
  color: #000;
  line-height: 180%;
}

.terms-t4 {
  font-size: 14px;
  text-indent: 3em;
  color: #000;
  line-height: 180%;
}

/*======================= 使用指南 ======================================*/
.guide-wrap {
  width: 1024px;
  margin: 45px auto;
  color: #000;
}

.guide-wrap2 {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px groove #dfdfdf;
}

.guide-wrap2-2 {
  width: 1024px;
  margin: 0 auto;
}

.guide-wrap-left {
  float: left;
  width: 190px;
  height: 116px;
}

.guide-wrap-left img {
  width: 100%;
  height: 100%;
}

.guide-wrap-right {
  float: right;
  width: 818px;
}

.guide-wrap-right1 {
  width: 100%;
  height: 193px;
  background: url(../images/icons/guide-3.jpg) no-repeat top right;
  position: relative;
  margin-bottom: 40px;
}

.guide-wrap-right2 {
  width: 100%;
  height: 193px;
  background: url(../images/icons/guide-2.jpg) no-repeat top right;
  position: relative;
}

.guide-t1 {
  font-size: 22px;
  margin-bottom: 23px;
}

.guide-t2 {
  font-size: 18px;
  color: #00a0e9;
  margin-top: 25px;
  margin-bottom: 20px;
}

.guide-t2-4 {
  font-size: 18px;
  margin-top: 60px;
}

.guide-t2-2 {
  font-size: 14px;
  margin-bottom: 20px;
}

.guide-t2-3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.guide-t3 {
  font-size: 14px;
  line-height: 160%;
}

.guide-t4 {
  font-size: 14px;
  line-height: 160%;
}

.guide-t5 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.guide-t6 {
  font-size: 14px;
  font-weight: bold;
}

.guide-line {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*======================= 问答集锦 ======================================*/
.dr-list-wrap {
  width: 1024px;
  margin: 20px auto;
  background: #f9f9f9;
}

.dr-list-left {
  float: left;
  width: 715px;
}

.dr-list {
  width: 670px;
  overflow: hidden;
}

.dr-list .t1 {
  width: 100%;
  margin-bottom: 10px;
}

.dr-list .t3 {
  width: 100%;
  font-size: 13px;
  color: #afafaf;
  margin-bottom: 5px;
}

.dr-list a {
  display: inline-block;
  width: 54px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #4dc0d2;
  margin-right: 20px;
  background: white;
  border: 1px solid #4dc0d2;
  margin-bottom: 10px;
  font-size: 13px;
}

.dr-list a:hover,
.dr-list .choosen {
  background: #4dc0d2;
  color: white;
}

.dr-list-left li {
  width: 630px;
  margin: 15px auto;
  border: 1px solid #dadada;
  height: 170px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  padding-bottom: 30px;
  border-radius: 5px;
}

.h-auto {
  height: auto !important;
}

.h-80 {
  height: 80px !important;
}

.dr-list-left li .more,
.dr-list-left li .close {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 10px;
  color: #4dc0d2;
  cursor: pointer;
  background: url(../images/icons/more.png) no-repeat 0 2px;
  width: 40px;
  height: 16px;
  text-align: right;
  vertical-align: top;
}

.dr-list-left li .close {
  background: url(../images/icons/close2.png) no-repeat 0 2px;
}

.dr-li-left {
  /* float: left; */
  /* width: 244px; */
  /* border-right: 1px solid #DADADA; */
  height: 80px;
}

.dr-li-left img {
  width: 70px;
  height: 80px;
  float: left;
  border: 1px solid #dadada;
  margin-right: 10px;
  box-sizing: border-box;
  object-fit: cover;
}

.dr-li-left .r1 {
  /* float: right; */
  margin-right: 10px;
  /* width: 160px; */
  overflow: hidden;
}

.dr-li-left .r1 .t1 {
  float: left;
  color: #4dc0d2;
}

.dr-li-left .r1 .t2 {
  float: left;
  margin-left: 10px;
  /* word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left; */
}

.dr-li-left .r1 .t3 {
  width: 100%;
  margin-top: 5px;
  /* word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.dr-li-left .r1 .t4 {
  width: 100%;
  margin-top: 5px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dr-li-right {
  /* float: right; */
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.dr-li-right .t1 {
  /* width: 96%; */
  /* margin: 0 auto; */
  font-size: 12px;
  line-height: 136%;
}

.dr-li-right .t1 span {
  display: inline-block;
  margin-top: 15px;
}

/*======================= 问答集锦 ======================================*/
.question-wrap {
  width: 1024px;
  margin: 20px auto;
  color: #000;
}

.question-wrap94 {
  width: 94%;
  margin: 20px auto;
  overflow: hidden;
}

.question-wrap2 {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.question-wrap2-top {
  width: 100%;
  margin: 0 auto 20px;
  background: url(../images/icons/question-bg.png) no-repeat;
  overflow: hidden;
  height: 137px;
  background-size: 100% 100%;
}

.question-img-wrap {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.question-img-wrap-1 {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.question-wrap-left {
  float: left;
  width: 715px;
}

.question-wrap-right {
  float: right;
  width: 290px;
}

.question-wrap-search {
  width: 100%;
  margin: 0 auto 20px;
  background: #4dc0d2;
  overflow: hidden;
  box-shadow: 1px 1px 5px #c1c1c1;
}

.question-wrap-img {
  width: 100%;
  margin: 0 auto 20px;
}

.question-wrap-img img {
  width: 100%;
  height: auto;
}

.question-t1 {
  font-size: 22px;
  margin-bottom: 10px;
}

.question-t2 {
  font-size: 18px;
}

.question-t2-b {
  font-size: 18px;
  font-weight: bold;
}

.question-t3 {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
  color: #878787;
}

.question-t4 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 150%;
}

.question-t4 p {
  margin: 0;
  padding: 0;
  text-indent: 28px;
  line-height: 150%;
}

.question-t5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 140%;
  text-indent: 28px;
}

.question-t6 {
  font-size: 18px;
  margin: 10px auto 10px 6%;
  color: #fff;
}

.question-t7 {
  font-size: 18px;
  margin: 10px auto;
}

.question-t7-1,
.question-t7-2 {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 40px;
}

.question-t7-2 {
  margin-top: -15px;
}

.question-qu {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e6eff6;
  text-indent: 18px;
  color: #2caad3;
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 180%;
}

.question-line {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

.question-img-wrap li {
  float: left;
  margin-right: 21px;
  margin-bottom: 15px;
}

.question-img-wrap li img {
  height: 150px;
  width: auto;
}

.question-img-wrap-1 li {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.question-img-wrap-1 li img {
  height: 280px;
  width: auto;
  margin: 0 auto;
}

.question-img-wrap-1 li div {
  width: 100%;
  margin-top: 5px;
}

.question-search {
  width: 100%;
  background: #fff;
}

.question-search select {
  width: 84%;
  overflow-x: hidden;
  margin: 10px 8% 0;
  border: 1px solid #ddd;
  outline-style: none;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #595959;
}

.question-search select option {
}

.question-search input[type="text"] {
  width: 71.5%;
  margin-left: 8%;
  border: 1px solid #ddd;
  height: 30px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  padding-left: 5px;
}

.question-search a {
  margin-left: 2%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  background: url(../images/icons/search.png) no-repeat;
  cursor: pointer;
  width: 32px;
  height: 30px;
  background-size: 100% 100%;
}

.thepage {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-family: Arial;
}

.thepage .page a {
  padding: 0.2em 0.8em 0.3em;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  color: #000;
  border: 1px solid #4dc0d2;
}

.thepage .pagechoosen a {
  padding: 0.2em 0.8em 0.3em;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #4dc0d2;
  background: #4dc0d2;
}

.thepage a:hover {
  background: #4dc0d2;
  color: #fff;
}

/*======================= 下载 ======================================*/
.down-banner-wrap {
  width: 100%;
  height: 215px;
}

.down-banner {
  width: 1366px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/icons/down-bg.png) no-repeat;
  position: relative;
}

.down-wrap {
  width: 1024px;
  margin: 20px auto;
  background: url(../images/icons/down-1.jpg) no-repeat center center #fff;
  height: 729px;
  position: relative;
  color: #000;
}

.down-img-l-1 {
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/icons/down-l.jpg) no-repeat;
  height: 253px;
  width: 486px;
  z-index: 10;
}

.down-img-r-1 {
  position: absolute;
  top: 414px;
  right: 0;
  height: 253px;
  background: url(../images/icons/down-r.jpg) no-repeat;
  width: 486px;
  z-index: 10;
}

.down-t1 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #00a0e9;
  margin-top: 25px;
  margin-left: 60px;
}

.down-t2 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bold;
}

.down-t3 {
  margin-left: 20px;
  font-size: 16px;
}

.down-img-r-1 .down-t1 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #00a0e9;
  margin-top: 25px;
  margin-left: 80px;
}

.down-img-r-1 .down-t2 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-weight: bold;
}

.down-img-r-1 .down-t3 {
  margin-left: 40px;
  font-size: 16px;
}

.down-tree-wrap {
  width: 1024px;
  margin: 20px auto;
}

.down-tree-wrap img {
  width: 100%;
  height: auto;
}

.down-banner .app {
  position: absolute;
  width: 285px;
  height: 90px;
  left: 400px;
  top: 60px;
}

.down-banner .app .v {
  position: absolute;
  top: 46px;
  left: 102px;
  color: black;
}

.down-banner .app img {
  width: 100%;
  height: 100%;
}

.down-banner .an {
  position: absolute;
  width: 285px;
  height: 90px;
  left: 700px;
  top: 60px;
}

.down-banner .an img {
  width: 100%;
  height: 100%;
}

.down-banner .an .v {
  position: absolute;
  top: 46px;
  left: 106px;
  color: black;
}

.down-banner .code {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 995px;
  top: 60px;
}

.down-banner .code img {
  width: 100%;
  height: 100%;
}

.down-banner .down {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 210px;
  top: 60px;
}

.down-banner .down img {
  width: 100%;
  height: 100%;
}

.down-banner .t1 {
  position: absolute;
  left: 320px;
  top: 45px;
  font-size: 22px;
}

.down-banner .t2 {
  position: absolute;
  left: 320px;
  top: 140px;
  font-size: 22px;
}

.down-banner .banner1 {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 405px;
  top: 23px;
}

.down-banner .banner2 {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 405px;
  top: 120px;
}

.down-banner .banner3 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 490px;
  top: 21px;
}

.down-banner .banner4 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 730px;
  top: 21px;
}

.down-banner .banner5 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 490px;
  top: 118px;
}

.down-banner .banner6 {
  position: absolute;
  width: 234px;
  height: 80px;
  left: 730px;
  top: 118px;
}

.down-banner .banner7 {
  position: absolute;
  width: 134px;
  height: 134px;
  left: 980px;
  top: 39px;
}

.tree-wrap {
  width: 1024px;
  margin: 20px auto;
  background: #fff url(../images/icons/line.png) repeat-y center center;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.tree-wrap .year {
  background: #d1cfcf;
  width: 76px;
  height: 76px;
  color: white;
  line-height: 76px;
  font-size: 26px;
  text-align: center;
  border-radius: 90%;
  margin-left: 474px;
}

.tree-wrap .bottom {
  position: absolute;
  width: 30px;
  border-bottom: 3px solid #acacac;
  left: 48.5%;
  bottom: 0;
}

.t-left {
  float: left;
  width: 50%;
}

.t-right {
  float: right;
  width: 50%;
}

.chart-wrap {
  width: 83%;
  border: 2px solid #d1cfd0;
  border-radius: 6px;
  padding: 10px 16px;
  position: relative;
  min-height: 240px;
}

.chart-wrap .tip {
  position: absolute;
  width: 68px;
  height: 26px;
  right: -68px;
  top: 30px;
  background: #fff url(../images/icons/tip.png) no-repeat;
}

.chart-wrap .t1 {
  background: url(../images/icons/date.png) no-repeat;
  text-indent: 55px;
  color: #019fe8;
  line-height: 38px;
  font-size: 22px;
  font-size: bold;
  text-shadow: 0 1px 1px gray;
}

.chart-wrap .t2 {
  font-size: 24px;
  font-size: bold;
  text-shadow: 0 1px 1px #585858;
  color: black;
  margin-top: 16px;
  margin-bottom: 10px;
}

.chart-wrap ol {
  padding-left: 26px;
}

.chart-wrap li {
  width: 100%;
  font-size: 18px;
  list-style-type: decimal;
  color: black;
}

.t-right .chart-wrap {
  width: 83%;
  border: 2px solid #d1cfd0;
  border-radius: 6px;
  padding: 10px 16px;
  position: relative;
  margin-left: 49px;
}

.t-right .chart-wrap .tip {
  width: 66px;
  height: 26px;
  left: -63px;
  top: 30px;
  background: #fff url(../images/icons/tips.png) no-repeat;
}

.mtrf {
  margin-top: 210px;
}

/*====================returnTop  返回头部============================================*/
p#back-to-top {
  position: fixed;
  display: none;
  bottom: 20px;
  width: 100%;
  z-index: 20;
  cursor: pointer;
}

p#back-to-top a {
  margin: 0 auto;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  width: 1024px;
  position: relative;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}

p#back-to-top a span {
  position: absolute;
  background: transparent url(../images/icons/back-to-top.png) no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  right: 0;
  bottom: 0;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}

#back-to-top a:hover span {
  background: transparent url(../images/icons/back-to-top.png) no-repeat;
}

/*==================== wap ============================================*/
.wap-wrap1 {
  width: 540px;
  margin: 0 auto;
}

.wap-t1 {
  width: 80%;
  position: relative;
  height: 140px;
  margin: 0 auto;
}

.wap-t1 .t1 {
  width: 100%;
  font-size: 15px;
  color: black;
  padding-top: 36px;
}

.wap-t1 .img1 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
}

.wap-t2 {
  width: 80%;
  position: relative;
  height: 286px;
  margin: 0 auto;
}

.wap-t2 .t1 {
  width: 100%;
  font-size: 15px;
  color: black;
}

.wap-t2 .img1 {
  position: absolute;
  bottom: 20px;
  width: 228px;
  height: auto;
}

.wap-t2-1 {
  width: 80%;
  position: relative;
  height: 106px;
  margin: 0 auto;
}

.wap-t2-1 .t1 {
  width: 100%;
  font-size: 15px;
  color: black;
}

.wap-t2-1 .img1 {
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: auto;
}

.wap-t3 {
  width: 80%;
  margin: 0 auto;
}

.wap-t3 .t1 {
  width: 100%;
  font-size: 15px;
  color: black;
}

.wap-t3 .img1 {
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.wap-wrap2 {
  width: 100%;
  background: #e7f5f6;
  overflow: hidden;
}

.wap-wrap2-inner {
  width: 540px;
  margin: 0 auto;
}

.wap-wrap2 .bg {
  width: 100%;
  height: 135px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.wap-wrap2 .bg .img1 {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.wap-wrap2 .bg .img1 img {
  width: 90%;
  height: auto;
}

.wap-wrap2 .bg .img2 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.wap-wrap2 .bg .img2 img {
  width: 110px;
  height: 110px;
}

.wap-wrap2 .t1 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white, 0 0 4px white,
    0 0 5px white, 0 0 6px white;
  color: #4cc1d2;
}

.wap-wrap2 .t2 {
  width: 90%;
  margin: 30px auto 0px;
}

.wap-wrap2 .t2 p {
  text-indent: 2em;
  color: black;
}

.wap-wrap2 .bg2 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.wap-wrap2 .bg2 img {
  width: 90%;
  height: auto;
  margin: 0px auto;
  margin-top: 40px;
}

.wap-wrap2 .logo-wrap {
  width: 62%;
  overflow: hidden;
  margin: 30px auto 40px;
}

.wap-wrap2 .logo-wrap .logo-l {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.wap-wrap2 .logo-wrap .logo-l img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .logo-wrap .logo-r {
  width: 100%;
  text-align: center;
}

.wap-wrap2 .logo-wrap .logo-r img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .tag {
  width: 90%;
  height: 36px;
  line-height: 36px;
  background: #2aa6da;
  border-radius: 8px;
  margin: 0 auto;
  cursor: pointer;
}

.wap-wrap2 .tag .t {
  width: 94%;
  color: white;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

.wap-wrap2 .tag .t:after {
  position: absolute;
  content: "\00a0";
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: white transparent transparent transparent;
  border-style: solid;
  right: 0;
  top: 15px;
}

.wap-wrap2 .tag .t2 {
  width: 94%;
  color: white;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

.wap-wrap2 .tag .t2:after {
  position: absolute;
  content: "\00a0";
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  right: 0;
  top: 5px;
}

.wap-wrap2 .c1 {
  width: 90%;
  margin: 0 auto;
}

.wap-wrap2 .c1 p {
  text-indent: 2em;
  color: black;
}

.wap-wrap2 .c1 .p-wrap1 {
  float: left;
  width: 45%;
  margin-top: 15px;
}

.wap-wrap2 .c1 .t {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: black;
}

.wap-wrap2 .c1 .t span {
  color: #4bc1d1;
}

.wap-wrap2 .c1 .p1 {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.wap-wrap2 .c1 .p1 img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .c1 .p2 {
  width: 100%;
}

.wap-wrap2 .c1 .p2 img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .c1 .p3 {
  float: right;
  width: 45%;
  margin-top: 15px;
}

.wap-wrap2 .c1 .p3 img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .c1 .p4 {
  float: left;
  width: 45%;
  margin-top: 15px;
  margin-left: 2%;
}

.wap-wrap2 .c1 .p4 img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .c1 .p5 {
  float: right;
  width: 45%;
  margin-top: 15px;
  margin-right: 2%;
}

.wap-wrap2 .c1 .p5 img {
  width: 100%;
  height: auto;
}

.wap-wrap2 .c1 .p6 {
  width: 100%;
  text-align: center;
}

.wap-wrap2 .c1 .p6 img {
  width: 60%;
  height: auto;
  margin-top: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (orientation: portrait),
only screen and (min-device-pixel-ratio: 1.3) and (orientation: portrait) {
  .wap-wrap1 {
    width: 100%;
    margin: 0 auto;
  }

  .wap-wrap2-inner {
    width: 100%;
    margin: 0 auto;
  }

  .wap-wrap2 .t1 {
    font-size: 20px;
  }
}

.question-wrap-topInput input {
  width: 90%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-indent: 15px;
}

.question-wrap-topInput span {
  margin-left: 10px;
  cursor: pointer;
}

.question-wrap-list {
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /*line-height: 40px;*/
  line-height: 30px;
}

.question-wrap-list span::before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #199ED8;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  /*margin-left: 30px;*/
}
.question-wrap-list span{
  color: #3a3535;
}

.question-wrap-title div:last-child {
  color: #878787;
}

.question-wrap-title div:last-child span {
  color: #00A0E9;
}

.question-wrap-title div:last-child span::before {
  content: none;
}

.bder-top-none {
  border-top: none;
  /*margin-top: 0;*/
  margin: 0;
}

.question-detail-cotent {
  width: 90%;
  margin: auto;
  color: #595959;
}

.question-detail-title {
  text-align: center;
  padding: 20px;
  color: #000;
  font: bold 18px "";
  border-bottom: 1px solid #e5e5e5;
}

.question-detail-doctor {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.question-detail-commonTitle {
  font: bold 18px "";
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}

.question-detail-answer {
  padding: 30px;
  text-align: center;
}

.question-detail-answer p {
  text-indent: 20px;
  text-align: left;
}

.question-detail-answer img {
  margin: auto;
  text-align: center;
  max-width: 100%;
  object-fit: cover;
}

.loadMore {
  color: #4dc0d2;
  text-align: center;
  cursor: pointer;
}

.question-classify {
  display: flex;
}

.question-classify div:last-child {
  flex: 1;
  color: #301695;
  font-weight: bold;
}
.catalog_link{
  cursor: pointer;
  color: #3b3b3b;
}
.question-wrap-list a:hover{
  color: #00a0e9;
}