﻿/* =Reset
-----------------------------------------------------------------------------*/
html {
  color: #000;
  background: #FFF;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h5, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-size: medium;
  font-style: normal;
  font-weight: normal; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block; }

/* =General
-----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

* html .clear {
  height: 1%; }

.clearfix {
  display: block; }

/* End clearing floats */
.zoom {
  zoom: 1; }

.hidden {
  visibility: hidden; }

.none {
  display: none; }

.center {
  text-align: center; }

a:link, a:visited {
  text-decoration: none;
color: #116cb0;}

/* =Index Page
-----------------------------------------------------------------------------*/
.pageWrap {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.section-title {
  font-size: 24px;
  color: #1d4391;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px; }

.section-title span{font-size: 20px;}
  .section-title a {
    float: right;
    font-size: 13px;
    color: #999999;
    margin-top: 10px; }


h1 {
  font-size: 24px;
  margin-bottom: 10px; }

h2 {
  font-size: 24px;
  color: #116cb0;
  padding-bottom: 10px;
  margin: 50px 0 20px 0;
  border-bottom: 1px solid #d0d0d0;
  font-weight: 500; }

h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px; }

h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500; }

h5 {
  font-size: 14px;
  line-height: 26px;
  color: #666; }

p {
  font-size: 14px;
  line-height: 20px;
  color: #666; }

.row {
  margin-bottom: 10px; }

.form-control-label {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: rgba(120, 130, 140, 0.2);
  border-radius: 0; }

.radio-con {
  line-height: 38px; }
  .radio-con input {
    margin-right: 5px; }

.btn {
  width: 25%;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  color: white;
  background: #116cb0;
  cursor: pointer; }

.btn-white {
  background: white;
  color: #116cb0;
  border: 1px solid #116cb0; 
	
}

.btn-desc {
  text-align: center;
  color: #b4b4b4; }
  .btn-desc a {
    color: #116cb0;
    margin: 0 2px; }

.divider {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin: 20px 0; }

.load-more {
  padding-top: 15px;
  border-top: 1px solid #d0d0d0; }
  .load-more a {
    color: #666;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
  .load-more img {
    display: inline-block;
    vertical-align: middle; }

header {
  width: 100%;
  height: 48px;
  background: #ebf2ff;
  font-size: 13px; }
  header .headerItem {
    float: right;
    margin-left: 35px;
    line-height: 48px; }
    header .headerItem a {
      margin: 0 8px;
      color: #333; }


.search{float: right;height: 48px; transition: all 2s;}
	.search .serbtn{float: right;background: #498fc3 url(../images/search.png) no-repeat center;width: 40px;height: 34px;margin-top: 7px;border: 0;border-radius: 4px;cursor: pointer;outline: none;
    border-color: transparent;
    box-shadow:none;}
.search1{float: right;background: #498fc3 url(../images/search.png) no-repeat center;width: 40px;height: 34px;margin-top: 7px;border: 0;border-radius: 4px;cursor: pointer;}

.search .ser-con{border: 1px solid #498fc3;
	float: left;
    border-right: none;
    height: 34px;
    margin-top: 7px;
    background: #ffffff;
outline: none;
	margin-right: -2px;
	padding-left: 10px;
	width: 300px;
	border-radius: 4px 0 0 4px;
	
	
}
.search .search1-x{background: #498fc3  url(../images/search-x.png) no-repeat center;}
.search input[type=text]{
	color: #333;font-size: 14px;
	
}


nav {
  padding: 20px 0; }
  nav ul {
    float: right;
    line-height: 72px; }
    nav ul li {
      margin-left: 30px;
      font-size: 18px;
      display: inline-block;
      vertical-align: top; }
      nav ul li a {
        color: #000; }
        nav ul li a.active, nav ul li a:hover {
          color: #116cb0; }
.logo{display: inline-block;;float: left;height: 100%;}

.moblie_head{display: none;}

.banner-img{height: 265px;}

.message {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 5px;
  top: 200px;
  text-align: center;
  box-shadow: 2px 2px 3px #e6e6e6, -2px -2px 3px #e6e6e6;
  color: #116cb0;
  font-size: 16px;
  z-index: 999;
  background: white; }
  .message img {
    display: block;
    margin: 20px auto 10px auto; }

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  top: 0;
  left: 0; }

.modal {
  width: 60%;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -30%;
  z-index: 1001;
  text-align: center;
  background: white; }
  .modal .modal-main {
    padding: 30px;
    text-align: left; }
    .modal .modal-main h1 {
      margin-bottom: 50px;
      text-align: center; }
    .modal .modal-main .forgot-text {
      display: block;
      color: #666;
      font-size: 14px;
      margin-top: 20px; }
.daima{float: left;font-size:14px; line-height: 48px;color: #1c83c9;font-weight: 600;}

.swiper {
  width: 100%;
  height: 460px;
  background: url("../images/bg1.png") left top no-repeat;
  background-color: #ddcdb3;
  background-size: contain; }
  .swiper .swiper-container {
    padding: 30px 0; }
    .swiper .swiper-container .swiper-slide {
      font-size: 0; }
      .swiper .swiper-container .swiper-slide .swiper-left {
        width: 390px;
        margin-right: 30px;
        display: inline-block;
        vertical-align: top; }
        .swiper .swiper-container .swiper-slide .swiper-left .swiper-mark {
          width: 80px;
          height: 4px;
          background: #997755;
          margin-bottom: 25px; }
        .swiper .swiper-container .swiper-slide .swiper-left .swiper-title {
          font-size: 34px;
          color: #997755;
          margin-bottom: 25px; }
        .swiper .swiper-container .swiper-slide .swiper-left .swiper-desc {
          color: #333;
          font-size: 14px;
          line-height: 26px;
          margin-bottom: 60px; }
        .swiper .swiper-container .swiper-slide .swiper-left .swiper-btn {
          width: 140px;
          height: 40px;
          line-height: 40px;
          border: 1px solid #997755;
          color: #997755;
          text-align: center;
          font-size: 16px; 
}
      .swiper .swiper-container .swiper-slide .swiper-right {
        width: 860px;
        display: inline-block;
        vertical-align: top; }
        .swiper .swiper-container .swiper-slide .swiper-right img {
          width: 860px;
          height: 400px; }
    .swiper .swiper-container .swiper-pagination {
      position: absolute;
      top: 390px;
      right: 0;
      font-size: 0; }
      .swiper .swiper-container .swiper-pagination a {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        color: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 1px;
        background: #ddcdb3; }
        .swiper .swiper-container .swiper-pagination a.active, .swiper .swiper-container .swiper-pagination a:hover {
          background: #c6af8a; }

.info {
  margin-top: 40px;margin-bottom: 50px; }
  .info .info-con {
    font-size: 0; }
    .info .info-con .info-left {
      width: 820px;
      margin-right: 60px;
      display: inline-block;
      vertical-align: top; }
.news-top .info .info-con .info-left{margin-left: 60px;margin-right: 0;float: right;}
.news-top .info .info-con .info-right{float: right;}
.news-top .info .info-con .info-left .list li h5{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.news-top .info .info-con .info-left .list li:hover h3{color: #1d4391;font-weight: 600;}


	  .info .info-con .info-baoming {
      /* width: 820px; */
      margin-right: 60px;
      display: inline-block;
      vertical-align: top;
      }
    .info .info-con .info-right {
      width: 400px;
      display: inline-block;
      vertical-align: top; }
      .info .info-con .info-right .info-right-con li {
        font-size: 0;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #e5e5e5; }
        .info .info-con .info-right .info-right-con li .event-left {
          width: 300px;
          display: inline-block;
          vertical-align: top;
		
		}
          .info .info-con .info-right .info-right-con li .event-left img {
            width: 300px;
            display: block;
            margin-bottom: 20px; height: 136px;}
          .info .info-con .info-right .info-right-con li .event-left > div {
            padding: 10px;
            color: white;
            font-size: 14px;
            line-height: 20px; }
.info .info-con .info-right .info-right-con li .event-left  .event-left-img{
	padding: 0;position: relative;
}
.info .info-con .info-right .info-right-con li .event-left  .event-left-img span{
	width: 100px;top: 50%;left: 50%;margin-left: -50px;position: absolute;color: #116cb0;margin-top: -15px;text-align: center;border-right: solid 2px #116cb0;font-size: 30px;line-height: 30px;border-left:  solid 2px #116cb0;
}
        .info .info-con .info-right .info-right-con li .event-right {
          width: 100px;
          display: inline-block;
          vertical-align: top; }
          .info .info-con .info-right .info-right-con li .event-right > div {
            padding: 10px 8px;
            color: white;
            font-size: 14px;
            line-height: 20px; }
            .info .info-con .info-right .info-right-con li .event-right > div img {
              display: block;
              margin-bottom: 10px; }
          .info .info-con .info-right .info-right-con li .event-right .event-date {
            background: #116cb0;height: 68px; }
          .info .info-con .info-right .info-right-con li .event-right .event-location {
            background: #1d4391;height: 68px; }
        .info .info-con .info-right .info-right-con li a {
          display: block;
          width: 98px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border: 1px solid #116cb0;
          color: #116cb0;
          position: absolute;
          right: 0;
          bottom: 25px;
          font-size: 16px; }
        .info .info-con .info-right .info-right-con li.last {
          border: none;
          margin: 0; }
.info .info-con .info-right .info-right-icon{margin-bottom: 20px;}
.info .info-con .info-right .info-right-icon li{width: 72px;float: left;margin-right: 92px;margin-bottom: 20px;}
.info .info-con .info-right .info-right-icon li:nth-child(3n){margin-right: 0;}
.info .info-con .info-right .info-right-icon li span{display: block;font-size: 18px;color: #1883d0;text-align: center;margin-top: 10px;}
.info .info-con .info-right .info-right-icon li .info-right-icon-kj{border-radius: 50%;height: 72px;width: 72px;background:#1883d0;margin: 0 auto;}

.info .info-con .info-right .info-right-icon li img{width: 100%;display: block;}
.info .info-con .info-right,.info .info-con .info-left{float: right;}

.info-section li {
  width: 380px;
  margin: 0 60px 30px 0;
  display: inline-block;
  vertical-align: top;
/*height:372px;*/
}
.info-section li:nth-child(2n){margin-right: 0;}
  .info-section li.noMargin {
    margin-right: 0; }
.info-section li .info-section-img{width: 380px;/*max-height: 210px;*/overflow: hidden;}
  .info-section li img {
    width: 380px;
    display: block;
	  transition: all 0.5s ease;
     }

.info-section li a{
	display: block;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	 margin-top: 20px;
	
}

.event-left-title{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-section li p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
  .info-section li span {
    display: block;
    font-size: 13px;
    color: #1883d0;
	  padding-left: 20px;
    margin-bottom: 15px; 
background: url(../images/icon-date1.png) no-repeat left;}
  .info-section li i {
    width: 22%;
    height: 4px;
    margin-bottom: 15px;
    display: block; }
    .info-section li i.mark1 {
      background: #b99b6b; }
    .info-section li i.mark2 {
      background: #116cb0; }
    .info-section li i.mark3 {
      background: #9999ff; }

.point {
  width: 100%;
  padding: 50px 0;
  background: url("../images/bg2.png") left top no-repeat;
  background-color: #f5f5f5;
  background-size: contain; }
  .point .point-con {
    font-size: 0; }
    .point .point-con .point-left {
      width: 820px;
      margin-right: 60px;
      display: inline-block;
      vertical-align: top; }
      .point .point-con .point-left ul li {
        width: 48%;
        margin: 0 30px 30px 0;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0px; 
		  margin-right: 4%; 
		  margin-left: 0;
}


.point .point-con .point-left ul li:last-child{margin-right: 0;}
        .point .point-con .point-left ul li.noMargin {
          margin-right: 0; }
        .point .point-con .point-left ul li.noBorder {
          border: none;
          margin-bottom: 0; }
        .point .point-con .point-left ul li img {
          width: 100px;
          display: inline-block;
          vertical-align: top;
          margin-right: 20px;
			transition: all 0.5s ease;
}
        .point .point-con .point-left ul li div {
          display: inline-block;
          vertical-align: top;
          width: 260px; }
    .point .point-con .point-right {
      width: 400px;
      display: inline-block;
      vertical-align: top; }
      .point .point-con .point-right ul li {
        font-size: 0;
        position: relative;
        padding-bottom: 9px;
        margin-bottom: 14px;
        border-bottom: 1px dotted #e5e5e5; }
.point .point-con .point-right ul li h3{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	 /*   padding-left: 32px;
    background: url(/template/pc/cn2016/images/icon-xxgk1.png) no-repeat left;*/
}
.point .point-con .point-right ul li h3 span{   
	font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #1883d0;
    text-align: center;
    line-height: 20px;
    float: left; 
    margin-right: 15px;
    color: #fff;
}
.point .point-con .point-right ul li:nth-child(1) span{background: #ff0000;}
.point .point-con .point-right ul li:nth-child(2) span{background: #ff9900;}
.point .point-con .point-right ul li:nth-child(3) span{background: #017701;}
        .point .point-con .point-right ul li.noBorder {
          border: none;
          margin: 0; }

.research {
  width: 100%;
  padding: 50px 0;
  background: url("../images/bg3.png") right top no-repeat;
  background-color: white;
  background-size: contain; }
  .research .research-con {
    font-size: 0; }
    .research .research-con .research-left {
      width: 820px;
      margin-right: 60px;
      display: inline-block;
      vertical-align: top; }
    .research .research-con .research-right {
      width: 400px;
      display: inline-block;
      vertical-align: top; }
      
      .research .research-con .research-right p {
        font-size: 14px;
        line-height: 20px;
        color: #666; }

      .research .research-con .research-right .research-right-icon{margin-bottom: 0px;margin-top: -12px;}
	.research .research-con .research-right .research-right-icon li{width: 72px;float: left;margin-right: 92px;margin-bottom: 20px;}
	.research .research-con .research-right .research-right-icon li:nth-child(3n){margin-right: 0;}
	.research .research-con .research-right .research-right-icon li span{display: block;font-size: 18px;color: #1883d0;text-align: center;margin-top: 5px;}
	.research .research-con .research-right .research-right-icon li img{width: 100%;display: block;}
.research .research-con .research-right .research-right-icon  li .esearch-right-icon-kj{border-radius: 50%;height: 72px;width: 72px;background:#1883d0;margin: 0 auto;}


.research .research-con .research-right .research-right-icon  li:hover .esearch-right-icon-kj{background: #1d4391;}

.research-files li {
  width: 180px;
  margin: 0 33px 20px 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .research-files li:last-child {
    margin-right: 0; }
  .research-files li img {
    width: 180px;
    display: block;
    margin-bottom: 0; }
  .research-files li h3 {
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 140px; }
  .research-files li h5 {
    font-size: 16px; }
  .research-files li span {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px; }
  .research-files li .files-btn {
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border: 1px solid #666;
    display: inline-block;
    vertical-align: top; }

.about {
  padding: 20px 0;
  position: relative;
background:#1883d0 url(../picture/foot_bg2.png) no-repeat center;
    background-size: auto 100%;}
  .about ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 95px;
    margin-right: 80px; }
    .about ul li span {
      font-size: 16px;
      color: #b99b6b;
      margin-bottom: 20px;
      display: block; }
    .about ul li a {
      display: block;
      color: white;
      margin-bottom: 10px; }
  .about .about-con {
    position: absolute;
    top: 25px;
    right: 0; }
    .about .about-con .about-img {
      text-align: center;
      color: white;
      margin-left: 35px;
      display: inline-block;
      vertical-align: top; }
      .about .about-con .about-img img {
        display: block;
        margin-bottom: 10px; 
width: 120px;}

.footer {
  padding: 30px 0;
  text-align: center;
  color: #666666; }

.banner-img {
  width: 100%; }

.about-info p{font-size: 16px;line-height: 30px;text-align: justify;}
.about-info img{display: block;max-width: 100%;margin: 0 auto;}
.news-info p{font-size: 16px;line-height: 30px;text-align: justify;}
.news-info img{display: block;max-width: 100%;}
.aboutus-top img {
  display: block;
  width: 100%;
  margin-bottom: 50px; }

.aboutus-top b {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #000; }

.aboutus-bottom {
  background: #f5f5f5;
  margin-bottom: 50px; }
  .aboutus-bottom ul {
    font-size: 0; }
    .aboutus-bottom ul li {
      display: inline-block;
      vertical-align: top;
      width: 22%;
      padding-right: 3%;
      margin-bottom: 20px; }
      .aboutus-bottom ul li h4 {
        margin-bottom: 10px; }
  .aboutus-bottom .timeline {
    margin-left: 45px;
    border-left: 1px solid #997755; }
    .aboutus-bottom .timeline .timeline-item {
      margin-left: 70px;
      padding-bottom: 50px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e5e5e5;
      position: relative; }
      .aboutus-bottom .timeline .timeline-item h4 {
        margin-bottom: 10px; }
      .aboutus-bottom .timeline .timeline-item .timeline-date {
        position: absolute;
        top: 0;
        left: -116px;
        width: 90px;
        height: 70px;
        padding-top: 20px;
        text-align: center;
        color: #997755;
        border: 1px solid #997755;
        border-radius: 50%;
        background: #f5f5f5;
        font-size: 20px; }

.research-bottom {
  margin-bottom: 50px; }

.contact-top .contact-con {
  font-size: 0; }
  .contact-top .contact-con .contact-left {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-right: 40px; }
    .contact-top .contact-con .contact-left ul li {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e5e5e5; }
      .contact-top .contact-con .contact-left ul li img {
        float: left;
        margin-right: 15px; }
  .contact-top .contact-con .contact-right {
    display: inline-block;
    vertical-align: top;
    width: 860px; }
    .contact-top .contact-con .contact-right img {
      width: 100%; }

.contact-bottom {
  margin-bottom: 50px; }
  .contact-bottom ul li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    .contact-bottom ul li.last {
      padding: 0;
      border: none; }
    .contact-bottom ul li div {
      position: absolute;
      top: 0;
      right: 0; }

.sub-title span {
  color: #666;
  font-size: 13px; }
  .sub-title span img {
    display: inline !important;
    margin: 0 5px 0 0 !important;
    position: relative;
    top: 2px; }
  .sub-title span.first {
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5; }

.bread {
  padding: 15px 0;
  color: #8d8d8d;
  font-size: 14px; }
  .bread a {
    color: #8d8d8d;
    margin: 0 5px; }

.detail {
  background: #f9f9f9;
  padding-bottom: 20px; }
  .detail .detail-main {
    background: white;
    padding: 50px; }
    .detail .detail-main .sub-title {
          margin-bottom: 20px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;}
    .detail .detail-main img {
      display: block;
      max-width: 90%;
      margin: 30px auto 10px auto; }
    .detail .detail-main .img-desc {
      font-size: 13px;
      color: #666;
      margin-bottom: 30px; }
    .detail .detail-main h3 {
      margin-top: 30px; }
    .detail .detail-main .info-title {
      margin-bottom: 10px; }
      .detail .detail-main .info-title img {
        display: inline !important;
        margin: 0 5px 0 0 !important;
        position: relative;
        top: 2px; }

.corporation-bottom {
  padding-bottom: 50px;
  margin-top: 50px;
  background: url("../images/bg4.png") right bottom no-repeat;
  background-color: #fefbf7;
  background-size: contain; }
  .corporation-bottom table {
    width: 100%; }
    .corporation-bottom table tbody {
      width: 100%; }
      .corporation-bottom table tbody th {
        text-align: center;
        padding: 30px 0;
        font-size: 14px;
        border: 1px solid #efe3d0;
        background: white; }
        .corporation-bottom table tbody th a {
          color: #000; }
.detail .detail-main .center1 {
  text-align: center; 
    margin-top: 16px;
    margin-bottom: 15px;
    color: #555;
}
.salon-top {
  margin-bottom: 50px; }

.forum li {
  font-size: 0;
  position: relative;
  margin-bottom: 20px; }
  .forum li > img {
    display: inline-block;
    vertical-align: top;
    width: 600px; }
  .forum li .forum-title {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 500px;
    color: white; }
    .forum li .forum-title .mark {
      width: 80px;
      height: 4px;
      margin-bottom: 15px;
      display: block;
      background: white; }
    .forum li .forum-title h5 {
      color: white; }
  .forum li .forum-info {
    display: inline-block;
    vertical-align: top;
    width: 220px; }
    .forum li .forum-info > div {
      height: 90px;
      color: white;
      font-size: 14px;
      padding: 0 30px; }
      .forum li .forum-info > div img {
        margin-right: 5px;
        height: 18px;
        display: inline-block;
        vertical-align: top; }
      .forum li .forum-info > div span {
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
        max-width: 120px; }
      .forum li .forum-info > div.forum-info1, .forum li .forum-info > div.forum-info2 {
        padding-top: 20px; }
      .forum li .forum-info > div.forum-info3 {
        font-size: 18px;
        line-height: 90px;
        padding: 0; }
  .forum li.forum-type1 .forum-info1 {
    background: #116cb0; }
  .forum li.forum-type1 .forum-info2 {
    background: #340062; }
  .forum li.forum-type1 .forum-info3 {
    background: #b99b6b; }
  .forum li.forum-type2 .forum-info1 {
    background: #6b53bb; }
  .forum li.forum-type2 .forum-info2 {
    background: #6173f1; }
  .forum li.forum-type2 .forum-info3 {
    background: #74ccef; }
  .forum li.forum-type3 .forum-info1 {
    background: #f05151; }
  .forum li.forum-type3 .forum-info2 {
    background: #c40e36; }
  .forum li.forum-type3 .forum-info3 {
    background: #f1b04e; }

.news-top {
  margin-bottom: 10px; }
  .news-top .event-left {
    width: 100% !important; }
    .news-top .event-left img {
      width: 100% !important; }

.list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .list li span {
    font-size: 13px;
    margin-bottom: 20px;
    color: #666;
    display: block; }
  .list li.last {
    border: none;
    padding: 0; }
.list-rd{margin-bottom: 30px;}
.list-rd li{float: left;width: 100%;margin: 3px 0;}
.list-rd li a{font-size: 16px;margin: 10px 0;color: #333;float: left;line-height: 20px;    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.list-rd li .list-num{font-size: 12px;width: 20px;height: 20px;display: inline-block;background: #116cb0;text-align: center;line-height: 20px;float: left;margin: 10px 0;margin-right: 15px;color: #fff;}
.list-rd li:first-child .list-num{background:#ff0000;}
.list-rd li:nth-child(2) .list-num{background:#ff9900;}
.list-rd li:nth-child(3) .list-num{background:#017701;}
.list-rd li .list-liulan{font-size: 16px;display: inline-block;text-align: center;line-height: 20px;float: right;margin: 10px 0;width: 	60px;color: #116cb0;}
/*.list-rd li:first-child .list-liulan{color:#ff0000;}
.list-rd li:nth-child(2) .list-liulan{color:#ff9900;}
.list-rd li:nth-child(3) .list-liulan{color:#017701;}*/
.list-rd li:hover a{color: #116cb0;}

.list-nav-left{width: 100%;/*border-bottom:solid 1px #316a91;*/margin:30px auto 40px auto;}
	.list-nav-left ul li{background-color:#116cb0; border:solid 1px #cfd5da; border-bottom:0;
			FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#69aee1, endColorStr=#136eb1); /*IE 6 7 8*/
            background: -ms-linear-gradient(top, #69aee1, #136eb1);        /* IE 10 */
         background:-moz-linear-gradient(top, #69aee1, #136eb1);/*火狐*/

           background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69aee1), to(#136eb1));  /* Safari 4-5, Chrome 1-9*/
           background: -webkit-linear-gradient(top, #69aee1, #136eb1);   /*Safari5.1 Chrome 10+*/
           background: -o-linear-gradient(top, #69aee1, #136eb1);  /*Opera 11.10+*/
     
}
	.list-nav-left ul li a{width: 80%; padding-left: 28px;color: #fff; font-size:16px; display: block; font-weight:bold; height:44px;line-height: 44px;position: relative;
	}
	.list-nav-left ul li .inactive{ background:url(../images/off.png) no-repeat 96% center;}
	.list-nav-left ul li .inactives{background:url(../images/on.png) no-repeat 96% center;} 
	.list-nav-left ul li ul{display: none;}
	.list-nav-left ul li ul li { border-left:0; border-right:0; background-color:#63b9fa; border-color:#dadada;
			FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#63b9fa, endColorStr=#2e85c5); /*IE 6 7 8*/
            background: -ms-linear-gradient(top, #63b9fa, #2e85c5);        /* IE 10 */
         background:-moz-linear-gradient(top, #63b9fa, #2e85c5);/*火狐*/

           background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69aee1), to(#2e85c5));  /* Safari 4-5, Chrome 1-9*/
           background: -webkit-linear-gradient(top, #63b9fa, #2e85c5);   /*Safari5.1 Chrome 10+*/
           background: -o-linear-gradient(top, #63b9fa, #2e85c5);  /*Opera 11.10+*/

}
	.list-nav-left ul li ul li ul{display: none;}
	.list-nav-left ul li ul li a{ padding-left:38px;}
	.list-nav-left ul li ul li ul li { background-color:#d6e6f1; border-color:#dadada;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#9ad3fc, endColorStr=#55abec); /*IE 6 7 8*/
            background: -ms-linear-gradient(top, #9ad3fc, #55abec);        /* IE 10 */
         background:-moz-linear-gradient(top, #9ad3fc, #55abec);/*火狐*/

           background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ad3fc), to(#55abec));  /* Safari 4-5, Chrome 1-9*/
           background: -webkit-linear-gradient(top, #9ad3fc, #55abec);   /*Safari5.1 Chrome 10+*/
           background: -o-linear-gradient(top, #9ad3fc, #55abec);  /*Opera 11.10+*/

}
	.last{ background-color:#d6e6f1; border-color:#6196bb; }
	.list-nav-left ul li ul li ul li a{ color:#FFFFFF; padding-left:58px;}

.reg {
  font-size: 0; }
  .reg li {
    width: 48%;
    padding: 2% 10px;
    margin-right: 2%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5; }
    .reg li h3 {
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5; }
    .reg li .reg-info {
      border-bottom: 1px solid #e5e5e5; }
      .reg li .reg-info .info-title {
        font-size: 14px;
        color: #666;
        margin-bottom: 5px; }
        .reg li .reg-info .info-title img {
          margin-right: 3px; }
    .reg li .reg-bottom {
      font-size: 13px;
      color: #666;
      margin-top: 10px;
      height: 34px;
      position: relative; }
      .reg li .reg-bottom div {
        position: absolute;
        bottom: 0;
        right: 0; }
        .reg li .reg-bottom div .files-btn {
          width: 60px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          color: 666;
          font-size: 14px;
          border: 1px solid #666;
          margin-left: 5px;
          display: inline-block;
          vertical-align: top; }

.code {
  background: #f9f9f9; }
  .code .code-main {
    background: white;
    padding: 50px 0;
    margin: 50px 0; }
    .code .code-main .code-con {
      width: 30%;
      margin: 50px auto; }
      .code .code-main .code-con img {
        display: block;
        margin: 0 auto; }
.foot p{text-align: left;font-size: 18px;line-height: 30px;}
.nav_right{position: fixed;right: 0;top: 60%;margin-top: -180px;z-index: 999;}
	.nav_right ul li{width: 120px;height: 120px;background: #fff;border: solid 1px #efefef;overflow: hidden;}
	.nav_right ul li:nth-child(2){border-bottom: 0;border-top: 0;}
	.nav_right ul li img{width: 120px;height: 81px; display: block;transition: all 0.5s ease;}
	.nav_right ul li h1{font-size: 16px;text-align: center;line-height:30px; color: #1883d0;font-weight: 600;}
.wap{display: none!important;}

@media screen and (min-width: 800px){
	header .headerItem a:hover{
	color: #116cb0;
}
	.info .info-con .info-right .info-right-icon li:hover span{font-weight: 600;}
	.research .research-con .research-right .research-right-icon li:hover span{font-weight: 600;}
	.info-section li:hover img{transform: scale(1.1,1.1);}
.info-section li:hover a{color: #1d4391; }
	.section-title a:hover{color: #1d4391;font-weight: 600;}
	.nav_right ul li:hover img {transform: scale(1.1,1.1);}
	.point .point-con .point-left ul li .point-left-imgkj{width: 100%;height: 262px;overflow: hidden;}
	.point .point-con .point-left ul li:hover .point-left-imgkj img{transform: scale(1.1,1.1);}
	.point .point-con .point-left ul li:hover h3 a{color:  #fff;font-weight: 600;}
	.info .info-con .info-right .info-right-con li a:hover{background:#116cb0;color: #fff; }
	.point .point-con .point-right ul li:hover h3 a{color:  #1d4391;font-weight: 600;}
	.info .info-con .info-right .info-right-icon li:hover .info-right-icon-kj{background: #1d4391;}
	
}



@media (max-width: 800px) {
	
	#wapper{text-align: center;
    width: 100%;
    height: 1px;
    background: #d9e0e7;
    margin: 60px 0 34px;}
	#wapper i{cursor: pointer;
    display: inline-block;
    width: 75px;
    height: 60px;
    margin-top: -31px;
    border-radius: 50%;
    background: url(../picture/top.png) no-repeat center #fff;}
	
	
	
	.nav_right{top: auto;bottom: 15%;margin: auto;}
	.nav_right ul li{width: 70px;height: 70px;}
	.nav_right ul li img{width: 100%;height: auto;}
	.nav_right ul li h1{font-size: 12px;line-height: 18px;}
	header .headerItem a{margin: 0 3px;}
	.daima{font-size: 12px;line-height: 40px;margin-left: 5%;}
  .pageWrap {
    width: 100%;
    overflow: visible; }
	.kuaijierulou{display: none;}
  .section-title {
    font-size: 18px;
    margin-bottom: 20px;
	 margin-top: 10px;
	}
    .section-title a {
      margin-top: 5px; 
	   }
	.section-title i{width: 3px;height: 22px;background: #1d4391;display: inline-block;position: relative;top: 5px;margin-right: 12px;}
	.section-title span {
    font-size: 16px;
}
  h2 {
    font-size: 20px;
    color: #116cb0;
    padding-bottom: 10px;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500; }
  h3 {
    font-size: 16px !important;
    line-height: 24px !important; }
  h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500; }
  h5 {
    font-size: 14px;
    line-height: 26px;
    color: #666; }
  .divider {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 20px 0; }
  .modal {
    width: 90%;
    top: 20px;
    left: 50%;
    margin-left: -45%;
    z-index: 1001; }
    .modal .modal-main {
      padding: 20px; }
      .modal .modal-main h1 {
        margin-bottom: 20px; }
      .modal .modal-main .forgot-text {
        margin-top: 10px; }
  header {
    height: 40px; }
    header .headerItem {
      line-height: 40px;margin-left: 0; font-size: 12px;margin-right: 5%;}
      header .headerItem.headerItemLan {
        float: right;
        display: inline-block;
        vertical-align: top;
        margin-left: 12px; font-size: 12px;}
	
	
	
  nav {
        padding: 10px 20px 4px;
    position: relative;display: none;}
    nav img {
      height: 38px; }
    nav ul {
      display: none;
      float: none;
      position: absolute;
      top: 38px;
      right: -20px;
      z-index: 10;
      background: white;
      line-height: 1; }
      nav ul li {
        display: block;
        padding: 12px 30px 12px 0;
        margin: 0 15px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px; }
        nav ul li a {
          color: #000; }
	
	.logo{float: none;height: 38px;display: inline-block;}
  .nav {
    display: block;
    float: right;
    height: 15px;
    margin-top: 13px; }
	.banner-img{height: 170px;}
.moblie_head{display: block;}

  .swiper {
    height: auto; }
    .swiper .swiper-container {
      width: 100%;
      padding: 0; }
      .swiper .swiper-container .swiper-slide {
        width: 100%;
        padding-bottom: 48px; }
        .swiper .swiper-container .swiper-slide .swiper-left {
          width: 100%;
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0; }
          .swiper .swiper-container .swiper-slide .swiper-left .swiper-mark, .swiper .swiper-container .swiper-slide .swiper-left .swiper-desc, .swiper .swiper-container .swiper-slide .swiper-left .swiper-btn {
            display: none; }
          .swiper .swiper-container .swiper-slide .swiper-left .swiper-title {
            font-size: 18px;
            margin: 0;
            padding: 10px 15px; }
            .swiper .swiper-container .swiper-slide .swiper-left .swiper-title br {
              display: none; }
        .swiper .swiper-container .swiper-slide .swiper-right {
          width: 100%;
          display: block; }
          .swiper .swiper-container .swiper-slide .swiper-right img {
            width: 100%;
            height: auto; }
      .swiper .swiper-container .swiper-pagination {
        bottom: 48px;
        right: 0;
        top: auto;
        left: auto; }
        .swiper .swiper-container .swiper-pagination a {
          width: 25px;
          height: 25px;
          line-height: 25px; }
  .info {
    margin: 20px; 
	margin-top: 0;}
	.list-nav-left{margin:20px auto 0 auto;}
    .info .info-con .info-left {
      width: 100%;
      margin: 0; }
    .info .info-con .info-right {
      width: 100%;
      margin: 20px 0 0 0; }
      .info .info-con .info-right .info-right-con li .event-left {
        width: 100%;
        display: block; }
        .info .info-con .info-right .info-right-con li .event-left img {
          width: 100%;height: 120px; }
	.info .info-con .info-right .info-right-con li .event-right .event-date {
    background: #116cb0;
    height: 60px;
}
	.info .info-con .info-right .info-right-con li .event-right .event-location {
    background: #1d4391;
    height: 60px;
}
        .info .info-con .info-right .info-right-con li .event-left h3, .info .info-con .info-right .info-right-con li .event-left p {
          max-width: none; font-size: 14px !important;padding-left: 7px;}
      .info .info-con .info-right .info-right-con li .event-right {
        width: 90px;
        position: absolute;
        top: 0;
        right: 0; }
        .info .info-con .info-right .info-right-con li .event-right > div img {
          margin-bottom: 5px; }
      .info .info-con .info-right .info-right-con li span {
        margin-bottom: 10px; }
      .info .info-con .info-right .info-right-con li a {
        position: absolute;
        right: 0;
        bottom: 17px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px; }
	.info-section li a{margin-top: 6px;color: #111;}
	.info .info-con .info-right .info-right-icon{margin-bottom: 0px;margin-top: 10px;}
.info .info-con .info-right .info-right-icon li{width: 25%;float: left;margin-bottom: 4px;margin-right: 0;}
.info .info-con .info-right .info-right-icon li:nth-child(3n){margin-right: 0;}
.info .info-con .info-right .info-right-icon li span{display: block;font-size: 12px;color: #1d1d1d;text-align: center;margin-top: 10px;}
	.info .info-con .info-right .info-right-icon li .info-right-icon-kj{width: 45px;height: 45px;}
.info .info-con .info-right .info-right-icon li .info-right-icon-kj-1{background: #1883d0;}
.info .info-con .info-right .info-right-icon li .info-right-icon-kj-2{background: #ff7a59;}
.info .info-con .info-right .info-right-icon li .info-right-icon-kj-3{background: #FFD700;}
.info .info-con .info-right .info-right-icon li .info-right-icon-kj-4{background: #62b900;}
	
	
.info .info-con .info-right .info-right-icon li img{width: 45px;display: block;margin: 0 auto;}
	.info .info-con .info-right,.info .info-con .info-left{float: none;}
	.info .info-con .info-right, .info .info-con .htmleaf-content{margin-top: 20px;}
	
	
	.research .research-con .research-right .research-right-icon  li .esearch-right-icon-kj{border-radius: 50%;height: 72px;width: 72px;background:#1883d0;margin: 0 auto;}
.research .research-con .research-right .research-right-icon  li:nth-child(4) .esearch-right-icon-kj{background:#ff7a59;}
.research .research-con .research-right .research-right-icon  li:nth-child(5) .esearch-right-icon-kj{background:#FFD700;}
.research .research-con .research-right .research-right-icon  li:nth-child(6) .esearch-right-icon-kj{background:#62b900;}
	#gallery{margin-top: 20px!important;}
	.info-section li .info-section-img{width: 100%;;}
	.list-rd li a{width: calc(100% - 100px);width: -wenkit-calc(100% - 100px);}
  .info-section li {
    width: 100%;
    margin: 0 0 30px 0; height: auto;box-shadow: 0px 4px 9px #f7f7f7;padding: 7px;}
	.info-section li:nth-child(4){margin-bottom: 10px;}
    .info-section li img {
      width: 100%;
      margin-bottom: 10px;
		
	}
	
	.yinying{box-shadow: 0px 4px 9px #e6e6e6;}
	.info .info-con .info-right .info-right-con li .event-left .event-left-img span{margin-left: -92px;    width: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    color: #116cb0;
    margin-top: -15px;
    text-align: center;
    border-right: solid 2px #116cb0;
    font-size: 24px;
    line-height: 24px;
    border-left: solid 2px #116cb0;}
	.info .info-con .info-right .info-right-con li{
		    font-size: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 26px;
     border-bottom: 0px solid #e5e5e5; 
    box-shadow: 0px 4px 9px #fbf8f8;
	}

	
	
  .point {
    margin: 0;
    padding: 0;
    background: none;
    background-color: #f5f5f5; }
    .point .point-con {
      padding: 20px; }
      .point .point-con .point-left {
        width: 100%;
        margin: 0; }
        .point .point-con .point-left ul li {
          display: block;
          width: 100%;
          margin: 0 0 20px 0;
          position: relative; }
          .point .point-con .point-left ul li.noBorder {
            margin-bottom: 20px; }
          .point .point-con .point-left ul li div {
            width: auto;
            display: block;
             }
          .point .point-con .point-left ul li img {
            width: 70px;
             }
      .point .point-con .point-right {
        width: 100%;
        margin: 20px 0 0 0; }
        .point .point-con .point-right ul li {
          padding-bottom: 10px;
          margin-bottom: 15px; }
  .research {
    width: auto;
    margin: 20px;
    padding: 0;
    background: none; }
    .research .research-con .research-left {
      width: 100%;
      margin: 0; }
    .research .research-con .research-right {
      width: 100%;
      margin: 0; }
		.research .research-con .research-right .research-right-icon{margin-bottom: 0;margin-top: 30px;}
		.research .research-con .research-right .research-right-icon li{width: 25%;float: left;margin-bottom: 14px;margin-right: 0;}
	.research .research-con .research-right .research-right-icon li:first-child,.research .research-con .research-right .research-right-icon li:nth-child(2){display: none;}
		.research .research-con .research-right .research-right-icon li:nth-child(3n){margin-right: 0;}
		.research .research-con .research-right .research-right-icon li span{display: block;font-size: 12px;color: #1883d0;text-align: center;margin-top: 10px;}
		.research .research-con .research-right .research-right-icon li img{width: 45px;display: block;margin: 0 auto;}
	.research .research-con .research-right .research-right-icon li .esearch-right-icon-kj{width: 45px;height: 45px;}
	.search{display: none;}
	  .sub-title span.first {
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #e5e5e5; }
	
  .research-files li {
    width: 24%;
    margin: 0 0 20px 0; 
	margin-right: 1.25%;}
    .research-files li:last-child {
      margin-right: 0; }
    .research-files li img {
      width: 100%;
      margin-bottom: 0; }
    .research-files li h3 {
      top: 15px;
      left: 7px;font-size: 13px!important;width: auto; }
  .about {
    padding: 20px;     padding-top: 0;}
    .about ul li {
      margin-right: 33px;
      margin-bottom: 20px; }
      .about ul li span {
        display: block;
        margin-bottom: 10px; }
      .about ul li a {
        margin-bottom: 6px; }
    .about .about-con {
      position: relative; 
	    display: flex;
		top: 0;
	}
      .about .about-con .about-img {
        margin: 0 auto;}
        .about .about-con .about-img img {
          width: 75px; }
  .footer {
    padding: 20px 0; }
    .footer p {
      font-size: 13px; }
  .aboutus-top, .research-top, .research-bottom {
    margin: 0 20px; }
  .research-bottom {
    margin-bottom: 20px; }
  .aboutus-bottom {
    padding: 20px; }
    .aboutus-bottom ul li {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
      .aboutus-bottom ul li h4 {
        margin-bottom: 10px; }
    .aboutus-bottom .timeline {
      margin-left: 35px; }
      .aboutus-bottom .timeline .timeline-item {
        margin-left: 50px;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .aboutus-bottom .timeline .timeline-item h4 {
          margin-bottom: 10px; }
        .aboutus-bottom .timeline .timeline-item .timeline-date {
          position: absolute;
          top: 0;
          left: -88px;
          width: 70px;
          height: 55px;
          padding-top: 15px;
          font-size: 16px; }
  .contact-top {
    margin: 0 20px; }
    .contact-top .contact-con .contact-left {
      width: 100%;
      margin: 0 0 20px 0; }
    .contact-top .contact-con .contact-right {
      width: 100%;
      margin: 0 0 20px 0; }
      .contact-top .contact-con .contact-right img {
        width: 100%; }
  .contact-bottom {
    margin: 0 20px 20px 20px; }
    .contact-bottom ul li div {
      position: relative;
      margin-bottom: 10px; }
  .bread {
    margin-left: 20px; }
  .detail {
    padding-bottom: 0px; }
    .detail .detail-main {
      padding: 20px; }
      .detail .detail-main .sub-title {
        margin-bottom: 20px; }
      .detail .detail-main img {
        margin:0 auto; max-width: 100%;    height: auto!important;}
      .detail .detail-main .img-desc {
        margin-bottom: 20px; }
      .detail .detail-main h3 {
        margin-top: 20px; }
      .detail .detail-main .info-title {
        margin-bottom: 5px; }
  .btn {
    width: 50%; }
  .corporation-top {
    margin: 0 20px; }
  .corporation-bottom {
    padding-bottom: 20px;
    margin: 20px 20px 0 20px;
    background: none;
    background-color: #fefbf7; }
    .corporation-bottom table tbody th {
      padding: 15px; }
  .salon-top {
    margin-bottom: 20px; }
  .forum li > img {
    display: block;
    width: 100%; }
  .forum li .forum-title {
    top: 15px;
    left: 15px;
    width: 80%; }
    .forum li .forum-title .mark {
      width: 40px;
      margin-bottom: 10px; }
    .forum li .forum-title h1 {
      font-size: 22px; }
    .forum li .forum-title h5 {
      display: none; }
  .forum li .forum-info {
    display: block;
    width: 100%;
    font-size: 0; }
    .forum li .forum-info > div {
      height: auto;
      display: inline-block;
      vertical-align: top;
      width: 33.3%;
      padding: 0 10px;
      height: 50px; }
      .forum li .forum-info > div img {
        display: none; }
      .forum li .forum-info > div span {
        line-height: 1; }
      .forum li .forum-info > div.forum-info1, .forum li .forum-info > div.forum-info2 {
        padding-top: 10px; }
      .forum li .forum-info > div.forum-info3 {
        font-size: 18px;
        line-height: 50px;
        padding: 0; }
  .reg li .reg-bottom {
    height: auto; }
    .reg li .reg-bottom div {
      position: relative; }
  .account-bottom {
    margin: 0 20px; }
    .account-bottom .files-btn {
      width: 40% !important; }
  .message {
    display: none; }
  .code .code-main .code-con {
    width: 80%;
    margin: 20px auto; } 
	.foot p{font-size: 12px;text-align: center;}
	.about .about-con p{text-align: center;}
	.pc{display: none!important;}
	.foot-kuai{height: 20px!important;}
	.wap{display: block!important;}
}