﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  padding: 0px;
  font-family: "微软雅黑", "宋体", "黑体", Arial;
}

ol,ul,dd,li {
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}

a:link,a:visited,ins {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  list-style: none;
}

/*头部*/
.top {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  padding: 0px;
}

.logo {
  width: 230px;
  height: 75px;
  float: left;
  margin-top: 25px;
}
/*导航*/
.nav_bar {
  width: 520px;
  float: left;
  margin-top: 72px;
  margin-left: 80px;
  position: relative;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
}

.nav_bar ul li a {
  display: block;
  text-decoration: none;
  color: #666666;
  width: 100px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  overflow: hidden;
}

.nav_bar ul li a:hover {
  height: 14px;
  text-align: center;
  line-height: 14px;
  border: 0px;
}

.nav_bar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav_bar ul li {
  float: left;
  position: relative;
  z-index: 1000;
}

.nav_bar ul li ul {
  display: none;
}
/* specific to non IE browsers */
.nav_bar ul li:hover a {
  height: 35px;
  line-height: 35ppx;
  color: #006c3b;
}

.nav_bar ul li:hover ul {
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  border-top: 3px solid #006c3b;
  border-bottom: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}

.nav_bar .s {
  float: right;
  width: 2px;
  text-align: center;
  color: #b9b9b9;
  font-size: 12px;
  margin-top: 25px;
  *margin-top: 15px;
}

.nav_bar ul li:hover ul li a.hide {
  color: #999;
}

.nav_bar ul li:hover ul li:hover a.hide {
  background: #ff0;
  color: #000;
}

.nav_bar ul li:hover ul li ul {
  display: none;
}

.nav_bar ul li:hover ul li a {
  display: block;
  background: #fff;
  color: #999;
  line-height: 35px;
}

.nav_bar ul li:hover ul li a:hover {
  color: #006c3b;
}

.nav_bar ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 105px;
  top: 0;
}

.nav_bar ul li:hover ul li:hover ul.left {
  left: -105px;
}

/*联系电话*/
.tell {
  width: 145px;
  float: right;
}

.tell_tit {
  font-size: 12px;
  color: #999;
  margin-left: 30px;
  float: left;
  margin-top: 18px;
}

.tell_tit a {
  font-size: 12px;
  color: #999;
}

.tell_tit a:hover {
  font-size: 12px;
  color: #006c3b;
}

.tell_img {
  width: 175px;
  height: 45px;
  float: left;
}

/*banner图*/
#full-screen-slider {
  width: 100%;
  height: 495px;
  float: left;
  position: relative;
  clear: both;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  margin-bottom: 10px;
}

#slides {
  display: block;
  width: 100%;
  height: 495px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative
}

#slides li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute
}

#slides li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px
}

#pagination {
  display: block;
  list-style: none;
  position: absolute;
  left: 20%;
  top: 460px;
  z-index: 9900;
  padding: 5px 15px 5px 0;
  margin: 0
}

#pagination li {
  display: block;
  list-style: none;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 15px;
  border-radius: 5px;
  background: #FFF
}

#pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

#pagination li.current {
  background: #006c3b;
}

/*主体*/
.main {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  margin-top: 15PX;
  clear: both;
  display: block;
  overflow: hidden;
}

.main .bywh {
  width: 260px;
  float: left;
}

.main .bywh_tit {
  width: 260px;
  height: 25PX;
  line-height: 25PX;
  border-bottom: 2px solid #dddddd
}

.main .bywh_tit_l {
  width: 80px;
  height: 25px;
  border-bottom: 2px solid #006c3b;
  float: left;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.main .bywh_tit_r {
  width: 60px;
  height: 20px;
  float: right;
  font-size: 10px;
  color: #999;
  text-align: center;
  margin-top: 3PX;
}

.main .bywh_tit_r A {
  font-size: 10px;
  color: #999;
}

.main .bywh_tit_r a:hover {
  font-size: 10px;
  color: #333;
}

.main .bywh_con {
  width: 240px;
  float: left;
  margin-left: 5px;
}

.main .bywh_con li {
  width: 240px;
  margin-top: 15px;
  float: left;
  list-style: none;
}

.main .fwal {
  width: 450px;
  float: left;
}

.main .fwal_tit {
  width: 450px;
  height: 25PX;
  line-height: 25PX;
  border-bottom: 2px solid #dddddd
}

.main .fwal_tit_l {
  width: 80px;
  height: 25px;
  border-bottom: 2px solid #006c3b;
  float: left;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.main .fwal_tit_r {
  width: 290px;
  height: 20px;
  float: right;
  font-size: 10px;
  color: #999;
  text-align: center;
}

.main .fwal_tit_r ul {
  width: 290px;
  margin: 0 auto;
  padding: 0px;
}

.main .fwal_tit_r ul li {
  width: 55px;
  float: left;
  text-align: center;
  font-size: 12px;
}


.main .fwal_tit_r ul li a {
  width: 60px;
  float: left;
  color: #999;
}

.main .fwal_tit_r ul li a:hover {
  width: 60px;
  float: left;
  color: #666;
}

.main .fwal_con {
  width: 435px;
  height: 155px;
  padding: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.main .fwlr_con {
  width: 240px;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

.main .fwlr_list {
  width: 240px;
  float: left;
  margin-left:12px;
}

.main .fwlr_list_tit {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

.main .fwlr_list_con {
  width: 240px;
  float: left;
  margin-top: 5px;
}

.main .fwlr_list_con ul {
  
}

.main .fwlr_list_con ul li {
  width: 120px;
  float: left;
  list-style: inside;
  color: #999;
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
}

.main .fwlr_list_con ul li a {
  font-size: 12px;
  color: #999;
  line-height: 22px;
  list-style: inside;
}

.main .fwlr_list_con ul li a:hover {
  font-size: 12px;
  color: #006c3b;
  list-style: inside;
  line-height: 22px;
}

.h15px {
  width: 100%;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
}

/*底部*/
.footer {
  width: 100%;
  border-top: 2px solid #006c3b;
  height: 70px;
}

.footer_main {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
}

.footer_main_left {
  width: 650px;
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  margin-top: 15px;
}

.footer_main_left a {
  font-size: 12px;
  line-height: 22px;
  color: #999;
}

.footer_main_left a:hover {
  font-size: 12px;
  line-height: 22px;
  color: #006c3b;
}

.footer_main_right {
  width: 162px;
  height: 47px;
  float: right;
  margin-top: 15px;
  margin-right: 30px;
}

.alpha1_img1 {
  width: 225px;
  height: 155px;
  overflow: hidden;
  background-color: #fff; /* 背景色 */
  filter: alpha(opacity = 70); /* IE 透明度20% */
  -moz-opacity: 0.7; /* Moz + FF 透明度20%*/
  opacity: 0.7; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
}

.alpha1_img2 {
  width: 100px;
  height: 75px;
  overflow: hidden;
  background-color: #000; /* 背景色 */
  filter: alpha(opacity = 70); /* IE 透明度20% */
  -moz-opacity: 0.7; /* Moz + FF 透明度20%*/
  opacity: 0.7; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
}

/* 返回顶部 */
.go-top {
  position: fixed;
  bottom: 40px;
  right: 0px;
  width: 46px;
  z-index: 999;
}

.go-top a {
  display: block;
  width: 46px;
  height: 46px;
  background-image: url(../images/go-top.png?);
}

.go-top a:last-child {
  margin-bottom: 0;
}

.go-top .go {
  background-position: 0 -150px;
}

.go-top .go:hover {
  background-position: 0 -250px;
}

.go-top .feedback {
  background-position: 0 -100px;
}

.go-top .feedback:hover {
  background-position: 0 -300px;
}

.go-top .QQ {
  background-position: 0 -50px;
}

.go-top .QQ:hover {
  background-position: 0 -200px;
}

.go-top .uc-2vm {
  background-position: 0 0;
}

.go-top .uc-2vm:hover {
  background-position: 0 -350px;
}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop {
  position: absolute;
  right: 60px;
  top: -100px;
  width: 240px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
  background: #fff;
}

.go-top .uc-2vm-pop .title-2wm {
  font-size: 14px;
  margin: 10px 20px;
}

.go-top .uc-2vm-pop .logo-2wm-box {
  position: relative;
}

/*内页*/
.ny_banner {
  display: block;
  width: 100%;
  height: 265px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}

#ny_banner {
  border-bottom: 5px solid #006c3b;
}

.ny_banner ul {
  margin: 0 auto;
  padding: 0px;
}

.ny_banner ul li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}

.ny_main {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  clear: both;
}

.ny_main_left {
  width: 215px;
  float: left;
  height: 735px;
  background: url(../images/ny_leftbody.jpg) no-repeat;
}

.ny_main_left_tit {
  width: 180px;
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #006c3b;
  margin-top: 45px;
  margin-left: 20px;
  line-height: 22px;
}

.ny_main_left_tit .ny_main_left_tityw {
  font-size: 12px;
  color: #534f4e;
  font-weight: 100;
}

.ny_main_left_list {
  width: 215px;
  float: right;
  margin-top: 30px;
}

.ny_main_left_list ul {
  width: 215px;
}

.ny_main_left_list ul li {
  width: 215px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #b9b9b9;
  margin-bottom: 3px;
}

.ny_main_left_list ul li a {
  width: 215px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #b9b9b9;
  font-size: 14px;
  color: #fff;
  text-indent: 2em;
}

.ny_main_left_list ul li a:hover {
  width: 215px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #006c3b;
  font-size: 14px;
  color: #fff;
}

.ny_main_right {
  width: 785px;
  float: left;
  /*height: 735px;*/
}

.ny_main_right_con {
  width: 730px;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
}

.ny_main_right_con_tit {
  width: 730px;
  height: 30px;
  border-bottom: 1px solid #ccc;
}

.ny_main_right_con_tit_l {
  width: 120px;
  float: left;
  border-bottom: 2px solid #006c3b;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #006c3b;
  font-weight: bold;
  background: url(../images/ny_rightbody_titimg1.jpg) left no-repeat;
  text-align: center;
}

.ny_main_right_con_tit_r {
  width: 290px;
  background: url(../images/ny_rightbody_titimg2.jpg) top left no-repeat;
  height: 22px;
  text-indent: 2em;
  line-height: 22px;
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.ny_main_right_con_tit_r a {
  font-size: 12px;
  color: #666;
}

.ny_main_right_sub {
  width: 685px;
  margin: 0 auto;
  padding: 0px;
  min-height: 500px;
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}

.ny_main_right_list {
  width: 685px;
  height: 68px;
}

.ny_main_right_xw {
  width: 685px;
  float: left;
  margin-bottom: 20px;
}

.ny_main_right_xw_img {
  width: 235px;
  height: 165px;
  background: url(../images/bysj_bg.jpg) no-repeat;
  float: left;
}

.ny_main_right_xw_img img {
  width: 205px;
  height: 130px;
  margin-top: 12px;
  margin-left: 15px;
}

.ny_main_right_xw_r {
  width: 430px;
  float: right;
}

.ny_main_right_xw_r a {
  width: 430px;
  font-size: 14px;
  color: #999;
}

.ny_main_right_xw_r a:hover {
  width: 430px;
  font-size: 14px;
  color: #666;
}

.ny_main_right_xw_r .tit_bysj {
  font-size: 14px;
  float: left;
  color: #666;
  line-height: 30px;
  height: 30px;
}

.ny_main_right_xw_r .tit_righ {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  line-height: 35px;
}

.ny_main_right_xw_r .bysj_text {
  font-size: 12px;
  float: left;
  line-height: 22px;
  width: 430px;
}

/*关于柏悦*/
.ny_gyby_con {
  width: 685px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  text-indent: 2em;
  float: left;
}

.ny_gyby_new_list {
  width: 685px;
  float: left;
  margin-bottom: 20px;
}

.ny_gyby_new_rq {
  width: 68px;
  height: 51px;
  float: left;
  color: #999;
}

.ny_gyby_new_rq a {
  width: 68px;
  height: 51px;
  float: left;
  color: #999;
  padding-top: 17px;
  overflow: hidden;
  display: block;
  font-size: 19px;
  background: url(../images/dt_img01.jpg) no-repeat;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

.ny_gyby_new_rq a:hover {
  width: 68px;
  height: 51px;
  float: left;
  color: #fff;
  overflow: hidden;
  display: block;
  background: url(../images/dt_img02.jpg) no-repeat;
}

.ny_gyby_new_rq span {
  font-size: 14px;
  color: #999;
  font-weight: 100;
  line-height: 25px;
}

.ny_gyby_new_rq  a span:hover {
  font-size: 14px;
  color: #8be7bd;
  font-weight: 100;
}

.ny_gyby_new_r {
  width: 580px;
  float: left;
  margin-left: 20px;
}

.ny_gyby_new_tit {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

.ny_gyby_new_tit a {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

.ny_gyby_new_tit a:hover {
  font-size: 12px;
  color: #006c3b;
  line-height: 22px;
}

.ny_gyby_new_tit a span {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.ny_gyby_new_tit a span:hover {
  font-size: 14px;
  color: #006c3b;
  font-weight: bold;
}

.fydh_tab1 {
  width: 685px;
  line-height: 45px;
  float: right;
}

.black {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.black a {
  color: #999999;
  margin: 2px;
  background: #f0f0f0;
  padding: 5px 10px;
  text-decoration: none;
}

.black a:hover {
  background: #2c8529;
  color: #FFFFFF;
}

.black span.current {
  background: #2c8529;
  color: #FFF;
  font-weight: bold;
  margin: 2px;
  padding: 5px 5px;
}

.black span.disabled {
  border: 1px solid #EEE;
  color: #DDD;
  margin: 2px;
  padding: 5px 5px;
}

.news_ny_con {
  width: 685px;
  float: left;
}

.news_ny_con_tit {
  width: 685px;
  height: 40px;
  text-align: center;
  margin-top: 15px;
}

.news_ny_con_tit_text {
  width: 685px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #666;
  font-family: "Arial Black", Gadget, sans-serif;
}

.news_ny_con_tit_bq {
  width: 670px;
  height: 30px;
  line-height: 30px;
  float: left;
  clear: both;
  margin-left: 50px;
}

.news_ny_con_tit_msg {
  width: 708px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  height: 92px;
  line-height: 30px;
  font-size: 14px;
  color: #404040;
  margin: 0px;
  padding: 8px 10px;
  text-indent: 2em;
  float: left;
}

.news_ny_con_tit_xxnr {
  width: 685px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  margin: 20px 0px;
  float: left;
  border-top: 1px dashed #b9b9b9;
}

.news_ny_con_tit_wzly_left {
  width: 200px;
  height: 12px;
  font-size: 12px;
  float: left;
  color: #999;
}

.news_ny_con_tit_wzly_left a {
  height: 12px;
  font-size: 12px;
  color: #666;
}

.news_ny_con_tit_wzly_left a:hover {
  height: 12px;
  font-size: 12px;
  color: #006c3b;
}

.news_ny_con_tit_wzly_right {
  width: 80px;
  height: 12px;
  float: right;
  font-size: 12px;
  color: #999;
}

.right_jiaochen_list_right_tit_fbrq {
  width: 685px;
  height: 12px;
  line-height: 12px;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

/*联系我们*/
.ny_main_lxwm {
  width: 685px;
  float: left;
}

.ny_main_zxyy {
  width: 685px;
  height: 500px;
}

.ny_main_zxyy_tit {
  font-size: 14px;
  color: #666;
}

.ny_main_zxyy_wby {
  width: 235px;
  padding: 6px;
  height: 14px;
  border: 1px solid #b8c1c0;
  font-size: 12px;
  color: #999;
}

.ny_main_zxyy_wby01 {
  width: 295px;
  padding: 6px;
  height: 14px;
  border: 1px solid #b8c1c0;
  font-size: 12px;
  color: #999;
  height: 100px;
  margin-bottom: 15px;
}

.ny_main_zxyy_yzm {
  width: 120px;
  padding: 6px;
  height: 14px;
  border: 1px solid #b8c1c0;
  font-size: 12px;
  color: #999;
}

.ny_main_zxyy_btn {
  width: 80px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  float: left;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  overflow: hidden;
  display: block;
  margin-top: 35px;
}

.ny_main_zxyy_btn a {
  width: 80px;
  color: #fff;
  background: #006c3b;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  display: block;
}

.ny_main_zxyy_btn a:hover {
  width: 80px;
  color: #fff;
  background: #85c226;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  display: block;
}

.ny_main_zxyy_yzm {
  width: 65px;
  padding: 6px;
  height: 14px;
  border: 1px solid #b8c1c0;
  font-size: 12px;
  color: #999;
  float: left;
}

.ny_main_zxyy_yzm1 img {
  height: 26px;
  border: 1px solid #b8c1c0;
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}

.ny_main_zxyy_yzm1 span {
  font-size: 12px;
  height: 26px;
  line-height: 30px;
  margin-left: 10px;
  color: #999;
}

.ny_main_zxyy_yzm1 a {
  color: #999;
}

.ny_main_zxyy_yzm1 a:hover {
  color: #006c3b;
}

.ny_main_lxwm_img {
  width: 685px;
  height: 285px;
}

.ny_main_lxwm_text {
  width: 600px;
  float: left;
  margin-left: 25px;
  margin-top: 50px;
}

.ny_main_lxwm_tit {
  width: 600px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}

.ny_main_lxwm_tit_list {
  width: 600px;
  float: left;
  font-size: 16px;
  color: #999;
}

.ny_main_lxwm_tit_list a {
  font-size: 16px;
  color: #999;
}

.ny_main_lxwm_tit_list a:hover {
  font-size: 16px;
  color: #006c3b;
}

.ny_fwnr {
  width: 685px;
  float: left;
}

.ny_fwal {
  width: 685px;
}

.ny_fwal_tit {
  width: 670px;
  margin: 0 auto;
  padding: 0px;
  float: left;
  margin-left: 10px;
}

.ny_fwal_tit li {
  width: 80px;
  height: 35px;
  line-height: 35px;
  color: #999;
  float: left;
  text-align: center;
}

.ny_fwal_tit li a {
  width: 80px;
  height: 35px;
  line-height: 35px;
  color: #999;
  font-size: 14px;
}

.ny_fwal_tit1 {
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #006c3b;
  border-left: 1px solid #006c3b;
  border-right: 1px solid #006c3b;
  color: #006c3b;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

.ny_fwal_con {
  width: 685px;
  border-top: 1px solid #b9b9b9;
  float: left;
  display: block;
  overflow: hidden;
}

.ny_fwal_img {
  float: left;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin: 15px 10px 0px 0px;
}

.ny_fwal_img a {
  font-size: 12px;
  color: #b9b9b9;
  float: left;
  width: 210px;
  padding: 3px;
  border: 1px solid #e5e3e3;
}

.ny_fwal_img a:hover {
  font-size: 12px;
  color: #b9b9b9;
  width: 210px;
  padding: 3px 3px;
  font-size: 12px;
  float: left;
  background: #effef7;
  border: 1px solid #006c3b;
  color: #006c3b;
}

.ny_fwal_img span {
  height: 25px;
  line-height: 25px;
}

/*弹出层*/
.tcc_tit {
  font-size: 20px;
  color: #b9b9b9;
  font-weight: bold;
}
.tab-selected {
  font-weight: bold;
  border-top: 1px #006c3b solid;
  border-left: 1px #006c3b solid;
  border-right: 1px #006c3b solid;
}