@charset "utf-8";

:hover{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.picfd:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer {
  margin-right: auto;
  margin-left: auto;
}

.padding1 {
  padding-top: 82px;
}
.padding2 {
  padding-top: 100px;
}

/* 头部 */
.header {
  width: 100%;
  background: #f8f7f7;
  position: fixed;
  z-index: 999999;
  /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 82px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 82px;
  padding: 22px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 38px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 15px;
  color: #6e7174;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .search {
  margin: 26px -15px 0 14px;
  position: relative;
  z-index: 3;
}
.header .navbar .search1 {
  margin: 4px 0px 0 0;
  cursor: pointer;
}
.header .navbar .search1 img {
	height: 22px;
}
.header .navbar .search2 {
  width: 200px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  right: -11.5px;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.header .navbar .search2 .wbk1 {
  font-size: 14px;
  color: #333;
  width: 156px;
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
  background: none;
  border: 0px;
}




.search_border{
  width: 1200px;
  height: 28px;
  position: absolute;
  float: left;
  margin: 0 auto;
  display: none;
}
.searchbar{
  width: 300px;
  height: 28px;
  float: right;
  border: solid 1px #333333;
  border-radius: 50px;
  padding: 0 10px;
  background-color: #ffffff;
}
.search_close{
  width: 28px;
  height: 28px;
  background-image: url("../images/pic1_close.png");
  background-repeat: no-repeat;
  line-height: 28px;
  float: right;
}
.search_txt{
  width: 235px;
  height: 25px;
  line-height: 28px;
  border: none;
  float: left;
}
.btn_search {
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: url(../images/pic1.png) no-repeat center;
  border: 0px;
}

.header .nav {
  padding-right: 0px;
  padding-bottom: 0px;
}
.header .nav > li {
  margin-right: 20px !important;
  position: relative;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
  min-width: 96px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  padding: 0 5px;
  display: block;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top: 10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
	  padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {

  background: #ececed;
  color: #464646;
}
.header .navbar-default .navbar-nav > .active > a {
  background: #ececed;
  color: #464646;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #8dafca;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #8dafca;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #8dafca;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  background: #ececed;
  color: #464646;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  margin-left: 0px !important;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: auto;
  padding: 15px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: #49494a url(../images/pic2.png) no-repeat center top;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 30px;
  line-height: 30px !important;
  font-size: 15px;
  color: #fff;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
	color: #ffffff;
	background: none;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* banner */
.banner {
	width: 100%;
	position: relative;
}
.banner .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner .swiper-slide {
  background-size: cover;
  background-position: center;
}
.banner .gallery-top {
  height: auto;
  width: 100%;
}
.banner .gallery-top .swiper-slide {
  width: 100%;
  position: relative;
}
.banner .gallery-top .swiper-slide img {
  width: 100%;
}
.banner .gallery-thumbs {
  width: 706px;
  height: auto;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.banner .gallery-thumbs .swiper-slide {
  width: 100%;
}
.banner .gallery-thumbs .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.banner .gallery-thumbs .swiper-slide .pic img {
  width: 100%;
}
.banner .gallery-thumbs .swiper-slide-active .pic {
	border: 2px solid rgba(255, 255, 255, .5);
}

/* 首页 */
.main{
  width: 100%;
  padding-bottom: 80px;
	background-color: #f6f6f6;
	overflow: hidden;
}
.main h2{
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 80px 0 40px;
}
.main h2 p{
  font-size: 36px;
  font-weight: bold;
  color: #303333;
  width: 100%;
  line-height: 36px;
  text-transform: uppercase;
}
.main h2 span{
  font-size: 20px;
  color: #252525;
  width: 100%;
  line-height: 100%;
  margin-top: 40px;
  display: block;
}
.main .more{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.main .more a{
  font-size: 16px;
  color: #8dafca;
  width: 168px;
  max-width: 100%;
  height: 51px;
  line-height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #8dafca;
  display: inline-block;
}
.main .more a:hover{
  color: #fff;
  background-color: #8dafca;
}

.main1{
  width: 100%;
}
.main1_1{
  width: 100%;
}
.main1_1 ul{
  margin: -32px -24px 0 0;
}
.main1_1 ul li{
  width: 33.33%;
  padding: 32px 20px 0 0;
}
.main1_1 ul li .item{
  width: 100%;
}
.main1_1 ul li .item .pic{
  width: 100%;
  position: relative;
}
.main1_1 ul li .item .pic1{
  width: 100%;
}
.main1_1 ul li .item .pic1 img{
  width: 100%;
}
.main1_1 ul li .item .pic2{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 5px;
  background-color: rgba(141, 175, 202, .93);
  -webkit-box-shadow:18px 18px 19px rgba(4, 0, 0, .07);
  -moz-box-shadow:18px 18px 19px rgba(4, 0, 0, .07);
  box-shadow:18px 18px 19px rgba(4, 0, 0, .07);
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.main1_1 ul li .item .pic2 p{
  width: 100%;
  padding: 108px 0 24px;
}
.main1_1 ul li .item .pic2 p img{
  height: 76px;
}
.main1_1 ul li .item .pic2 span{
  font-size: 18px;
  color: #fff;
  width: 100%;
  line-height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1_1 ul li .item .text{
  width: 100%;
  text-align: center;
}
.main1_1 ul li .item .text .title{
  font-size: 20px;
  font-weight: bold;
  color: #6e7174;
  width: 100%;
  line-height: 25px;
  text-transform: uppercase;
  margin: 30px 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1_1 ul li .item .text .content{
  font-size: 16px;
  color: #6e7174;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main2{
  width: 100%;
}
.main2_1{
  margin: 0 -24px 0 0;
}
.main2_1_l{
  width: 66.66%;
  padding-right: 24px;
}
.swiper1 {
  width: 100%;
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
  top: 364px;
  width: 25px;
  height: 44px;
  /* margin-top: -40px; */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic1.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic2.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic1.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic2.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 24px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 3px !important;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: #8dafca;
}
.main2_1_r{
  width: 33.33%;
  padding-right: 24px;
}
.main2_1_r ul{
  width: 100%;
  margin-top: -25px;
}
.main2_1_r ul li{
  width: 100%;
  padding-top: 25px;
}
.main2_1_b{
  width: 100%;
}
.main2_1_b ul{
  width: 100%;
}
.main2_1_b ul li{
  width: 33.33%;
  padding: 24px 24px 0 0;
}
.main2_1 .item{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main2_1 .item .pic{
  width: 100%;
  overflow: hidden;
}
.main2_1 .item .pic img{
  width: 100%;
}
.main2_1 .item .title{
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.main3{
  width: 100%;
}
.main3_1{
  width: 100%;
}
.main3_1_l{
  width: 57.14%;
  padding-right: 50px;
}
.main3_1_l .tab{
  font-size:0px;
  width:100%;
  text-align:left;
  padding-right: 56px;
  position: relative;
}
.main3_1_l .tab .more2{
  font-size: 20px;
  color: #c5c5c5;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.main3_1_l .tab .more2:hover{
  color: #000;
}
.main3_1_l .tab1{
  font-size:20px;
  color:#bebebe;
  margin-left: 42px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.main3_1_l .tab1:first-child{
  margin-left: 0px;
}
.main3_1_l .tab1 a{
  color:#bebebe;
  line-height: 100%;
  text-align: center;
  background-color: #fff;
  display:block;
  overflow:hidden;
}
.main3_1_l .tab1:hover a{
  color: #000;
}
.main3_1_l .tab1.on a{
  color: #000;
}
.main3_1_l .tab_nr {
  width:100%;
}
.main3_1_l .tab_nr1{
  width:100%;
  margin-top: 20px;
  display: none;
}
.main3_1_l .tab_nr1 ul{
  width:100%;
}
.main3_1_l .tab_nr1 ul li{
  width:100%;
  padding: 24px 0;
  border-top: 1px solid #ddd;
}
.main3_1_l .tab_nr1 ul li:last-child{
  padding-bottom: 0px;
}
.main3_1_l .tab_nr1 ul li .item{
  width:100%;
  padding: 0 90px 0 122px;
  position: relative;
}
.main3_1_l .tab_nr1 ul li .item .date{
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.main3_1_l .tab_nr1 ul li .item .date p{
  font-size: 16px;
  color: #505050;
  line-height: 100%;
}
.main3_1_l .tab_nr1 ul li .item .date span{
  font-size: 12px;
  color: #a4a4a4;
  line-height: 100%;
  margin-top: 20px;
  display: block;
}
.main3_1_l .tab_nr1 ul li .item .text{
  width:100%;
}
.main3_1_l .tab_nr1 ul li .item .text .title{
  font-size: 16px;
  color: #6e7174;
  width:100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main3_1_l .tab_nr1 ul li .item .text .content{
  font-size: 12px;
  color: #6e7174;
  width:100%;
  height: 54px;
  line-height: 30px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main3_1_l .tab_nr1 ul li .item .more2{
  font-size: 14px;
  color: #9f9f9f;
  width: 60px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #9f9f9f;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.main3_1_l .tab_nr1 ul li .item:hover .text .title{
  font-weight: bold;
  color: #464646;
}
.main3_1_r{
  width: 42.86%;
}
.main3_1_r .item{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main3_1_r .item .pic{
  width: 100%;
  overflow: hidden;
}
.main3_1_r .item .pic img{
  width: 100%;
}
.main3_1_r .item .title{
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 30px;
  background: url(../images/pic4.png) repeat-x center top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.swiper2 {
  width: 100%;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 37px;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
}
.swiper2 .swiper-button-prev {
  background: url(../images/pic5.png) no-repeat center;
  left: 30px;
  right: auto;
}
.swiper2 .swiper-button-next {
  background: url(../images/pic6.png) no-repeat center;
  right: 30px;
  left: auto;
}
.swiper2 .swiper-button-prev:hover {
  background: url(../images/pic5.png) no-repeat center;
}
.swiper2 .swiper-button-next:hover {
  background: url(../images/pic6.png) no-repeat center;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  content: "";
}
.swiper2 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: none;
}
.swiper2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 3px !important;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  background: #8dafca;
}

.main4{
  width: 100%;
}
.main4_1{
  width: 100%;
}
.main4_1 .pic{
  width: 50%;
  height: 500px;
  overflow: hidden;
}
.main4_1 .pic img{
  height: 100%;
}
.main4_1 .text{
  width: 50%;
  padding-left: 40px;
}
.main4_1 .text .title{
  font-size: 14px;
  font-weight: bold;
  color: #6e7174;
  width: 100%;
  line-height: 100%;
  margin-top: 12px;
}
.main4_1 .text .content{
  font-size: 14px;
  color: #6e7174;
  width: 100%;
  height: 500px;
  line-height: 32px;
  padding: 30px 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.main4_1 .text .more{
  text-align: left;
}

.main5{
  width: 100%;
}
.main5_1{
  width: 100%;
}
.main5_1 ul{
  margin: -24px -28px 0 0;
}
.main5_1 ul li{
  width: 33.33%;
  padding: 24px 28px 0 0;
}
.main5_1 ul li .pic{
  width: 100%;
  overflow: hidden;
}
.main5_1 ul li .pic img{
  width: 100%;
}
.main5_1 ul li .pic img.img1{
  display: block;
}
.main5_1 ul li .pic img.img2{
  display: none;
}
.main5_1 ul li .pic:hover{
  -webkit-box-shadow:0px 0px 16px rgba(4, 0, 0, .07);
  -moz-box-shadow:0px 0px 16px rgba(4, 0, 0, .07);
  box-shadow:0px 0px 16px rgba(4, 0, 0, .07);
}
.main5_1 ul li .pic:hover img.img1{
  display: none;
}
.main5_1 ul li .pic:hover img.img2{
  display: block;
}
.main5_2{
  width: 100%;
  margin: 80px 0;
  overflow: hidden;
}
.main5_2 img{
  width: 100%;
}
.main5_3{
  margin-right: -100px;
}
.main5_3 .item{
  width: 50%;
  padding-right: 100px;
}
.main5_3 .item1{
  font-size: 20px;
  color: #000;
  width: 100%;
  line-height: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dashed #ccc;
}
.main5_3 .item2{
  width: 100%;
  margin-top: 40px;
  padding-right: 70px;
  position: relative;
}
.main5_3 .item2 .nr{
  width: 50%;
  padding-right: 20px;
}
.main5_3 .item2 .nr .wbk1{
  font-size: 14px;
  color: #6b6a6b;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.main5_3 .item2 .btn1{
  width: 70px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #dbdbdb url(../images/pic7.png) no-repeat center;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.main5_3 .item3{
  font-size: 20px;
  color: #2c2c2c;
  width: 100%;
  line-height: 100%;
  margin-top: 22px;
}
.main5_3 .item4{
  font-size: 14px;
  color: #666768;
  width: 100%;
  line-height: 30px;
}
.main5_3 .item4 .nr{
  width: 100%;
  margin-top: 18px;
}
.main5_3 .item4 .title span{
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 2px;
  background-color: #666768;
  display: inline-block;
}
.main5_3 .item5{
  margin: 40px -20px 0 0;
}
.main5_3 .item5 .nr{
  width: 50%;
  padding-right: 20px;
}
.main5_3 .item5 .nr .wbk1{
  font-size: 14px;
  color: #3a3c3c;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.main5_3 .item6{
  font-size: 16px;
  color: #3a3c3c;
  width: 100%;
  line-height: 100%;
  margin-top: 20px;
  padding: 0 10px;
}
.main5_3 .item7{
  font-size: 0px;
  width: 100%;
  margin-top: 10px;
}
.main5_3 .item7 .wbk1{
  font-size: 14px;
  color: #3a3c3c;
  width: 100%;
  height: 100px;
  line-height: 30px;
  padding: 13px 10px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  resize: none;
}
.main5_3 .item8{
  width: 100%;
  margin-top: 20px;
}
.main5_3 .item8 .btn1{
  font-size: 20px;
  color: #fff;
  width: 250px;
  max-width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #8dafca;
  border: 0px;
}
.main5_3 ::-webkit-input-placeholder { /* WebKit browsers */
  color: #3a3c3c;
}
.main5_3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #3a3c3c;
}
.main5_3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #3a3c3c;
}
.main5_3 :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #3a3c3c;
}

/* 内页BANNER */
.qy_banner {
  width: 100%;
  overflow: hidden;
}
.qy_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.qy_banner a {
  display: block;
  width: 100%;
}

/* 面包屑 */
.crumb{
  font-size: 16px;
  width: 100%;
  line-height: 26px;
  padding: 27px 0;
  background-color: #404040;
  overflow: hidden;
}
.crumb .item1{
  color: #bbb;
}
.crumb .item1 img{
  height: 26px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.crumb .item1 a{
  color: #bbb;
}
.crumb .item1 a:hover, .crumb .item1 a.on{
  color: #fefefe;
}
.crumb .item1 span.style1{
  color: #fefefe;
}
.crumb .item2{
  color: #7d7d7d;
}
.crumb .item2 a{
  color: #7d7d7d;
  margin-right: 20px;
}
.crumb .item2 a:last-child{
  margin-right: 0px;
}
.crumb .item2 a:hover, .crumb .item2 a.on{
  color: #fefefe;
}

/* 内页公用 */
.qy_main{
  width: 100%;
  padding: 60px 0;
	overflow: hidden;
}
.qy_main h2{
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-bottom: 60px;
}
.qy_main h2 p{
  font-size: 24px;
  color: #3e4047;
  width: 100%;
  line-height: 100%;
}
.qy_main h2 span{
  font-size: 14px;
  color: #9d9ea1;
  width: 100%;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

.qy_main1{
  font-size: 0px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.qy_main1 a{
  font-size: 20px;
  color: #575759;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  padding: 0 28px;
  display: inline-block;
}
.qy_main1 a:hover, .qy_main1 a.on{
  color: #fff;
  background-color: #6b7274;
}

/*page*/
.pages {
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.pages a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 14px;
  color: #474747;
  border-radius: 0px;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	font-size: 14px;
  width: 70px;
}
.pages a:hover,
.pages a.on {
  background: #727272;
  border: 1px solid #727272;
  color: #fff;
}

/* 产品中心 */
.cpzx_main{
  width: 100%;
}
.cpzx_main ul{
  margin: 0px -20px 0 0;
}
.cpzx_main ul li{
  width: 33.33%;
  padding: 30px 20px 0 0;
}
.cpzx_main ul li .item{
  width: 100%;
}
.cpzx_main ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.cpzx_main ul li .item .pic img{
  width: 100%;
}
.cpzx_main ul li .item .text{
  font-size: 16px;
  color: #969595;
  width: 100%;
  line-height: 38px;
  padding: 10px 20px;
}
.cpzx_main ul li .item .text .title{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzx_main ul li .item .text .content{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzx_main ul li .item:hover .text{
  color: #000;
  background-color: #dbdbdb;
}

/* 关于摩兰地板 */
.gy_main{
  width: 100%;
}
.gy_main1{
  width: 100%;
  padding: 60px 0 20px;
}
.gy_main1_nr{
  width: 100%;
}
.gy_main1_nr1{
  font-size: 14px;
  color: #242424;
  width: 100%;
  line-height: 38px;
  margin: 34px 0 14px;
}
.gy_main1_nr2{
  width: 100%;
}
.gy_main1_nr2 img{
  width: 100%;
}
.gy_main1_nr3{
  width: 100%;
}
.gy_main1_nr3 ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gy_main1_nr3 ul li{
  width: 25%;
  padding: 0 10px;
}
.gy_main1_nr3 ul li .item{
  width: 100%;
  text-align: center;
}
.gy_main1_nr3 ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.gy_main1_nr3 ul li .item .pic img{
  width: 100%;
  max-width: 100%;
}
.gy_main1_nr3 ul li .item .en{
  font-size: 20px;
  font-weight: bold;
  color: #646464;
  width: 100%;
  margin: 20px 0 6px;
}
.gy_main1_nr3 ul li .item .cn{
  font-size: 16px;
  color: #646464;
  width: 100%;
}
.gy_main1_nr3 ul li .item .content{
  font-size: 14px;
  color: #818181;
  width: 100%;
  line-height: 26px;
  margin-top: 14px;
  text-align: left;
}
.gy_main2{
  width: 100%;
}
.gy_main2_nr{
  width: 100%;
  padding: 60px 0 80px;
}
.gy_main2_nr1{
  width: 1440px;
  max-width: 100%;
  margin-top: 60px;
  padding: 0 15px;
  position: relative;
}
.gy_main2_nr1 .sjt{
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -9px;
}
.gy_main2_nr1 .sjt img{
  width: 100%;
}
.gy_main2_nr1 ul{
  width: 100%;
  position: relative;
}
.gy_main2_nr1 ul .line{
  content: "";
  width: 6px;
  height: 0px;
  max-height: 100%;
  background: url(../images/pic19h.png) repeat-y center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -3px;
}
.gy_main2_nr1 ul li{
  width: 100%;
  padding-left: 54%;
  position: relative;
}
.gy_main2_nr1 ul li:before{
  content: "";
  width: 6px;
  height: 100%;
  background: url(../images/pic19.png) repeat-y center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -3px;
}
.gy_main2_nr1 ul li:after{
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/pic20.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
}

.gy_main2_nr1 ul li .item{
  width: 100%;
}
.gy_main2_nr1 ul li .item .date{
  font-size: 30px;
  color: #000;
  width: 100%;
  line-height: 100%;
  position: relative;
  top: -10px;
  font-weight: bold;
}
.gy_main2_nr1 ul li .item .title{
  font-size: 16px;
  color: #000;
  width: 100%;
  line-height: 100%;
  margin: 6px 0 16px;
}
.gy_main2_nr1 ul li .item .content{
  font-size: 14px;
  color: #696969;
  width: 100%;
  line-height: 24px;
  padding-bottom: 30px;
}
.gy_main2_nr1 ul li:last-child .item .content{
  padding-bottom: 50px;
}
.gy_main2_nr1 ul li.even{
  padding-left: 0%;
  padding-right: 54%;
}
.gy_main2_nr1 ul li.even .item .date{
  text-align: right;
}
.gy_main2_nr1 ul li.even .item .title{
  text-align: right;
}
.gy_main2_nr1 ul li.even .item .content{
  text-align: right;
}
/* .gy_main2_nr1 ul li:hover:before{
  background: url(../images/pic19h.png) repeat-y center;
} */
.gy_main2_nr1 ul li:hover:after, .gy_main2_nr1 ul li.on:after{
  background: url(../images/pic20h.png) no-repeat center;
}

/* 合作伙伴 */
.hzhb_main{
  width: 100%;
}
.hzhb_main ul{
  width: 100%;
  margin-top: 0px;
}
.hzhb_main ul li{
  width: 100%;
  margin-top: 30px;
}
.hzhb_main ul li .item{
  width: 100%;
  display: flex;
  align-items: center;
}
.hzhb_main ul li .item .pic{
  width: 50%;
  overflow: hidden;
}
.hzhb_main ul li .item .pic img{
  width: 100%;
}
.hzhb_main ul li .item .text{
  width: 50%;
  padding: 0 60px;
}
.hzhb_main ul li .item .text .title{
  font-size: 20px;
  color: #58554d;
  width: 100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hzhb_main ul li .item .text .content{
  font-size: 16px;
  color: #999a9a;
  width: 100%;
  line-height: 26px;
  margin: 34px 0 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.hzhb_main ul li .item .text .more2{
  font-size: 14px;
  color: #878787;
  width: 100%;
  line-height: 100%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hzhb_main ul li .item:hover{
  background-color: #ececed;
}

/* 合作伙伴-详情 */
.hzhbxq_main{
  width: 100%;
}
.hzhbxq_main .title{
  font-size: 24px;
  color: #000;
  width: 100%;
  text-align: center;
}
.hzhbxq_main .content{
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 30px;
  margin-top: 32px;
}

/* 企业荣誉 */
.qyry_main{
  width: 100%;
}
.qyry_main ul{
  margin: 0px -42px 0 0;
}
.qyry_main ul li{
  width: 33.33%;
  padding: 30px 42px 0 0;
}
.qyry_main ul li .item{
  width: 100%;
}
.qyry_main ul li .item .pic{
  width: 100%;
  border: 2px solid #efefef;
  overflow: hidden;
}
.qyry_main ul li .item .pic img{
  width: 100%;
}
.qyry_main ul li .item .title{
  font-size: 14px;
  color: #373737;
  width: 100%;
  line-height: 100%;
  text-align: center;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qyry_main ul li .item:hover .title{
  color: #000;
}

/* 经典案例 */
.jdal_main{
  width: 100%;
}
.jdal_main ul{
  margin: 0px -20px 0 0;
}
.jdal_main ul li{
  width: 33.33%;
  padding: 30px 20px 0 0;
}
.jdal_main ul li .item{
  width: 100%;
}
.jdal_main ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.jdal_main ul li .item .pic img{
  width: 100%;
}
.jdal_main ul li .item .text{
  font-size: 16px;
  color: #969595;
  width: 100%;
  line-height: 38px;
  padding: 10px 20px 10px 100px;
  position: relative;
}
.jdal_main ul li .item .text .icon{
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -30px;
}
.jdal_main ul li .item .text .icon img{
  width: 100%;
  height: 100%;
}
.jdal_main ul li .item .text .title{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jdal_main ul li .item .text .content{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jdal_main ul li .item:hover .text{
  color: #000;
  padding: 10px 20px 10px 20px;
  background-color: #dbdbdb;
}
.jdal_main ul li .item:hover .text .icon{
  width: 0px;
}

/* 联系我们 */
.lxwm_main{
  width: 100%;
}
.lxwm_main1{
  width: 100%;
}
.lxwm_main1 ul{
  margin: 6px -28px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.lxwm_main1 ul li{
  width: 25%;
  padding: 24px 28px 0 0;
  display: flex;
}
.lxwm_main1 ul li .item{
  width: 100%;
  text-align: center;
  padding: 24px 24px 16px;
  background-color: #f5f5f5;
}
.lxwm_main1 ul li .item .pic{
  width: 100%;
}
.lxwm_main1 ul li .item .pic img{
  height: 36px;
}
.lxwm_main1 ul li .item .title{
  font-size: 20px;
  color: #000;
  width: 100%;
  line-height: 100%;
  margin: 34px 0 18px;
  padding-bottom: 20px;
  background: url(../images/pic29.png) no-repeat center bottom;
}
.lxwm_main1 ul li .item .content{
  font-size: 14px;
  color: #656565;
  width: 100%;
  line-height: 24px;
  word-wrap:break-word;
}
.lxwm_main2{
  width: 100%;
  margin-top: 50px;
}
.lxwm_main2 img{
  width: 100%;
}

/* 企业资讯 */
.qyzx_main{
  width: 100%;
}
.qyzx_main ul{
  margin: 2px -24px 0 0;
}
.qyzx_main ul li{
  width: 33.33%;
  padding: 28px 24px 0 0;
}
.qyzx_main ul li .item{
  width: 100%;
}
.qyzx_main ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.qyzx_main ul li .item .pic img{
  width: 100%;
}
.qyzx_main ul li .item .text{
  width: 100%;
}
.qyzx_main ul li .item .text .title{
  font-size: 18px;
  color: #585858;
  width: 100%;
  line-height: 100%;
  margin: 20px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qyzx_main ul li .item .text .date{
  font-size: 14px;
  color: #d5d5d5;
  width: 100%;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qyzx_main ul li .item .text .date img{
  height: 15px;
  margin-right: 10px;
}
.qyzx_main ul li .item .text .content{
  font-size: 14px;
  color: #6f6f6f;
  width: 100%;
  height: 84px;
  line-height: 28px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.qyzx_main ul li .item:hover .text .title{
  color: #000;
}
.qyzx_main ul li .item:hover .text .date img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}

/* 企业资讯-详情 */
.qyzxxq_main{
  width: 100%;
}
.qyzxxq_main1{
  width: 100%;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
.qyzxxq_main1 p{
  font-size: 24px;
  color: #000;
  width: 100%;
}
.qyzxxq_main1 span{
  font-size: 14px;
  color: #817f7f;
  width: 100%;
  margin-top: 20px;
  display: block;
}
.qyzxxq_main2{
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 30px;
  margin: 5px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.qyzxxq_main3{
  width: 100%;
  border-top: 1px solid #ccc;
}
.qyzxxq_main3 .item{
  font-size: 14px;
  color: #616161;
  width: 100%;
  line-height: 100%;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qyzxxq_main3 .item a{
  color: #616161;
}
.qyzxxq_main3 .item:hover{
  color: #000;
}
.qyzxxq_main3 .item:hover a{
  color: #000;
}

/* 招商合作 */
.zshz_main{
  width: 100%;
}
.zshz_main .title{
  font-size: 20px;
  color: #1d1d1d;
  width: 100%;
  line-height: 30px;
  text-decoration: underline;
  margin-top: 30px;
}
.zshz_main .title:first-child{
  margin-top: 20px;
}
.zshz_main .content{
  font-size: 14px;
  color: #676767;
  width: 100%;
  line-height: 30px;
}
.zshz_main .content2{
  font-size: 16px;
  color: #1d1d1d;
  width: 100%;
  line-height: 30px;
  margin-top: 30px;
}
.zshz_main .form1{
  font-size: 14px;
  color: #353535;
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  background-color: #f4f4f4;
}
.zshz_main .form1 .item1{
  margin: 0px -20px 0 0;
}
.zshz_main .form1 .item1 .nr1{
  width: 33.33%;
  padding: 0px 20px 0 0;
}
.zshz_main .form1 .item1 .nr1 .wbk1{
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.zshz_main .form1 .item1 .nr1 .wbk2{
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.zshz_main .form1 .item1 .nr1 .btn1{
  font-size: 20px;
  color: #fff;
  width: 193px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-top: 160px;
  background-color: #0096d3;
  border: 0px;
}
.zshz_main .form1 .item1 .nr2{
  width: 100%;
  line-height: 100%;
  margin: 30px 0 10px;
  padding: 0px 20px 0 0;
}
.zshz_main .form1 .item1 .nr3{
  width: 66.66%;
  padding: 0px 20px 0 0;
}
.zshz_main .form1 .item1 .nr3 .wbk1{
  width: 100%;
  height: 215px;
  line-height: 31px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  resize: none;
}
.zshz_main .form1 ::-webkit-input-placeholder { /* WebKit browsers */
  color: #353535;
}
.zshz_main .form1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #353535;
}
.zshz_main .form1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #353535;
}
.zshz_main .form1 :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #353535;
}

/* 提供服务 */
.tgfw_main{
  width: 100%;
}
.tgfw_main1{
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.tgfw_main1 .pic{
  width: 100%;
}
.tgfw_main1 .pic img{
  width: 100%;
}
.tgfw_main1 .title{
  font-size: 24px;
  color: #fff;
  width: 100%;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  padding: 34px 20px 0;
  background: url(../images/pic41.png) no-repeat center top;
  position: absolute;
  top: 140px;
  left: 0px;
}
.tgfw_main1 .content{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.tgfw_main1 .content .item{
  color: #fff;
  width: 33.33%;
  height: 290px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tgfw_main1 .content .item_nr{
  width: 100%;
}
.tgfw_main1 .content .item1{
  font-size: 30px;
  width: 100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tgfw_main1 .content .item2{
  font-size: 20px;
  width: 100%;
  line-height: 100%;
  margin: 20px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.tgfw_main1 .content .item3{
  font-size: 14px;
  width: 100%;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tgfw_main1 .content .item:nth-child(1){
  background: rgba(64,64,64,.73) url(../images/pic38.png) no-repeat center bottom 35px;
}
.tgfw_main1 .content .item:nth-child(2){
  background: rgba(26,150,186,.73) url(../images/pic39.png) no-repeat center bottom 35px;
}
.tgfw_main1 .content .item:nth-child(3){
  background: rgba(22,92,125,.73) url(../images/pic40.png) no-repeat center bottom 35px;
}
.tgfw_main1 .content .item:hover .item2{
  font-size: 22px;
  font-weight: bold;
}
.tgfw_main2{
  width: 100%;
}
.tgfw_main2 ul{
  width: 100%;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tgfw_main2 ul li{
  width: 25%;
  padding: 20px 10px;
  height: 455px;
}


.tgfw_main2 ul li .item{
  width: 100%;
}
.tgfw_main2 ul li .item .img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}







.tgfw_main2 ul li .item .pic{
  width: 100%;
}
.tgfw_main2 ul li .item .pic img{
  width: 66px;
  max-width: 100%;
}
.tgfw_main2 ul li .item .pic{
  font-size: 14px;
  color: #3e4047;
}
.tgfw_main2 ul li .item .content{
  font-size: 14px;
  color: #3e4047;
  width: 100%;
  line-height: 30px;
  margin-top: 20px;
}

.tgfw_main3{
  width: 100%;
}
.tgfw_main3 ul{
  width: 100%;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tgfw_main3 ul li{
  width: 33.333333333%;
  padding: 20px 10px;
  height: 470px;
}

 .tgfw_main3 ul li .item{
   width: 100%;
 }
.tgfw_main3 ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.tgfw_main3 ul li .item .pic img{
  width: 100%;
  max-width: 100%;
}
.tgfw_main3 ul li .item .pic{
  font-size: 14px;
  color: #FFFFFF;
}
.tgfw_main3 ul li .item .title{
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #646464;
  text-align: center;
}

.tgfw_main3 ul li .item .content{
  font-size: 14px;
  color: #818181;
  width: 100%;
  line-height: 30px;
  text-align: center;
}

.tgfw_main4{
  width: 100%;
  padding-bottom: 60px;
}
.tgfw_main4 ul{
  width: 100%;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tgfw_main4 ul li{
  width: 33.333333%;
  padding: 20px 10px;
  height: 500px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tgfw_main4 ul li .item{
  width: 100%;
}
.tgfw_main4 ul li .item .pic{
  width: 100%;
  overflow: hidden;
}
.tgfw_main4 ul li .item .pic img{
  width: 100%;
  max-width: 100%;
}
.tgfw_main4 ul li .item .title{
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #646464;
  text-align: center;
}

.tgfw_main4 ul li .item .content{
  font-size: 14px;
  color: #818181;
  width: 100%;
  line-height: 30px;
  text-align: left;
}


/* 销售网络 */
.xswl_main{
  width: 100%;
}
.xswl_main_l{
  width: 59.57%;
  margin-top: 30px;
  padding-right: 30px;
}
.xswl_main_l img{
  width: 100%;
}
.xswl_main_r{
  width: 40.43%;
  margin-top: 30px;
  padding: 60px 30px 30px 40px;
  background-color: #eee;
}
.xswl_main_r1{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  width: 100%;
  line-height: 100%;
}
.xswl_main_r2{
  width: 100%;
  margin-top: 40px;
  padding-right: 70px;
  position: relative;
}
.xswl_main_r2 .nr{
  width: 100%;
  padding-right: 10px;
}
.xswl_main_r2 .nr .wbk1{
  font-size: 16px;
  color: #6b6a6b;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
.xswl_main_r2 .btn1{
  width: 70px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #fff url(../images/pic7.png) no-repeat center;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.xswl_main_r3{
  font-size: 20px;
  color: #2c2c2c;
  width: 100%;
  line-height: 100%;
  margin-top: 22px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c7c7c7;
}
.xswl_main_r4{
  font-size: 14px;
  color: #717171;
  width: 100%;
  height: 326px;
  line-height: 30px;
  margin-top: 10px;
  padding-right: 15px;
  overflow: hidden;
  overflow-y: auto;
}
.xswl_main_r4 .nr{
  width: 100%;
  margin-top: 6px;
  padding: 17px 70px 17px 20px;
}
.xswl_main_r4 .nr:first-child{
  margin-top: 0px;
}
.xswl_main_r4 .title span{
  font-size: 18px;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 2px;
  background-color: #000;
  display: inline-block;
}
.xswl_main_r4 .nr:hover, .xswl_main_r4 .nr.on{
  background-color: #fff;
}

#map{
  width: 100%;
  height: 590px;
}

/* 产品中心-详情 */
.cpzxxq_main{
  width: 100%;
}
.cpzxxq_main1{
	width: 100%;
	padding-top: 60px;
}
.cpzxxq_main1_1{
  width: 100%;
}
.cpzxxq_main1_1_l{
  width: 60%;
}
.swiper3 {
	width: 100%;
}
.swiper3 .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper3 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper3 .gallery-top {
  height: auto;
  width: 100%;
}
.swiper3 .gallery-top .swiper-slide {
  width: 100%;
  position: relative;
}
.swiper3 .gallery-top .swiper-slide .pic {
  width: 100%;
	overflow: hidden;
}
.swiper3 .gallery-top .swiper-slide .pic img {
  width: 100%;
}
.swiper3 .gallery-thumbs {
	width: 100%;
	margin-top: 30px;
  height: auto;
	box-sizing: border-box;
}
.swiper3 .gallery-thumbs .swiper-slide {
  width: 100%;
}
.swiper3 .gallery-thumbs .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.swiper3 .gallery-thumbs .swiper-slide .pic img {
  width: 100%;
}
.swiper3 .gallery-thumbs .swiper-slide-active .pic {
	border: 1px solid #8dafca;
}
.cpzxxq_main1_1_r{
	width: 40%;
	padding-left: 32px;
}
.cpzxxq_main1_1_r .icon{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cpzxxq_main1_1_r .title{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.cpzxxq_main1_1_r .title2{
	font-size: 24px;
	color: #707070;
	width: 100%;
	margin: 20px 0 70px;
}

.cpzxxq_main1_1_r .rightcontent{
  width: 100%;
  height: 310px;
}
.cpzxxq_main1_1_r .rightcontent ul li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px dashed #CCCCCC;
}
.cpzxxq_main1_1_r .rightcontent ul li p:nth-child(1){
  width: 35%;
  float: left;
  text-align: left;
}
.cpzxxq_main1_1_r .rightcontent ul li p:nth-child(2){
  width: 65%;
  float: right;
  text-align: left;
}

.cpzxxq_main1_1_r .btns{
  width: 100%;
  height: 35px;
  padding: 0 30px;
}
.cpzxxq_main1_1_r .btns .btnPrev{
  width: 150px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-right: 20px;
  float: left;
  border-radius: 35px;
}
.cpzxxq_main1_1_r .btns .btnNext{
  width: 150px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-left: 20px;
  float: right;
  border-radius: 35px;
}
.cpzxxq_main1_1_r .btns .btnPrev:hover, .cpzxxq_main1_1_r .btns .btnNext:hover{
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
}
.cpzxxq_main1_1_r .content{
	width: 100%;
}
.cpzxxq_main1_1_r .content .tab{
  font-size:0px;
	text-align:left;
	margin: -10px -5px 0;
}
.cpzxxq_main1_1_r .content .tab1{
  color:#bebebe;
	margin: 10px 5px 0;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.cpzxxq_main1_1_r .content .tab1 a{
	width: 65px;
  text-align: center;
  display:block;
  overflow:hidden;
}
.cpzxxq_main1_1_r .content .tab1 a p{
	font-size: 14px;
	color: #303131;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	opacity: 0;
}
.cpzxxq_main1_1_r .content .tab1 a span img{
	width: 100%;
}
.cpzxxq_main1_1_r .content .tab1:hover a p{
	opacity: 1;
}
.cpzxxq_main1_1_r .content .tab1.on a p{
	opacity: 1;
}
.cpzxxq_main1_1_r .content .tab_nr {
  width:100%;
}
.cpzxxq_main1_1_r .content .tab_nr1{
	font-size: 16px;
	color: #707070;
	width:100%;
	line-height: 38px;
  margin-top: 80px;
  display: none;
}
.cpzxxq_main1_2{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.cpzxxq_main1_2 span.style1{
	font-size: 14px;
	color: #747474;
	line-height: 100%;
	text-transform: uppercase;
}
.cpzxxq_main1_3{
	margin: 0 -15px;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpzxxq_main1_3 .item{
	font-size: 20px;
	color: #383838;
	line-height: 80px;
	margin: 0 15px;
}
.cpzxxq_main2{
  width: 100%;
}
.cpzxxq_main2 .item{
  width: 100%;
}
.cpzxxq_main2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.cpzxxq_main2 .item a {
  display: block;
  width: 100%;
}

.pagebar{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}


.cpys_bg{
  width: 100%;
  height: 960px;
  padding: 60px 0;
  background-image: url("../images/cjwtbgb_03.jpg");
}
.dbzs_bg{
  width: 100%;
  padding: 60px 0;
  background-image: url("../images/cjwtbgb_03.jpg");
}


.cjwt_ul2 li{
  margin-bottom: 10px;
  list-style: none;
}

.cjwt_ul2 .on .cj2{
  background: url("") no-repeat 30px center #8dafca;
  color: #fff;
}
.cj2{
  box-sizing: border-box;
  font-size: 18px;
  line-height: 57px;
  transition: .5s;
  padding-left: 62px;
  position: relative;
  padding-right: 45px;
  background-color: #FFFFFF;
}
.wt2{
  background: url("") no-repeat 30px 15px #fff;
  box-sizing: border-box;
  line-height: 24px;
  color: #888;
  padding: 10px 20px 15px 20px;
  display: none;
}
.cjon{
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/cjwton_10.png') no-repeat center;
  position: absolute;
  right: 30px;
  top: 30px;
  margin-top: -10px;
}
.on .cjon{
  background-image: url("../images/cjwton_03.png");
}

.jmtj{
}
.jmtj_inner{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 22px;
}
.jm_ul{
  text-align: center;
  display: inline-block;
  margin-top: -5px;
}
.jm_ul li{
  width: 300px;
  float: left;
  position: relative;
  height: 288px;
}
.jmimg1{
  width: 138px;
  height: 138px;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}
.jmfont{
  line-height: 24px;
  color: #555555;
  text-align: center;
  height: 122px;
}
.jm_tit2{
  font-size: 18px;
  line-height: 40px;
  transition: .5s;
}
.footer_bq{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  background-color: #3f4346;
  font-size: 12px;
}
.youshi_border{
  width: 100%;
  height: 600px;
}
.youshi_border ul li{
  width: 25%;
  height: 600px;
  float: left;
  padding: 10px;
}
.youshi_border ul li .img{
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 30px;
}
.youshi_border ul li .img img{
  width: 100%;
  overflow: hidden;
}
.youshi_border ul li .text{
  width: 100%;
  height: 310px;
}
.youshi_border ul li .text .title{
  width: 100%;
  height: auto;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #555555;
}
.youshi_border ul li .text .content{
  width: 100%;
  height: 270px;
  margin-top: 5px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  color: #888888;
}


.hzhbxq_main .btns{
  width: 500px;
  height: 35px;
  padding: 0 30px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.hzhbxq_main .btns .btnPrev{
  width: 150px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-right: 20px;
  float: left;
  border-radius: 35px;
}
.hzhbxq_main .btns .btnNext{
  width: 150px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-left: 20px;
  float: right;
  border-radius: 35px;
}
.hzhbxq_main .btns .btnPrev:hover, .hzhbxq_main .btns .btnNext:hover{
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
}
