﻿.indexLine {
  margin: 0;
  border: none;
  height: 1px;
  background: #ebebeb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.indexBanner {
  margin-bottom: 6px;
}
.indexBanner .sameBanner {
  position: relative;
}
.indexBanner .sameBanner .sameBannerItem {
  height: 100%;
}
.indexBanner .sameBanner .sameBannerItem .txt {
  bottom: 26%;
}
.indexBanner .sameBanner .slidesjs-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  margin: 0!important;
  text-align: center;
}
.indexBanner .sameBanner .slidesjs-pagination .slidesjs-pagination-item {
  display: inline-block;
}
.indexBanner .sameBanner .slidesjs-pagination .slidesjs-pagination-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
}
.indexBanner .sameBanner .slidesjs-pagination .slidesjs-pagination-item a.active {
  background: #146bc7;
  width: 14px;
}
.indexBanner img {
  width: 100%;
}
.indexTitle {
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  padding: 25px 0;
  font-weight: bold;
}
.indexTitle i {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 16px;
}
.indexTitle .toMore {
  display: block;
  float: right;
  padding-right: 10px;
  background: url(../images/iconIndexMore.png) no-repeat right center;
  background-size: 6px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.indexAdvantage ul {
  overflow: hidden;
}
.indexAdvantage ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.indexAdvantage ul li img {
  margin-bottom: 7px;
  width: 69px;
  height: 69px;
}
.indexAdvantage ul li .title{
color:#333;
}
.indexAdvantage ul li .title span {
  font-size: 16px;
  color: #ff6600;
  font-weight: bold;
  margin-right: 5px;
}
.indexProject {
  padding-bottom: 21px;
}
.indexProject .sameSlide {
  padding-bottom: 0;
 
}
.indexProject .sameSlide .slidesjs-slide{
 border-radius: 5px;
  overflow:hidden;
}
.indexProject .sameSlide img{
 border-radius: 5px;
}
.indexProject .sameSlide a {
  color: #fff;
}
.indexProject .sameSlide .text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37px;
  height: 74px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 17px;
}
.indexProject .sameSlide .text .title {
  font-size: 14px;
  line-height: 100%;
  margin: 10px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexProject .sameSlide .text .intro {
  font-family: "宋体";
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slidesjs-pagination {
  bottom: 12px;
}
.slidesjs-pagination li a {
  background-color: #fff;
}
.indexNews .indexTitle {
  padding-top: 29px;
  padding-bottom: 0;
}
.indexNewsItem {
  padding: 9px;
  background: #f1f1f1;
  border: #e7e7e7 solid 1px;
  margin-top: 21px;
}
.indexNewsItem .pic {
  display: block;
}
.indexNewsItem .pic img {
  width: 100%;
}
.indexNewsItem .title {
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  margin: 16px 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexNewsItem .title a {
  color: #333;
}
.indexNewsItem .thumb {
  color: #666;
  line-height: 16px;
  height: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexNewsItem .date {
  overflow: hidden;
  line-height: 12px;
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
}
.indexNewsItem .date .time {
  float: left;
  background: url(../images/iconIndexTime.png) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 15px;
}
.indexNewsItem .date .toMore {
  float: right;
  color: #999;
}
/*关于我们*/
.aboutMenu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -64px;
  height: 128px;
  font-size: 12px;
  z-index: 10;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.aboutMenu dt {
  float: left;
  width: 35px;
  height: 100%;
  box-sizing: border-box;
  padding: 34px 13px 0 7px;
  background: #ff8400 url(../images/iconAboutMenu.png) no-repeat 25px center;
  background-size: 6px 8px;
  color: #fff;
  line-height: 14px;
  border-radius: 3px;
}
.aboutMenu dd {
  display: none;
  overflow: hidden;
  float: left;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 5px;
  line-height: 13px;
}
.aboutMenu dd a {
  float: left;
  display: block;
  height: 100%;
  width: 28px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5px;
  color: #666;
}
.aboutMenu dd a i {
  display: block;
  font-style: normal;
  height: 6px;
  overflow: hidden;
  margin: 10px 0 7px;
}
.aboutIntro {
  padding-top: 1px;
  padding-bottom: 25px;
}
.aboutIntro .sameTitle {
  margin-top: 27px;
  margin-bottom: 7px;
}
.aboutIntroContent {
  color: #666;
  line-height: 200%;
}
.aboutIntroContent img {
  width: 100%;
}
.aboutTeam {
  background: #e4e4e4 url(../images/aboutTeamBj.jpg) no-repeat;
  background-size: 100%;
  min-height: 254px;
  padding-top: 1px;
}
.aboutTeam .sameTitle p span {
  background: url(../images/aboutTeamBj.jpg) no-repeat -128px -25px;
}
.aboutTeamContent {
  padding-bottom: 15px;
  color: #666;
  line-height: 200%;
}
.aboutTeamContent img {
  width: 100%;
}
.aboutHonor {
  padding-top: 1px;
}
.aboutHonor .sameTitle {
  margin-bottom: 9px;
}
.aboutHonor .swiper-container {
  padding-bottom: 35px;
  margin: 16px 0 26px;
}
.aboutHonor .swiper-container .swiper-wrapper img {
  width: 100%;
}
.aboutHonor .swiper-container .swiper-pagination {
  bottom: 0;
}
.aboutHonor .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.aboutHonorContent {
  color: #666;
  line-height: 200%;
  text-align: center;
}
.aboutDevice {
  padding: 1px 15px 1px;
  background: #f0f0f0;
}
.aboutDevice .sameTitle {
  margin-top: 32px;
  margin-bottom: 5px;
}
.aboutDevice .sameTitle p span {
  background: #f0f0f0;
}
.aboutDevice .swiper-container {
  margin: 10px 0 17px 0;
  padding-bottom: 25px;
}
.aboutDevice .swiper-container .swiper-wrapper img {
  width: 100%;
  box-sizing: border-box;
  border: #e4e4e4 solid 1px;
  margin-bottom: 9px;
}
.aboutDevice .swiper-container .swiper-wrapper p {
  font-family: "宋体";
  color: #666;
  line-height: 20px;
}
.aboutDevice .swiper-container .swiper-pagination {
  bottom: 0;
}
.aboutDevice .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.aboutDeviceContent {
  color: #666;
  line-height: 200%;
}
.aboutCustomer {
  padding-top: 1px;
}
.aboutCustomer .sameTitle {
  margin-bottom: 3px;
}
#aboutCustomerList {
  margin-top: 22px;
  width: 100%;
  overflow: hidden;
}
#aboutCustomerInner {
  float: left;
  width: 800%;
}
#aboutCustomerInner ul {
  float: left;
}
#aboutCustomerInner ul li {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 11px;
}
#aboutCustomerInner ul li img {
  width: 64px;
  height: 64px;
}
.aboutCustomerContent {
  padding-top: 5px;
  color: #666;
  line-height: 200%;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #146bc7;
}
/*微信*/
.weChatPage {
  padding-top: 74px;
  text-align: center;
}
.weChatPage img{
  border:1px #ccc solid;
}
.weChatInfo {
  padding-bottom: 15px;
  line-height: 180%;
  font-size: 14px;
  color: #666;
}
.weChatPic {
  border: #ccc solid 1px;
}
.footWeChat {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/*# sourceMappingURL=index.css.map */







