﻿@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑" !important;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
}
ul > li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
}
.header {
  height: 120px;
  background: url(../images/h_bg.png) no-repeat center;
}
.header .logo {
  height: 100%;
  width: 280px;
  float: left;
  background: url(../images/logo.png) no-repeat center;
}
.header .search {
  float: right;
  height: 100%;
  padding: 39px 0;
}
.header .search a {
  line-height: 42px;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #999;
  width: 68px;
}
.header .search form {
  width: 200px;
  height: 42px;
  border: 1px solid #ccc;
  float: left;
  border-radius: 32px;
}
.header .search form input[type="text"] {
  float: left;
  width: 158px;
  height: 40px;
  padding: 0 20px;
  color: #999;
}
.header .search form input[type="submit"] {
  height: 40px;
  width: 40px;
  background: url(../images/search.png) no-repeat left 8px center;
}
.nav {
  height: 50px;
  line-height: 50px;
  background-color: #0e7b59;
}
.nav > ul > li {
  float: left;
  width: 12.5%;
  text-align: center;
  background: none;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  font-size: 16px;
  display: block;
  transition: all 0.2s ease 0.1s;
}
.nav > ul > li.active,
.nav > ul > li:hover {
  background: url(../images/nav_active.png) no-repeat center top 5px;
}
.nav > ul > li.active > a,
.nav > ul > li:hover > a {
  color: #06845f;
}
.nav > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.nav > ul > li ul li {
  line-height: 40px;
  background-color: #00815c;
  transition: all 0.2s ease 0.1s;
}
.nav > ul > li ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
}
.nav > ul > li ul li:hover {
  background-color: #117052;
}
.nav > ul > li ul li + li {
  border-top: 1px solid #339a7c;
}
.slide {
  height: 500px;
}
.slide .swiper-container {
  height: 100%;
}
.slide .swiper-container a {
  display: block;
  height: 100%;
}
.slide .swiper-container .swiper_btn {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
}
.slide .swiper-container .swiper_btn .swiper-button-prev {
  width: 122px;
  height: 122px;
  margin-top: -61px;
  background: url(../images/left.png) no-repeat center;
  left: -158px;
}
.slide .swiper-container .swiper_btn .swiper-button-next {
  width: 122px;
  height: 122px;
  margin-top: -61px;
  background: url(../images/right.png) no-repeat center;
  right: -158px;
}
.slide .swiper-container .swiper-pagination {
  bottom: 30px;
  font-size: 0;
}
.slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 31px;
  opacity: 1;
  border-radius: 0;
  background: url(../images/icon.png) no-repeat center;
  margin: 0 9px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  transition: all 0.2s ease 0.1s;
}
.slide .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/icon_active.png) no-repeat center;
  color: #00815c;
}
.footer {
  background: url(../images/footer.jpg) no-repeat center top 0;
  height: 300px;
}
.footer .common_width {
  border-top: 1px solid #d0d0d0;
  padding-top: 60px;
  height: 100%;
  background: url(../images/logo.png) no-repeat center top 60px;
  text-align: center;
}
.footer .common_width .info {
  padding-top: 120px;
}
.footer .common_width .info span {
  padding: 0 30px 0 36px;
  line-height: 20px;
  display: inline-block;
}
.footer .common_width .info span.tel {
  background: url(../images/icon-grounp.png) no-repeat 0 0;
}
.footer .common_width .info span.cz {
  background: url(../images/icon-grounp.png) no-repeat 0 -20px;
}
.footer .common_width .info span.email {
  background: url(../images/icon-grounp.png) no-repeat 0 -40px;
}
.footer .common_width .info span.address {
  background: url(../images/icon-grounp.png) no-repeat 3px -60px;
}
.footer .common_width .info .copyright,
.footer .common_width .info a {
  color: #859d97;
  font-size: 14px;
  line-height: 100px;
}
.main .meeting {
  padding-top: 50px;
}
.main .meeting .pic {
  width: 500px;
  height: 284px;
}
.main .meeting .pic a {
  display: block;
  height: 100%;
  opacity: 0;
  background: url(../images/play.png) no-repeat center;
  transition: all 0.2s ease 0.1s;
}
.main .meeting .pic:hover a {
  opacity: 1;
}
.main .meeting .txt {
  width: 700px;
  padding-left: 37px;
  max-height: 284px;
  overflow: hidden;
}
.main .meeting .txt .tit {
  height: 84px;
  background: url(../images/tit1.png) no-repeat left 10px center;
}
.main .meeting .txt .tit a {
  height: 100%;
  width: 129px;
  float: right;
  line-height: 84px;
  text-align: center;
  color: #fff;
  background: url(../images/more.png) no-repeat center;
}
.main .meeting .txt p {
  color: #4c4c4c;
  line-height: 25px;
  text-indent: 2em;
}
.main .meeting ul li {
  float: left;
  width: 220px;
  height: 140px;
  line-height: 146px;
  text-align: center;
  background: url(../images/ccc.png) no-repeat center;
}
.main .meeting ul li:hover a{
  color: #00815c;
}
.main .meeting ul li a {
  display: block;
  color: #4c7066;
  transition: all 0.2s ease 0.1s;
}
.main .meeting ul li + li {
  margin-left: 25px;
}
.main .snap {
  height: 370px;
  background: url(../images/snap.jpg) no-repeat center;
}
.main .snap a.link {
  width: 320px;
  height: 135px;
  display: block;
  margin: 0 auto;
}
.main .snap ul li:hover{
  box-shadow: 0 0 10px 2px #b1b1b1;
}
.main .snap ul li {
  width: 282px;
  height: 180px;
  float: left;
  transition: all 0.2s ease 0.1s;
}
.main .snap ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.main .snap ul li a p {
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(40, 64, 55, 0.9);
}
.main .snap ul li + li {
  margin-left: 24px;
}
.main .sponsors {
  background: url(../images/sponsors.jpg) no-repeat center;
  padding-bottom: 40px;
}
.main .sponsors a.link {
  width: 350px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.main .sponsors ul li {
  width: 216px;
  height: 60px;
  float: left;
  margin-bottom: 35px;
}
.main .sponsors ul li a {
  display: block;
  height: 100%;
}
.main .sponsors ul li + li {
  margin-left: 30px;
}
.main .sponsors ul li:nth-child(6) {
  margin-left: 0;
}
.main .interview {
  height: 540px;
  background: url(../images/interview.jpg) no-repeat center top;

}
.main .interview ul li {
  width: 380px;
  float: left;
}
.main .interview ul li:hover p{
  color: #00815c;
}
.main .interview ul li .pic {
  height: 214px;
}
.main .interview ul li p {
  padding: 12px 0;
  font-size: 14px;
  color: #284037;
  line-height: 28px;
  max-height: 88px;
  overflow: hidden;
  transition: all 0.2s ease 0.1s;
}
.main .interview ul li + li {
  margin-left: 30px;
}
.main .interview a.more_btn {
  width: 150px;
  height: 52px;
  line-height: 52px;
  margin: 10px auto;
  display: block;
  background: url(../images/more.png) no-repeat center;
  text-align: center;
  color: #fff;
}
.main .news {
  padding-bottom: 15px;
}
.main .news .tit {
  height: 147px;
  background: url(../images/tit3.png) no-repeat left 8px top 48px;
}
.main .news .tit a.more_btn {
  width: 129px;
  height: 100%;
  line-height: 147px;
  float: right;
  background: url(../images/more.png) no-repeat center;
  text-align: center;
  color: #fff;
}
.main .news .fl {
  width: 50%;
  padding-right: 50px;
}
.main .news .fl li {
  height: 130px;
}
.main .news .fl li:hover .txt h5{
  color: #00815c;
}
.main .news .fl li a {
  display: block;
  height: 100%;
  position: relative;
}
.main .news .fl li a .date {
  width: 108px;
  border-top: 1px solid #00815c;
}
.main .news .fl li a .date span {
  color: #00815c;
  display: block;
  text-align: right;
}
.main .news .fl li a .date span.day {
  line-height: 38px;
  font-size: 46px;
  padding-top: 15px;
  line-height: 54px;
}
.main .news .fl li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 143px;
  height: 100%;
  width: 100%;
}
.main .news .fl li a .txt h5 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 6px;
  transition: all 0.2s ease 0.1s;
}
.main .news .fl li a .txt p {
  color: #4c4c4c;
  line-height: 24px;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
}
.main .news .fr {
  width: 50%;
  height: 350px;
}
.main .news .fr .min_slide {
  height: 100%;
}
.main .news .fr .min_slide .swiper-container {
  height: 100%;
}
.main .news .fr .min_slide .swiper-container a {
  display: block;
  height: 100%;
  position: relative;
}
.main .news .fr .min_slide .swiper-container a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.9);
}
.main .news .fr .min_slide .swiper-container a p span {
  display: block;
  height: 50px;
  padding: 0 15px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.main .news .fr .min_slide .swiper-pagination {
  bottom: 0;
  height: 50px;
  font-size: 0;
  left: auto;
  right: 0;
  padding-right: 15px;
  width: auto;
}
.main .news .fr .min_slide .swiper-pagination .swiper-pagination-bullet {
  margin-top: 21px;
  background-color: #939d9a;
  opacity: 1;
}
.main .news .fr .min_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page .page_tit {
  height: 200px;
  background: url(../images/pagetit.jpg) no-repeat center;
  text-align: right;
  position: relative;
}
.page .page_tit p {
  line-height: 57px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  color: #fff;
}
.page .page_tit p a {
  color: #fff;
  font-size: 14px;
}
.page .page_tit p span:last-child{
  display: none;
}
.page .page_tit h2 {
  width: 260px;
  height: 60px;
  line-height: 60px;
  background: url(../images/page_l.jpg) no-repeat center;
  font-size: 24px;
  font-family: '楷体';
  color: #fff;
  position: absolute;
  bottom: -30px;
  text-align: center;
  left: 50%;
  margin: 0;
  margin-left: -600px;
}
.page .page_main > .fl {
  width: 260px;
  text-align: center;
}
.page .page_main > .fl ul.left_nav {
  background-color: #f0f0f0;
  padding-top: 30px;
}
.page .page_main > .fl ul.left_nav li {
  line-height: 60px;
  height: 60px;
}
.page .page_main > .fl ul.left_nav li a {
  padding: 0 15px;
  display: block;
  height: 100%;
  font-size: 18px;
  color: #262626;
}
.page .page_main > .fl ul.left_nav li.active,
.page .page_main > .fl ul.left_nav li:hover {
  background: url(../images/a_icon.png) no-repeat center;
}
.page .page_main > .fr {
  width: 940px;
  padding: 30px 0 50px 40px;
}
.page .page_main > .fr .r_tit {
  text-align: center;
  font-size: 0;
  height: 58px;
  line-height: 58px;
  color: #018a63;
}
.page .page_main > .fr .r_tit span {
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.page .page_main > .fr .r_tit span.l_icon {
  width: 38px;
  background: url(../images/l_icon.png) no-repeat left center;
}
.page .page_main > .fr .r_tit span.r_icon {
  width: 38px;
  background: url(../images/r_icon.png) no-repeat right center;
}
.page .page_main > .fr .txt p {
  font-size: 16px;
  color: #424242;
  line-height: 28px;
  margin: 12px 0;
}
.page .page_main > .fr .txt td{
  padding: 12px;
}
.page .page_main > .fr .scholar {
  padding-left: 20px;
  padding-top: 50px;
}
.page .page_main > .fr .scholar .item {
  height: auto;
}
.page .page_main > .fr .scholar .item .pic {
  width: 250px;
  height: 280px;
  float: left;
}
.page .page_main > .fr .scholar .item .item_txt {
  float: right;
  width: 580px;
}
.page .page_main > .fr .scholar .item .item_txt h5 {
  color: #0b7e5c;
  font-size: 28px;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: '楷体';
}
.page .page_main > .fr .scholar .item .item_txt h6 {
  color: #0b7e5c;
  font-size: 14px;
  line-height: 42px;
  margin: 0;
}
.page .page_main > .fr .scholar .item .item_txt p {
  font-size: 14px;
  line-height: 28px;
}
.page .page_main > .fr .scholar_list {
  padding-top: 50px;
}
.page .page_main > .fr .scholar_list .scholar_listitem {
  width: 50%;
  height: 190px;
  margin-bottom: 30px;
  float: left;
  padding-right: 60px;
}
.page .page_main > .fr .scholar_list .scholar_listitem a {
  display: block;
  height: 100%;
  position: relative;
}
.page .page_main > .fr .scholar_list .scholar_listitem a .pic {
  height: 100%;
  width: 170px;
}
.page .page_main > .fr .scholar_list .scholar_listitem a .txt {
  width: 100%;
  height: 100%;
  padding-left: 190px;
  position: absolute;
  top: 0;
  left: 0;
}
.page .page_main > .fr .scholar_list .scholar_listitem a .txt h5 {
  font-size: 28px;
  line-height: 30px;
  font-family: '楷体';
  color: #0b7e5c;
  margin: 5px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
.page .page_main > .fr .scholar_list .scholar_listitem a .txt h6 {
  font-size: 14px;
  font-family: 'Arial';
  color: #0b7e5c;
  margin: 10px 0 10px;
}
.page .page_main > .fr .scholar_list .scholar_listitem a .txt div {
  font-size: 14px;

  color: #424242;
  margin: 0;
  max-height: 120px;
  overflow: hidden;
}
.page .page_main > .fr .scholar_list .scholar_listitem a .txt div p{
  /*text-indent: -2em;*/
  margin: 0;
  line-height: 24px;
}
.page .page_main > .fr .picture_list {
  padding-top: 40px;
}
.page .page_main > .fr .picture_list .col-md-4 {
  height: 220px;
  margin-bottom: 20px;
}
.page .page_main > .fr .picture_list .col-md-4 .pic {
  height: 180px;
}
.page .page_main > .fr .picture_list .col-md-4 p {
  line-height: 40px;
  height: 40px;
  background-color: rgba(195, 234, 223, 0.9);
  text-align: center;
  font-size: 16px;
  color: #333;
}
.page .page_main .content {
  padding: 62px 0 20px;
}
.page .page_main .content > .fl {
  width: 940px;
  padding-right: 40px;
}
.page .page_main .content > .fl .tit {
  border-bottom: 1px solid #e6edeb;
  margin-bottom: 20px;
}
.page .page_main .content > .fl .tit h3 {
  line-height: 30px;
  font-size: 30px;
  font-family: '楷体';
  color: #018a63;
  margin: 0;
}
.page .page_main .content > .fl .tit span {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #999;
  padding-left: 4px;
}
.page .page_main .content > .fl p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 28px;
  margin: 12px 0;
}
.page .page_main .content > .fl .bdsharebuttonbox {
  margin: 40px 0 30px;
}
.page .page_main .content > .fl .bdsharebuttonbox > a {
  padding-left: 24px;
  height: 24px;
  border-radius: 2px;
  margin-right: 8px;
}
.page .page_main .content > .fl .bdsharebuttonbox > a.bds_weixin {
  background: #058661 url(../images/wechat.png) no-repeat center;
}
.page .page_main .content > .fl .bdsharebuttonbox > a.bds_tsina {
  background: #058661 url(../images/sina.png) no-repeat center;
}
.page .page_main .content > .fl .bdsharebuttonbox > a.bds_sqq {
  background: #058661 url(../images/sqq.png) no-repeat center;
}
.page .page_main .content > .fl .bdsharebuttonbox > a.bds_more {
  background: #058661 url(../images/bds_more.png) no-repeat center;
}
.page .page_main .content > .fl ul.newslist {
  border-bottom: 1px solid #e6f2ee;
  padding-bottom: 20px;
}
.page .page_main .content > .fl ul.newslist li {
  height: 170px;
  box-sizing: content-box;
}
.page .page_main .content > .fl ul.newslist li:hover a > .txt h5{
  color: #0b7e5c;
}
.page .page_main .content > .fl ul.newslist li a {
  position: relative;
  display: block;
  height: 100%;
}
.page .page_main .content > .fl ul.newslist li a .pic {
  width: 302px;
  height: 100%;
}
.page .page_main .content > .fl ul.newslist li a > .txt {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 328px;
}
.page .page_main .content > .fl ul.newslist li a > .txt h5 {
  font-size: 28px;
  font-family: '楷体';
  line-height: 28px;
  color: #262626;
  margin: 6px 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease 0.1s;
}
.page .page_main .content > .fl ul.newslist li a > .txt span {
  font-size: 14px;
  color: #0b7e5c;
  display: block;
  line-height: 24px;
  margin: 8px 0 3px;
}
.page .page_main .content > .fl ul.newslist li a > .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 0;
  max-height: 96px;
  overflow: hidden;
}
.page .page_main .content > .fl ul.newslist li + li {
  margin-top: 20px;
  border-top: 1px solid #e6f2ee;
  padding-top: 23px;
}
.page .page_main .content > .fl ul.searchlist .search_tit {
  line-height: 20px;
  font-size: 16px;
  margin: 0 0 15px;
}
.page .page_main .content > .fl ul.searchlist .search_tit span {
  color: #0b7e5c;
}
.page .page_main .content > .fl ul.searchlist li {
  height: 70px;
  border-bottom: 1px solid #e6f2ee;
}
.page .page_main .content > .fl ul.searchlist li a {
  display: block;
  height: 100%;
}
.page .page_main .content > .fl ul.searchlist li a p {
  margin: 0;
  font-size: 24px;
  font-family: '楷体';
  line-height: 69px;
  max-width: 80%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .page_main .content > .fl ul.searchlist li a p > em {
  font-style: normal;
  color: #0b7e5c;
}
.page .page_main .content > .fl ul.searchlist li a span.date {
  float: right;
  font-size: 20px;
  color: #0b7e5c;
  padding-right: 10px;
  line-height: 69px;
}
.page .page_main .content > .fl .contact_us {
  padding-top: 22px;
}
.page .page_main .content > .fl .contact_us .info {
  padding-bottom: 37px;
}
.page .page_main .content > .fl .contact_us .info li {
  height: 100px;
  margin-bottom: 30px;
  padding-left: 142px;
  width: 360px;
  float: left;
  background: url(../images/2_03.jpg) no-repeat left 6px center;
}
.page .page_main .content > .fl .contact_us .info li h5 {
  color: #0b4c38;
  font-size: 30px;
  line-height: 32px;
  font-family: '楷体';
  margin-top: 12px;
  margin-bottom: 8px;
}
.page .page_main .content > .fl .contact_us .info li p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
.page .page_main .content > .fl .contact_us .info li:nth-child(2) {
  background: url(../images/2_05.jpg) no-repeat left 6px center;
}
.page .page_main .content > .fl .contact_us .info li:nth-child(3) {
  background: url(../images/2_09.jpg) no-repeat left 6px center;
}
.page .page_main .content > .fl .contact_us .info li:nth-child(4) {
  background: url(../images/2_10.jpg) no-repeat left 6px center;
}
.page .page_main .content .hot_list {
  width: 260px;
  border-bottom: 2px solid #0b7e5c;
  border-top: 2px solid #0b7e5c;
  background-color: #f1f7f5;
}
.page .page_main .content .hot_list h3 {
  background: url(../images/icon1.png) no-repeat left 19px center;
  padding-left: 48px;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #0b7e5c;
  font-weight: bold;
  font-size: 20px;
  font-family: '楷体';
  margin-bottom: 12px;
}
.page .page_main .content .hot_list ul li {
  padding: 12px 20px;
  line-height: 24px;
  font-size: 14px;
}
.page .page_main .content .hot_list ul li a {
  display: block;
  color: #333;
  max-height: 48px;
  overflow: hidden;
}
.page .page_main .content .hot_list ul li + li {
  border-top: 1px solid #daebe5;
}
.page .page_nav {
  margin: 28px 0 30px;
  height: 41px;
  text-align: center;
}
.page .page_nav a {
  width: 41px;
  height: 41px;
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
}
.page .page_nav a.num {
  color: #666;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
}
.page .page_nav a.num:hover,.page .page_nav a.num.active {
  background: url(../images/page_nav.png) no-repeat center;
  color: #1b8767;
}
.page .page_nav a.l_btn {
  background: url(../images/left_p.png) no-repeat center;
}
.page .page_nav a.r_btn {
  background: url(../images/right_p.png) no-repeat center;
}




.main .snap a.link{
  background: url(../images/0006.png) no-repeat center;
}
.main .sponsors a.link{
  background: url(../images/0008.png) no-repeat center;
}
.main .interview ul>a{
  background: url(../images/0007.png) no-repeat center;
}