.hei{
  width: 100%;
  height: 100px;
  background: rgb(255,255,255,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.nav{
	width: 1400px;
	height: 100%;
  margin: auto;
  position: relative;
}
.nav_logo{
	width: 140px;
	overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
  transition: all 0.3s;
}
.nav_logo img{
	width: 100%;
	height: auto;
}
.nav ul{
  position: absolute;
	left: 30%;
  top: 50%;
  transform: translate(0%,-50%);
}
.nav ul li{
	padding: 0 35px;
	float: left;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	color: #000000;
	transition: all 0.3s;
	position: relative;
}
.nav ul li.nav_ce{
	color: #000000;
}
.nav ul li:hover{
	color: #5A5A5A;
}
.nav ul li>a:after {
    content: '';
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.nav ul li:hover a:after{
	width: 50px;
}
.nav ul li.nav_ce>a:after {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #000000;
}
.nav_ul{
    position: absolute;
    top: 100px;
    width: 170px;
    overflow: hidden;
    left: -35px;
    display: none;
}
.nav_ul a{
  width: 100%;
  display: block;
  background: rgb(255,255,255,0.6);
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  text-align: center;
  margin-top: 1px;
  transition: all 0.3s;
}
.nav_ul a:hover{
  background: rgb(0,0,0,0.6);
  color: #fff;
}
.nav_ri{
  float: right;
  background-image: url(../images/logo_06.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  line-height: 100px;
  font-size: 20px;
  color: #333333;
}

.an{
	width: 70px;
	height: 70px;
	display: none;
	position: absolute;
	right: 0;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}



.banner{
	width: 100%;
	overflow: hidden;
  position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
  bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
  width: 50px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  background: #666666;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active{
  background: #fff;
}


.women{
  width: 100%;
  overflow: hidden;
  background-image: url(../images/asjdh_02.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.women_cen{
  width: 1400px;
  overflow: hidden;
  margin: 76px auto 100px;
}
.women_le{
  width: 40%;
  overflow: hidden;
  float: left;
}
.women_le h1{
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
}
.women_le h1:after {
    content: '';
    width: 75px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.women_text{
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 50px;
}
.women_le a{
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 160px;
  line-height: 50px;
  border: 1px solid #666666;
  border-radius: 25px;
  display: block;
  margin-top: 70px;
  transition:  all 0.3s;
}
.women_le a:hover{
  background: #666666;
  color: #fff;
}
.women_ri{
  width: 55%;
  float: right;
  overflow: hidden;
}
.women_ri img{
  width: 100%; 
  height: auto;
}
.chanpin{
  width: 100%;
  overflow: hidden;
  background-image: url(../images/weio_02.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.chanpin_cen{
  width: 1400px;
  overflow: hidden;
  margin: 70px auto 100px;
}
.chanpin h1{
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
}
.chanpin h1:after {
    content: '';
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.chanpin_cen ul{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.chanpin_cen ul li{
  width: 22%;
  overflow: hidden;
  float: left;
  margin-left: 4%;
}
.chanpin_cen ul li:nth-child(1){
  margin-left: 0%;
}
.chanpin_img{
  width: 100%;
  overflow: hidden;
}
.chanpin_img img{
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.chanpin_img:hover img{
  transform: scale(1.4);
}
.chanpin_cen ul li h2{
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  font-weight: initial;
  margin-top: 20px;
   display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.chanpin_cen ul li p{
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
   display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.pinzhi{
  width: 100%;
  overflow: hidden;
  background-image: url(../images/jhdjs_21.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.pinzhi_cen{
  width: 1400px;
  overflow: hidden;
  margin: 70px auto 100px;
}
.pinzhi h1{
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
}
.pinzhi h1:after {
    content: '';
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.pinzhi_l{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
}
.pinzhi_l img{
  width: 100%;
  height: auto;
}
.pinzhi_l .swiper-container{
  width: 930px;
  overflow: hidden;
  padding: 50px 0;

}
.pinzhi_l .swiper-slide{
  transform: scale(1);
}
.pinzhi_l .swiper-slide-active, .pinzhi_l .swiper-slide-duplicate-active{
      transform: scale(1.2);
      z-index: 99;
}
.pinzhi_l .swiper-button-next,
.pinzhi_l .swiper-button-prev{
  width: 40px;
  overflow: hidden;
}
.pinzhi_l .swiper-button-next img,
.pinzhi_l .swiper-button-prev img{
  width: 100%;
  height: auto;
}
.pinzhi_l .swiper-button-next:after, .pinzhi_l .swiper-button-prev:after{
  content: "" !important;
}
.anli{
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.anli_cen{
  width: 1400px;
  overflow: hidden;
  margin: auto;
}
.anli_li{
  width: 35%;
  overflow: hidden;
  float: left;
  position: relative;
}
.anli_li h1{
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
  margin-top: 70px;
}
.anli_li h1:after {
    content: '';
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.anli_li>p{
  font-size: 24px;
  color: #333333;
  margin-top: 90px;
  line-height: 36px;
}
.anli_li>p span{
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.anli_li a{
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 160px;
  line-height: 50px;
  border: 1px solid #666666;
  border-radius: 25px;
  display: block;
  margin-top: 50px;
  transition:  all 0.3s;
}
.anli_li a:hover{
  background: #666666;
  color: #fff;
}
.anli_li ul{
  float: right;
  margin-right: 50px;
  margin-top: 170px;
}
.anli_li ul li{
  width: 100%;
  position: relative;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
}
.anli_li ul li:after {
    content: '';
    width: 8px;
    height: 16px;
    position: absolute;
    bottom: 6px;
    left: -10px;
    transform: translate(-50%,0%);
    background: #999999;
    transition: all 0.3s;
}
.anli_li ul li:hover{
  color: #000;
}
.anli_li ul li:hover:after{
  background: #000;
}
.anli_li ul li.anli_anv{
  color: #000;
}
.anli_li ul li.anli_anv:after{
  background: #000;
}


.anli_ri{
  width: 65%;
  overflow: hidden;
  float: right;
  background: #fff;
}
.anli_ri ul{
  width: 100%;
  overflow: hidden;
  display: none;
}
.anli_ri ul.posdlp{
  display: block;
}
.anli_ri ul li{
  width: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}
.anli_ri ul li:nth-child(1){
  margin-bottom: 10px;
}
.anli_ri ul li:nth-child(2){
  margin-bottom: 10px;
}
.anli_ri ul li:nth-child(2n){
  padding: 0px 10px 0px 5px ;
}
.anli_ri ul li:nth-child(2n+1){
  padding: 0px 5px 0px 10px ;
}
.anli_ri ul li img{
  width: 100%;
  height: auto;
}
.anli_ri ul li .amli_ying{
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 190px;
  height: 190px;
  background-image: url(../images/beiji_48.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; 
  display: none;
}
.anli_ri ul li:nth-child(2n) .amli_ying{
  right: 10px;
}
.amli_ying h3{
  padding-right: 15px;
  text-align: right;
  font-size: 60px;
  color: #ffffff;
  margin-top: 30px;
}
.amli_ying h2{
  padding-right: 15px;
  text-align: right;
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.amli_ying p{
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px; 
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.xinwen{
  width: 1400px;
  overflow: hidden;
  margin: 80px auto 100px;
}
.xinwen>h1{
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
}
.xinwen>h1:after {
    content: '';
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #000000;
    transition: all 0.3s;
}
.xinwen_nx{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.xinwen_nx ul{
  width: 30%;
  overflow: hidden;
  float: left;
  margin-left: 5%;
}
.xinwen_nx ul:nth-child(1){
  margin-left: 0%;
}
.xinwen_nx ul li{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.xinwen_nx ul li h1{
  font-size: 24px;
  color: #333333;
  text-align: left;
  font-weight: initial;
}
.xin_le{
  width: 80px;
  overflow: hidden;
  float: left;
  border-right: 1px solid #dddddd;
}
.xin_le h2{
  text-align: left;
  font-size: 36px;
  color: #333333;
  font-weight: initial;
  position: relative;
}
.xin_le h2:after {
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    background: #999999;
    transition: all 0.3s;
}
.xin_le p{
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.xin_ri{
  width: 75%;
  overflow: hidden;
  float: right;
 
}
.xin_ri h2{
  font-size: 18px;
  color: #000;
  font-weight: initial;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.xin_ri p{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 20px;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.xinwen>a{
  margin: auto;
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 160px;
    line-height: 50px;
    border: 1px solid #666666;
    border-radius: 25px;
    display: block;
    margin-top: 70px;
    transition: all 0.3s;
}
.xinwen>a:hover{
  background: #666666;
  color: #fff;
}
.for{
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.for_cen{
  width: 1400px;
  overflow: hidden;
  margin: 50px auto 70px;
}
.for_li{
  width: 55%;
  overflow: hidden;
  float: left;
}
.for_li ul {
  width: 100%;
  overflow: hidden;
}
.for_li ul li{
  width: 16%;
  float: left;
}
.for_li ul li a{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.for_li ul li a:nth-child(1){
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.for_ce{
  width: 20%;
  overflow: hidden;
  float: left;
}
.for_ce ul{
  width: 100%;
  overflow: hidden;
}
.for_ce ul li{
  width: 45%;
  overflow: hidden;
  float: left;
}
.for_ce ul li:nth-child(2){
  float: right;
}
.for_ce ul li img{
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fff;
}
.for_ce ul li p{
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.for_ri{
  width: 20%;
  overflow: hidden;
  float: right;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.di{
  width: 100%;
  background: #808080;
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}



.banner1{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner1 img{
  width: 100%;
  height: auto;
}
.banner1 h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 36px;
  color: #f5f5f5;
  font-weight: initial;
}
.banner1 h1:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0%;
    background: #fff;
    transition: all 0.3s;
}
.banner_bot{
  width: 100%;
  overflow: hidden;
  background: rgb(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner_bot ul{
  width: 1400px;
  overflow: hidden;
  margin: 20px auto;
}
.banner_bot ul li{
  width: 25%;
  overflow: hidden;
  float: left;
}
.banner_bot ul li p{
  font-size: 20px;
  color: #dddddd;
  transition: all 0.3s;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
border-left: 10px solid #fff;
line-height: 20px;
padding-left: 15px;
}
.banner_bot ul li p span{
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
margin-top: 10px;
}
.banner_bot ul li.banner_nav p{
  color: #fff;
}

.banner_bot ul li:hover p{
  color: #fff;
}

.dianshi{
  width: 93.75%;
  overflow: hidden;
  margin: auto;
  display: none;
}
.dianshi ul{
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  border-bottom: 1px solid #666;
}
.dianshi ul li{
  width: 50%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.dianshi ul li p{
  font-size: 20px;
  color: #666;
  transition: all 0.3s;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
border-left: 10px solid #666;
line-height: 20px;
padding-left: 15px;
}
.dianshi ul li p span{
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
margin-top: 10px;
}
.dianshi ul li.banner_nav p{
  color: #000;
  font-weight: bold;
   border-left: 10px solid #000;
}
.dianshi ul li:hover p{
  color: #000;
  font-weight: bold;
  border-left: 10px solid #000;
}
.daoshi{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}
.lienou{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 130px;
}
.lienou ul{
  width: 100%;
  overflow: hidden;

}
.lienou ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
.lienou ul li img{
  width: 100%;
  height: auto;
}

.lienou_top{
  position: absolute;
  top: 10%;
  left: 5%;
  text-align: left;
}
.lienou_top h1{
  font-size: 30px;
  color: #ffffff;
  font-weight: initial;
  position: relative;
  text-align: left;
}
.lienou_top h1:after {
    content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0%;
    background: #ffffff;
    transition: all 0.3s;
}
.lienou_top p{
  font-size: 16px;
  color: #dddddd;
  line-height: 30px;
  margin-top: 40px;
  text-align: left;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.lienou ul li a{
  width: 100px;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: block;
}
.lienou ul li a img{
  width: 100%;
  height: auto;
}
.lienou ul li:nth-child(2n) a{
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}
.lienou ul li:nth-child(2n) .lienou_top{
  right: 5%;
  left: auto;
}

.lienou ul li:nth-child(2n) .lienou_top h1{
  text-align: right;
}
.lienou ul li:nth-child(2n) .lienou_top p{
  text-align: right;
}
.lienou ul li:nth-child(2n) .lienou_top h1:after {
  right: 0;
  left: auto;
}


.page{
  text-align: center;
  margin-top: 80px;
}
.page span{
  font-size: 14px;
  color: #000000;
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin: 3px 3px;
}
.page span.pages{
  background: #999999;
  border: 1px solid #e6e6e6;
  color: #fff;
}
.page span:hover{
  background: #999999;
  border: 1px solid #e6e6e6;
  color: #fff;
}
.alxq{
  width: 1400px;
  overflow: hidden;
  margin: 60px auto 100px;
}
.alxq p{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: center;
    margin-top: 20px;
}
.alxq h1{
  font-size: 36px;
  color: #333333;
  text-align: center;
  font-weight: initial;
}
.alxq_img{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.alxq_img img{
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px !important;
}







.chanpin_ban{
  width: 100%;
  overflow: hidden;
  background: rgb(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.chanpin_ban ul{
  width: 1400px;
  overflow: hidden;
  margin: 20px auto;
}
.chanpin_ban ul li{
  width: 25%;
  overflow: hidden;
  float: left;
  position: relative;
}
.chanpin_ban ul li:after {
    content: '';
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 60px;
    background: #ffffff;
    transition: all 0.3s;
}
.chanpin_ban ul li p{
  font-size: 20px;
  color: #dddddd;
  transition: all 0.3s;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
line-height: 20px;
padding-left: 60px;
background-image: url(../images/podjo_03.png);
background-size: 49px 49px;
background-repeat: no-repeat;
background-position:  top left;
padding-bottom: 10px;
}
.chanpin_ban ul li:nth-child(2) p{
  background-image: url(../images/podjo_06.png);
}
.chanpin_ban ul li:nth-child(3) p{
  background-image: url(../images/podjo_09.png);
}
.chanpin_ban ul li:nth-child(4  ) p{
  background-image: url(../images/podjo_12.png);
}
.chanpin_ban ul li p span{
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
margin-top: 10px;
}
.chanpin_ban ul li.chanpin_ban_oi p{
  color: #fff;
}

.chanpin_ban ul li:hover p{
  color: #fff;
}



.dianshi_iu{
  width: 93.75%;
  overflow: hidden;
  margin: auto;
  display: none;
}
.dianshi_iu ul{
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  border-bottom: 1px solid #666;
}
.dianshi_iu ul li{
  width: 50%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.dianshi_iu ul li p{
  font-size: 20px;
  color: #666;
  transition: all 0.3s;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
line-height: 20px;
padding-left: 60px;
background-image: url(../images/podjo_03.png);
background-size: 49px 49px;
background-repeat: no-repeat;
background-position:  center left;
}
.dianshi_iu ul li:nth-child(2) p{
  background-image: url(../images/podjo_06.png);
}
.dianshi_iu ul li:nth-child(3) p{
  background-image: url(../images/podjo_09.png);
}
.dianshi_iu ul li:nth-child(4  ) p{
  background-image: url(../images/podjo_12.png);
}
.dianshi_iu ul li p span{
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
margin-top: 10px;
}
.dianshi_iu ul li.banner_nav p{
  color: #000;
  font-weight: bold;
   border-left: 10px solid #000;
}
.dianshi_iu ul li:hover p{
  color: #000;
  font-weight: bold;
  border-left: 10px solid #000;
}

.chanp{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  background-image: url(../images/asjdha_18.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:  top left;
  margin-bottom: 100px;
}
.chanp ul{
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}
.chanp ul li{
  width: 22%;
  overflow: hidden;
  float: left;
  margin-left: 4%;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
}
.chanp ul li:nth-child(4n+1){
  margin-left: 0%;
  
}
.chanp ul li a>img{
  width: 80%;
  height: auto;
  border: 1px solid #bfbfbf;
  margin: 30px auto;
}
.chanp ul li h1{
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: initial;
  transition: all 0.3s;
}
.daoshi1{
  width: 100%;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}
.chanp ul li:hover .yixlou{
  opacity: 1;
}
.chanp ul li:hover h1{
  opacity: 0;
}
.yixlou{
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.yixlou h2{
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.yixlou img{
  width: 38px !important;
  height: auto !important;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0%);
}
.cp_xing{
  width: 1400px;
  overflow: hidden;
  margin: 100px auto;
}
.cp_xing_t{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.cp_xing_t_l{
  width: 35%;
  overflow: hidden;
  float: left;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  position: relative;
  min-height: 700px;
}
.cp_xing_t_l img{
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
   left: 50%;
  transform: translate(-50%,-50%);
}
.cp_xing_t_r{
  width: 60%;
  min-height: 700px;
  overflow: hidden;
  float: right;
  box-shadow: 0px 0px 10px 5px #e9e9e9;
  border-radius: 10px;
  margin-right: 10px;
}
.cp_xing_t_r h1{
  font-size: 60px;
  color: #e0e0e0;
  font-style:italic;
  line-height: 60px;
  width: 90%;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}
.cp_xing_t_r h2{
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  width: 90%;
  overflow: hidden;
  margin: auto;
  font-weight: initial;
}
.cp_xing_t_r p{
  width: 90%;
  overflow: hidden;
  margin: auto;
  font-size: 18px;
  color: #595857;
  line-height: 30px;
/*  margin-top: 50px; */
}
.cp_xing_t_r div{
  width: 90%;
  overflow: hidden;
  margin: auto;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.chpiomoi{
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  font-size: 36px;
  color: #333333;
}
.cp_img{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.cp_img img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.fanye{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.fanye a{
  display: block;
  font-size: 18px;
  color: #999999;
  float: left;
}
.fanye a:nth-child(2n){
  float: right;
}
.guanyu{
  width: 100%;
  overflow: hidden;
  background: rgb(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.chanp h4{
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.guanyu ul{
  text-align: center;
}
.guanyu ul li{
  display: inline-block;
  margin: 25px;
  width: 160px;
  border: 1px solid #999999;
  line-height: 50px;
  font-size: 16px;
  color: #999999;
  border-radius: 25px;
  transition: all 0.3s;
}
.guanyu ul li a{
  display: block;
}
.guanyu ul li.guanyu_nav{
  color: #333333;
  background: #999999;
}
.guanyu ul li:hover{
  color: #333333;
  background: #999999;
}
.jiesao{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.jiesao img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.jiesao p{
  width: 70%;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  padding: 50px 40px;
  background: rgb(255,255,255,0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.guanyu11{
  width: 100%;
  overflow: hidden;
  display: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.guanyu11 a{
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #999999;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 16px;
  color: #999999;
  transition: all 0.3s;
}
.guanyu11 a.guanyu11_nav{
  color: #fff;
  background: #999999;
}
.guanyu11 a:hover{
  color: #fff;
  background: #999999;
}
.xinas{
  width: 1400px;
  overflow: hidden;
  margin: 60px auto 90px;
}
.xinas ul{
  width: 100%;
  overflow: hidden;
}
.xinas ul li{
  width: 30%;
  overflow: hidden;
  float: left;
  margin-left: 4%;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.3)
}
.xinas ul li:nth-child(3n+1){
  margin-left: 0.5%;
}
.xinas ul li>img{
  width: 100%;
  height: auto;
}
.xinas_c{
  width: 90%;
  overflow: hidden;
  margin: 30px auto;
}
.xinas_c h1{
 
  width: 100%;
  overflow: hidden;
  margin: auto;
    
}
.xinas_c h1 span:nth-child(2){
  text-align: left;
   font-size: 18px;
  color: #333333;
}

.xinas_c h1 span{
  width: 50%;
  font-size: 14px;
  color: #666666;
  float: right;
  font-weight: inherit;
  display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-align: right;
}
.xinas_c p{
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
   display: -webkit-box;;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.xinas_c a{
  display: block;
  width: 40px;
  overflow: hidden;
  float: right;
  margin-top: 20px;
  transition: all 0.3s;
}
.xinas_c a img{
  width: 100%;
  height: auto
}
.xinas_c a:hover{
  margin-right: 10px;
}

.mpoupo{
  width: 1400px;
  overflow: hidden;
  margin: 80px auto;
}
.mpoupo h1{
  font-size: 40px;
  line-height: 48px;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
}
.mpoupo_bei{
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin: 30px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.mpoupo_bei img{
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.jiamreng {
    width: 100%;
    overflow: hidden;
    margin: auto;
    background-image: url(../images/hasd_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.daoshi11{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.jiamreng h1{
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-top: 90px;
  font-weight: inherit;
}
.jiamreng span{
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  display: block;
  font-weight: inherit;
}
.jiamreng p{
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  margin-top: 30px;
  display: block;
  font-weight: inherit;
}
.jiamreng img{
  width: 1400px;
  height: auto;
  margin: 40px auto 180px;
}
.shenqiuo {
    width: 100%;
    overflow: hidden;
    margin: auto;
    background-image: url(../images/hasd_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.shenqiuo h1{
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-top: 100px;
  font-weight: inherit;
}

.shenqiuo form{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  display: block;
  margin-top: 40px;
}
.shenqiuo form div input{
  display: block;
  width: 28%;
  height: 76px;
  float: left;
  background: none;
  font-size: 18px;
  color: #999999;
  border: none;
  border-bottom: 1px solid #999999;
  line-height: 76px;
  margin-left: 8%;
}
.shenqiuo form div{
  width: 100%;
  overflow: hidden;
}
.shenqiuo form div input:nth-child(1){
  margin-left: 0%;
}
.shenqiuo form textarea{
  display: block;
  width: 100%;
  height: 76px;
  background: none;
  font-size: 18px;
  color: #999999;
  border: none;
  border-bottom: 1px solid #999999;
  line-height: 74px;
  resize: none;
  margin-top: 60px;
}
.shenqiuo form input.submit{
  width: 160px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin: auto;
  color: #fff;
  background: #999999;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 60px;

}
.shenqiuo_bo{
  width: 100%;
  overflow: hidden;
  margin: 100px auto;
  text-align: center;
}
.shenqiuo img{
  width: 60px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.shenqiuo p{
line-height: 60px;
font-size: 36px;
color: #fff;
display: inline-block;
vertical-align: top;
margin: 0 5px;
}

.zhicip {
    width: 100%;
    overflow: hidden;
    margin: auto;
    background-image: url(../images/zhichi_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.zhicip_cen{
  width: 1400px;
  overflow: hidden;
  margin: 70px auto 180px;
}
.zhicip_cen h1{
  font-size: 36px;
  color: #fff;
  font-weight: inherit;
}
.zhicip_cen ul{
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.zhicip_cen ul li{
  width: 15%;
  overflow: hidden;
  float: left;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  min-height: 300px;
  background: rgb(255,255,255,0.2);
  margin-left: 2%;
}
.zhicip_cen ul li:nth-child(1){
  margin-left: 0%;
}
.zhicip_cen ul li img{
  width: 55px;
  height: auto;
  margin: auto;
  margin-top: 40px;
}
.zhicip_cen ul li h2{
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  font-weight: inherit;
}
.zhicip_cen ul li p{
  text-align: center;
  font-size: 16px;
  color: #dddddd;
  margin-top: 30px;
}
.licheng{
   width: 100%;
    overflow: hidden;
    margin: auto;
    background-image: url(../images/sahdjkas_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.licheng h4{
  text-align: center;
  margin-top: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: inherit;
}
.doiyiou{
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  margin-top: 60px;
}
.doiyiou .poskdoi{
  width: 1400px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.doiyiou .swiper-slide{
  min-height: 660px;
}

.doiyiou .swiper-slide img{
  width: 150px;
  height: auto;
  margin: auto;
}
.doiyiou .swiper-slide i{
  width: 15px;
  height: 15px;
  background: #fff;
  margin: auto;
  border-radius: 50%;
  margin-top: 30px;
  display: block;
}
.doiyiou .swiper-slide h1{
  width: 100%;
  overflow: hidden;
  margin: auto;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  font-weight: inherit;
}
.doiyiou .swiper-slide p{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
.asisuo{
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 178px;
  left: 0;
  background-image: url(../images/aaaa_09.png); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
.doiyiou .swiper-slide:nth-child(2n) img{
  margin-top: 30px;
}
.doiyiou .swiper-button-next,
.doiyiou .swiper-button-prev{
  width: 60px;
  height: 60px;
  top: 70%;
}
.doiyiou .swiper-button-next img,
.doiyiou .swiper-button-prev img{
  width: 100%;
  height: auto;
}
.doiyiou .swiper-button-next:after, .doiyiou .swiper-button-prev:after{
  content: "";
}
.doiyiou .swiper-button-next{
  right: 41%
}
.doiyiou .swiper-button-prev{
  left: 41%
}

.page{
    width:100%;
    text-align: center;
}
.page .active{
    padding: 5px 10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #999999;
    display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
    border: 1px solid #e6e6e6;
}

.page .total{
    padding: 5px 10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: inline-block;
    margin-top: 5px;
    margin-left: 4px;
}