html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue,PingFang SC,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,\\5FAE\8F6F\96C5\9ED1,STHeiti,\\534E\6587\7EC6\9ED1,sans-serif";
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 5px 0;
  background: rgba(36, 135, 192, 0);
  z-index: 1000;
}

.header.fixed {
  background: rgba(36, 135, 192, 0.9);
}

.header.single,
.header.category,
.header.notfund {
  background: rgb(36, 135, 192);
}

.layer {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.header .layer {
  width: auto;
  max-width: 1200px;
  min-width: 800px;
  position: relative;
  z-index: 1;
}

.header .logo {
  float: left;
}

.header .logo img {
  width: 194px;
  height: 64px;
}

.header .bg {
  background: rgb(36, 135, 192);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.header .menu {
  display: inline-block;
  margin-top: 20px;
  float: right;
  white-space: nowrap;
}

.header .menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  min-width: 80px;
}

.header .menu a:before {
  content: "";
  width: 0;
  height: 3px;
  background: rgb(255, 255, 255);
  transition: width 0.3s, background 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .menu a:hover:before,
.header .menu a.hover:before {
  width: 100%;
  background: rgb(255, 255, 255);
}

.main {
  min-width: 1200px;
}

.main.notfund {
  min-height: 500px;
  position: relative;
}

.main .banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
}

.main .banner .layer {
  height: 680px;
}

.main .banner .layer > span {
  position: relative;
  top: 210px;
  padding-left: 100px;
  display: block;
  color: #ffffff;
  font-size: 42px;
  text-shadow: 0px 0px 2px #565656;
}

.main .banner .layer > span + span {
  padding-left: 725px;
  margin-top: 15px;
  font-size: 32px;
}

.main .advantage {
  text-align: center;
  padding-bottom: 80px;
}

.main .advantage h4 {
  padding: 80px 0 50px;
  font-size: 48px;
  text-align: center;
  color: #3470b3;
  font-weight: normal;
}

.main .advantage ul {
  list-style: none;
  display: inline-block;
  margin: 0 -20px;
}

.main .advantage ul li {
  width: 180px;
  height: 180px;
  float: left;
  margin: 0 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.main .advantage ul li > span.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
}

.main .advantage ul li:hover > span.bg {
  background: rgba(0, 0, 0, 0.6);
}

.main .advantage ul li > span.icon {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding-top: 160px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  display: block;
  position: relative;
  top: -17px;
}

.main .download {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
}

.main .download .icon {
  width: 460px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  position: relative;
  margin-top: 50px;
}

.main .download .discription {
  float: left;
  padding-top: 80px;
}

.main .download .discription > h4 {
  color: #3470b3;
  font-size: 62px;
  font-weight: normal;
}
.main .download .discription > span {
  font-size: 24px;
  background: #3470b3;
  color: #fff;
  padding: 0 2px;
  line-height: 30px;
  display: inline-block;
}

.main .download .discription > ul {
  margin-top: 40px;
  list-style: none;
}

.main .download .discription > ul > li {
  width: 168px;
  margin-right: 20px;
  background: #3470b3;
  box-shadow: 0 0 15px #2fa493;
  transition: all 0.2s ease-in-out;
  float: left;
}

.main .download .discription > ul > li:hover {
  box-shadow: 0 0 15px #2fa49285;
  transform: scale(1.05);
}

.main .download .discription > ul > li > a {
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.main .download .discription > ul > li > span.image {
  background: #fff;
  padding-top: 30px;
  width: 168px;
  height: 168px;
  display: block;
  text-align: center;
}

.main .download .discription > ul > li > span.image img {
  width: 54px;
  height: 54px;
}

.main .download .discription > ul > li > span.image span {
  display: block;
  font-size: 10px;
  color: #3470b3;
  padding-top: 10px;
}

.main .download .discription > ul > li > img {
  max-width: 100%;
  background: #3470b3;
  float: left;
}

.main .policy {
  padding-bottom: 50px;
}

.main .policy h4 {
  padding: 80px 0 50px;
  font-size: 48px;
  text-align: center;
  color: #3470b3;
  font-weight: normal;
}

.main .policy ul,
.main ul.news-list {
  list-style: none;
}

.main .policy ul li,
.main ul.news-list li {
  overflow: hidden;
}

.main .policy ul li + li,
.main ul.news-list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #cccccc;
}

.main .policy ul li .img,
.main ul.news-list li .img {
  width: 252px;
  height: 168px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}

.main .policy ul li .img img,
.main ul.news-list li .img img {
  width: 252px;
  height: 168px;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.main .policy ul li .img img:hover,
.main ul.news-list li .img img:hover {
  opacity: 0.8;
}

.main .policy ul li .detail,
.main ul.news-list li .detail {
  margin-left: 250px;
  padding-left: 25px;
}

.main .policy ul li .detail h5,
.main ul.news-list li .detail h5 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 5px;
}

.main .policy ul li .detail h5 a,
.main ul.news-list li .detail h5 a {
  color: #551a8b;
  transition: all 0.2s ease-in-out;
}

.main .policy ul li .detail h5 a:hover,
.main ul.news-list li .detail h5 a:hover {
  color: #3470b3;
}

.main .policy ul li .detail .date,
.main ul.news-list li .detail .date {
  font-size: 14px;
  color: #999;
  padding-bottom: 15px;
  display: block;
}

.main .policy ul li .detail .intor,
.main ul.news-list li .detail .intor {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-bottom: 10px;
}

.main .policy ul li .detail .link,
.main ul.news-list li .detail .link {
  font-size: 14px;
  color: #3470b3;
}

.main .policy .more {
  text-align: center;
  margin-top: 20px;
}

.main .policy .more a {
  font-size: 16px;
  margin: 10px auto;
  display: inline-block;
  border-radius: 25px;
  background: #3470b3;
  padding: 0 40px;
  color: #fff;
  line-height: 50px;
  transition: background 0.2s ease-in-out;
}

.main .policy .more a:hover {
  background: rgba(52, 112, 179, 0.8);
}

.main .policy .more a span {
  position: relative;
  top: -4px;
  padding-left: 5px;
  font-size: 26px;
  display: inline-block;
  line-height: 20px;
}

.main .product {
  height: 1368px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.main .product h4 {
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding-top: 80px;
  padding-bottom: 20px;
  text-shadow: 0px 0px 2px #565656;
}

.main .product ul {
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  display: inline-block;
  list-style: none;
}

.main .product ul li {
  padding: 40px 0 128px;
  width: 374px;
  text-align: center;
  position: relative;
  float: left;
}

.main .product ul li .title {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 2px #565656;
}

.main .product ul li.left {
  padding-top: 40px;
}

.main .product ul li.center {
  padding-top: 62px;
}

.main .product ul li.right {
  padding-top: 53px;
}

.main .product .sub-title {
  text-align: center;
  padding-top: 10px;
  font-size: 38px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #565656;
}

.main .product .pro-content {
  text-indent: 2em;
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  padding-top: 30px;
  text-shadow: 0px 0px 2px #565656;
  text-align: left;
}

.main .product .pro-relation {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.48);
  margin-top: 70px;
  padding: 40px;
  margin-bottom: 20px;
}

.main .product .pro-relation img {
  width: 100%;
}

.main .smart {
  height: 960px;
  background-repeat: no-repeat;
  background-position: center;
}

.main .smart h4 {
  text-align: center;
  padding-top: 80px;
  font-size: 46px;
  color: #3470b3;
  font-weight: normal;
}

.main .smart .smt-content {
  text-indent: 2em;
  font-size: 22px;
  line-height: 36px;
  padding-top: 30px;
  color: #3470b3;
}

.main .smart .smt-relation {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.48);
  margin-top: 70px;
  padding: 40px;
  margin-bottom: 20px;
}

.main .smart .smt-relation img {
  width: 100%;
}

.main .family-doctor {
  height: 1255px;
  background-repeat: no-repeat;
  background-position: center;
}

.main .family-doctor .layer {
  height: 1225px;
}

.main .family-doctor h4 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #565656;
  font-weight: normal;
}

.main .family-doctor .fd-content {
  font-size: 20px;
  color: #fff;
  text-indent: 2em;
  line-height: 32px;
  padding: 20px;
  text-shadow: 0px 0px 2px #565656;
}

.main .family-doctor ul {
  position: relative;
  list-style: none;
}

.main .family-doctor ul li {
  width: 100px;
  height: 100px;
  flex-direction: column;
  position: absolute;
  background: rgb(61, 145, 195);
  background: rgba(61, 145, 195, 0.8);
  transition: all 0.2s ease-in-out;
  text-align: center;
  border: 1px solid #96c1de;
  border: 1px solid rgba(255, 255, 255, 0);
  filter: alpha(opacity=80);
}

.main .family-doctor ul li:hover {
  transform: scale(1.2);
  background: rgba(61, 145, 195, 1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.main .family-doctor ul li img {
  max-width: 40px;
  max-height: 40px;
  margin-top: 15px;
}

.main .family-doctor ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 40px;
}

.main .terminal {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main .terminal h4 {
  text-align: center;
  padding-top: 100px;
  font-size: 46px;
  color: #3470b3;
  font-weight: normal;
}

.main .terminal .description {
  text-indent: 2em;
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #3470b3;
}

.main .terminal .icons {
  height: 620px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main .terminal .icons li {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  background: #51b2f1;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.main .terminal .icons li:hover {
  transform: scale(1.2);
  background: #3470b3;
  box-shadow: 0px 0px 20px 0 rgb(192, 192, 192);
  border: 1px solid rgba(255, 255, 255, 1);
}

.main .terminal .icons li img {
  width: 40px;
  height: 40px;
  position: relative;
  top: 6px;
}

.main .terminal .icons li span {
  font-size: 10px;
  color: #fff;
  transform: scale(0.8);
  display: block;
  position: relative;
  top: 2px;
}

.main .terminal .note {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.main .terminal .note span {
  display: inline-block;
  line-height: 60px;
  background: #3470b3;
  padding: 0 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 36px;
}

.main .about_us {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.main .about_us .layer {
  height: 600px;
}

.main .about_us h4 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 52px;
  color: #ffffff;
  font-weight: normal;
}

.main .about_us ul {
  width: 450px;
  height: 200px;
  border: 1px solid #4599f0;
  border-radius: 50%;
  position: relative;
  left: 600px;
  list-style: none;
}

.main .about_us ul li.icon {
  background: #4599f0;
  box-shadow: 0 0 0px 4px rgba(70, 153, 240, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}

.main .about_us ul li.item {
  background: #4599f0;
  box-shadow: 0 0 0px 10px rgba(70, 153, 240, 0.5);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  color: #fff;
  font-size: 22px;
  padding-top: 24px;
  text-align: center;
}

.introduce h4 {
  font-size: 30px;
  font-weight: normal;
  padding-top: 100px;
}

.introduce h4:after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 5px;
  background: #cccccc;
}

.introduce .content {
  height: 465px;
  padding-right: 610px;
  background-repeat: no-repeat;
  background-position: 600px top;
  padding-top: 100px;
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
  margin-top: -40px;
}

.introduce ul {
  list-style: none;
  padding-top: 20px;
}

.introduce ul li {
  padding: 15px;
  float: left;
}

.introduce ul li img {
  width: 163px;
  border: 1px solid #ccc;
  padding: 4px;
}

.contract_us {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.contract_us h4 {
  position: absolute;
  font-size: 30px;
  font-weight: normal;
  top: 80px;
}

.contract_us h4:after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 5px;
  background: #cccccc;
}

.contract_us .icon {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 500px;
  height: 240px;
}

.contract_us .icon:after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 100px;
  background: #cccccc;
  top: 5%;
}

.contract_us ul {
  list-style: none;
  padding-left: 500px;
}

.contract_us ul li {
  padding: 15px 0 15px 40px;
  position: relative;
}

.contract_us ul li img {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
}

.contract_us ul li span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: block;
}

.footer {
  background: #5684d3;
  font-size: 13px;
  color: #ffffff;
  min-width: 1200px;
}

.footer .static {
  position: relative;
  padding-left: 240px;
  padding-top: 35px;
  line-height: 25px;
}

.footer .static .logo {
  position: absolute;
  left: 15px;
  top: 30px;
}

.footer .static .logo img {
  width: 172px;
}

.footer .copyright {
  padding: 10px 0;
  border-top: 1px solid #7398d6;
  margin-top: 30px;
}

.footer .copyright span {
  margin-left: 20px;
}

.posts-navigation {
  padding: 50px 0;
  text-align: center;
}

.posts-navigation .screen-reader-text {
  display: none;
}

.posts-navigation span {
  padding: 5px 15px;
  border-radius: 4px;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 16px;
}

.posts-navigation a {
  padding: 5px 15px;
  border-radius: 4px;
  border: 1px solid #5684d3;
  color: #5684d3;
  font-size: 16px;
}

.main .news-list {
  padding-top: 100px;
}

.main .news_title {
  padding: 120px 0 20px 0;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #333333;
}

.main .news_date {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-bottom: 50px;
}

.main .news_content {
  font-size: 16px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.main .news_content p {
  padding: 5px 0;
  line-height: 40px;
  text-indent: 2em;
}

.main .news_content img {
  max-width: 100% !important;
}

.wp-block-image {
  text-align: center;
  padding: 10px;
  display: block;
}
