a, area {
  blr: expression(this.onFocus=this.blur())
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #129afa;
}
a:focus {
  text-decoration: none;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
}
html, body {
  width: 100%;
  font-family: "SourceHanSansCN Medium", -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
} /*Reset Android and IOS font*/
input {
  border-radius: 0;
} /*Reset IOS input style*/
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form {
  margin: 0;
  padding: 0;
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}
.w820 {
  width:790px;
}
.mt {
  margin-top: 16px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr30 {
  margin-right: 30px;
}
.mb{
	margin-bottom:18px;
}
.hr {
  width: 100%;
  height: 40px;
}
.m-head {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}
.m-head-nav {
  flex: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #f6f6f6;
}
.m-head-nav .m-head-ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-left: 2%;
}
.m-head-nav .m-head-ul li {
  position: relative;
  width: 46px;
  height: 40px;
}
.m-head-nav .m-head-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
.m-head-nav .m-head-ul li a:hover, .m-head-nav .m-head-ul li a.active {
  color: #129afa;
}
.m-head-nav .m-head-ul li dl {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 888;
  list-style-type: none;
  display: none;
}
.m-head-nav .m-head-ul li dl dd {
  width: 100%;
  height: 0px;
  line-height: 36px;
}
.m-head-nav .m-head-ul li:hover dl {
  display: block;
  background: #f6f6f6;
}
.m-head-nav .m-head-ul li:hover dl dd {
  height: 36px;
}
.m-head-nav .m-head-ul li:hover dl dd a {
  height: 36px;
}
.m-head-nav .m-head-ul > li dl dd a:hover {
  background: rgba(80, 80, 80, 0.14);
}
.m-head-log {
  width: 10%;
  margin-right: 10px;
  font-size: 12px;
  text-align: right;
}
.m-top {
  display: flex;
  width: 100%;
  margin: 24px auto;
}
.m-top .m-logo {
  width: 220px;
  margin-right: 10px;
}
.m-top .m-top-nav {
  flex: 1;
}
.m-top .m-top-ul {
  display: flex;
}
.m-top .m-top-nav li {
  position: relative;
  padding: 10px 8px;
}
.m-top .m-top-nav li a {
  display: block;
  font-size: 16px;
  color: #333;
}
.m-top .m-top-nav li a:hover, .m-top .m-top-nav li.channel a {
  color: #129afa;
}
.m-top .m-top-nav li.channel a {
  font-size: 18px;
}
.m-top .m-search {
  display: flex;
  width: 250px;
  height: 34px;
  line-height: 34px;
  margin: 4px auto;
}
.m-top .m-search input {
  flex: 1;
  height: 34px;
  line-height: 34px;
  padding-left: 6px;
  font-size: 14px;
  border: 1px solid #dadada;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
.m-top .m-search a {
  width: 56px;
  height: 34px;
  line-height: 34px;
  border-radius: 0 8px 8px 0;
  background: #2577e3 url(../images/search.png) center center no-repeat;
  background-size: 36%;
}
.context-left {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 30px;
	/*margin-bottom: 16px;*/
}
.m-title {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #129afa;
}
.m-title .type {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  background: #129afa;
}
.m-title02 .type {
  position: relative;
  background: transparent;
  color: #129afa;
}
.m-title02 .type:after {
  content: "";
  width: 4px;
  height: 56%;
  position: absolute;
  left: 0;
  top: 18%;
  border-radius: 4px;
  background: #129afa;
}
.m-title .more {
  float: right;
  color: #999;
  font-size: 12px;
}
.news-box {
  display: flex;
}
.news-box .news-wrap {
  width: 790px;
  height: 466px;
}
.news-box .news-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
}
.news-box .news-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-box .swiper-pagination {
  left: 0;
  bottom: 12px;
  padding-left: 14%;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.news-box .swiper-pagination-current {
  font-size: 28px;
  color: #e71f18;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/focus_right_b.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/focus_left_b.png");
}
.news-wrap .wraper-list {
  position: relative;
  width: 100%;
}
.wraper-list a {
  display: block;
}
.wraper-list .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.news-box .news-list li {}
.news-box .news-list li a {
  display: block;
  align-items:flex-start;
  align-content: center;
/*  margin: 24px auto;
  padding-bottom: 24px;*/
 height: 100px; 
  line-height: 1.6;
  font-size: 16px;
  color: #333;

 position: relative;
}
.news-box .news-list li a:after{
 content: "";
 position: absolute;
 left: 0;
 bottom: 20%;
 width: 100%;
 height: 2px;
   border-bottom: 2px dashed #e8e8e8;
 
}
.news-box .news-list li:first-child a {
  margin-top: 0;
}
.news-box .news-list li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
.expert-list{
	margin-bottom:16px;
}
.expert-list ul {
  width: 100%;
}
.expert-list ul li {
  display: inline-block;
  width: 24%;
  margin: 0 auto;
  text-align: center;
}
.expert-list ul li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.expert-list ul li a img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 18px auto;
	margin-bottom: 16px;
}
.character-wrap {
  position: relative;
  width: 100%;
}
.character-wrap .tabs {
  display: flex;
  align-items: center;
  height: 34px;
  background-color: #e4e4e4;
}
.character-wrap .tabs a {
  flex: 1;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.character-wrap .tabs a.active {
  color: #fff;
  background: #129afa;
}
.intro-list {
  width: 100%;
}
.intro-list li {
  margin:18px auto;
  cursor: pointer;
}
.intro-list .img {
  width: 146px;
  margin-right: 30px;
}
.intro-list .img img{
	display:block;
	width:100%;
}
.intro-list .name {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #333;
  background: #e4e4e4;
}
.intro-list .intro-text {
  position: relative;
	flex:2;
}
.intro-list .intro-text h2 {
  line-height: 35px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.intro-list .intro-text p {
  line-height: 1.8;
  font-size: 14px;
  color: #666;
}
.intro-list .intro-text .time {
  position: absolute;
  left: 0;
  bottom: 3%;
  font-size: 14px;
  color: #999;
  text-indent: 32px;
  background: url("../images/time.png") no-repeat left center;
  background-size: 16px 16px;
}
.context-list {}
.context-list li {
  position: relative;
  margin: 18px auto;
}
.context-list li a {
  display: block;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.news-box .news-list li a:hover, .context-list li a:hover {
  color: #129afa;
}
.context-list .context-list-text {
  padding: 0 10px;
  margin: 16px auto;
  margin-bottom: 26px;
}
.context-list .title {
  font-size: 14px;
  margin-bottom: 14px;
}
.news-list02 .context-list-text .txt {
  color: #666;
}
.news-list02 .context-list .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.context-list .context-list-text .txt {
  color: #999;
}
.context-list .txt02 {
  padding: 0 10px 0 24px;
  position: relative;
}
.context-list .txt02:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #e4e4e4;
}
.context-list .img {
  position: relative;
  width: 100%;
}
.video-play {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  background: url("../images/play.png") no-repeat center center;
  background-size: 68px 68px;
}
.context-list li a.flex-wrap {
  display: flex;
  align-items: center;
}
.news-list02 .p-list {
  flex: 1;
}
.news-list02 .context-list .img {
  width: 260px;
  height: 158px;
}
.news-list02 .context-list .img img {
  width: 100%;
  height: 100%;
}
.news-list02 .context-list .context-list-text {
  flex: 1;
  margin-left: 20px;
}
.news-list02 .context-list .txt02 .time {
  float: right;
  color: #999;
}
.c-intro-box {
  flex: 1;
}
.c-intro-box img {
  width: 100%;
}
.intro-more {
  align-items: center;
  margin: 20px auto;
}
.intro-more .from {
  margin-left: 48px;
  font-weight: bold;
}
.c-intro-box .detail {
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.c-intro-box .detail strong {
  color: #333;
}
.c-intro-box li {
  position: relative;
}
.news-box .c-intro-box li a {
  display: flex;
}
.c-intro-box .l {
  width: 76%;
}
.c-intro-box .time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
}
.com-list {
  position: relative;
  width: 100%;
  margin: 24px auto;
  padding-top: 24px;
  background: #e4e4e4;
}
.com-list .bd_title {
  width: 60px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -90px;
  padding-top: 52px;
  vertical-align: middle;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #129afa;
}
.com-list .com-context {
  margin-left: 120px;
  margin-right: 60px;
}
.com-list .swiper-button-next, .com-list .swiper-button-prev {
  width: 16px;
  height: 25px;
  top: 36%;
  -moz-background-size: 16px 25px;
  -webkit-background-size: 16px 25px;
  background-size: 16px 25px;
}
.com-list .swiper-button-prev {
  left: 80px;
}
.com-list .swiper-button-next {
  right: 20px;
}
.com-list .swiper-button-next, .com-list .swiper-container-rtl .swiper-button-prev {
  background: url(../images/right_b.png) no-repeat;
}
.com-list .swiper-button-prev, .com-list .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/left_b.png");
}
.com-context .txt {
  margin: 14px auto;
  text-align: center;
}
.com-context .wraper-list .img {
  width: 236px;
  overflow: hidden;
}
.com-context .wraper-list img {
  width: 100%;
}
.com-context .wraper-list a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.book-list .wraper-list .img {
  width: 188px;
}
/*foot begin*/
.footer {
  padding: 60px 0;
  background: #f9f9f9;
  color: #999;
  position: relative;
}
.footer-darken {
  background: #c9c9c9;
  color: #666;
}
.footer-inner {
  padding-left: 40px;
}
.footer a {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.footer-darken a {
  color: #666;
}
.footer .footer-tit {
  font-size: 24px;
  ;
  margin-bottom: 10px;
}
.footer .wx-icn span {
  float: left;
  display: inline;
  font-weight: normal;
  width: 127px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  margin: 0 22px 70px 0;
}
.footer .wx-icn span img {
  display: block;
  width: 100%;
}
.footer4 {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  clear: left;
}
.footer4 p {
  margin-bottom: 0;
}
.footer-line {
  position: absolute;
  top: 0;
  bottom: 10px;
  width: 1px;
  height: 100%;
  background: #e4e4e4;
  left: -20px;
}
.footer-darken .footer-line {
  background: #b5b5b5
}
@media (max-width: 991px) {
  .footer-line {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    background: transparent;
    border-top: 1px solid #e4e4e4;
    margin-top: 50px;
  }
  .footer-darken .footer-line {
    border-color: #b5b5b5
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .footer .wx-icn span {
    width: 100px;
  }
}
.footer a:hover {
  color: #129afa
}
#tbox {
  width: 54px;
  z-index: 1200;
  float: right;
  position: fixed;
  right: 20px;
  bottom: 100px;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
  _margin-bottom: 15px;
}
#tbox li {
  height: 54px;
  width: 54px;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
  clear: both;
}
#tbox a {
  background: url(../images/siderbar_tool.png);
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  color: #fff;
  filter: Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center
}
#tbox a:hover {
  text-decoration: none
}
#tbox a:hover {
  filter: Alpha(Opacity=100);
  opacity: 1
}
#tbox a b {
  display: none
}
#home a {
  background-position: 0 0;
}
#sina_weibo a {
  background-position: -59px 0;
}
#weixin a {
  background-position: -118px 0;
}
#qq a {
  background-position: -295px 0;
}
#gotop a {
  background-position: -354px 0;
}
@media screen and (max-width: 992px) {
  #tbox {
    display: none;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}
.mobile-head {
  display: none;
}
/*mobile begin*/
@media (max-width:900px) {
  .m-head, .top-box {
    display: none;
  }
  .mobile-head {
    display: block;
  }
  .mobile-flex-no {
    display: block !important;
  }
  .w820 {
    width: 100%;
  }
  .mobile-mar-no {
    margin: 0;
  }
  .container {
    width: 100%;
  }
  .news-box .news-wrap {
    width: 100%;
    height: auto;
  }
  .news-wrap .wraper-list img {
    display: block;
    width: 100%;
  }
  .news-box {
    display: block;
  }
  .wraper-list .text {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .swiper-button-next, .swiper-button-prev {
    background-size: 60%;
    bottom: 5px;
  }
  .swiper-pagination {
    display: none;
  }
  .news-box .news-list li a {
    margin: 16px auto;
    padding-bottom: 16px;
  }
  .news-box .news-list li:first-child a {
    margin-top: 16px;
  }
  .intro-list .img {
    flex: 1;
    margin-right: 12px;
  }
  .intro-list .img img {
    width: 100%;
  }
  .intro-list .intro-text {
    flex: 2;
  }
  .intro-list .intro-text h2 {
    line-height: 1.4;
    font-size: 16px;
  }
  .intro-list .intro-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .context-left {
    margin-left: 0;
  }
  .context-list .img img {
    width: 100%;
  }
  .expert-list {
    margin-bottom: 16px;
  }
  .topbox {
    height: 30px;
    background: #eeeeed;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    overflow: hidden;
  }
  .topbox1 {
    overflow: hidden;
    font-size: 12px;
    color: #999;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 15px
  }
  .topbox1_l {
    overflow: hidden;
    float: left;
    display: inline;
  }
  .topbox1_l span, .topbox1_l p {
    float: left;
    display: inline-block;
    overflow: hidden;
  }
  .topbox1_l p {
    margin-left: 12px;
    color: #ff2525
  }
  .topbox1_r {
    overflow: hidden;
    float: right;
    display: inline;
  }
  .topbox1_r span {
    margin: 0 15px;
    float: right;
  }
  .topbox1_r a {
    float: right;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
  }
  .topbox1_r a:hover {
    color: #129afa
  }
  .topbox1_r a.t400 {
    background: url(top1.png) left top no-repeat;
    padding-left: 23px;
    margin-right: 40px;
    cursor: default;
  }
  .topbox1_r a.t400:hover {
    color: #b8b8b8;
  }
  .topbox1_r a.regp {
    background: url(top2.png) left top no-repeat;
    padding-left: 23px;
    margin-right: 40px;
  }
  .topbox1_r a.mmsg {
    background: url(top3.png) right top no-repeat;
    width: 30px;
  }
  .topbox1_r a.sina {
    background: url(top4.png) right top no-repeat;
    width: 30px;
    margin-left: 10px;
  }
  .navbar {
    width: 100%;
    height: 64px;
    background: #eeeeed;
  }
  .navbar-toggle {
    position: relative;
    display: block;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ccc;
  }
  .navbar-collapse {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #e4e4e4;
    z-index: 9999;
    display: none;
  }
  .navbar-collapse li {
    position: relative;
    padding: 10px 3%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
  }
  .navbar-collapse li a {
    display: block;
    margin-left: 2%;
    font-size: 16px;
    color: #333;
  }
  .navbar-collapse .arrow {
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #b5b5b5;
  }
  .show {
    display: block;
  }
  .footer {
    padding: 16px 0;
  }
  .footer-inner {
    padding-left: 0;
  }
  .footer .logoz {
    display: block;
    margin: 0 auto;
  }
  .footer a {
    display: inline-block;
  }
  .footer-line {
    margin: 16px auto;
  }
  .footer .wx-icn span {
    width: 30%;
    margin: 0 10px 8px 0;
  }
  .news-list02 .context-list .img {
    width: 100%;
    height: auto;
  }
  .news-list02 .context-list .context-list-text {
    margin-left: 0;
  }
  .news-list02 .context-list .txt02 .time {
    display: none;
  }
  .com-list .bd_title {
    display: none;
  }
  .com-list .com-context {
    margin: 0;
  }
  .com-context .wraper-list .img {
    width: 100%;
  }
  .com-list .swiper-button-prev {
    left: 2%;
  }
  .com-list .swiper-button-next {
    right: 2%;
  }
  .com-list .swiper-container {
    width: 84%;
    margin: 0 auto;
  }
  .com-list .swiper-slide {
    width: 28% !important;
    margin-right: 10px !important;
  }
  .com-context .txt {
    font-size: 12px;
  }
  .navbar.pos {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
  }
	
}
.footer a:hover {
  color: #129afa
}