body {
  font: 14px/1.5 "microsoft yahei", tahoma, arial, "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.nux-page-btn {
  text-align: left;
}

.nux-page-btn a {
  color: #333;
}

.nux-page-btn a:hover {
  color: #333;
}

.nux-pagination {
  color: #333;
  text-align: center;
}

.nux-pagination .num {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}

.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}

.nux-pagination .prev,
.nux-pagination .next {
  padding: 0 5px;
}

.nux-pagination .current {
  background: #009b4c;
  border-color: #009b4c;
  color: #fff;
}

.site-header .topbar {
  height: 100px;
}

.site-header .topbar .logo img {
  display: block;
}

.site-header .navbar {
  width: 875px;
  height: 100px;
}

.site-header .menu1 {
  font-size: 16px;
  float: left;
  position: relative;
  width: 12.5%;
  text-align: center;
}

.site-header .menu1:hover {
  color: #009b4c;
}

.site-header .active {
  color: #009b4c;
}

.site-header .menu1-list {
  display: block;
  line-height: 100px;
}

.site-header .menu2 {
  position: absolute;
  z-index: 2000;
  left: 0;
  min-width: 100%;
  display: none;
  top: 100px;
}

.site-header .menu2-list {
  display: block;
  color: #fff;
  height: 50px;
  white-space: nowrap;
  padding: 0 24px;
  line-height: 50px;
  background: #009b4c;
  text-align: left;
}

.site-header .menu2-list:hover {
  background: #008c44;
}

#banner .swiper-container {
  width: 100%;
  height: 600px;
}

#banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  background-color: rgba(100, 100, 100, 0.3);
  background-image: url("../images/common/arrow.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 5px;
}

#banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#banner .swiper-pagination-bullets {
  bottom: 0;
  height: 62px;
}

#banner .swiper-pagination-bullet {
  opacity: 1;
  width: 70px;
  border-radius: 0;
  height: 6px;
  opacity: 0.7;
  background: #fff;
  border: 0 !important;
  margin-top: 25px;
}

#banner .swiper-pagination-bullet-active {
  background: #009b4c;
  border: 0;
  opacity: 1;
}

.site-footer {
  background: #009b4c;
  color: #fff;
  padding-top: 44px;
  position: relative;
}

.site-footer:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #009b4c;
}

.site-footer .links {
  text-align: center;
}

.site-footer .links .wrapper {
  padding-bottom: 30px;
  border-bottom: solid 1px #95d6ab;
}

.site-footer .links a {
  float: left;
  width: 12.4%;
  position: relative;
}

.site-footer .links a:after {
  display: block;
  content: "";
  width: 1px;
  top: 0;
  height: 18px;
  position: absolute;
  background: #95d6ab;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  right: 0;
}

.site-footer .links a:last-child:after {
  display: none;
}

.site-footer .mid .wrapper {
  padding: 17px 0 0;
  border-bottom: solid 1px #95d6ab;
}

.site-footer .location {
  padding-left: 40px;
  border-left: solid 1px #95d6ab;
  line-height: 25px;
  margin-top: 8px;
}

.site-footer .qrcode {
  margin: 10px 0 20px;
}

.site-footer .copyright {
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  text-align: center;
}

.page-single {
  margin: 50px 0 80px;
}

.page-single:before,
.page-single:after {
  content: " ";
  display: table;
}

.page-single:after {
  clear: both;
}

.page-single .aside {
  float: left;
  width: 210px;
}

.page-single .aside .title {
  height: 45px;
  line-height: 45px;
  background: #009b4c;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}

.page-single .aside .section1 ul {
  border: solid 1px #efefef;
  border-top: 0;
}

.page-single .aside .section1 ul li {
  padding: 0 10px;
}

.page-single .aside .section1 ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: dotted 1px #c7c7c7;
  overflow: hidden;
}

.page-single .aside .section1 ul li:last-child a {
  border: 0;
}

.page-single .aside .section1 ul li:hover a {
  color: #009b4c;
}

.page-single .aside .section1 ul .active a {
  color: #009b4c;
}

.page-single .aside .section2 {
  margin-top: 30px;
}

.page-single .aside .section2 .content {
  background: #f5f5f5;
  padding: 15px;
  line-height: 1.8;
  font-size: 12px;
}

.content img {
  max-width: 970px;
}

.page-single .main-wrapper {
  float: right;
  width: 970px;
}

.page-single .main-wrapper .breadcrumbs {
  border-bottom: solid 1px #e0e0e0;
  color: #535353;
}

.page-single .main-wrapper .breadcrumbs:before,
.page-single .main-wrapper .breadcrumbs:after {
  content: " ";
  display: table;
}

.page-single .main-wrapper .breadcrumbs:after {
  clear: both;
}

.page-single .main-wrapper .breadcrumbs .title {
  float: left;
  position: relative;
  font-size: 18px;
  padding: 8px 0;
}

.page-single .main-wrapper .breadcrumbs .title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #009b4c;
  height: 1px;
  width: 145px;
}

.page-single .main-wrapper .breadcrumbs .cur {
  margin-top: 13px;
  font-size: 14px;
  color: #2c2c2c;
  float: right;
}

.page-single .main-wrapper .content {
  margin-top: 20px;
  line-height: 2;
}

.page-product .list-wrapper {
  margin-left: -15px;
}

.page-product .list-wrapper:before,
.page-product .list-wrapper:after {
  content: " ";
  display: table;
}

.page-product .list-wrapper:after {
  clear: both;
}

.page-product .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 15px;
  margin-bottom: 10px;
}

.page-product .list .title {
  text-align: center;
  margin-top: 10px;
}

.page-product .list .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: solid 1px #e0e0e0;
}

.page-product .list .pic img {
  width: 100%;
  height: 250px;
}

.page-product .list .pic:hover .mask {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-product .list .pic:hover .more:before {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-product .list .pic:hover .more:after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-product .list .more {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.page-product .list .more:before,
.page-product .list .more:after {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

.page-product .list .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: rgba(50, 50, 50, 0.5);
}

.page-product .list .mask:after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.page-cases .list-wrapper {
  margin-left: -15px;
}

.page-cases .list-wrapper:before,
.page-cases .list-wrapper:after {
  content: " ";
  display: table;
}

.page-cases .list-wrapper:after {
  clear: both;
}

.page-cases .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 15px;
  margin-bottom: 20px;
}

.page-cases .list .pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.page-cases .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-cases .list .title {
  font-size: 16px;
  text-align: center;
}

.page-cases .pic:hover .mask {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-cases .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  font-size: 28px;
}

.page-news .list {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dashed #222;
}
.page-news .list:first-child {
  padding-top: 0;
}
.page-news .list .title {
  font-size: 16px;
  line-height: 25px;
}

.page-news .list .date {
  line-height: 25px;
  color: #ccc;
}

.page-news .list .desc {
  height: 50px;
  width: 100%;
  line-height: 25px;
  max-height: 2em;
  /*text-overflow: ellipsis;
    display: -webkit-box;*/
  overflow: hidden;
  /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical*/
}

.page-news .d-title {
  text-align: center;
  font-size: 18px;
}

.page-news .d-date {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

.page-news .d-content {
  margin-top: 15px;
}

.page-message form {
  margin-top: 50px;
}

.page-message form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}

.page-message form .field-ctl {
  margin-bottom: 15px;
}

.page-message form .input-ctl {
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  text-indent: 15px;
  width: 300px;
}

.page-message form .input-ctl:focus {
  outline: 0;
  border-color: #006833;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #02ff7e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #02ff7e;
}

.page-message form #feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 400px;
  border-radius: 3px;
  text-indent: 15px;
}

.page-message form #feedback:focus {
  outline: 0;
  border-color: #006833;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #02ff7e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #02ff7e;
}

.page-message form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 80px;
  line-height: 34px;
  text-align: center;
  background: #009b4c;
  color: #fff;
  border-radius: 3px;
}

.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 0.72rem;
  height: 0.72rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 1.4rem;
  right: 0.4rem;
}

.page-index .m-content {
  margin-top: 40px;
}

.page-index .slogan {
  background: #009b4c;
  padding: 30px 0;
}

.page-index .slogan .list {
  float: left;
  width: 25%;
  padding: 0 25px;
  color: #fff;
}

.page-index .slogan .list:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-index .slogan .list i {
  display: block;
}

.page-index .slogan .list .nux-center {
  float: left;
  width: 54px;
  height: 44px;
}

.page-index .slogan .list .text {
  margin-top: -5px;
  margin-left: 54px;
}

.page-index .slogan .list .text .title {
  font-size: 18px;
}

.page-index .slogan .list .text3 {
  margin-left: 65px;
}

.page-index .slogan .list .icon-pz {
  width: 44px;
  height: 42px;
  background-repeat: no-repeat;
}

.page-index .slogan .list .icon-fw {
  width: 37px;
  height: 41px;
  background-repeat: no-repeat;
}

.page-index .slogan .list .icon-ps {
  width: 51px;
  height: 41px;
  background-repeat: no-repeat;
}

.page-index .slogan .list .icon-tel {
  width: 51px;
  height: 41px;
  background-repeat: no-repeat;
}

.page-index .product {
  margin: 50px 0;
}

.page-index .product .head {
  text-align: center;
}

.page-index .product .head .title {
  font-size: 30px;
}

.page-index .product .head .desc {
  margin-top: 10px;
  color: #b4b4b4;
}

.page-index .product .content {
  margin-top: 40px;
}

.page-index .product .tab-catagroy {
  line-height: 70px;
  text-align: center;
  font-size: 0;
}

.page-index .product .tab-catagroy a {
  font-size: 14px;
  display: inline-block;
  padding: 0 20px;
  background: #f5f5f5;
}

.page-index .product .tab-catagroy a:hover {
  background: #009b4c;
  color: #fff;
}

.page-index .product .tab-catagroy .active {
  background: #009b4c;
  color: #fff;
}

.page-index .product .tab-content {
  margin-top: 38px;
}

.page-index .product .tab-content .list {
  display: none;
}

.page-index .product .tab-content .list:before,
.page-index .product .tab-content .list:after {
  content: " ";
  display: table;
}

.page-index .product .tab-content .list:after {
  clear: both;
}

.page-index .product .tab-content .list .text {
  float: left;
  padding: 125px 40px;
  width: 350px;
  height: 600px;
  color: #fff;
  background: #009b4c;
}

.page-index .product .tab-content .list .text .title {
  font-size: 18px;
  text-align: center;
}

.page-index .product .tab-content .list .text .dash {
  position: relative;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}

.page-index .product .tab-content .list .text .dash:after {
  display: block;
  content: "";
  width: 70px;
  position: absolute;
  left: 50%;
  background: #fff;
  margin-left: -35px;
  height: 3px;
  top: -1px;
}

.page-index .product .tab-content .list .text .desc {
  font-size: 16px;
}

.page-index .product .tab-content .list .pic {
  float: right;
  background: #f9f9f9;
  width: 850px;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.page-index .product .tab-content .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-index .tech {
  background: url("../images/tech_bg.png") no-repeat scroll center;
  color: #fff;
  padding: 50px 0;
}

.page-index .tech .head {
  text-align: center;
}

.page-index .tech .head .title {
  font-size: 30px;
}

.page-index .tech .head .desc {
  margin-top: 10px;
}

.page-index .tech .content {
  margin-top: 40px;
}

.page-index .tech .list-wrapper:before,
.page-index .tech .list-wrapper:after {
  content: " ";
  display: table;
}

.page-index .tech .list-wrapper:after {
  clear: both;
}

.page-index .tech .box {
  position: relative;
}

.page-index .tech .swiper-button-prev,
.page-index .tech .swiper-button-next {
  background-image: url("../images/common/prev.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 25px;
  height: 37px;
  margin-top: -18px;
}

.page-index .tech .swiper-button-prev {
  left: -50px;
}

.page-index .tech .swiper-button-next {
  right: -50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-index .tech .list-wrapper:before,
.page-index .tech .list-wrapper:after {
  content: " ";
  display: table;
}

.page-index .tech .list-wrapper:after {
  clear: both;
}

.page-index .tech .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-index .tech .list .pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.page-index .tech .list .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-index .tech .list .text {
  height: 300px;
  padding: 30px 35px 0;
  background: #71b7f3;
}

.page-index .tech .list .text .title {
  font-size: 18px;
}

.page-index .tech .list .text .desc {
  margin-top: 25px;
  line-height: 2;
}

.page-index .tech .list:nth-child(4n + 1) .text {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background: #96ca82;
}

.page-index .tech .list:nth-child(4n + 2) .text {
  background: #f07965;
}

.page-index .tech .list:nth-child(4n + 3) .text {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background: #ecd168;
}

.page-index .reason {
  margin-top: 50px;
  text-align: center;
}

.page-index .cases {
  margin: 40px 0 50px;
}

.page-index .cases .head {
  text-align: center;
}

.page-index .cases .head .title {
  font-size: 30px;
}

.page-index .cases .head .desc {
  margin-top: 10px;
  color: #b4b4b4;
}

.page-index .cases .content {
  margin-top: 40px;
}

.page-index .cases .box {
  position: relative;
}

.page-index .cases .swiper-button-prev,
.page-index .cases .swiper-button-next {
  background-image: url("../images/common/prev2.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 25px;
  height: 37px;
  margin-top: -18px;
}

.page-index .cases .swiper-button-prev {
  left: -50px;
}

.page-index .cases .swiper-button-next {
  right: -50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-index .cases .pic {
  width: 100%;
  height: 215px;
  overflow: hidden;
  position: relative;
}

.page-index .cases .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-index .cases .pic .mask {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.page-index .cases .pic:hover .mask {
  opacity: 1;
  transition: all 0.2s ease;
}

.page-index .cases .pic .mask .title {
  margin-top: 98px;
  font-size: 16px;
}

.page-index .about {
  background: url("../images/about_bg.png") no-repeat scroll center;
  padding: 56px 0;
  height: 400px;
  position: relative;
}

.page-index .about .head {
  text-align: center;
  color: #fff;
}

.page-index .about .head .title {
  font-size: 30px;
}

.page-index .about .head .desc {
  margin-top: 10px;
}

.page-index .about .content {
  position: absolute;
  background: #f6f6f6;
  top: 190px;
}

.page-index .about .content:before,
.page-index .about .content:after {
  content: " ";
  display: table;
}

.page-index .about .content:after {
  clear: both;
}

.page-index .about .pic {
  float: left;
  width: 600px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/i_about.png");
}

.page-index .about .text {
  float: left;
  width: 600px;
  padding: 40px;
  position: relative;
}

.page-index .about .list {
  display: none;
}

.page-index .about .list .t1 {
  font-size: 24px;
  color: #009b4c;
}

.page-index .about .list .t2 {
  margin-top: 30px;
  height: 120px;
  width: 100%;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.page-index .about .list .more {
  float: right;
  margin-top: 40px;
  width: 110px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/more.png");
}

.page-index .about .active {
  display: block;
}

.page-index .about .btn-box {
  position: absolute;
  top: 265px;
}

.page-index .about .prev-btn {
  display: block;
  width: 59px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  background-image: url("../images/prev-btn.png");
}

.page-index .about .next-btn {
  display: block;
  float: left;
  width: 59px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/next-btn.png");
}

.page-index .news {
  margin: 190px 0 80px;
}

.page-index .news .head {
  text-align: center;
}

.page-index .news .head .title {
  font-size: 30px;
}

.page-index .news .head .desc {
  margin-top: 10px;
  color: #b4b4b4;
}

.page-index .news .content {
  margin-top: 40px;
}

.page-index .news .list-wrapper {
  margin-left: -20px;
}

.page-index .news .list-wrapper:before,
.page-index .news .list-wrapper:after {
  content: " ";
  display: table;
}

.page-index .news .list-wrapper:after {
  clear: both;
}

.page-index .news .list-box {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.page-index .news .list:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-index .news .list:hover .text .t1 {
  color: #009b4c;
}

.page-index .news .list .pic {
  width: 100%;
  height: 215px;
  overflow: hidden;
  position: relative;
}

.page-index .news .list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-index .news .list .text .t1 {
  display: block;
  margin-top: 15px;
  color: #222;
}

.page-index .news .list .text .t1:before,
.page-index .news .list .text .t1:after {
  content: " ";
  display: table;
}

.page-index .news .list .text .t1:after {
  clear: both;
}

.page-index .news .list .text .t1 .date {
  float: left;
}

.page-index .news .list .text .t1 .title {
  float: left;
  width: 230px;
  margin-left: 5px;
}

.page-index .news .list .text .desc {
  margin-top: 8px;
  color: #acacac;
  height: 50px;
  width: 100%;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-index .slogan .list .icon-pz {
  background-position: -7px 0px;
}

.page-index .slogan .list .icon-fw {
  background-position: -14px -45px;
}

.page-index .slogan .list .icon-ps {
  background-position: 0px -89px;
}

.page-index .slogan .list .icon-tel {
  background-position: -15px -133px;
}

.page-index .slogan .list .icon-pz,
.page-index .slogan .list .icon-fw,
.page-index .slogan .list .icon-ps,
.page-index .slogan .list .icon-tel {
  background-image: url(common_z.png);
}

.main-im {
  position: fixed;
  right: 10px;
  top: 260px;
  z-index: 100;
  width: 110px;
  height: 272px;
}

.main-im .qq-a {
  display: block;
  width: 106px;
  height: 116px;
  font-size: 14px;
  color: #0484cd;
  text-align: center;
  position: relative;
}

.main-im .qq-a span {
  bottom: 5px;
  position: absolute;
  width: 90px;
  left: 10px;
}

.main-im .qq-hover-c {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  left: 18px;
  top: 10px;
  overflow: hidden;
  z-index: 9;
}

.main-im .qq-container {
  position: absolute;
  width: 109px;
  height: 118px;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dddddd;
  background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
  max-width: 60px;
  display: block;
  position: absolute;
  z-index: 9999;
  left: 6px;
  top: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
  max-width: 70px;
  left: 1px;
  top: 8px;
  position: absolute;
}

.main-im .im_main {
  background: #f9fafb;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #f9fafb;
  display: none;
}

.main-im .im_main .im-tel {
  color: #000000;
  text-align: center;
  width: 109px;
  height: 105px;
  border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
  font-weight: bold;
  font-size: 12px;
  margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
  font-family: Arial;
  font-weight: bold;
  color: #e66d15;
}

.main-im .im_main .weixing-container {
  width: 55px;
  height: 47px;
  border-right: 1px solid #dddddd;
  background: #f5f5f5;
  border-bottom-left-radius: 10px;
  background: url(../images/weixing-icon.png) no-repeat center center;
  float: left;
}

.main-im .im_main .weixing-show {
  width: 112px;
  height: 172px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  position: absolute;
  left: -125px;
  top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 6px;
  left: 112px;
  top: 134px;
  position: absolute;
  z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #dddddd;
  border-width: 8px;
  left: 112px;
  top: 132px;
  position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
  width: 104px;
  height: 103px;
  padding-left: 5px;
  padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
  position: absolute;
  top: 110px;
  left: 7px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.main-im .im_main .go-top {
  width: 50px;
  height: 47px;
  background: #f5f5f5;
  border-bottom-right-radius: 10px;
  background: url(../images/toTop-icon.png) no-repeat center center;
  float: right;
}

.main-im .im_main .go-top a {
  display: block;
  width: 52px;
  height: 47px;
}

.main-im .close-im {
  position: absolute;
  right: 10px;
  top: -12px;
  z-index: 100;
  width: 24px;
  height: 24px;
}

.main-im .close-im a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
  text-decoration: none;
}

.main-im .open-im {
  cursor: pointer;
  margin-left: 68px;
  width: 40px;
  height: 133px;
  background: url(../images/open_im.png) no-repeat left top;
}
