* {
  margin: 0px;
  padding: 0px;
}

body, html {
  font-family: "microsoft yahei";
  font-size: 16px;
  line-height: 200%;
  color: #555;
  background-color: #fff;
  font-size: 87.5%;
}

.clear {
  font-size: 0px;
  clear: both;
  line-height: 0px;
  height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

img {
  border: none;
}

a:link {
  TEXT-DECORATION: none;
}

a:visited {
  TEXT-DECORATION: none;
}

a:hover {
  TEXT-DECORATION: none;
}

a:active {
  TEXT-DECORATION: none;
}

ul, li {
  list-style-type: none;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  /* 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: flex-start;
}

.swiper-slide img {
  max-width: 100%;
}

.header {
  width: 100%;
  background-color: #fff;
  height: 120px;
  color: #959595;
}

.nav_list {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  height: 120px;
  position: relative;
}

.nav_list a {
  display: inline-block;
  padding: 0 28px;
  color: #959595;
  line-height: 120px;
}

.nav_list a:hover {
  color: #02633E;
}

.nav_list a.logo_box {
  width: 210px;
}

.nav_list a .logo {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -105px;
  z-index: 9;
}

.menu {
  display: inline-block;
  padding: 0 20px;
  color: #959595;
  line-height: 120px;
  background: url("../i/gray.jpg") right center no-repeat;
  position: relative;
  cursor: pointer;
}

.menu_list {
  position: absolute;
  left: 0;
  top: 80px;
  background: rgba(239, 239, 239, 0.8) !important;
  filter: Alpha(opacity=80);
  background: #EFEFEF;
  border-radius: 0px 0px 8px 8px;
  width: 120px;
  padding: 0px 15px;
  z-index: 10;
  display: none;
}

.menu_list li a {
  line-height: 30px;
  font-size: 12px;
  display: block;
  padding: 0;
  border-bottom: 1px dashed #959595;
}

.menu_list li a:hover {
  color: #02633E;
  border-bottom: 1px dashed #02633E;
}

.menu_list li:last-child a {
  border-bottom: none;
}

.menu:hover {
  color: #02633E;
  background: url("../i/green.jpg") right center no-repeat;
}

.menu:hover .menu_list {
  display: block;
}

.nav_box {
  width: 100%;
  background-color: #E8F2F1;
  overflow: hidden;
}

.nav_content {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu {
  padding: 50px 0;
}

.nav_menu li {
  float: left;
  width: 25%;
  text-align: center;
}

.nav_menu li a img {
  margin-bottom: 10px;
}

.nav_menu li a {
  display: block;
  font-size: 18px;
  color: #000000;
}

.content_fox {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 190px 0;
  overflow: hidden;
}

.content_left {
  background: url("../i/title_bg.png") center center no-repeat;
  width: 510px;
  height: 272px;
  padding: 16px;
  float: left;
}

.content_right {
  float: right;
  width: 480px;
  margin-top: 15px;
  color: #959595;
}

.title {
  width: 100%;
  font-size: 18px;
  color: #959595;
}

.title span {
  background: url("../i/title.png") center center no-repeat;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  padding: 0 15px;
  width: 135px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

.content_text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
}

.content_text a {
  display: block;
  margin-top: 40px;
}

.content_bg {
  background: url("../i/bg.jpg") center center no-repeat #E8F2F1;
  background-size: cover;
}

.news_content {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.news_box {
  width: 490px;
  float: left;
  margin-top: 60px;
}

.news_title {
  color: #757575;
  font-size: 18px;
  margin-bottom: 5px;
}

.news_title a {
  float: right;
  color: #fff;
  background-color: #02633E;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  margin-top: 3px;
  font-size: 10px;
}

.news_list {
  width: 100%;
}

.news_list li {
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.news_time {
  float: left;
  width: 50px;
  font-size: 10px;
  color: #8E8E8E;
  text-align: right;
  padding: 0 10px;
  margin-top: 5px;
}

.news_time span {
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 2px;
}

.news_text {
  width: 260px;
  float: left;
  color: #757575;
  font-size: 12px;
  margin-left: 10px;
  line-height: 18px;
  padding-top: 48px;
  line-height: 24px;
}

.news_text a {
  color: #757575;
}

.news_text h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

.news_text h2 span {
  color: #fff;
}

.news_text h2 span img {
  vertical-align: middle;
}

.news_img {
  float: right;
  width: 118px;
  height: 80px;
}

.news_img img {
  width: 118px;
  height: 80px;
}

.plan_list {
  width: 100%;
}

.plan_list li {
  width: 285px;
  float: left;
  margin: 12px 35px;
  position: relative;
}

.plan_img {
  width: 285px;
  height: 258px;
}

.plan_img img {
  width: 285px;
  height: 258px;
}

.plan_text {
  height: 60px;
  background-color: #E8E8E8;
  color: #959595;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 18px;
}

.plan_text h2 {
  font-size: 13px;
  color: #757575;
  margin-bottom: 8px;
}

.plan_point {
  background-color: #02633E;
  color: #fff;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  height: 70px;
  padding: 5px 0;
  line-height: 22px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.plan_point h2 {
  font-size: 14px;
}

.plan_point a {
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
  height: 50px;
  display: block;
}

.plan_list li:hover .plan_point {
  display: block;
}

.swiper-container-h {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.swiper-container-h .swiper-wrapper {
  width: 1065px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-h .swiper-button-prev {
  background: url("../i/left.png") left center no-repeat;
  width: 37px;
  height: 72px;
}

.swiper-container-h .swiper-button-next {
  background: url("../i/right.png") right center no-repeat;
  width: 37px;
  height: 72px;
}

.swiper-container-h .swiper-button-next-h, .swiper-button-prev-h {
  width: 37px;
  height: 72px;
  bottom: inherit;
  top: 50%;
}

.footer {
  background-color: #F4F4F4;
  width: 100%;
  padding-bottom: 20px;
  /*margin-top: 60px;*/
}

.foot_link{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.friend_link{
  width: 1050px;
  margin: 0 auto;
  font-size: 18px;
  color: #a8aaaa;
  border-bottom: 2px solid #e2dfdf;
  line-height: 60px;
}
.foot_link ul{
  width: 1050px;
  margin: 30px auto 20px;
}
.foot_link ul li{
  float: left;
  line-height: 25px;
  margin-right: 20px;
}
.foot_link ul li a{
  font-size: 14px;
  color: #a8aaaa;
}

.foot_box {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 20px;
}

.foot_logo {
  float: left;
}

.foot_text {
  width: 70px;
  float: left;
  text-align: center;
  margin-left: 35px;
  font-size: 14px;
  margin-top: 30px;
  line-height: 25px;
}

.foot_text a {
  color: #959595;
  display: block;
}

.foot_contact {
  width: 400px;
  float: left;
  margin-left: 30px;
  font-size: 10px;
  line-height: 18px;
  color: #959595;
  margin-top: 30px;
}

.foot_two {
  float: right;
  margin-left: 30px;
  line-height: 20px;
  font-size: 10px;
  color: #959595;
}

.foot_two img {
  width: 100px;
  height: 100px;
}

.fast_left {
  float: left;
  width: 380px;
  padding: 20px;
  background-color: #fff;
  height: 410px;
  margin-top: 80px;
}

.fast_title {
  font-size: 18px;
  margin-bottom: 20px;
}

.fast_title a {
  font-size: 12px;
  float: right;
  color: #959595;
}

.fast_img {
  width: 100%;
}

.fast_img img {
  width: 100%;
}

.fast_text {
  color: #959595;
}

.fast_text h2 {
  font-size: 16px;
  color: #757575;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fast_text span {
  float: right;
  font-size: 12px;
  display: block;
  margin-top: 25px;
}

.fast_right {
  float: right;
  width: 540px;
  height: 460px;
  overflow: hidden;
  margin-top: 80px;
}

.head_list {
  width: 100%;
}

.head_list li {
  background-color: #fff;
  overflow: hidden;
  padding: 8px 15px;
  margin-bottom: 12px;
}

.head_img {
  float: left;
  width: 50px;
  height: 32px;
  text-align: center;
  line-height: 0;
  margin-top: 3px;
}

.head_img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.head_text {
  float: right;
  width: 390px;
  font-size: 14px;
  line-height: 20px;
}

.head_text span {
  float: right;
  font-size: 12px;
}

.swiper-container-w .swiper-button-prev {
  background: url("../i/up.jpg") left center no-repeat;
  right: 65px;
  left: inherit;
}

.swiper-container-w .swiper-button-next {
  background: url("../i/down.jpg") right center no-repeat;
  right: 40px;
}

.swiper-container-w .swiper-button-next-w, .swiper-button-prev-w {
  bottom: 0;
  top: inherit;
  width: 20px;
  height: 20px;
}

.swiper-container-w .swiper-wrapper {
  padding-bottom: 20px;
}

.swiper_button {
  font-size: 12px;
  border-radius: 20px;
  padding: 0px 5px;
  position: absolute;
  right: 95px;
  bottom: 0;
  color: #02633E;
  border: 1px solid #02633E;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.swiper-container-w.swiper-container {
  height: 100%;
}

/* newsStyle */

.newstyle_box {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.video_box {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.newstyle_title {
  color: #02633E;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 60px;
}

.newstyle_title span {
  display: block;
  font-size: 18px;
  color: #02633e;
}

.newstyle_list {
  width: 100%;
}

.newstyle_list li {
  padding: 10px;
  background-color: #EAEAEA;
  line-height: 22px;
  color: #959595;
}

.newstyle_list li h2 {
  color: #959595;
  font-size: 16px;
  font-weight: normal;
}

.newstyle_new {
  color: #959595;
  font-size: 18px;
  padding: 40px 0;
  text-align: center;
}

/* attractInvestment */

.swiper-container-b .swiper-wrapper {
  width: 905px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-b .swiper-slide {
  justify-content: flex-start;
  position: relative;
  background: url(../i/a.jpg) left center no-repeat;
  width: 905px;
}

.swiper-button-prev-b.swiper-button-prev {
  background: url(../i/left-b.jpg) left center no-repeat;
  width: 31px;
  height: 58px;
}

.swiper-button-next-b.swiper-button-next {
  background: url(../i/right-b.jpg) left center no-repeat;
  width: 31px;
  height: 58px;
}

.attract_title {
  background: url(../i/eye.png) left center no-repeat;
  color: #02633E;
  font-size: 18px;
  padding-left: 40px;
  position: absolute;
  left: 40px;
  top: 40px;
}

.attract_left {
  width: 592px;
  margin-top: 80px;
  margin-left: 40px;
  margin-bottom: 40px;
}

.attract_left img {
  max-width: 100%;
  max-height: 294px;
}

.attract_right {
  width: 215px;
  font-size: 14px;
  margin-left: 20px;
  height: 294px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 40px;
}

.attract_right h2 {
  color: #606060;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.attract_time {
  font-size: 17px;
  color: #7A7A7A;
  text-align: right;
  margin-top: 50px;
}

.attract_nav {
  width: 908px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.attract_nav li {
  float: left;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
}

.attract_nav li a {
  display: block;
  color: #606060;
  font-size: 14px;
  background-color: #E8E8E8;
  border-radius: 8px 8px 0px 0px;
}

.attract_nav li.on a {
  color: #fff;
  background-color: #02633E;
}

.attract_bg {
  background-color: #E8F2F1;
  width: 100%;
  padding: 20px 0;
}

.attract_list {
  width: 908px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dashed #E8E8E8;
}

.attract_list li {
  border-bottom: 1px dashed #E8E8E8;
  padding: 10px 0;
  overflow: hidden;
}

.attract_img {
  float: left;
  width: 270px;
  height: 170px;
  line-height: 0;
}

.attract_img img {
  width: 270px;
}

.attract_text {
  width: 615px;
  float: right;
  font-size: 14px;
  color: #858585;
  padding: 10px;
}

.attract_text h2 {
  font-size: 18px;
  color: #454545;
  font-weight: normal;
  margin-bottom: 20px;
}

.attract_txt {
  height: 60px;
  overflow: hidden;
}

.attract_bg_time {
  font-size: 14px;
  color: #959595;
  text-align: right;
  margin-top: 10px;
}

.government_left {
  width: 200px;
  float: left;
  padding-left: 40px;
  color: #959595;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.government_center {
  width: 340px;
  padding-left: 40px;
  color: #959595;
  font-size: 14px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.government_list {
  width: 100%;
}

.government_list li {
  background-color: #F4F4F4;
  margin-bottom: 10px;
  overflow: hidden;
}

.government_title {
  background: url(../i/star.png) left center no-repeat;
  font-size: 18px;
  color: #02633E;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.govern_box {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
}

.govern_left {
  float: left;
  width: 520px;
}

.govern_left img {
  max-width: 100%;
}

.govern_right {
  float: right;
  width: 320px;
}

.govern_right h2 {
  font-size: 18px;
  color: #02633E;
  font-weight: 300;
}

.govern_right label {
  font-size: 16px;
  color: #7A7A7A;
  display: block;
  margin-top: 30px;
}

.govern_right label span {
  font-size: 16px;
  color: #1E1E1E;
}

.govern_button {
  background-color: #02633E;
  width: 200px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 50px;
}

.gove_title {
  background: url(../i/eye.png) left center no-repeat;
  color: #02633e;
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 40px;
  font-weight: 300;
}

.gove_slogan {
  color: #02633E;
  font-size: 20px;
  margin-bottom: 40px;
}

.gove_slogan img {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.swiper_soller {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-container-c {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.soller_box {
  background-color: #F4F4F4;
  padding: 2%;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-c .swiper-slide.swiper-slide-next .soller_box {
  width: 96%;
}

.soller_box a {
  border: 1px solid #86BCA4;
  display: block;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.swiper-container-c .swiper-slide.swiper-slide-next .soller_box a {
  height: 120px;
  line-height: 120px;
}

.swiper-button-prev-c.swiper-button-prev {
  background: url(../i/left-b.jpg) left center no-repeat;
  width: 31px;
  height: 78px;
  left: 0;
}

.swiper-button-next-c.swiper-button-next {
  background: url(../i/right-b.jpg) left center no-repeat;
  width: 31px;
  height: 78px;
  right: 0;
}

/* page */

.sabrosus {
  margin: 3px;
  PADDING: 5px;
  text-align: center;
  clear: both;
  padding: 20px 0;
}

.sabrosus a, .sabrosus a:link, .sabrosus a:visited {
  padding: 1px 16px;
  margin-right: 6px;
  margin-left: 6px;
  color: #02633E;
  border: 1px solid #02633E;
}

.sabrosus span {
  margin-right: 6px;
  margin-left: 6px;
}

.sabrosus a:hover {
  color: #fff;
  border: 1px solid #02633E;
  background-color: #02633E;
}

.sabrosus span.current {
  padding: 1px 16px;
  color: #fff;
  border: 1px solid #02633E;
  background-color: #02633E;
}

.sabrosus span.disabled {
  padding: 6px 10px;
  margin-right: 7px;
  color: #e4c8a9;
}

.sabrosus span.last {
  color: #e4c8a9;
  PADDING: 2px;
}

.sabrosus span.last a:link {
  color: #e4c8a9;
}

.sabrosus span.last a:visited {
  color: #e4c8a9;
}

.sabrosus span.left_l {
  background: url(../i/left_l.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 21px;
}

.sabrosus span.left_z {
  background: url(../i/left_z.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 21px;
}

.sabrosus span.right_l {
  background: url(../i/right_l.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 21px;
}

.sabrosus span.right_z {
  background: url(../i/right_z.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 21px;
}

.element_nav {
  width: 100%;
}

.element_nav li {
  display: inline-block;
  margin: 0 10px;
}

.element_nav li a {
  color: #02633E;
  border: 1px solid #02633E;
  padding: 6px 20px;
  display: inline-block;
}

.element_nav li.on a {
  background-color: #02633E;
  color: #fff;
}

/* language */

.language_list {
  width: 100%;
}

.language_list li {
  background-color: #F5F5F5;
  padding: 10px;
  width: 310px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.language_list li h2 {
  font-size: 18px;
  font-weight: normal;
  color: #959595;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language_img {
  height: 160px;
  line-height: 0;
}

.language_img img {
  width: 100%;
  height: 160px;
}

.language_text {
  margin-top: 10px;
  font-size: 14px;
  color: #757575;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* outstanding */

.outstanding_list {}

.outstanding_list li {
  background-color: #E8F2F1;
  padding: 10px;
  width: 310px;
  float: left;
  margin: 10px;
}

.outstanding_img {
  line-height: 0;
  width: 100%;
  position: relative;
}

.outstanding_img img {
  max-width: 100%;
}

.outstanding_img span {
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.c_follow{
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('../i/eys.png') left 5px no-repeat;
  background-size: 20px;
  padding-left: 28px;
  cursor: pointer;
}
.on_follow{
  background: url('../i/eye.png') left 5px no-repeat;
  background-size: 20px;
  color: #02633e;
}

.outstanding_text {
  text-align: center;
  font-size: 14px;
  color: #757575;
  padding: 15px;
  position: relative;
}

.outstanding_text h2 {
  font-size: 16px;
  font-weight: normal;
  color: #454545;
}

.govern_show {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.govern_show_title {
  background: url(../i/show1.png) left center no-repeat;
  color: #02633E;
  font-size: 20px;
  padding-left: 40px;
  margin-bottom: 40px;
}

.govern_show_box {
  background-color: #E8F2F1;
  padding: 25px;
}

.govern_show_left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.govern_show_right {
  float: right;
  width: 100%;
  margin-bottom: 30px;
}

.govern_head {
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  width: 40px;
  text-align: center;
}

.govern_head img {
  width: 36px;
  height: 36px;
}

.govern_show_left .govern_head {
  float: left;
  margin-right: 20px;
}

.govern_show_right .govern_head {
  float: right;
  margin-left: 20px;
}

.govern_chat_left {
  background-color: #fff;
  border-radius: 8px;
  float: left;
  width: 770px;
  padding: 10px;
  position: relative;
}

.govern_chat_left span {
  position: absolute;
  left: -10px;
  top: 20px;
}

.govern_chat_right {
  background-color: #fff;
  border-radius: 8px;
  float: right;
  width: 770px;
  padding: 10px;
  position: relative;
}

.govern_chat_right span {
  position: absolute;
  right: -10px;
  top: 20px;
}

/* thinkTank */

.thinkTank_box {
  background-color: #E8F2F1;
  padding: 28px;
  border-radius: 0px 20px 0px 0px;
  margin-top: 60px;
}

.thinkTank_img {
  float: left;
  position: relative;
  width: 285px;
}

.thinkTank_img img {
  max-width: 100%;
}

.thinkTank_img span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.thinkTank_text {
  width: 650px;
  float: right;
  color: #757575;
  font-size: 12px;
}

.thinkTank_list {
  width: 100%;
}

.thinkTank_list li {
  background-color: #F4F4F4;
  padding: 12px;
  overflow: hidden;
  margin-top: 20px;
}

.think_point {
  width: 126px;
  background-color: #fff;
  height: 45px;
  border-radius: 30px;
  line-height: 45px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #02633E;
  float: left;
}

.think_time {
  width: 130px;
  float: left;
  font-size: 18px;
  color: #959595;
  margin-left: 50px;
  line-height: 45px;
}

.think_text {
  width: 470px;
  float: left;
  font-size: 18px;
  color: #7a7a7a;
  margin-left: 70px;
  line-height: 45px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.think_collection {
  background: url(../i/collection.png) center center no-repeat;
  height: 20px;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
  padding-left: 55px;
}
.on_collection{
  background: url(../i/collect_on.png) center center no-repeat;
  color: #02633e;
}
.zan{
    background: url(../i/zan.png) center center no-repeat;
}
.on_zan{
    background: url(../i/zan_on.png) center center no-repeat;
    color: #02633e;
}

.login_box {
  background-color: #fff;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
  position: absolute;
  left: 50%;
  margin-left: -425px;
  top: 20%;
  height: 430px;
}

.login_input_box {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.login_input {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}
#btn{
  width: 155px;
  height: 28px;
  line-height: 28px;
  float: right;
  padding: 0;
  font-size: 13px;
  color: #7a7a7a;
}
.agree_text{
  font-size: 13px;
  color: #7a7a7a;
  display: block;
  padding-top: 10px;
  margin-left: 95px;
}
.agree_text a{
  font-size: 13px;
  color: #2f2f2f;
}
.agree_text img{
  width: 20px;
  float: left;
  margin-right: 10px;
}
.num_list{
  width: 66px;
  height: 26px;
  line-height: 26px;
  float: left;
  border: 1px solid #E8E8E8;
  text-align: center;
  background: url('../i/san.png') right 4px no-repeat;
  background-size: 18px;
  font-size: 13px;
  color: #9d9d9d;
  cursor: pointer;
  position: relative;
}
.num_list ul{
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: 26px;
  width: 66px;
  border: 1px solid #e8e8e8;
  display: none;
}
.num_list ul li{
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #e8e8e8;
}
.num_list ul li:hover{
  background-color: #f8f8f8;
}
.num_list ul li:last-child{
  border-bottom: none;
}

.login_tel {
  border: 1px solid #E8E8E8;
  padding: 2%;
  width: 95%;
  font-size: 14px;
  height: 20px;
}

.login_password {
  background: url(../i/password.png) 96% center no-repeat;
  border: 1px solid #E8E8E8;
  padding: 2%;
  width: 95%;
  font-size: 14px;
  height: 20px;
}

.login_logo {
  font-size: 26px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.logo_button {
  background-color: #00854A;
  height: 50px;
  text-align: center;
  width: 100%;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 14px;
}

.logo_text {
  font-size: 14px;
  margin-top: 20px;
}

.login_a {
  float: left;
  color: #02633E;
}

.login_b {
  float: right;
  color: #9D9D9D;
}

.footer_box {
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  margin-top: 30px;
}

.login_input label {
  font-size: 14px;
  color: #7A7A7A;
  width: 95px;
  float: left;
  line-height: 28px;
  text-align: right;
  padding-right: 10px;
}

.register_input {
  width: 320px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding:3px 10px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
}

.select_box {
  width: 340px;
  float: left;
}

.select_box span {
  border: 1px solid #E8E8E8;
  padding:3px 10px;
  height: 20px;
  line-height: 20px;
  display: block;
  width: 277px;
  float: left;
}

.select_box b {
  width: 28px;
  height: 26px;
  text-align: center;
  display: block;
  float: left;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.select_box b img {
  max-width: 100%;
  width: 18px;
  margin-top: 4px;
}

.select_list {
  display: none;
  border: 1px solid #e8e8e8;
  max-height: 200px;
  overflow: auto;
}

.select_list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 10px;
  cursor: pointer;
}

.select_button {
  cursor: pointer;
  font-size: 14px;
}

.register_box {
  background-color: #fff;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
}

.framework_top {
  /*background: url(../i/top_bg.png) center top no-repeat;*/
  font-size: 14px;
  color: #959595;
}

.framework_center {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 0;
  text-align: center;
}

.framework_box {
  background: url(../i/s_bg.png) center top repeat-y;
  font-size: 14px;
  color: #959595;
}

.framework_img {
  padding: 40px 0;
  text-align: center;
}

.news_title {
  color: #656565;
  font-size: 24px;
  text-align: center;
  padding: 40px 0;
  border-top: 1px dashed #e0e0e0;
}

.news_bg {
  background-color: #f4f4f4;
  padding: 25px 105px;
  margin-bottom: 50px;
}

.news_left {
  float: left;
  width: 400px;
}

.news_right {
  float: right;
  width: 170px;
}

.news_text1 {
  width: 100%;
  color: #757575;
  font-size: 12px;
}

.news_page {
  float: left;
  width: 760px;
  margin-top: 40px;
}

.news_page a {
  display: block;
  margin-top: 10px;
  color: #757575;
}

.news_page a span {
  margin-right: 20px;
}

.news_share {
  float: right;
  width: 230px;
  margin-top: 60px;
}

.jiathis_style_32x32 .jtico {
  background: none !important;
}

.jiathis_style_32x32 .jtico_weixin {
  background: url(../i/s1.png) center center no-repeat !important;
}

.jiathis_style_32x32 .jtico_tsina {
  background: url(../i/s2.png) center center no-repeat !important;
}

.jiathis_style_32x32 .jtico_qzone {
  background: url(../i/s3.png) center center no-repeat !important;
}

.jiathis_style_32x32 .jtico_douban {
  background: url(../i/s4.png) center center no-repeat !important;
}

.jiathis_style_32x32 .jtico_tieba {
  background: url(../i/s5.png) center center no-repeat !important;
}

.reply {
  background-color: #f4f4f4;
  padding: 25px;
  margin-top: 35px;
}

.reply_head {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 50%;
  line-height: 0;
}

.reply_head img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.reply_input {
  width: 750px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  padding: 10px;
  float: left;
  border: none;
  margin-left: 30px;
}

.reply_button {
  background-color: #02633e;
  height: 45px;
  width: 140px;
  border: none;
  float: right;
  color: #fff;
  letter-spacing: 8px;
  font-size: 16px;
  cursor: pointer;
  line-height: 45px;
}

.reply_comment {
  background-color: #f4f4f4;
  margin-top: 10px;
  padding: 28px;
}

.comment_sort {
  float: left;
  width: 140px;
}

.comment_sort span {
  color: #959595;
  font-size: 12px;
  padding: 0 5px;
}

.comment_sort span.on {
  font-size: 14px;
  color: #1c9c3a;
}

.comment_floor {
  width: 80px;
  height: 20px;
  margin-left: 10px;
  background-color: #fff;
  text-align: center;
}

.comment_rort {
  float: right;
  width: 150px;
  color: #959595;
  font-size: 12px;
}

.comment_box {
  margin-bottom: 28px;
}

.comment_list {
  width: 100%;
  margin-top: 28px;
  height: 680px;
  overflow-y: auto;
}

.comment_list li {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.comment_head {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
}

.comment_head img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment_text {
  width: 700px;
  float: left;
  margin-left: 35px;
  height: 65px;
}

.comment_text span {
  display: block;
  color: #1c9c3a;
}

.comment_text span b {
  color: #898989;
  font-weight: normal;
  margin-left: 10px;
}

.comment_root {
  width: 100px;
  float: right;
  text-align: right;
}

.comment_root span {
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
}

.floor b {
  font-weight: normal;
}

.floor_button {
  background-color: #1c9c3a;
  width: 40px;
  height: 22px;
  color: #fff;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

.comment_title {
  background: url(../i/ti.png) center center no-repeat;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #02633e;
  font-size: 14px;
  margin: 60px 0;
}

.comment_show {
  background-color: #f2f2f4;
  padding: 20px;
}

.comment_show_img {
  float: left;
  width: 670px;
}

.comment_show_text {
  width: 300px;
  float: right;
  color: #959595;
  font-size: 12px;
}

.comment_show_text h2 {
  font-size: 26px;
  color: #959595;
  font-weight: normal;
  margin-top: 20px;
}

.comment_show_text h3 {
  font-size: 16px;
  color: #757575;
  margin: 30px 0;
  font-weight: normal;
}

.comment_input {
  padding: 25px;
  margin-top: 10px;
  background-color: #f2f2f4;
}

.comment_show_head {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  float: left;
}

.comment_show_head img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
}

.comment_show_title {
  font-size: 16px;
  color: #959595;
}

.comment_show_title {
  width: 90px;
  height: 30px;
  border-radius: 6px;
  background-color: #fff;
  float: left;
  text-align: center;
  line-height: 30px;
}

.comment_show_input {
  width: 480px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  background-color: #fff;
  float: right;
}

.comment_show_box {
  width: 590px;
  float: left;
  margin-left: 25px;
}

.comment_z {
  border: none;
  width: 460px;
  padding: 5px 10px;
  height: 20px;
  background-color: #fff;
}

.comment_tea {
  width: 566px;
  height: 125px;
  background-color: #fff;
  border: none;
  padding: 10px;
  margin-top: 30px;
}

.comment_shoe_button {
  width: 182px;
  float: right;
}

.comment_show_button {
  width: 100%;
  background: url(../i/button.jpg) center center no-repeat;
  height: 44px;
  border: none;
  margin-top: 155px;
}

.comment_show_left {
  width: 700px;
  padding: 10px;
  border: 1px solid #e5e5e6;
  margin-top: 10px;
  float: left;
}

.comment_show_list {
  width: 100%;
}

.comment_show_list li {
  padding: 15px;
  background-color: #f2f2f4;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.conmment_list_head {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.conmment_list_head img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment_list_text {
  float: left;
  width: 580px;
  line-height: 20px;
  height: 50px;
  overflow: hidden;
}

.comment_list_text h2 {
  color: #898989;
  font-size: 12px;
  margin-bottom: 5px;
}

.comment_list_text h2 strong {
  color: #898989;
  font-size: 12px;
  font-weight: normal;
  float: left;
}

.comment_list_text h2 b {
  font-size: 10px;
  color: #fff;
  background-color: #ff5959;
  border-radius: 6px;
  padding: 0px 5px;
  margin-left: 14px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.comment_list_text h2 span {
  display: inline-block;
  margin-left: 8px;
  background: url(../i/good.jpg) center center no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}

.comment_list_text h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.comment_list_text h3 span {
  color: #3a7743;
  font-size: 16px;
}

.comment_hide {
  background: url(../i/c_down.jpg) center center no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.comment_show_list li.on .comment_hide {
  background: url(../i/c_up.jpg) center center no-repeat;
}

.comment_show_list li.on .comment_list_text {
  height: auto;
}

.comment_show_right {
  float: right;
  width: 300px;
  margin-top: 10px;
}

.comment_show_right_img {
  width: 100%;
  line-height: 0;
}

.comment_show_right_img img {
  max-width: 100%;
}

.comment_show_right_border {
  border: 1px solid #e5e5e6;
  padding: 10px;
  overflow: hidden;
  margin-top: 10px;
}

.comment_show_right_border h2 {
  color: #000;
  margin-bottom: 25px;
}

.comment_show_right_border .foot_two {
  margin-left: 25px;
  float: left;
}

/* user */

.user_logo {
  width: 96px;
  float: left;
  margin-top: 15px;
}

.user_logo a {
  display: block;
}

.user_box {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.user_title {
  font-size: 13px;
  color: #7a7a7a;
  height: 30px;
  line-height: 30px;
}

.user_side {
  width: 190px;
  float: left;
  background-color: #fff;
  padding: 40px;
}

.user_main {
  float: right;
  width: 760px;
  background-color: #fff;
  min-height: 658px;
}

.content {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.side_head {
  border: 1px solid #b5b5b5;
  padding: 5px;
  background-color: #fff;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.side_head img {
  border-radius: 50%;
  width: 112px;
  height: 112px;
}

.side_text {
  text-align: center;
}

.side_text span {
  display: inline-block;
  width: 100px;
  background-color: #d3d3d3;
  border-radius: 12px;
  height: 18px;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}

.side_text span b {
  background-color: #00854a;
  border-radius: 12px;
  height: 18px;
  display: inline-block;
}

.side_text strong {
  font-weight: normal;
  font-size: 12px;
  color: #00854a;
}

.side_text label {
  float: left;
}

.side_left {
  float: left;
  margin-right: 20px;
}

.side_left img {
  float: left;
  margin-top: 3px;
}

.side_right {
  float: left;
}

.side_right h2 {
  font-size: 17px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.side_right h2.on {
  color: #02633e;
}

.side_right a {
  color: #7a7a7a;
  padding: 5px 0px;
  display: block;
  margin: 5px 0;
  font-size: 13px;
}

.side_right a:hover {
  color: #00854a;
  border-bottom: 1px dashed #00854a;
}

.side_right a.on {
  color: #00854a;
  border-bottom: 1px dashed #00854a;
}

.side_list {
  margin-top: 40px;
  overflow: hidden;
}

.main_list {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  height: 100px;
}

.main_list li {
  font-size: 17px;
  color: #595757;
  padding: 0 35px;
  display: inline-block;
  line-height: 100px;
}

.main_list li.on {
  border-top: 2px solid #02633e;
}

.main_list li.on a {
  color: #02633e;
}

.main_list li a {
  display: block;
  color: #7a7a7a;
  font-weight: normal;
}

.main_list li a span {
  font-size: 12px;
  color: #959595;
  margin-left: 10px;
}

.main_title {
  font-size: 17px;
  color: #02633e;
}

.main_title img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.main_box {
  padding: 40px 70px;
}

.main_left {
  width: 130px;
  float: left;
  text-align: center;
}

.main_right {
  width: 440px;
  float: right;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 26px;
  position: relative;
}

.main_right label {
  width: 140px;
  display: inline-block;
  text-align: right;
}

.main_right a {
  font-size: 12px;
  color: #00854a;
}

.main_right b {
  position: absolute;
  right: 0;
  top: 0;
  border:1px solid #7a7a7a;
  padding: 0 6px;
}
.main_right b:hover{
  border:1px solid #02633e;
  color: #02633e;
}

.main_title {
  font-size: 17px;
  color: #02633e;
  font-weight: normal;
  margin-bottom: 34px;
}

.main_user_title {
  text-align: left;
  font-size: 13px;
  color: #7a7a7a;
  margin-top: 40px;
}

.main_user_title a {
  float: right;
  color: #7a7a7a;
  font-size: 12px;
  border:1px solid #7a7a7a;
  padding: 0 6px;
}
.main_user_title a:hover{
  border:1px solid #02633e;
  color: #02633e;
}

.main_user_list {
  width: 100%;
}

.main_user_list li {
  background-color: #f4f4f4;
  overflow: hidden;
  margin-top: 10px;
}

.main_user_list li a {
  float: right;
  display: block;
  width: 40px;
  font-size: 9px;
  color: #a5a5a5;
  text-align: center;
  margin-right: 10px;
}

.main_user_box {
  width: 140px;
  text-align: center;
  float: left;
}

.main_little {
  font-size: 13px;
  color: #02633e;
  margin-top: 10px;
  margin-bottom: 30px;
}

.name_input {
  border: none;
  background-color: #fff;
}

.main_user {
  padding: 20px;
}

.modify {
  cursor: pointer;
}

.account_box {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.account_img {
  float: left;
  width: 50px;
  margin-top: 15px;
}

.account_text {
  float: left;
  width: 400px;
  color: #9d9d9d;
  font-size: 13px;
}

.account_text h2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}

.account_button {
  float: right;
  width: 120px;
  margin-top: 15px;
}

.account_button button {
  width: 100%;
  border: 1px solid #e8e8e8;
  text-align: center;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
}

.account_button button:hover {
  background-color: #f3f3f4;
  cursor: pointer;
}

.notice_box {
  border: 1px solid #c4c4c4;
  height: 590px;
  overflow-y: auto;
}

.notice_list {
  width: 100%;
}

.notice_list li {
  background-color: #fff;
  padding: 5px 20px;
  overflow: hidden;
}

/*.notice_list li a:visited {
  color: #959595;
}
*/

.notice_list li a:active {
  color: #959595;
}

.notice_list li a {
  display: block;
  color: #3e5b4f;
  height: 26px;
  line-height: 26px;
}

.notice_list li span {
  float: left;
  padding: 0 20px;
}

.notice_list li b {
  float: right;
  text-align: center;
  display: inline-block;
  color: #a5a5a5;
  font-size: 9px;
  border: 1px solid #00854a;
  border-radius: 10px;
  line-height: 20px;
  padding: 0px 5px;
  cursor: pointer;
}

.areas_title {
  color: #7a7a7a;
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.areas_title a {
  color: #7a7a7a;
  float: right;
}

.areas_list {
  width: 100%;
  margin-bottom: 30px;
}

.areas_list li {
  float: left;
  margin: 5px 0px 5px 40px;
  width: 150px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.areas_list li .areas_input {
  border: none;
  background-color: #f4f4f4;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

.areas_button {
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: none;
}

.areas_button1 {
  width: 100%;
  border: none;
  background-color: #02633e;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  cursor: pointer;
}

.areas_box {
  padding-bottom: 30px;
  padding-top: 10px;
  margin-top: 20px;
}

.black_box {
  background: rgba(0, 0, 0, 0.6)!important;
  filter: Alpha(opacity=60);
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.alert_box {
  width: 460px;
  height: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -270px;
  margin-top: -94px;
  padding: 30px 40px;
  background-color: #fafcf8;
}

.alert_box label {
  width: 60px;
  float: left;
}

.input_user {
  float: left;
  width: 398px;
  border: 1px solid #c4c4c4;
}

.input_box {
  overflow: hidden;
  margin-bottom: 10px;
}

.input_user {
  height: 24px;
  line-height: 24px;
}

.button_user {
  background-color: #02633e;
  border: none;
  color: #fff;
  width: 50px;
  height: 20px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

.button_close {
  color: #959595;
  background-color: #e0e0e0;
  border: none;
  width: 50px;
  height: 20px;
  float: right;
  margin-top: 5px;
}

.file_box {
  background-color: #fff;
  border-radius: 6px;
  width: 390px;
  height: 280px;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -210px;
  margin-top: -155px;
}

.file_title {
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 13px;
}

.file_button {
  width: 220px;
  height: 32px;
  position: relative;
  margin-top: 20px;
}

.file_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 32px;
  opacity: 0;
}

.file {
  border: none;
  background-color: #02633e;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  letter-spacing: 3px;
}

.cancel {
  width: 120px;
  height: 30px;
  border: 1px solid #e8e8e8;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}

.file_img {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.file_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 10px;
  cursor: pointer;
}

.modify_button {
  cursor: pointer;
}

.enter_box {
  width: 150px;
}

.enter_box a {
  display: inline-block;
  padding: 2px 10px;
  color: #959595;
  font-size: 12px;
  margin-right: 10px;
  border: 1px solid #959595;
  line-height: 15px;
  border-radius: 4px;
  margin-top: 50px;
}

.enter_box {
  position: absolute;
  right: -150px;
  top: 0;
}

.enter_box a.green {
  border: 1px solid #02633e;
  color: #02633e;
}

.remarks {
  width: 320px;
  float: left;
  height: 22px;
  padding:2px 10px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
}

/* activite_list */

.activite_list {
  width: 1080px;
}

.activite_list li {
  padding: 10px;
  background-color: #eaeaea;
  width: 320px;
  height: 300px;
  margin-right: 18px;
  float: left;
  margin-bottom: 18px;
}

.activite_list li:hover {
  box-shadow: 4px 4px 6px #999;
}

.activite_title {
  color: #757575;
  font-size: 13px;
  margin-bottom: 10px;
}

.activite_title h2 {
  font-size: 16px;
  color: #454545;
  font-weight: normal;
  margin-bottom: 5px;
}

.activite_title h2 a {
  color: #454545;
}

.activite_title h2 span {
  font-size: 16px;
  color: #1c9c3a;
  margin-left: 20px;
}

.active_img {
  width: 100%;
}

.active_img img {
  max-width: 100%;
}

.active_text {
  color: #757575;
  font-size: 12px;
}

.active_text span {
  float: right;
}

.sign_button {
  background-color: #02633e;
  font-size: 16px;
  color: #fff;
  width: 168px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: right;
  cursor: pointer;
}

.sign_text {
  width: 715px;
  padding: 0px 20px;
  font-size: 12px;
  color: #757575;
  background-color: #fff;
  float: left;
  margin-left: 45px;
  height: 45px;
  line-height: 45px;
}

.sign_text a {
  font-size: 14px;
  color: #1c9c3a;
  margin: 0 5px;
}

.sign_box {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 610px;
  height: 750px;
  margin-left: -305px;
  background-color: #fff;
  border-radius: 6px;
}

.sign_logo {
  text-align: center;
  font-size: 26px;
  color: #555555;
  margin-bottom: 30px;
}

.sign_t_box {
  overflow: hidden;
  margin-bottom: 10px;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #959595;
}

.sign_box label {
  width: 60px;
  float: left;
  line-height: 60px;
  height: 60px;
}

.sign_input {
  width: 370px;
  height: 40px;
  border: 1px solid #e8e8e8;
  float: right;
  padding: 10px;
  font-size: 18px;
}

.sign_textarea {
  width: 370px;
  height: 130px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  float: right;
  font-size: 18px;
}

.sign_left {
  width: 170px;
  height: 48px;
  float: left;
  margin-right: 15px;
  background-color: #02633e;
  color: #fff;
  font-size: 17px;
  border: none;
  margin-left: 50px;
}

.sign_right {
  width: 170px;
  height: 48px;
  float: left;
  margin-right: 15px;
  background-color: #fff;
  color: #666;
  font-size: 17px;
  border: 1px solid #e8e8e8;
}

/* 新加的 */
.timetable{
  width: 100%;
}
.timetable tr{
  background: #f4f4f4;
}
.timetable th{
  font-size: 14px;
  color: #7a7a7a;
  height: 29px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  border:3px solid #fff;
}
.timetable td{
  font-size: 14px;
  color: #7a7a7a;
  height: 29px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  border: 3px solid #fff;
}
.swiper-container-p .swiper-slide {
  width: 25%;
  height: 127px;
  background-color: #f4f4f4;
  margin-top: 20px;
}

.swiper-container-p .swiper-slide.swiper-slide-active {
  width: 40%;
  height: 154px;
  margin-top: 0px;
}
.swiper-container-p .swiper-slide a{
  font-size: 20px;
  color: #000000;
  display: block;
  border: 1px solid #94c3ae;
  width: 96%;
  height: 107px;
  line-height: 107px;
}
.swiper-container-p .swiper-button-prev{
    background: url('../i/g_left.png') left center no-repeat;
    left: 10px;
    right: auto;
    opacity: 1;
}

.swiper-container-p .swiper-button-next {
    background: url('../i/g_right.png') left center no-repeat;
    right: 10px;
    left: auto;
    opacity: 1;
}
.head_down{
  float: right;
}
.head_down img{
  display: block;
  margin: auto;
  width: 20px;
}
.return{
  font-size: 12px;
  color: #a5a5a5;
  display: inline-block;
  float: right;
  background: url('../i/cc_left.png') right center no-repeat;
  padding-right: 30px;
  background-size: 18px;
}
.return:hover{
  color: #02633E;
  background: url('../i/cc_green.png') right center no-repeat;
  background-size: 18px;
}
.notice_show{
  padding: 10px;
  font-size: 12px;
  color: #a5a5a5;
  font-weight: 300;
  background-color: #fafcf8;
}
.notice_show .notice_time{
  font-size: 12px;
  color: #a5a5a5;
  display: block;
}
.notice_show h3{
  font-weight: normal;
  font-size: 18px;
  color: #7a7a7a;
  padding: 20px 0;
}
.year{
  width: 70px;
  float: left;
  position: relative;
}
.box{
  width: 63px;
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.data{
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  font-size: 13px;
  color: #C4C4C4;
  text-align: center;
}
.box b{
  display: inline-block;
  background: url('../i/c_down.jpg') center center no-repeat #fff;
  background-size: 12px;
  width: 20px;
  height: 20px;
  float: left;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.data_list {
  border: 1px solid #c4c4c4;
  position: absolute;
  left: 0;
  top:20px;
  display: none;
}
.data_list li{
  width: 61px;
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.data_list li:hover{
  background-color: #f8f8f8;
}
.line{
  float: left;
  font-size: 13px;
  color: #C4C4C4;
}
.introduction{
  font-size: 14px;
  color: #959595;
  background-color: #fafcf8;
}
.introduction img{
  max-width: 100%;
  display: block;
  margin:25px auto;
}
.person_center img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}
.person_center span{
  float: left;
  display: block;
  line-height: 50px;
  font-size: 12px;
  color: #959595;
}
.reply_title{
  display: block;
  font-size: 18px;
  color: #02633e;
  margin-top: 35px;
}
.reply_subtitle{
  font-size: 14px;
  color: #8c8c8c;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.um_box{
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
.re_btn{
  width: 150px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #00854A;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-left: 30px;
  margin-top: 20px;
}
/*****20180904*************/


.search_box{
  width: auto;
  position: absolute;
  /*right: -190px;*/
  right: -210px;
  top: 3px;
}
.search_box a{
  padding: 0;
}
.search_box .search_hea img{
  width: 20px;
}
.search_frame{
  position: absolute;
  bottom: -47px;
  left: -470px;
  width: 520px;
  height: 85px;
  border: 18px solid #1c9c3a;
  z-index: 999;
  background: #fff;
  box-sizing: border-box;
  display: none;
}
.search_frame input{
  width: 100%;
  height: 100%;
  padding: 1% 3%;
  box-sizing: border-box;
  position: relative;
}
.search_frame img{
  width: 16px;
  position: absolute;
  right: 5%;
  top: 35%;
}


/* search_result */
.search_result{
  width: 100%;
  height: 500px;
  background: #d8f2e9;
  line-height: 500px;
  text-align: center;
  color: #0d4343;
  font-size: 50px;
}
.result_box .newstyle_box{
  padding: 0;
}
.crumbs li{
  display: inline-block;
}
.crumbs li a{
  color: #555555;
  font-size: 16px;
  line-height: 80px;
}
.attract_bg{
  padding: 0;
}
.result_box .attract_text{
  width: calc(100% - 280px);
  box-sizing: border-box;
}
.result_box .attract_text h2{
  color: #555555;
  font-size: 16px;
}
.attract_list li{
  position: relative;
}
.result_box .attract_txt{
  height: auto;
  color: #989898;
  font-size: 14px;
  line-height: 20px;
}
.result_box .attract_bg_time {
  font-size: 20px;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.result_box .attract_bg_time  p {
  font-size: 10px;
  color: #555555;
  line-height: 28px;
}
/*****20180904*************/



.news_time {
  width:auto;
}
.enter_box{
  width: auto;
  right: -13%;
}
.menus{
  position: absolute;
  right: -178px;
  top:34px;
  background:none;
  height:100px;
  background: url(../i/gray.jpg) right 22px no-repeat;
}
.menus:hover {
  background: url("../i/green.jpg") right 22px no-repeat;
}
@media screen and (max-width: 1366px){
  .nav_list {
    width: 1100px;
  }
  .nav_list a{
    padding: 0 24px;
  }
  .enter_box a{
    padding: 2px 10px;
  }
  .enter_box {
    right: -7%;
    width: auto;
  }
  .search_box {
    right: -10%;
  }
  .search_box a {
    padding: 0;
  }
  .search_frame {
    bottom: -60px;
    left: -468px;
  }
  .menus{
    right: -6%;
  }
}
.related_articles{
  padding: 2%;
  background-color: #eaeaea;
}
.ra_title{
  font-size: 16px;
  color: #757575;
  font-family: "微软雅黑";
  margin-bottom: 12px;
  padding-left: 1%;
}
.ra_ul li{
  float: left;
  width: 31%;
  padding: 1%;
  box-sizing: border-box;
  margin-right: 2%;
}
.ra_ul li img{
  width: 100%;
  height: 194px;
}
.articles_dec{
  font-size: 12px;
  color: #757575;
  margin-top: 10px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.ra_ul li:hover{
  background-color: #F4F4F4;
  box-shadow: 4px 4px 6px #999;
}