<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start 重置浏览器默认样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
table {
  width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input {
  background: transparent;
  border: none;
}
input[type="submit"] {
  cursor: pointer;
}
ol,
ul,
li {
  list-style: none; /*取消li、ul、ol标签前面的圆点和数字*/
}
button {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:link,
:visited {
  text-decoration: none;
}
:focus {
  outline: 0;
}
pre {
  font-family: "Lucida Console", Consolas, "Courier New", Tahoma;
  color: #666;
  text-indent: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
figure {
  margin: 0;
}
a,
a:link,
a:visited {
  color: inherit;
}
/* End 重置浏览器默认样式*/
/* 公共样式 */
body {
  font-family: MicrosoftYaHei;
  font-weight: 400;
  background: #fff;
  font-size: 62.5%;
}
a:hover {
  color: #108cee; /*默认链接被鼠标hover时颜色*/
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 100%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 5%;
  }
}
/*Start header */
.header {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1.6em;
}
.header_logo {
  height: 37px;
}
.header_logo img {
  height: 100%;
}
.header_nav {
  display: inline-block;
  margin-left: auto;
}

.nav_item {
  padding-right: 36px;
  display: inline-block;
  color: #333;
}
.nav_back {
  display: none;
}
.header_login {
  display: inline-block;
  text-align: center;
  height: 32px;
  width: 100px;
  line-height: 32px;
  border: 1px solid #108cee;
  border-radius: 16px;
  color: #108cee;
}
@media screen and (max-width: 1300px) {
  .nav_item {
    padding-right: 24px;
  }
  .header_logo {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12.5px 0;
  }
  .header_logo {
    height: 40px;
  }

  .header_nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #1489e6;
    font-size: 40px;
    line-height: 100%;
  }
  .nav_item a:hover {
    color: #fff;
  }
  .nav_item {
    padding: 6.4% 7.2%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    display: block;
    color: #fff;
  }
  .nav_back {
    text-align: right;
    padding: 7.2% 5.333% 10% 5.333%;
    display: block;
    line-height: 100%;
  }
  .nav_back i {
    background-image: url("images/x.png");
    background-size: 100% 100%;
    width: 34px;
    padding-bottom: 34px;
    display: inline-block;
  }
  .header_login {
    display: none;
  }
  .crumbs {
    display: inline-block;
    background-image: url("images/crumb.png");
    background-size: 100% auto;
    width: 5.3333%;
    padding-bottom: 4.2666%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    font-size: 30px;
  }
}
@media screen and (max-width: 470px) {
  .header_logo {
    height: 25px;
  }
  .header_nav {
    font-size: 24px;
  }
  .nav_back i {
    width: 17px;
    padding-bottom: 17px;
  }
  .nav_back {
    padding: 7.2% 5.333% 13.333% 5.333%;
  }
}
@media screen and (max-width: 340px) {
  .header_nav {
    font-size: 16px;
  }
}
/* End header */

/* Start footer */
.footer {
  text-align: center;
  line-height: 200%;
  font-size: 14px;
  color: #808080;
  padding: 30px 0;
  background: #f1f4f7;
}
.footer_police a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_police i {
  background: url("images/plicebeian.png");
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    background: rgba(29, 34, 46, 1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
  }
  .footer span {
    display: none;
  }
  .footer_icp {
    display: block;
  }
  .footer_police i {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 635px) {
  .footer {
    font-size: 12px;
  }
  .footer_police i {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 320px) {
  .footer {
    font-size: 10px;
  }
}
/* End footer */

/* Start toolbar */
.toolbar {
  position: fixed;
  right: 0;
  top: 60%;
  text-align: center;
  z-index: 999;
}
.toolbar &gt; div {
  display: inline-block;
  vertical-align: top;
}
.toolbar_content {
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.2);
  background: #fff;
  margin-top: 32px;
}
.toolbar hr {
  border: none;
  height: 1px;
  background: #e9edf0;
  width: 26px;
  margin: 0 auto;
}
.toolbar .top_line {
  display: none;
}
.toolbar i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin: 16px;
  opacity: 0.5;
}
.toolbar i:hover {
  opacity: 1;
  cursor: pointer;
}
.toolbar_wechat {
  background-image: url("images/side/wechat.png");
}
.toolbar_phone {
  background-image: url("images/side/phone.png");
}
.toolbar .toolbar_top {
  background-image: url("images/side/top.png");
  display: none;
}
.toolbar &gt; .qr {
  padding: 18px 5px 5px 5px;
  background: #fff;
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.2);
  display: none;
}
.qr span {
  display: block;
  color: #808080;
  font-size: 12px;
  line-height: 150%;
  display: block;
}
.qr img {
  width: 134px;
  margin-top: 10px;
  display: block;
}
.ib {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .toolbar {
    display: none;
  }
}
/* End toolbar */

/* Start bannner */
.banner {
  width: 100%;
  background-size: cover;
  background-position: center right;
  height: 280px;
  background-repeat: no-repeat;
}
.banner &gt; .container {
  position: relative;
  height: 100%;
  color: rgba(255, 255, 255, 1);
}
.banner .content {
  position: absolute;
  top: 35%;
}
.banner .title {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 400;
}
.banner .subtitle {
  font-size: 24px;
}
.banner.research {
  background-image: url("images/banner/research_banner.jpg");
}
.banner.about {
  background-image: url("images/banner/about_banner.jpg");
}
.banner.aids {
  background-image: url("images/banner/aids_banner.jpg");
}
.banner.guide {
  background-image: url("images/banner/guide_banner.jpg");
}

@media screen and (max-width: 1024px) {
  .banner {
    height: 260px;
  }
  .banner.research {
    background-image: url("images/banner/research_banner_phone.jpg");
  }
  .banner.about {
    background-image: url("images/banner/about_banner_phone.jpg");
  }
  .banner.aids {
    background-image: url("images/banner/aids_banner_phone.jpg");
  }
  .banner.guide {
    background-image: url("images/banner/guide_banner_phone.jpg");
  }
  .banner .content {
    top: 32%;
  }
}
@media screen and (max-width: 635px) {
  .banner {
    height: 130px;
  }

  .banner .title {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .banner .subtitle {
    font-size: 12px;
  }
}
/* End banner */
/* Start tabbar */
.tabbar {
  border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
}
.tabbar .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
}
.tab_item {
  margin: 0 20px;
  font-size: 16px;
  color: #3c3c3c;
  border-bottom: 3px transparent solid;
  padding: 0 6px;
}
.tab_item a {
  display: inline-block;
  padding: 16px 0;
}
.tab_item.active {
  border-bottom: 3px #108cee solid;
  color: #1489e6;
}
.tabbar i {
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
i.icons_6 {
  background-image: url("images/column/icons/project.png");
}
i.icons_7 {
  background-image: url("images/column/icons/paper.png");
}
i.icons_8 {
  background-image: url("images/column/icons/property.png");
}
i.icons_9 {
  background-image: url("images/column/icons/monograph.png");
}
i.icons_10 {
  background-image: url("images/column/icons/team.png");
}
i.icons_11 {
  background-image: url("images/column/icons/certificate.png");
}
i.icons_12 {
  background-image: url("images/column/icons/honor.png");
}

.active i.icons_6 {
  background-image: url("images/column/icons/project_active.png");
}
.active i.icons_7 {
  background-image: url("images/column/icons/paper_active.png");
}
.active i.icons_8 {
  background-image: url("images/column/icons/property_active.png");
}
.active i.icons_9 {
  background-image: url("images/column/icons/monograph_active.png");
}
.active i.icons_10 {
  background-image: url("images/column/icons/team_active.png");
}
.active i.icons_11 {
  background-image: url("images/column/icons/certificate_active.png");
}
.active i.icons_12 {
  background-image: url("images/column/icons/honor_active.png");
}
@media screen and (max-width: 1024px) {
  .tabbar .container {
    max-width: 100%;
    margin: 0 6.667%;
  }
  .tab_item {
    font-size: 24px;
  }
  .tabbar i {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .tab_item {
    font-size: 20px;
    margin: 0 10px;
  }
  .tabbar i {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 635px) {
  .tab_item {
    font-size: 12px;
    border-bottom: 2px transparent solid;
    padding: 0 0 0 0 !important;
  }
  .tab_item a {
    padding: 10px 0;
  }
  .tab_item.active {
    border-bottom: 2px #108cee solid;
  }
  .tabbar i {
    display: none;
  }
}
/* End tabbar */

/* Start column content */
.column_content {
  padding-top: 22px;
  padding-bottom: 84px;
}
.column_content &gt; div {
  display: none;
}

.column_content &gt; div.active {
  display: block;
}
/* 栏目内容 统一放到section里面 */
.column_content section {
  font-size: 16px;
  line-height: 2em;
}
.column_content section h2,
.column_content section h3,
.column_content section h4,
.column_content section h5 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}
.column_content section p {
  margin-bottom: 8px;
}

.column_content section img {
  max-width: 100% !important;
  height: auto;
}

.pic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: -30px;
}
.pic_item {
  width: 17.1666%;
  padding: 0 1.416% 3% 1.416%;
  display: inline-block;
  display: flex;
  align-items: center;
}
.pic_item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .column_content {
    padding-bottom: 40px !important;
  }
  .pic_item {
    width: 29.737%;
    padding: 0 1.749% 3% 1.749%;
  }
  .pic_list {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 470px) {
  .column_content {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

/* End column content */

.title span {
  margin: 0 22px;
  color: #333333;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .title span {
    color: #1f1f1f;
    font-weight: 500;
  }
}
@media screen and (max-width: 540px) {
  .title span {
    font-size: 20px;
    margin: 0 14px;
  }
  .title_left,
  .title_right {
    height: 12px;
  }
  .check .title {
    margin: 0;
  }
}
@media screen and (max-width: 340px) {
  .title span {
    font-size: 16px;
    margin: 0 6px;
  }
  .title_left,
  .title_right {
    height: 10px;
  }
}

.title_right {
  transform: rotate(180deg);
}

/* Start check */
.index_news,
.check {
  padding-top: 54px;
  padding-bottom: 40px;
  background-image: url("../Images/images/index/check.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}
.index_news {
  background-image: url(../Images/images/index/bg.png);
}
.check:not(.index_news) .title span {
  color: #fff;
}
.check_content.container {
  background: #fff;
  border-radius: 8px;
  padding: 30px 60px 20px 60px;
  margin-top: 40px;
  display: inline-block;
  border: 1px #d5d5d5 solid;
}
.index_news .swiper-slide {
  text-align: center;
}
.index_news .check_content.container {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: none;
  display: inline-block;
}

.check_subtitle {
  color: #1489e6;
  font-size: 24px;
  padding-bottom: 4px;
  line-height: 100%;
}
.index_news .check_subtitle {
  padding-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 16px;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1)
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1)
  );
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  text-align: left;
  padding-left: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 20px;
}
.check_content img {
  width: 736px;
}
.index_news .check_content img {
  width: 976px;
  display: block;
}

.check .swiper-container {
  height: 330px;
}
.check.index_news .swiper-container {
  height: 520px;
  padding-top: 30px;
}
.swiper-pagination span {
  background: #fff;
}
.check .swiper-button-next,
.check .swiper-button-prev {
  top: 40% !important;
}
@media screen and (max-width: 1200px) {
  .index_news .check_content img {
    width: 840px;
  }
}

@media screen and (max-width: 1024px) {
  .check {
    padding-top: 8%;
    padding-bottom: 5%;
  }
  .check_content img {
    width: 628px;
  }
  .index_news .check_content img {
    width: 788px;
  }
  .check .swiper-container {
    height: 300px;
  }
  .check.index_news .swiper-container {
    height: auto;
    padding-bottom: 30px;
  }
  .check_content.container {
    padding: 30px 30px 20px 30px;
  }
}
@media screen and (max-width: 880px) {
  .index_news .check_content img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .check_content img {
    width: 100%;
  }
  .index_news .check_content img {
    width: 100%;
  }
  .index_news .check_subtitle {
    font-size: 16px;
  }
  
  .check .swiper-button-next,
  .check .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .check_content.container {
    margin-top: 25px;
    padding: 15px 25px 10px 25px;
  }

  .check_content img {
    width: 100%;
  }
  .index_news .check_content img {
    width: 100%;
  }
  .check .swiper-container {
    height: 200px;
  }
  .check.index_news .swiper-container {
    height: 320px;
    padding-top: 18px;
  }
  .check_subtitle {
    font-size: 14px;
  }
  .index_news .check_subtitle {
    padding: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
  .check .swiper-container {
    height: 180px;
  }
  .check.index_news .swiper-container {
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 340px) {
  .check .swiper-container {
    height: 160px;
  }
  .check.index_news .swiper-container {
    height: auto;
    padding-bottom: 20px;
  }
  .check_subtitle {
    font-size: 12px;
  }
  .index_news .check_subtitle {
    padding-bottom: 8px;
  }
}
/* End check */
/* knowledge */

.cat_title {
  font-size: 24px;
  border-left: 4px solid #57ade9;
  padding: 0 0 3px 12px;
  margin: 12px 0 8px;
}

.knowle_item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.knowle_item:last-child {
  border: none;
}

.knowle_item .knowle_item_pic {
  width: 20%;
  padding-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
.knowle_item .knowle_item_pic img {
  width: 100%;
  display: block;
  height: auto;
}
.knowle_item .knowle_item_content {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .knowle_item .knowle_item_pic {
    width: 30%;
  }
  .knowle_item .knowle_item_content {
    width: 65%;
  }
}
.knowle_item .knowle_item_content .title a,
.knowle_item .knowle_item_content .sumary a {
  line-height: 2em;
}
.knowle_item .knowle_item_content .title a {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.knowle_item .knowle_item_content .sumary a {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 6em;
  overflow: hidden;
}
.knowle_item .knowle_item_content .sumary a:hover {
  color: #108cee;
}

/* Start research content */
.research_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: rgba(224, 224, 224, 1) 1px solid;
  font-size: 16px;
  line-height: 200%;
}
.research_item_dot {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.research_item_content {
  display: inline-block;
  width: 94%;
}
.research_item .title {
  color: #1f1f1f;
}
.research_item .subtitle {
  color: #969696;
}

.property {
  padding-top: 30px;
}
.monograph {
  padding-top: 30px;
}
.monogragh_left_content {
  display: inline-block;
  width: 20%;
  padding-right: 4%;
}
.monogragh_left_content img {
  width: 100%;
}
.monogragh_left_content.phone {
  display: none;
}
.monogragh_right_content {
  vertical-align: top;
  display: inline-block;
  width: 75%;
}
.monogragh_right_content .title {
  color: #1e1e1e;
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
}

.monogragh_right_content .subtitle {
  padding: 20px 0;
}
.monogragh_right_content .subtitle_item {
  display: inline-block;
  color: #1e1e1e;
  font-size: 16px;
  padding-right: 20px;
}
.monogragh_right_content .content_text {
  border-top: 1px #e5e5e5 solid;
  padding-top: 10px;
  color: #626262;
  font-size: 16px;
  line-height: 200%;
}

@media screen and (max-width: 1024px) {
  .research_item {
    font-size: 24px;
  }
  .research_item .subtitle {
    font-size: 22px;
  }
  .monogragh_right_content .subtitle_item {
    display: block;
    font-size: 26px;
    padding-bottom: 30px;
    line-height: 100%;
  }
  .monogragh_right_content .title {
    font-size: 48px;
    padding-bottom: 40px;
  }
  .monogragh_right_content {
    width: 100%;
  }
  .monogragh_left_content.phone {
    display: inline-block;
    width: 174px;
    height: auto;
  }
  .monogragh_left_content.pc {
    display: none;
  }
  .monogragh_top_content {
    width: 60%;
    display: inline-block;
  }
  .monogragh_right_content .content_text {
    font-size: 26px;
    line-height: 200%;
  }
}

@media screen and (max-width: 635px) {
  .research_item {
    font-size: 12px;
  }
  .research_item .subtitle {
    font-size: 11px;
    padding: 0;
  }
  .research_item_dot {
    padding-right: 4px;
  }
  .research_item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .property {
    padding-top: 10px !important;
  }
  .monogragh_right_content .subtitle_item {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .monogragh_right_content .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .monogragh_left_content.phone {
    display: inline-block;
    width: 88px;
    height: auto;
  }
  .monogragh_left_content.pc {
    display: none;
  }
  .monogragh_top_content {
    width: 60%;
    display: inline-block;
  }
  .monogragh_right_content .content_text {
    font-size: 13px;
    line-height: 200%;
  }
}
@media screen and (max-width: 340px) {
  .research_item {
    font-size: 10px;
  }
  .research_item .subtitle {
    font-size: 10px;
  }
}
/* End research content */

/* Start about content */
.team_content {
  padding-top: 30px;
  padding-bottom: 28px;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 36px;
}
.team .pics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1300px) {
  .team .pics {
    display: block;
    text-align: center;
  }
  .team .pics img {
    width: 30%;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .team_content {
    font-size: 28px;
    line-height: 200%;
  }
  .team .pics img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .team_content {
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .team_content {
    font-size: 14px;
  }
  .team .pics img:last-child {
    margin-bottom: 0;
  }
}

.contact_item {
  padding: 30px;

  margin-top: 30px;
  border: #f0f0f0 1px solid;
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_item:hover {
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.4);
  cursor: pointer;
}
.contact_item.wechat {
  padding: 16px 30px;
}
.contact_item img {
  width: 59px;
}
.contact_content {
  padding-left: 38px;
}
.contact_title {
  color: #1e1e1e;
  font-size: 24px;
  line-height: 100%;
  padding-bottom: 16px;
}
.contact_num {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 100%;
}
.contact_item .wechat_qr {
  height: 88px;
  width: 88px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .column_content {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 470px) {
  .column_content {
    padding-bottom: 40px !important;
  }
  .contact_item.wechat {
    padding: 18px;
    padding-right: 10px;
  }
  .contact_item {
    padding: 18px;
    padding-right: 10px;
  }
  .contact_item img {
    width: 45px;
  }
  .contact_content {
    padding-left: 20px;
  }
  .wechat .contact_content {
    padding-right: 40px;
  }
  .contact_title {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .contact_num {
    font-size: 13px;
  }
  .contact_item .wechat_qr {
    margin-left: 65px;
    margin-top: 10px;
    display: block;
    height: 83px;
    width: 83px;
  }
}
@media screen and (max-width: 360px) {
  .contact_content {
    padding-left: 10px;
  }
  .contact_title {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .contact_num {
    font-size: 10px;
  }
}
@media screen and (max-width: 326px) {
  .contact_item.wechat {
    padding-left: 10px;
  }
  .contact_item {
    padding-left: 10px;
  }
}
/* End about content */

/* Start page */
.main_page_web a {
  color: rgba(100, 100, 100, 1);
}
.main_page_web a:hover {
  background-color: rgba(16, 140, 238, 1);
  color: #fff;
}
.main_page_web a.p_cur {
  color: #fff !important;
  background-color: rgba(16, 140, 238, 1) !important;
}
.main_page_mobile a {
  color: rgba(100, 100, 100, 1);
}

.pager_mobile {
  text-align: center;
  overflow: hidden;
  display: block;
}

.pager_mobile #pageNum,
.pager_mobile #btnPage,
.pager_mobile .p_num,
.pager_mobile .inputPager_des {
  display: none;
}

.pager_mobile .inputPager_page {
  margin: 20px auto;
  border-radius: 4px;
}

.pager_mobile .inputPager_page a {
  padding: 0 10px;
  color: rgba(100, 100, 100, 1);
  border-radius: 4px;
  line-height: 26px;
}

.pager_mobile .inputPager_page a:hover {
  color: rgba(100, 100, 100, 1);
  background-color: #fff;
}

.pager_web {
  display: none;
}

.pager_web #pageNum,
.pager_web #btnPage {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 5px;
  text-align: center;
}

.pager_web #pageNum {
  width: 20px;
  margin-left: 7px;
  height: 24px;
  display: none;
}

.pager_web #btnPage {
  background: #ccc;
  color: #fff;
  cursor: pointer;
  height: 26px;
  margin-left: -4px;
  display: none;
}

@media (min-width: 1024px) {
  #hopePager.inputPager {
    text-align: center;
    margin-top: 30px;
  }
  .pager_web {
    display: block;
    overflow: hidden;
  }

  .pager_web .inputPager_des {
    display: none;
  }

  .pager_web .inputPager_page {
    height: 26px;
    margin: 20px auto;
    line-height: 24px;
    display: inline-block;
  }

  .pager_web .inputPager_page a {
    margin-left: 7px;
    padding: 0 7px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    color: rgba(100, 100, 100, 1);
    float: left;
  }
  .pager_web .inputPager_page a.p_cur {
    border-color: rgba(16, 140, 238, 1);
  }

  .pager_web .inputPager_page a:hover {
    color: #fff;
    background-color: rgba(16, 140, 238, 1);
    border-color: rgba(16, 140, 238, 1);
  }
  .pager_web .inputPager_page a[disabled] {
    background: #fff;
    color: #bcbcbc;
  }
  .pager_web .inputPager_page a[disabled]:hover {
    background: #fff;
    color: #bcbcbc;
    border-color: #ccc;
  }
  .pager_mobile {
    display: none;
  }
}

.pager_mobile .paginator .paginator1,
.pager_web .paginator .paginator1 {
  display: none;
}

.pager_mobile .paginator select,
.pager_web .paginator select {
  display: none;
}

.pager_mobile .paginator .paginator2,
.pager_web .paginator .paginator2 {
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.pager_mobile .paginator a,
.pager_mobile .paginator .cpb,
.pager_web .paginator a,
.pager_web .paginator .cpb {
  float: left;
  line-height: 24px;
  font-size: 14px;
}

.pager_mobile .paginator {
  text-align: center;
}

.pager_mobile .paginator .paginator2 {
  float: none !important;
  width: 268px !important;
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #d0cfcc;
}

.pager_mobile .paginator a,
.pager_mobile .paginator .cpb {
  padding: 0 6px;
  float: none !important;
}

@media (max-width: 374px) {
  .pager_mobile .paginator .paginator2 {
    width: 212px !important;
  }
  .pager_mobile .paginator a,
  .pager_mobile .paginator .cpb {
    padding: 0 4px;
  }
}

@media (min-width: 1024px) {
  .pager_web .paginator {
    float: right;
  }

  .pager_web .paginator .paginator2 {
    width: 100% !important;
  }

  .pager_web .paginator a,
  .pager_web .paginator .cpb {
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 0px !important;
    padding: 0 7px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .pager_mobile {
    display: none;
  }
}

/* End page */

/* Start index */
.main_loggin {
  background: #1795f7;
  overflow: hidden;
  position: relative;
}
.main_loggin &gt; .container {
  position: relative;
  height: 600px;
  z-index: 10;
}
.main_loggin &gt; .cvs-container {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
}
.main_loggin &gt; .cvs-container  canvas {
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main_loggin .people {
  position: absolute;
  top: 16%;
  left: 5.333%;
  width: 29.583%;
  z-index: 100;
}
.main_loggin .index_slogan {
  position: absolute;
  z-index: 101;
  right: 0;
  top: 25%;
  font-size: 30px;
  color: #fff;
  width: 590px;
  text-align: center;
}
.main_loggin .index_slogan a {
  color: #fff;
  cursor: pointer;
}

.main_loggin .index_slogan p {
  font-size: 42px;
  margin-bottom: 16px;
}
.main_loggin .index_slogan span {
  margin: 0 10px;
}
.main_loggin .index_slogan a {
  margin: 30px auto 0 auto;
  width: 110px;
  color: #108cee;
  font-size: 18px;
  line-height: 22px;
  border-radius: 24px;
  padding: 12px;
  text-align: center;
  border: 1px #108cee solid;
  background: #fff;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .main_loggin .index_slogan {
    font-size: 32px;
  }
  .main_loggin .index_slogan p {
    font-size: 42px;
  }
}

@media screen and (max-width: 660px) {
  .main_loggin .index_slogan {
    font-size: 18px;
    text-align: center;
    width: 100%;
    top: 10%;
  }
  .main_loggin .index_slogan p {
    font-size: 26px;
    margin: 0 0 14px;
  }
  .main_loggin .index_slogan a {
    margin: 6px;
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  .main_loggin .index_slogan {
    top: 10%;
    font-size: 16px;
  }
  .main_loggin .index_slogan p {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .main_loggin .index_slogan a {
    width: 96px;
    font-size: 16px;
  }
}

.subForm {
  padding: 2.666% 2.5%;
  border-radius: 6px;
  background: #fff;
  display: inline-block;
  width: 23.16%;
  position: absolute;
  top: 14%;
  right: 8.5%;
  line-height: 100%;
  z-index: 100;
}
.choose {
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 2.166%;
}
.radio {
  padding-bottom: 6.498%;
  border-bottom: 2px transparent solid;
  font-size: 16px;
  color: #808080;
  display: inline-block;
  cursor: pointer;
}
.radio:first-of-type {
  margin-right: 14.388%;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .radio {
  border-bottom: 2px #108cee solid;
  color: #108cee;
}
.log_title {
  padding-top: 7.942%;
  padding-bottom: 3.61%;
  color: #3c3c3c;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  border: 1px #dddddd solid;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 18px;
  line-height: 200%;
  width: 100%;
  box-sizing: border-box;
  color: #3c3c3c;
}
.code_content input[type="text"] {
  width: 58%;
  margin-right: 4.67%;
  display: inline-block;
}
#code_pic {
  display: inline-block;
  height: 38px;
  width: 95px;
  vertical-align: bottom;
  overflow: hidden;
}
#code_pic img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
input[type="submit"] {
  width: 100%;
  text-align: center;
  background: #108cee;
  font-size: 16px;
  color: #fefefe;
  border-radius: 4px;
  margin-top: 7.942%;
  padding: 3.61% 0;
}

@media screen and (max-width: 1300px) {
  input[type="text"],
  input[type="password"] {
    font-size: 16px;
  }
  .main_loggin .people {
    width: 35%;
  }
  #code_pic {
    height: 34px;
    width: 75px;
  }
}
@media screen and (max-width: 1165px) {
  #code_pic {
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .main_loggin &gt; div:last-child {
    top: 35%;
  }
  .radio {
    font-size: 14px;
  }
  input[type="text"],
  input[type="password"] {
    font-size: 14px;
  }
  #code_pic {
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .subForm {
    width: 30%;
  }
  .main_loggin .people {
    width: 40%;
    left: 4%;
  }
  #code_pic {
    height: 30px;
    width: 72px;
  }
}
@media screen and (max-width: 770px) {
  .main_loggin &gt; div:last-child {
    top: 25%;
  }
  .main_loggin &gt; .container {
    height: 430px;
  }
  .subForm {
    width: 35%;
    right: 6.5%;
  }
  input[type="text"],
  input[type="password"] {
    font-size: 14px;
  }
  .main_loggin .people {
    top: 20%;
  }
}
@media screen and (max-width: 660px) {
  #code_pic {
    height: 34px;
    width: 100px;
  }
  .main_loggin &gt; div:last-child {
    top: 40%;
  }
  .main_loggin &gt; .container {
    text-align: center;
    height: auto;
    min-height: 240px;
  }
  .main_loggin .people {
    display: none;
  }
  .subForm {
    position: inherit;
    text-align: left;
    top: 0;
    right: 0;
    width: 68.074%;
    margin: 14.577% auto 17% auto;
    padding: 7.871% 6.413% 9% 6.413%;
  }
  .choose {
    margin-bottom: 2.166%;
  }
  .radio {
    padding-bottom: 4.373%;
    border-bottom: 2px transparent solid;
    font-size: 16px;
  }
  .radio:first-of-type {
    margin-right: 7.288%;
  }
  .log_title {
    padding-top: 6.837%;
    padding-bottom: 3.418%;
    color: #3c3c3c;
    font-size: 14px;
  }
  input[type="text"],
  input[type="password"] {
    font-size: 16px;
    line-height: 200%;
  }
  .code_content input[type="text"] {
    width: 58%;
    margin-right: 4.67%;
    display: inline-block;
  }
  input[type="submit"] {
    font-size: 16px;
    margin-top: 6.837%;
    padding: 4.341% 0;
  }
}
@media screen and (max-width: 465px) {
  #code_pic {
    width: 80px;
  }
}
@media screen and (max-width: 375px) {
  #code_pic {
    width: 65px;
  }
}

.main_counts {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.counts_item {
  text-align: center;
  padding-top: 3.615%;
  padding-bottom: 2.629%;
  border-radius: 6px;
  width: 23.5%;
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.2);
  background-size: cover;
}
.counts_item:hover {
  box-shadow: 0 0 16px rgba(77, 82, 94, 0.4);
  cursor: pointer;
  background-image: url("images/index/bg.png");
}
.counts_num {
  color: #1c2329;
  font-size: 36px;
  padding-bottom: 16px;
  font-weight: bold;
}
.counts_title {
  color: rgba(82, 82, 82, 0.9);
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .counts_num {
    font-size: 28px;
  }
  .counts_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .main_counts {
    flex-wrap: wrap;
  }
  .counts_item {
    padding-top: 7.288%;
    padding-bottom: 5.539%;
    border-radius: 8px;
    width: 48%;
    margin-bottom: 26px;
    background-image: url("images/index/bg.png");
  }
  .counts_item:hover {
    box-shadow: 0 0 16px rgba(77, 82, 94, 0.2);
    cursor: default;
  }
  .counts_num {
    font-size: 40px;
  }
  .counts_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 620px) {
  .main_counts {
    padding-top: 20px;
  }
  .counts_num {
    font-size: 24px;
  }
  .counts_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .counts_num {
    font-size: 18px;
  }
  .counts_title {
    font-size: 9px;
  }
}

.readMore {
  display: block;
  width: 110px;
  color: #108cee;
  font-size: 14px;
  line-height: 22px;
  border-radius: 24px;
  padding: 12px;
  margin: 30px auto 0 auto;
  text-align: center;
  border: 1px #108cee solid;
  background: #fff;
}
.readMore:link,
.readMore:visited {
  color: #108cee;
}
.readMore:hover {
  color: #fff;
  background: #108cee;
}

@media screen and (max-width: 540px) {
  .readMore {
    margin: 20px auto 0 auto;
    width: 110px;
    padding: 6px 8px;
    border-radius: 18px;
  }
}

/* End index */

/* article */
.article_content {
  padding: 16px 0;
  user-select: none;
}
.article_content h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.5em;
}
.article_content h4 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5em;
}
.article_content .meta {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin: 1em 0;
}
.article_content .meta span {
  margin-right: 1em;
}
.article_content .content {
  font-size: 15px;
  padding: 16px 0;
}
.article_content .content p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.article_content .content p img {
  max-width: 100% !important;
  height: auto;
}
</pre></body></html>