@charset "UTF-8";
.head-bg {
  background: #007848;
  height: 130px;
}

.head-bg .head-index .logo {
  line-height: 130px;
}

.head-bg .head-index .headr {
  margin-top: 38px;
  background: url(../images/tt1.png) no-repeat left center;
  padding-left: 23px;
}

.head-bg .head-index .headr .head1 {
  color: #ffffff;
  font-size: 20.5px;
}

.head-bg .head-index .headr .tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 40px;
  color: #ffffff;
  font-size: 19px;
}

.head-bg1 {
  background: #007848;
  padding: 16px 0;
}

.head-bg1 .head-index1 .logo {
  line-height: 130px;
}

.head-bg1 .head-index1 .headr1 {
  width: 685px;
}

.bj1 {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 1791px;
  overflow: hidden;
}

.bj1 .about-index {
  margin-top: 70px;
}

.bj1 .about-index .ab1 {
  display: flex;
  align-items: center;
}

.bj1 .about-index .ab1 b {
  color: #007848;
  font-size: 40px;
  text-transform: uppercase;
}

.bj1 .about-index .ab1 span {
  color: #0a3358;
  font-size: 26px;
  padding-left: 18px;
}

.bj1 .about-index .ab2 {
  color: #323333;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}

.bj1 .about-index .ab3 {
  margin-top: 45px;
}

.bj1 .about-index .ab3 .title1 {
  margin-bottom: 35px;
}

.bj1 .about-index .ab3 .title1 a {
  font-size: 18px;
  color: #323333;
  margin-right: 45px;
}

.bj1 .about-index .ab3 .title1 a:hover {
  background: url(../images/tt2.png) no-repeat left center;
  padding-left: 38px;
}

.bj1 .about-index .ab4 .abl {
  position: absolute;
}

.bj1 .about-index .ab4 .abr {
  float: right;
  background: url(../images/about.png) no-repeat top center;
  width: 643px;
  height: 438px;
  padding-left: 106px;
  padding-right: 33px;
  padding-top: 66px;
}

.bj1 .about-index .ab4 .abr p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.bj1 .about-index .ab4 .abr .abtel {
  background: url(../images/tel1.png) no-repeat left center;
  height: 30px;
  margin-top: 60px;
  padding-left: 56px;
}

.bj1 .about-index .ab5 {
  margin-top: 40px;
}

.bj1 .about-index .ab5 .ab5-list {
  text-align: center;
}

.bj1 .about-index .ab5 .ab5-list li {
  display: inline-block;
  text-align: center;
  margin: 0 62px;
}

.bj1 .about-index .ab5 .ab5-list li .img1 {
  width: 108px;
  height: 108px;
   border-radius: 15px;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px #ede9e9;
}


.bj1 .about-index .ab5 .ab5-list li .img1 img {
  max-width:100%;
}

.bj1 .about-index .ab5 .ab5-list li h3 {
  font-size: 18px;
  color: #333333;
  padding-top: 18px;
}

.bj1 .about-index .ab5 .ab5-list li:hover .img1 {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* Internet Explorer */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}

.bj1 .worry-index {
  margin-top: 120px;
}

.bj1 .worry-index .worry-title {
  text-align: center;
  color: #fff;
}

.bj1 .worry-index .worry-title b {
  display: block;
  font-size: 38px;
}

.bj1 .worry-index .worry-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.bj1 .worry-index .worry-title span {
  display: block;
  background: url(../images/tt3.png) no-repeat center center;
  height: 15px;
  margin-top: 15px;
}

.bj1 .worry-index .worry-list {
  margin: 0 -7px;
  margin-top: 42px;
}

.bj1 .worry-index .worry-list li {
  float: left;
  margin: 0 7px;
  position: relative;
  height: 435px;
  overflow: hidden;
}
.bj1 .worry-index .worry-list li:hover img {
    -webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-ms-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);transform: scale(1.2,1.2);
}


.bj1 .worry-index .worry-list li .img1 {
  width: 288px;
  height: 435px;
}

.bj1 .worry-index .worry-list li .hh {
  background: url(../images/tt4.png) no-repeat top center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  height: 435px;
  /*top: -100%;*/
  top: 0%;
  transition: 0.5s;
}

.bj1 .worry-index .worry-list li:nth-child(2n) .hh{
    background: url(../images/tt44.png) no-repeat top center
}
.bj1 .worry-index .worry-list li .hh .wz {
  color: #fff;
  text-align: center;
  font-size: 22px;
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
}

.bj1 .worry-index .worry-list li .hh .wz b {
  font-size: 34px;
  padding-left: 4px;
}

.bj1 .worry-index .worry-list li:hover .hh {
  top: 0;
}

.hezuo-index {
  margin-top: 40px;
}

.hezuo-index .hezuo-title {
  text-align: center;
  color: #363638;
}

.hezuo-index .hezuo-title b {
  display: block;
  font-size: 38px;
}

.hezuo-index .hezuo-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.hezuo-index .hezuo-title span {
  display: block;
  background: url(../images/tt33.png) no-repeat center center;
  height: 15px;
  margin-top: 15px;
}

.hezuo-index .hezuo1 {
  margin-top: 40px;
}

.hezuo-index .hezuo1 .video {
  width: 599px;
}

.hezuo-index .hezuo1 .her {
  width: 566px;
}

.hezuo-index .hezuo1 .her .her-list {
  margin: 0 -11px;
}

.hezuo-index .hezuo1 .her .her-list li {
  float: left;
  width: 266px;
  height: 182px;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin: 0 11px;
  margin-bottom: 12px;
}

.hezuo-index .hezuo1 .her .her-list li b {
  display: block;
  color: #3d3d3d;
  font-size: 22px;
  padding-top: 50px;
}

.hezuo-index .hezuo1 .her .her-list li span {
  display: block;
  width: 29px;
  height: 3px;
  background: #007848;
  margin: 0 auto;
  margin-top: 15px;
}

.hezuo-index .hezuo1 .her .her-list li p {
  color: #6f6f6f;
  font-size: 16px;
  margin-top: 20px;
}

.hezuo-index .hezuo1 .her .her-list li:hover {
  background: #007848;
  box-shadow: 0 0 10px #eaeaea;
}

.hezuo-index .hezuo1 .her .her-list li:hover b {
  color: #fff;
}

.hezuo-index .hezuo1 .her .her-list li:hover span {
  background: #fff;
}

.hezuo-index .hezuo1 .her .her-list li:hover p {
  color: #fff;
}

.ly {
  background: url(../images/ly.png) no-repeat;
  height: 197px;
  width: 1212px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -606px;
  margin-top: 20px;
}

#mess {
  width: 680px;
  margin-left: 14px;
  margin-top: 22px;
  float: left;
}

#mess input {
  float: left;
  width: 301px;
  height: 41px;
  background: #fff;
  outline: none;
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  font-size: 14px;
  padding-left: 11px;
  margin-right: 35px;
}

#mess ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dbdbdb;
}

#mess ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdb;
}

#mess ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdb;
}

#mess ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dbdbdb;
}

#mess #content {
  margin: 8px 0;
  width: 635px;
  height: 49px;
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  font-size: 14px;
  text-indent: 11px;
}

#mess #checkcode {
  margin-right: 0;
  width: 183px;
}

#mess #checkCodeImg {
  float: left;
}

#mess .btn1 {
  background: #007848;
  padding-left: 0;
  text-align: center;
  color: #fff;
  margin-left: 35px;
  margin-right: 0;
}

.ly-ri {
  width: 402px;
  margin-top: 33px;
}

.ly-ri h3 {
  margin-left: 12px;
  color: #fff;
  font-size: 24px;
}

.ly-ri span {
  display: block;
  color: #fff;
  margin-top: 15px;
  font-size: 24px;
}

.ly-tel {
  background: url(../images/dd.png) no-repeat left;
  /*padding-left: 44px;*/
  padding-left: 55px;
  /*margin: 24px 0 0 46px;*/
  margin: 24px 0 0 28px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.tt {
  display: none;
}

.pbj {
  background: url(../images/bj2.jpg) no-repeat top center;
  height: 771px;
  overflow: hidden;
  margin-top: 60px;
}

.pbj .pro-index {
  margin-top: 75px;
}

.pbj .pro-index .hezuo-title {
  text-align: center;
  color: #363638;
}

.pbj .pro-index .hezuo-title b {
  display: block;
  font-size: 38px;
}

.pbj .pro-index .hezuo-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.pbj .pro-index .hezuo-title span {
  display: block;
  background: url(../images/tt33.png) no-repeat center center;
  height: 15px;
  margin-top: 15px;
}

.pbj .pro-index .psort {
  margin: 0 -15px;
  margin-top: 40px;
}

.pbj .pro-index .psort li {
  display: inline-block;
  width: 271px;
  height: 40px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 1px 4px 0px rgba(167, 167, 167, 0.52);
  margin: 0 15px;
  margin-bottom: 22px;
}

.pbj .pro-index .psort li a {
  display: block;
  text-align: center;
  line-height: 38px;
  color: #131313;
  font-size: 16px;
}

.pbj .pro-index .psort li.cur {
  background-color: #007848;
}

.pbj .pro-index .psort li.cur a {
  color: #fff;
}

.pbj .pro-index .p-list1 {
  margin: 0 -13px;
  margin-top: 20px;
}

.pbj .pro-index .p-list1 li {
  float: left;
  margin: 0 13px;
}

.pbj .pro-index .p-list1 li img {
  width: 280px;
  height: 280px;
}

.ys-con {
  background: url(../images/ys.png) no-repeat top center;
  height: 585px;
  margin-top: 60px;
}

.ys-con .ysl {
  width: 363px;
  margin-top: 40px;
}

.ys-con .ysl .ysl-list li {
  background: url(../images/y1.png) no-repeat left top;
  height: 145px;
  margin-bottom: 56px;
}

.ys-con .ysl .ysl-list li .wz {
  padding-left: 34px;
}

.ys-con .ysl .ysl-list li .wz .w1 {
  color: #fff;
  font-size: 26px;
  padding-top: 15px;
}

.ys-con .ysl .ysl-list li .wz .w2 {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
}

.ys-con .ysl .ysl-list li:nth-of-type(2) {
  background: url(../images/y2.png) no-repeat left top;
}

.ys-con .ysl .ysl-list li:nth-of-type(3) {
  background: url(../images/y3.png) no-repeat left top;
}

.ys-con .ysr {
  width: 363px;
  margin-top: 40px;
}

.ys-con .ysr .ysl-list li {
  background: url(../images/y4.png) no-repeat left top;
  height: 145px;
  margin-bottom: 56px;
}

.ys-con .ysr .ysl-list li .wz {
  padding-right: 14px;
  text-align: right;
}

.ys-con .ysr .ysl-list li .wz .w1 {
  color: #fff;
  font-size: 26px;
  padding-top: 15px;
}

.ys-con .ysr .ysl-list li .wz .w2 {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
}

.ys-con .ysr .ysl-list li:nth-of-type(2) {
  background: url(../images/y5.png) no-repeat left top;
}

.ys-con .ysr .ysl-list li:nth-of-type(3) {
  background: url(../images/y6.png) no-repeat left top;
}

.service-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  height: 514px;
  overflow: hidden;
  margin-top: 60px;
}

.service-bg .service-index {
  margin-top: 50px;
}

.service-bg .service-index .service-title {
  text-align: center;
  color: #363638;
}

.service-bg .service-index .service-title b {
  display: block;
  font-size: 38px;
}

.service-bg .service-index .service-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.service-bg .service-index .service-list {
  margin: 0 -15px;
  margin-top: 50px;
}

.service-bg .service-index .service-list li {
  float: left;
  border-radius: 15px;
  width: 214px;
  height: 204px;
  /*box-shadow: 0px 1px 13px 0px rgba(67, 189, 244, 0.8);*/
  background: #007848;
  margin: 0 15px;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.service-bg .service-index .service-list li .img1 {
  margin-top: 30px;
}

.service-bg .service-index .service-list li b {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.service-bg .service-index .service-list li p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.service-bg .service-index .service-list li:hover {
  transform: translateY(-10px);
}

.service-bg .service-index .qtel {
  background: url(../images/tel2.png) no-repeat left center;
  width: 349px;
  height: 42px;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 64px;
}

.yl-img {
  margin-top: 78px;
}

.yl-img .hezuo-title {
  text-align: center;
  color: #363638;
  margin-bottom: 45px;
}

.yl-img .hezuo-title b {
  display: block;
  font-size: 38px;
}

.yl-img .hezuo-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.yl-img .hezuo-title span {
  display: block;
  background: url(../images/tt33.png) no-repeat center center;
  height: 15px;
  margin-top: 15px;
}

.yl-img img {
  text-align: center;
}

.h-img {
  position: relative;
  margin-top: 50px;
}

.h-img .hd .next {
  width: 33px;
  height: 33px;
  left: -58px;
  top: 29px;
  z-index: 999;
  position: absolute;
}

.h-img .hd .prev {
  width: 33px;
  height: 33px;
  right: -58px;
  top: 29px;
  z-index: 999;
  position: absolute;
}

.h-img .bd ul li {
  margin: 0 11px;
  float: left;
}

.h-img .bd ul li .img1 {
  border: 1px solid #727272;
  width: 178px;
  height: 91px;
}

.h-img .bd ul li .img1 img {
  width: 176px;
  height: 89px;
}

.h-img .bd ul li h3 {
  text-align: center;
  color: #464849;
  font-size: 16px;
  padding-top: 18px;
}

.h-img .bd ul li:hover .img1 {
  border: 1px solid #007848;
}

.h-img .tempWrap {
  width: 1198px !important;
}

.honor-bg {
  background: #007848;
  margin-top: 65px;
  padding-bottom: 70px;
}

.honor-bg .honor-index {
  padding-top: 60px;
}

.honor-bg .honor-index .honor-title {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 12px;
}

.honor-bg .honor-index .honor-title h2 b {
  font-size: 28px;
  color: #fff;
}

.honor-bg .honor-index .honor-title h2 span {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}

.honor-bg .honor-index .honor-title h2 a {
  position: absolute;
  right: 0;
  top: 40px;
  color: #fff;
  font-size: 14px;
}

.honor-bg .honor-index .h11 {
  margin-top: 16px;
}

.honor-bg .honor-index .h11 ul li {
  float: left;
  color: #fff;
  font-size: 14px;
  background: url(../images/tt6.png) no-repeat left center;
  padding-left: 30px;
}

.honor-bg .honor-index .honor-con {
  margin-top: 40px;
}

.honor-bg .honor-index .honor-con ul li {
  float: left;
  margin: 0 10px;
}

.honor-bg .honor-index .honor-con ul li .img1 {
  border: 1px solid #a0a0a0;
}

.honor-bg .honor-index .honor-con ul li .img1 img {
  width: 282px;
  height: 282px;
}

.news-index {
  margin-top: 45px;
}

.news-index .hezuo-title {
  text-align: center;
  color: #363638;
}

.news-index .hezuo-title b {
  display: block;
  font-size: 38px;
}

.news-index .hezuo-title p {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  letter-spacing: 2px;
  padding-top: 10px;
}

.news-index .hezuo-title span {
  display: block;
  background: url(../images/tt33.png) no-repeat center center;
  height: 15px;
  margin-top: 15px;
}

/* 新闻 */
.news_left {
  width: 601px;
}

.news_right {
  width: 525px;
}

.news_left img {
  width: 100%;
}

.news_list2 h3 a {
  display: block;
  font: 600 18px/18px "Microsoft Yahei";
  color: #303030;
  margin-top: 25px;
  margin-bottom: 15px;
}

.news_list2 h3 a:hover {
  color: #007848;
}

.news_list2 span {
  display: block;
  font: 500 14px/22px "Microsoft Yahei";
  color: #666666;
}

.news_list2 li a.imgs {
  display: block;
  width: 601px;
  height: 266px;
  overflow: hidden;
}

.news_list2 li a.imgs img {
  transition: all 0.8s;
  width: 601px;
  height: 266px;
}

.news_list2 li:hover a.imgs img {
  transform: scale(1.04, 1.04);
}

.news_list2 {
  height: 365px;
  width: 601px;
}

.news_list3 li {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #d2d2d2;
}

.news_list3 .times {
  text-align: center;
  width: 65px;
}

.news_list3 .times span {
  display: block;
  font: 600 48px/48px "微软雅黑";
  color: #7e7e7e;
}

.news_list3 .times span a {
  color: #d02513;
}

.news_list3 .times p {
  font: 400 16px/22px "微软雅黑";
  color: #7e7e7e;
  padding-top: 10px;
}

.n_list {
  width: 445px;
}

.n_list h3 {
  margin-bottom: 10px;
}

.n_list h3 a {
  font: bold 18px/16px "Microsoft Yahei";
  color: #333333;
  padding-top: 6px;
  display: block;
}

.news_list3 li:hover .times span {
  color: #007848;
}

.news_list3 li:hover .n_list h3 a {
  color: #007848;
}

.n_list span {
  font: 400 14px/24px "Microsoft Yahei";
  color: #666666;
  height: 47px;
  overflow: hidden;
  display: block;
}

.tabs {
  height: 40px;
  margin-bottom: 30px;
}

.tabs li {
  float: left;
  margin-right: 33px;
}

.tabs li + li {
  background: url(../images/xian.png) no-repeat left center;
  padding-left: 33px;
}

.tabs li a {
  display: block;
  font: 600 20px/52px "Microsoft Yahei";
  color: #333333;
}

.tabs li a.tab_click {
  color: #f00000;
}

.news_box {
  margin-top: 40px;
}

.news_list4 li {
  float: left;
  width: 510px !important;
  height: 110px;
  background: #007848;
  margin: 0 10px;
}

.news_list4 li h3 {
  padding-top: 20px;
}

.news_list4 li h3 a {
  display: block;
  padding-left: 72px;
  font: 600 12px/28px "Microsoft Yahei";
  color: #fff;
  background: url(../images/wen.png) no-repeat 34px center;
  margin-bottom: 8px;
}

.news_list4 li h3 a:hover {
  color: #fff;
}

.news_list4 li span {
  display: block;
  padding-left: 72px;
  font: 400 12px/18px "Microsoft Yahei";
  color: #fff;
  background: url(../images/da.png) no-repeat 34px 0px;
  width: 470px;
}

.wenda {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 45px;
}

.wenda .hd {
  width: 142px;
}

.wenda .bd {
  width: 1050px !important;
}

.wenda .hd h3 {
  font: 600 20px/30px "Microsoft Yahei";
  color: #007848;
}

.wenda .hd p {
  font: 400 14px/24px "Microsoft Yahei";
  color: #b4b4b4;
  margin-bottom: 33px;
}

.wenda .hd {
  font-size: 0;
}

.wenda .hd a {
  display: inline-block;
  width: 54px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  background: #6d6d6d;
}

.wenda .hd a:hover {
  background: #007848;
}

#ydemo {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 362px;
}

#yindemo {
  height: 100%;
}

.link {
  padding: 35px 0;
}

.foot-bg {
  background: #303030;
  padding-top: 30px;
}

.foot-bg .foot-index .foot1 {
  padding-left: 24px;
}

.foot-bg .foot-index .foot1 .flx {
  border-left: 1px solid #fff;
  height: 100px;
  margin-left: 28px;
  padding-left: 24px;
}

.foot-bg .foot-index .foot1 .flx .flx1 {
  background: url(../images/tel.png) no-repeat left center;
  font-size: 20.5px;
  color: #fff;
  padding-left: 46px;
}

.foot-bg .foot-index .foot1 .flx .flx2 {
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
}

.foot-bg .foot-index .foot1 .erq {
  width: 196px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
}

.foot-bg .foot-index .cop {
  border-top: 1px solid #515151;
  color: #b4b4b4;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}

.foot-bg .foot-index .cop a {
  color: #b4b4b4;
}






/**/

.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:10px; padding-bottom:73px;  z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-ww{background:url(../images/r_ww.png) 0px 0px no-repeat; background-color:#43bce0;}
.izl-rmenu .btn-ww:hover{background-color:#488bc7;}
.izl-rmenu a.btn-ww,.izl-rmenu a.btn-ww:visited{background:url(../images/r_ww.png) 0px 0px no-repeat; background-color:#43bce0; text-decoration:none; display:block;}
.izl-rmenu .btn-skype{background:url(../images/r_skype.png) 0px 0px no-repeat; background-color:#1e73bf;}
.izl-rmenu .btn-skype:hover{background-color:#488bc7;}
.izl-rmenu a.btn-skype,.izl-rmenu a.btn-skype:visited{background:url(../images/r_skype.png) 0px 0px no-repeat; background-color:#1e73bf; text-decoration:none; display:block;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;max-width: inherit;}
.izl-rmenu .btn-wx:hover .pic{
    display: block;
}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;    margin-top: -1px;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}.btn{    display: block;}









