/*************************
	头部导航
*************************/
.header .logo {
  width:187px;
  height: 56px;
  margin-top: 17px;
  margin-bottom: 23px;
}
.header .h-r-top li {
  display: inline-block;
  margin-left: 18px;
  vertical-align: top;
  position: relative;
  padding-bottom: 4px;
}
.header .h-r-top li.search {
  width: 142px;
  height: 23px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  padding-left: 9px;
}
.header .h-r-top li.search .inp {
  width: 110px;
  line-height: 23px;
}
.header .h-r-top li.search .btn {
  width: 24px;
  height: 23px;
  background: url(../../images/ico01.png) no-repeat center center;
}
.header .h-r-top li.email {
  height: 15px;
  background: url(../../images/ico02.png) no-repeat center center;
  border-right: 1px solid #b8b8b8;
  padding-right: 15px;
}
.header .h-r-top li.email:hover {
  background-image: url(../../images/ico02h.png);
}
.header .h-r-top li.eng {
  background-image: url(../../images/ico03.png);
}
.header .h-r-top li.eng:hover {
  background-image: url(../../images/ico03h.png);
}
.header .h-r-top li.eng:hover .eng-box {
  display: block;
}
.header .h-r-top li.ewm {
  background-image: url(../../images/ico04.png);
}
.header .h-r-top li.ewm:hover {
  background-image: url(../../images/ico04h.png);
}
.header .h-r-top li.ewm:hover .ewm-box {
  display: block;
}
.header .h-r-top li.eng,
.header .h-r-top li.ewm {
  height: 29px;
  width: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .h-r-top li .ewm-box,
.header .h-r-top li .eng-box {
  width: 96px;
  position: absolute;
  left: 50%;
  top: 32px;
  z-index: 99;
  margin-left: -48px;
  background: url(../../images/h-bg.png) repeat;
}
.header .h-r-top li .eng-box {
  padding: 7px 0;
}
.header .h-r-top li .eng-box a {
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.header .h-r-top li .eng-box a:hover,
.header .h-r-top li .eng-box a.act {
  background: url(../../images/h-bg01.png) repeat;
}
.header .h-r-top li .ewm-box {
  padding: 5px;
  margin-left: -53px;
}
.header .nav {
  /*margin-top: 10px;*/
}
.header .nav li {
  float: left;
  padding-bottom: 1px;
  /*margin-right: 30px;*/
  position: relative;
}
.header .nav li > a {
  line-height: 24px;
  padding-bottom: 10px;
  /*border-bottom: 3px solid #fff;*/
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #333;
  height:95px;
  line-height:95px;
}
.header .nav li .snav {
  width:300px;
  left: 50%;
  top: 106px;
  z-index: 9;
  font-size: 0;
  min-width: 120px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  transform: translateX(-50%);
}
.header .nav li .snav a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  line-height: 26px;
  /*float: left;*/
  width: auto;
  background-color: #dab866;
  padding: 5px 20px;
}
.header .nav li .snav a:hover {
  color: #fff;
  background-color: #cda545;
}
.header .nav li:hover > a,
.header .nav li.act > a {
  background:#dab866;
  color: #fff;
  height:95px;
  line-height:95px;
  padding-left:10px;
  padding-right:10px;
}
.header .nav li:hover .snav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  color: #dab866;
}
.header-right {
  /*margin-top: 33px;*/
}
.title {
  
}

.title .title-div {
  width: 500px;
}
.about-index .a-left {
  width: 535px;
}
.about-index .a-left .a-text {
  height: 149px;
  -webkit-line-clamp: 8;
}
.about-index .a-right {
  width: 650px;
}
.about-index .more {
  width: 96px;
  border-radius: 5px;
  border: 1px solid #f39800;
  background: #f39800;
  color: #FFFFFF;
}
.product-index ul {
  /*  margin-left: -1.25%;*/
}
.product-index li {
  width:45%;
  margin-left:10px;
  margin-right:10px;
  float: left;
  position: relative;
  overflow: hidden;
  /*margin-left:1%;*/
  /*margin-right:1%;*/
  margin-bottom: 20px;
  background:#fff;
  padding:20px;
}
.product-index li:hover a {
  color: #dab866;
}
.product-index li a:hover .n-text > p {
  color: #dab866;
}
.product-index li a:hover .n-text > div {
  color: #dab866;
}
.product-index li .box {
  border: 1px solid #dee0e1;
  height: 284px;
  box-shadow: 0 0 1px #686868;
}
.product-index li .box-txt {
  background: url(../../images/bg1.png) repeat;
  padding: 0px 10px 0px;
}
.product-index li .box-txt .b-txt {
  margin-top: 12px;
  width: 56px;
  margin: 0 auto;
}
.product-index li .b-more {
  padding: 15px 0;
  line-height: 20px;
  left: 0;
  width: 100%;
  bottom: -50px;
  transition: all 0.5s;
  color: #666;
}
.product-index li:hover .b-more {
  bottom: 0;
  transition: all 0.5s;
}
.news-index li {
  width: 360px;
  padding: 0 19px 0 20px;
  border-right: 1px solid #efefef;
  float: left;
}
.news-index li .line {
  width: 35px;
  height: 1px;
  background-color: #d9d9d9;
}
.news-index li .n-txt {
  height: 66px;
  margin-top: 13px;
}
.news-index li .n-img {
  height: 200px;
}
.news-index .n-more {
  line-height: 44px;
  width: 150px;
  background-color: #dab866;
  border-radius: 12px 0 12px 0;
}
.foot li {
  width: 299px;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #e5e5e5;
}
.foot li.last {
  width: 300px;
  border-right: none;
}
.foot li .box {
  padding-left: 52px;
  margin-left: 36px;
  background-position: left center;
  background-repeat: no-repeat;
}
.foot li .box.b01 {
  background-image: url(../../images/f01.png);
}
.foot li .box.b02 {
  background-image: url(../../images/f02.png);
}
.foot li .box.b03 {
  background-image: url(../../images/f03.png);
}
.foot li .box.b04 {
  background-image: url(../../images/f04.png);
}
.footer {
  background-color: #333;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer ul li {
  /*width: 170px;*/
  margin-left:15px;
  margin-right:15px;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #dab866;
}
.footer .bdshare-button-style0-16 a,
.footer .bdshare-button-style0-16 .bds_more {
  background-image: url(../../images/footer-ico.png);
  width: 24px;
  height: 24px;
  padding-left: 0;
  margin: 0 4px;
}
.footer .bdshare-button-style0-16 .bds_sqq {
  background-position: 0 0;
}
.footer .bdshare-button-style0-16 .bds_tsina {
  background-position: -32px 0;
}
.footer .bdshare-button-style0-16 .bds_weixin {
  background-position: -64px 0;
}
.about_title {
  border-left: 4px solid #e79609;
  padding-left: 20px;
}
.i-news-left li {
  margin-bottom: 20px;
  height: 102px;
}
.i-news-left li a:hover .date,
.i-news-left li a.act .date {
  color: #fff;
  background-image: url(../../images/ico01.png);
}
.i-news-left li a:hover .line,
.i-news-left li a.act .line {
  background-color: #fff;
}
.i-news-left li a:hover .n-text,
.i-news-left li a.act .n-text {
  color: #0057a6;
}
.i-news-left li a:hover .n-text .h44,
.i-news-left li a.act .n-text .h44 {
  color: #dab866;
}
.i-news-left .line {
  height: 1px;
  width: 73px;
  background-color: #cccccc;
}
a.box {
  position: relative;
}
.zzz {
  position: absolute;
  top: 252px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../../images/pro_blue.png);
  opacity: 0.5;
  z-index: 999;
}
.product-index li:hover .zzz {
  top: 0;
}
.pro-detail-slider li img {
  width: auto;
  height: 393px;
  max-width: 100%;
}
.bx-pager-wrap {
  position: relative;
  width: 334px;
  height: 76px;
  margin: 20px auto 0;
  overflow: hidden;
}
.bx-pager-wrap .bx-pager {
  width: 1000%;
  position: absolute;
}
.bx-pager-wrap .bx-pager a {
  float: left;
  margin-right: 10px;
  width: 76px;
  height: auto;
  border: 1px solid #434343;
}
.bx-pager-wrap .bx-pager a.active {
  border-color: #2b83af;
}
.sl-control div {
  width: 20px;
  height: 76px;
  position: absolute;
  bottom: 0;
  background-image: url(../../images/pager3.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.sl-prev {
  left: 0;
  background-position: left center;
}
.sl-next {
  right: 0;
  background-position: right center;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomDiv .bigimg {
  max-width: initial;
}
.zoomMask {
  position: absolute;
  background: url("../../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  width: 100px;
  height: 100px;
}
.big-honor {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../../images/title-bg02.png");
  background-repeat: repeat;
}
.big-honor .big_close {
  width: 25px;
  height: 25px;
  right: 5%;
  top: 5%;
  background: url(../../images/close.png) no-repeat center center;
}
.tb_cell {
  display: table-cell;
  vertical-align: middle;
}
.pr-bottom2 {
  bottom: 0 !important;
  background-color: #666!important;
  background: rgba(51, 51, 51, 0.8) !important;
}
/*内页*/
.left {
  width: 261px;
}
.left_t {
  background: url(/skin/images/icon/mt_bg.jpg) no-repeat;
  height: 50px;
  color: #fff;
  padding-top: 10px;
}
.left_tn {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.left_te {
  font: 12px/13px Arial, Helvetica, sans-serif;
  color: #6eb92b;
  text-transform: uppercase;
  font-weight: bold;
}
.left_c {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 254px;
  padding-bottom: 15px;
}
.left_c_contact {
  background: url(/skin/images/icon/nei_contact.jpg) no-repeat;
  width: 201px;
  height: 220px;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.left_nav {
  margin: 15px 0px;
  width: 228px;
}
.menu_1 {
  width: 250px;
  background: url(/skin/images/icon/mnav.jpg) no-repeat;
  margin: 1px 0px;
  font: 14px/31px "微软雅黑";
  margin-top: 3px;
  margin-bottom: 3px;
}
.menu_1 a {
  padding-left: 10px;
  color: #000000;
  display: block;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background: url(../../images/c-ico01.png) no-repeat 90% center;
}
.menu_1 a:hover {
  background: #dab866;
  cursor: pointer;
  display: block;
  color: #fff;
}
.menu_1 .lefton {
  background: #dab866;
  cursor: pointer;
  display: block;
  color: #fff;
}
.menu_2 {
  width: 226px;
  height: 31px;
  font: 13px/31px "微软雅黑";
  line-height: 30px;
  background: url(/skin/images/icon/msub.png) no-repeat;
  cursor: pointer;
  display: block;
  margin-left: 24px;
}
.menu_2 a {
  padding-left: 10px;
  color: #000000;
  display: block;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.menu_2 a:hover {
  color: #fff;
  text-decoration: none;
  background: #dab866;
  cursor: pointer;
  display: block;
}
.menu_2 .eron {
  color: #fff;
  text-decoration: none;
  background: #dab866;
  cursor: pointer;
  display: block;
}
.menu_3 {
  width: 216px;
  height: 31px;
  font: 13px/31px "微软雅黑";
  line-height: 30px;
  background: url(/skin/images/icon/msub.png) no-repeat;
  cursor: pointer;
  display: block;
  margin-left: 24px;
}
.menu_3 a {
  padding-left: 50px;
  color: #000000;
}
.menu_3 a:hover {
  color: #2020ff;
  text-decoration: none;
  background: url(/skin/images/icon/msub1.jpg) no-repeat;
  cursor: pointer;
  display: block;
}
.menu_3 .eron {
  color: #2020ff;
  text-decoration: none;
  background: url(/skin/images/icon/msub1.jpg) no-repeat;
  cursor: pointer;
  display: block;
}
.menu_4 {
  width: 218px;
  margin: 1px 0px;
  font: 13px/31px "微软雅黑";
  padding-left: 28px;
}
.home_about_li li {
  width: 345px;
  margin-left: 27px;
  margin-right: 27px;
}
.home_about_li li a:hover div {
  color: #dab866;
}
.home_about_li_img {
  width: 345px;
  height: 220px;
}
.home_about_li_world {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.homge_bule_bg {
  background: #f2f2f2;
}
.about_tilet {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #dab866;
}
.yq_time {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  background: #999999;
}
.w310 {
  width: 310px;
}
/*首页样式20171017*/
.nav_bg {
  height: 40px;
  line-height: 40px;
  background: #3b5372;
  opacity: 0.9;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 1;
}
.header {
  width: 100%;
  background:#fff;
}
.sy-kjyf {
  background: #f3f3f3;
  width: 325px;
  height: 240px;
}
.home_new .new_bg {
  width: 325px;
  height: 240px;
}
.home_proht {
  background: url(/skin/images/home_pro_ht.jpg) no-repeat bottom left;
  padding-bottom: 20px;
}
.w580 {
  width: 580px;
}
.pro_mok {
  width: 300px;
  height: 290px;
}
.foot_tielt {
  border-bottom: 1px solid #717171;
}
.b7b7b7 {
  color: #b7b7b7;
}
.w_350 {
  width: 350px;
}
.hm_fwwl {
  background: url(/skin/images/ico_fwwl.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_fwwl:hover {
  background: url(/skin/images/ico_fwwl_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_shzr {
  background: url(/skin/images/ico_shzr.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_shzr:hover {
  background: url(/skin/images/ico_shzr_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_jrwm {
  background: url(/skin/images/ico_jrwm.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_jrwm:hover {
  background: url(/skin/images/ico_jrwm_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_lxwm {
  background: url(/skin/images/ico_lxwm.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_lxwm:hover {
  background: url(/skin/images/ico_lxwm_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
/*内页关于我们样式 20171018*/
.nei_emenu_title {
  width: 260px;
  height: 96px;
  line-height: 96px;
  background: url(/skin/images/nei_e_bg.png) repeat;
}
.nei_emenu_title_ht {
  background: url(/skin/images/nei_emenu_title_htbg.jpg) no-repeat left bottom;
  width: 150px;
  text-align: left;
  margin-left: 30px;
  height: 70px;
  line-height: 70px;
}
.mt58 {
  margin-top: 58px;
}
.ml153 {
  margin-left: 153px;
}
.about_c_f_w {
  background: url(/skin/images/about_c_f_wbg.jpg) no-repeat bottom center;
  width: 100%;
  height: 270px;
}
.about_cg {
  background: url(/skin/images/about_cj.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_cg:hover {
  background: url(/skin/images/about_cj_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_fz {
  background: url(/skin/images/about_fz.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_fz:hover {
  background: url(/skin/images/about_fz_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_wl {
  background: url(/skin/images/about_wl.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_wl:hover {
  background: url(/skin/images/about_wl_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_gsjj {
  width: 520px;
  height: 400px;
  padding: 60px 40px 0 40px;
  background: #e4e4e4;
}
.about_s_m li {
  margin-left: 20px;
}
.about_s_m li:first-child {
  margin-left: 0;
}
.cxll li {
  width: 197px;
  height: 197px;
  background: #fff;
  border: 5px solid #50d28c;
  border-radius: 197px;
  color: #50d28c;
  margin-left: 25px;
}
.cxll li:hover {
  width: 197px;
  height: 197px;
  background: #50d28c;
  border: 5px solid #50d28c;
  border-radius: 197px;
  color: #fff;
  margin-left: 25px;
}
.zz_b_mk ul li {
  width: 277px;
  height: 182px;
  border: 4px solid #fff;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zz_b_mk02 ul li {
  width: 210px;
  margin-left: 36px;
}
.zz_b_mk02 ul li:first-child {
  width: 210px;
  margin-left: 0px;
}
.abt_img {
  transition: all .8s;
}
.abt_img:hover {
  transform: scale(1.2);
}
.ghzj_muen ul li {
  display: inline-block;
}
.ghzj_muen ul li a {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #333;
  /*background: url(/skin/images/icon_jt_ghzj.jpg) no-repeat right center;*/
  background-position: 110px;
}
.ghzj_muen ul li a:hover {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #fff;
  background:#dab866 !important;
  /*background-position: 110px;*/
}
.ghzj_muen ul li a.act {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #fff;
  background:#dab866;
  background-position: 110px;
}

.contact-us{
  width: 582px;
  height: 250px;
  padding-top:30px;
  background: #dab866;
  color: #fff;
}
.contact-us:hover {
  width: 582px;
  height: 225px;
  padding-top: 50px;
  background: #cda545;
  color: #fff;
}

.contact-us-02 p {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 2px 6px;
}
/*荣誉资质20171019*/
.honor_li a {
  width: 330px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
  background: url(/skin/images/honor_h_z.jpg) no-repeat left center;
  padding-left: 30px;
}
.honor_li a:hover {
  width: 330px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
  background: url(/skin/images/honor_h_h.jpg) no-repeat left center #f5f5f5;
  padding-left: 30px;
}
/*新闻20171019*/
.news_time {
  width: 120px;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  height: 105px;
}
/*产品20171019*/
.w255 {
  width: 255px;
}
.pro_return {
  width: 68px;
  height: 28px;
  line-height: 28px;
  color: #666;
  border: 1px solid #efefef;
}
/*招聘20171019*/
.employ {
  padding-top: 40px;
  padding-bottom: 97px;
}
.employ .txt {
  padding-left: 11.8181%;
  background: url(../../images/down.png) no-repeat;
  background-position-x: 88.1819%;
  background-position-y: 20px;
  border-top: 1px dotted #cccccc;
  background-size: 27px 14px;
}
.employ .txt.act {
  background: url(../../images/up.png) no-repeat;
  background-position-x: 88.1819%;
  background-position-y: 20px;
}
.employ .txt.act .num {
  background-color: #ec6941;
}
.employ .txt.act a p {
  color: #3ac979;
}
.employ .txt .num {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #999;
  margin-right: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}
.employ .txt .more {
  padding-left: 50px;
  padding-top: 7px;
  display: none;
}
.employ .txt.act .more {
  display: block;
}
.employ .txt .more p {
  /* float: left;
    width: 32.95%;
    color: #666;
    line-height: 30px;*/
}
/*销售网络*/
.netwolk_title ul li {
  display: inline-block;
}
.netwolk_title ul li a {
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: #d9d9d9;
  color: #333;
}
.netwolk_title ul li a:hover {
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: #3ac979;
  color: #fff;
}
.netwolk_title ul li a.act {
  background-color: #3ac979;
  color: #fff;
  /* background-image: url(../../images/c-ico02.png); */
  border-color: #dab866;
}
/*鼠标经过网上移动*/
.t-top {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.t-top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.i-jx a {
  display: block;
  position: relative;
  font-size: 14px;
}
.i-jx:hover span {
  /*background: #3ac979;*/
  background: rgba(58, 201, 121, 0.85);
}
.i-jx span {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-jx span i {
  width: 118px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #f2f2f2;
}
.i-pic {
  position: relative;
}
.i-pic .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-pic .icon:hover {
  background: rgba(58, 201, 121, 0.85);
}
.i-pic .icon:hover i {
  margin: 75px 0 30px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.i-pic .icon:hover .txt {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-pic .icon i {
  display: block;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 140px 0 30px 0;
}
.i-pic .icon em {
  position: relative;
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
  font-style: normal;
}
.i-pic .icon em::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #fff;
}
.i-pic .icon .txt {
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 35px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.i-video {
  position: relative;
  width: 535px;
  height: 301px;
  overflow: hidden;
}
.i-video::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.i-video img {
  width: 100%;
  height: 100%;
}
.i-video i {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: url(/skin/images/icon/a5.png);
}
.i-video2 {
  width: auto;
  height: auto;
}
.i-pr1 {
  position: relative;
  overflow: hidden;
}
.i-pr1:hover .info {
  top: 0;
}
.i-pr1 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 75%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px 30px 30px 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-pr1 .info h3 {
  font-size: 36px;
}
.i-pr1 .info > div {
  font-size: 16px;
}
.img-md img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all 0.8s;
}
.img-md:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all 0.8s;
}
.about_s_m li:hover .info {
  opacity: 1;
  filter: alpha(opacity=1);
}
.about_s_m li .info {
  opacity: 0;
  filter: alpha(opacity=0);
  display: table;
  position: absolute;
  top: 0;
  width: 285px;
  height: 240px;
  color: #fff;
  background: rgba(58, 201, 121, 0.85);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about_s_m li .info em {
  position: absolute;
  width: 235px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 90px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 35px;
  overflow: hidden;
}
.about_s_m li .info em i {
  position: relative;
  top: 12px;
}
.cxll li {
  overflow: hidden;
  /*
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  */
    transition: all 1s;
}
.cxll li:hover i {
  line-height: 155px;
}
.cxll li:hover em {
  visibility: visible;
}
.cxll li i {
  line-height: 197px;
}
.cxll li em {
  visibility: hidden;
  position: relative;
  top: -70px;
  font-size: 12px;
  padding: 0 10px;
  height: 42px;
  overflow: hidden;
  font-style:normal;
}
.fix-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap .con {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 70%;
 /* background: #fff;*/
}
.fix-wrap .con .img {
  width: 100%;
  height: 100%;
}
.fix-wrap .con .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: -4%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fix-wrap .hide {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  border: 0;
  background: url(/skin/images/icon/hide.png) no-repeat center;
  -webkit-transition: all 8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}
.fix-wrap .hide:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(180deg);
}

.aboutbg {
    background: url(/skin/images/aboutbg.jpg) no-repeat center;
    width: 100%;
    height: 450px;
    background-attachment: fixed;
}
.honorbg {
    background: url(/skin/images/honorbg.jpg) no-repeat center;
    width: 100%;
    height: 450px;
    background-attachment: fixed;
}
.productsbg {
    background: url(/skin/images/productsbg.jpg) no-repeat center;
    width: 100%;
    height: 450px;
    background-attachment: fixed;
}
.goback a {
    width: 90px;
    height: 40px;
    line-height: 40px;
    background-color: #dab866;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
}
.goback a:hover {
    width: 90px;
    height: 40px;
    line-height: 40px;
    background-color: #cda545;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
}

.newsbg {
    background:#f9f3e6;
    width: 100%;
    /*height: 741px;*/
}

/*首页 20180427*/
.a-right {
    width: 610px;
}
.a-left {
    width: 549px;
}
.pt170 {
    padding-top: 170px;
}

.a-right ul li{ width:160px; height:200px; background-repeat:no-repeat; background-position:top; padding-left:20px; padding-right:20px;}
.a-right ul li.homeabout1{background-image: url(../../images/ico_xt.png); }
.a-right ul li.homeabout1:hover{background-image: url(../../images/ico_xt_h.png); transition:500ms;}
.a-right ul li.homeabout2{background-image: url(../../images/ico_jc.png); border-left:1px solid #eaeaea; border-right:1px solid #eaeaea;}
.a-right ul li.homeabout2:hover{background-image: url(../../images/ico_jc_h.png); border-left:1px solid #eaeaea; border-right:1px solid #eaeaea; transition:500ms;}
.a-right ul li.homeabout3{background-image: url(../../images/ico_mb.png);}
.a-right ul li.homeabout3:hover{background-image: url(../../images/ico_mb_h.png); transition:500ms;}

.history{background-image: url(../../images/history.jpg); width:549px; height:60px;}
.history:hover{background-image: url(../../images/history_h.jpg); width:549px; height:60px;}

/*首页在线预订*/
.yuding{ width:100%; background:#f5edd8;}
.w228px{ width:228px !important;}

.home_goback{ width:78px; height:28px; line-height:28px; color:#999999; border:1px solid #eeeeee; border-radius:5px;}


/*首页房型展示*/
.strategy ul {
  margin-left: -2.086%;
}
.strategy li {
  width: 31.244%;
  margin-left:1.043%;
  margin-right:1.043%;
  float: left;
  overflow: hidden;
  margin-bottom:2.086%;
}
.strategy li .strat_img {
  height: 253px;
  position: relative;
  overflow: hidden;
}
.strategy li .strat_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.strategy li .strat_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background-color: rgba(200, 160, 99, 0.8);
  transition: all 0.5s;
}
.strategy li .st_text {
  width: 81%;
}
.strategy li:hover .strat_text {
  height: 100%;
  transition: all 0.5s;
}
.strategy li:hover .strat_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*首页餐饮/会议*/
.management ul {
  margin-left: -3.254%;
}
.management li {
  width: 21.746%;
  margin-left: 3.254%;
  position: relative;
  float: left;
}
.management li .box {
  border: 1px solid #dab866;
  background-color: #fff8ee;
  padding-top: 68px;
  border-radius: 5px;
  padding-bottom: 27px;
  transform: rotateY(0deg);
  transition: all 0.5s;
}
.management li .box-text {
  transform: rotateY(0deg);
  transition: all 0.5s;
}
.management li .mana_text {
  height: 40px;
  width: 80%;
}
.management li .box-img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dab866;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 0;
  margin-top: -54px;
}
.management li:hover .box {
  background-color: #dab866;
  transform: rotateY(180deg);
  transition: all 0.5s;
}
.management li:hover .box .mana_text,
.management li:hover .box p,
.management li:hover .box a,
.management li:hover .box span {
  color: #fff;
}
.management li:hover .box-text {
  transform: rotateY(180deg);
  transition: all 0.5s;
}



/*康体娱乐*/
.investment ul {
  margin-left: -2.086%;
}
.investment li {
  width: 31.244%;
  margin-left: 2.086%;
  float: left;
  overflow: hidden;
}
.investment li .inves_img {
  height: 253px;
  overflow: hidden;
}
.investment li .inves_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.investment li .inves_texts {
  background-color: #dab866;
  height: 253px;
  width: 102%;
  margin-left: -1%;
  position: relative;
}
.investment li .inves_texts p,
.investment li .inves_texts .inves_ico {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.investment li .inves_texts:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -13px;
  border-top: 13px solid #dab866;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: 2;
}
.investment li .inves_ico {
  width: 25px;
  height: 25px;
  background: url(../../images/ico01.png) no-repeat center center / 100% 100%;
}
.investment li.top .inves_texts:after {
  top: -13px;
  bottom: auto;
  border-bottom: 13px solid #dab866;
  border-top: 0;
}
.investment li:hover .inves_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.investment li:hover .inves_texts p,
.investment li:hover .inves_texts .inves_ico {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-8px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*岗位招聘*/
.question li {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
  padding-right: 40px;
  background: url(../../images/q_01.png) no-repeat 98% 20px;
}
.question li .num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #999999;
  color: #fff;
  margin-right: 20px;
}
.question li .qtitle {
  width: 95%;
}
.question li .qbody {
  margin-left: 54px;
  display: none;
  overflow: hidden;
}
.question li.act {
  background-image: url(../../images/q_02h.png);
}
.question li.act .qbody {
  display: block;
}
.question li.act .num {
  background-color: #c89f62;
}
.question li.act .qtitle {
  color: #c89f62;
}
.question li:hover .num {
  background-color: #c89f62;
}
.question li:hover .qtitle {
  color: #c89f62;
}

.plant_bg{background:url(/skin/images/plantbg.jpg) no-repeat top;height:500px;}
.f_line {
    height: 20px;
    background: url(../../images/f_line.png) no-repeat center top;
}
