
/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 28px;
    width: 28px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #ed1c24;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #ed1c24;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #ed1c24;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #ed1c24;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}






@media only screen and (max-width:1660px) {
	html{
		font-size:16px;
	}
	.header .naver li{
		margin-left: 1.4rem;
	}
	.header{
		padding: 0 2.6rem;
	}
	
}

@media only screen and (max-width:1500px) {
	.header{
		padding: 0 1.56rem;
	}
	.header .naver li{
		margin-left: 1.4rem;
	}
		
}
@media only screen and (max-width:1400px) {
	html{
		font-size:14px;
	}
		
}
@media only screen and (max-width:1300px) {
  .header .naver li{
  	margin-left: 1rem;
  }
   
 

}
@media only screen and (max-width:1200px) {
   html{
   	font-size:12px;
   }
   
 

}
@media only screen and (max-width:1120px) {
  html{
  	font-size:14px;
  }
  .wrap{
	  width: auto;padding: 0 15px;
  }
  .header{
  	  height: 50px;display: block;padding: 0 15px;position: fixed;
  }
  .layout{
  	  padding-top: 50px;overflow: hidden;
  }
  .header .logo .ts{
	  display: none;
  }
  .header .logo .ico{
	  width: 48px;
  }
  .header .rts{
	  display: block;
  }
  .header .laug{
	  margin-left: 0;position: absolute;
	  right: 80px;
	  top: 14px;z-index: 1;
  }
  .hbanner .prev:hover, .hbanner .next:hover,
  .hbanner .prev, .hbanner .next{
	  background-size: 8px auto;
  }
  .header .laug dd a{
	  width: 22px;line-height: 20px;font-size: 12px;height: 22px;-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .header .naver{
	  position: absolute;
	  left: 0;right: 0;
	  top: 100%;z-index: 23;background: #fff;display: none;
  }
  .header .naver ul{
	  display: block;padding: 10px 0;
  }
  .header .naver li{
	  padding:0 20px;margin-left: 0;margin-bottom: 8px;
  }
  .header .naver li h3 a{
	  font-size: 18px;line-height: 1.8;
  }
  
  .gh{
	  display: block;right: 20px;top: 10px;
  }
  .header .naver li i{
  	   position: absolute;
  	   right: 10px;top: 0;
  	   width: 30px;height: 30px;
  	   display: block;
  	   background: url(../images/prev3-2.png) no-repeat center;
  	   transition:all 0.3s;
  	   -ms-transition:all 0.3s;  /* IE 9 */
  	   -moz-transition:all 0.3s;     /* Firefox */
  	   -webkit-transition:all 0.3s; /* Safari 和 Chrome */
  	   -o-transition:all 0.3s;background-size: 6px auto;
  }
  .header .naver li i.on{
	  transform:rotate(90deg);
	  -ms-transform:rotate(90deg);  /* IE 9 */
	  -moz-transform:rotate(90deg);     /* Firefox */
	  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	  -o-transform:rotate(90deg);
  }
  .header .naver li .nli{
	  position: static;width: auto;
  }
  .header .naver li .nli dd{
	 margin: 0 10px 6px;
  }
  .header .naver li .nli dd a{
	  font-size: 15px;text-align: left;
  }
  
  p{
	  font-size: 14px !important;
  }
  .hbanner{
	  height: 56vw;
  }
  
  .hbanner .prev, .hbanner .next{
	  left: 10px;
  }
  .hbanner .next{
  	  left: auto;right: 10px;
  }
  .hpage1{
	  padding-top: 15px;
  }
  .htit h2{
	  font-size: 18px;
  }
  .hpage1 .tps ul{
	  overflow-x: scroll;overflow-y: hidden;
  }
  .hpage1 .tps li{
	  display: inline-block;white-space: nowrap;
  }
  
  .hpage1 .tps .ico{
	  width: 50px;height: 30px;
  }
  .hpage1 .tps h6{
	  font-size: 14px;
  }
  .hpage1 .bds{
	  margin-top: 10px;
  }
  .hpage1 .tbs .wrap{
	  display: block;
  }
  .hpage1 .tbs{
	  padding: 20px 0;
  }
  .hpage1 .tbs .txt h4{
	  font-size: 18px;margin-bottom: 6px;
  }
  .hpage1 .tbs .txt{
	  width: auto;padding-right: 0;
  }
  .hpage1 .tbs .txt .more{
	  margin-top: 20px;
  }
  .hpage1 .tbs .rs{
	  width: auto;margin-top: 20px;
  }
  .hbanner .ico{
	  top: 26%;right: 20px;width: 200px;
  }
  .hpage1 .tbs .swiplist .pic{
	  height: auto;
  }
  .hpage1 .tbs .swiplist h5{
	  font-size: 14px;
  }
  .hpage2{
	  padding: 30px 0;
  }
  .more{
	  width: 80px;
  }
  .hpage2 .htit{
	  margin-bottom: 4px;
  }
  .uithnews .swipnews .pic{
	  height: 38vw;
  }
  .uithnews .swipnews h3{
	  height: auto;font-size: 15px;line-height: 1.7;
  }
  .uithnews .swipnews p{
	  height: auto;line-height: 1.7;
  }
  .footer{
	  padding: 20px 0;
  }
  .footer .wrap{
	  display: block;
  }
  .footer .lts{
	  width: auto;display: block;
  }
  .footer .rts{
	  width: auto;text-align: left;
  }
  .footer .lts .text{
	  width: auto;display: block;
  }
  .footer .lts .logo{
	  max-width: 60px;
  }
  .footer .lts .text{
	  margin-top: 14px;
  }
  .footer .lts .text .ds h3{
	  font-size: 16px;
  }
  .footer .lts .text .ds:nth-child(1){
	  min-width: initial;margin-bottom: 20px;
  }
  .footer .lts .text .ds p span{
	  width: auto;margin-right: 14px;
  }
  .footer .lts .text .ds p{
	  margin-bottom: 6px;
  }
  .footer .lts .text .bns .b1{
	  width: 80px;line-height: 22px;font-size: 12px;border-radius: 20px;
  }
  .footer .lts .text .ds:nth-child(2){
	  display: none;
  }
  .footer .rts .wx{
	  float: none;width: 80px;height: 80px;
  }
  .footer .rts dl{
	  justify-content: flex-start;
  }
  .footer .rts dd span, .footer .rts dd a{
	  font-size: 13px;
  }
  .footer .rts p{
	  font-size: 12px !important;line-height: 1.5;
  }
  .banner{
	  height: 30vw;
  }
  .product{
	  padding: 30px 0;
  }
  .tit{
	  font-size: 20px;
  }
  .product .bds li{
	  width: calc((100% - 15px)/2);margin-bottom: 20px;margin-right: 0;height: 38vw;
  }
 .product .bds li:nth-child(2n){
	 float: right;
 }
  .product .bds{
	  margin-top: 15px;
  }
  .crumbs dd span, .crumbs dd a{
	  font-size: 12px;
  }
  .produdel .lts{
	  float: none;position: static;width: auto;
  }
  .produdel .rts{
	  float: none;width: auto;margin-top: 20px;
  }
  .produdel .lts ul{
	  overflow-x: scroll;overflow-y: hidden;white-space: nowrap;padding-bottom: 6px;
  }
  .produdel .lts li{
	  display: inline-block;margin-right: 14px;
  }
  .produdel .lts li a{
	  font-size: 15px;border-bottom: none;
  }
  .produdel .rts .hds .swipelt{
	  float: none;width: auto;height: auto;
  }
  .produdel .rts .swipelt .swippic,
  .produdel .rts .swipelt .ovs{
	  float: none;width: auto;height: auto;
  }
  .produdel .rts .swipelt .swippic .swiper-slide{
	  height: 18rem;
  }
  .produdel .rts .swipelt .swiphs{
	  height: auto;margin-top: 10px;height: 60px;
  }
  .produdel .rts .swipelt .ovs{
	  margin: 0 20px;
  }
  .produdel .rts .swipelt .ovs .prev, .produdel .rts .swipelt .ovs .next{
	  left: -20px;top: 0;width: 16px;    background: url(../images/prev3-1.png) no-repeat center #ababab;background-size: 6px auto;
	  height: 58px;
  }
  .produdel .rts .swipelt .ovs .next{
	  left: auto;right: -20px;
  }
  .produdel .rts .hds .text{
	  float: none;width: auto;margin-top: 20px;
  }
  .produdel .rts .hds .text h6{
	  margin: 10px 0;font-size: 14px;
  }
  .produdel .rts .hds .text h4{
	  font-size: 15px;
  }
  .produdel .rts .bds li{
	  float: none;width: auto;margin-right: 0;margin-bottom: 20px;
  }
  .produdel .rts .bds li .pic{
	  height: auto;
  }
  
  .produdel .rts .bds li h6{
	  font-size: 14px;
  }
  .uitnavs{
	  display: none;
  }
  .abodashij{
	  padding: 30px 0;
  }
  .abodashij .bds li .ts{
	  padding-left: 30px;
  }
  .abodashij .bds li h4::before{
	  width: 20px;left: -30px;
  }
  .abodashij .bds li h4{
	  font-size: 18px;
  }
  .abodashij .bds li::before,
  .abodashij .bds ul::before{
	  top: 14px;
  }
  .abodashij .bds li p{
	  margin-top: 0;font-size: 13px !important;
  }
  .abodashij .bds li:nth-child(2n) .ts{
	  padding-right: 30px;
  }
  .abodashij .bds li:nth-child(2n) h4::before{
	  right: -30px;
  }
  .abodashij .bds li{
	  margin-bottom: 40px;
  }
  .abodashij .time{
	 background: #fff;padding: 0 20px;
  }
  .abodsz{
	  padding: 30px 0;
  }
  .abodsz .bds{
	  margin-top: 20px;display: block;
  }
  .abodsz .bds .pic{
	  width: auto;
  }
  .abodsz .bds .txt{
	  width: auto;font-size: 15px;margin-top: 20px;line-height: 1.7;
  }
  .abouts .hds{
	  padding: 30px 0;
  }
  .abouts .hds .wrap{
	  display: block;
  }
  .abouts .hds .lts{
	  width: auto;
  }
  .abouts .hds .rts{
	  width: auto;margin-top: 0;
  }
  .abouts .hds .lts .txt{
	  font-size: 15px;line-height: 1.8;
  }
  .abouts .hds .rts li:nth-child(1){
	  padding-top: 20px;
  }
  .abouts .hds .rts li{
	  padding: 20px 0;
  }
  .abouts .hds .rts li h6{
	  font-size: 14px;
  }
  .abouts .bds{
	  padding: 30px 0;
  }
  .abouts .bds .wrap{
	  display: block;
  }
  .abouts .bds .lts{
	  width: auto;
  }
  .abouts .bds .logo{
	  width: 140px;margin: 20px auto 0;
  }
  .abouts .bds .del{
	  font-size: 15px;line-height: 1.8;margin-top: 10px;
  }
  .aborongyu{
	  padding: 30px 0;
  }
  .aborongyu .bds{
	  margin-top: 20px;
  }
  .aborongyu .bds li{
	  width: auto;margin-bottom: 30px;margin-right: 0;float: none;
  }
  .aborongyu .bds li .pic{
	  height: 18rem;
  }
  .aborongyu .bds li h6{
	  text-align: center;font-size: 14px;height: auto;line-height: 1.7;
  }
  .abojazg{
	  padding: 30px 0;
  }
  .abojazg .del{
	  margin-top: 10px;font-size: 15px;line-height: 1.8;
  }
  .abojazg .bds{
	  margin-top: 20px;
  }
  .abojazg .bds li .txt{
	  width: auto;padding:20px;
  }
  .abojazg .bds li{
	  display: block;
  }
  .abojazg .bds li .txt p{
	  line-height: 1.8;
  }
  .abojazg .bds li .pic{
	  width: auto;
  }
  .abojazg .bds li .txt img{
	  max-width: 36px;
  }
  .abojazg .bds li .txt h4{
	  font-size: 16px;
  }
  .yanfanel .hds, .jishuyf .hds{
	  padding: 20px 0;
  }
  .yanfanel .hds::before,
  .jishuyf .hds::before{
	  width: 200px;height: 200px;
  }
  .yanfanel .hds .del, .jishuyf .hds .del{
	  font-size: 14px;line-height: 1.8;
  }
  .yanfanel .bds, .jishuyf .bds{
	  padding: 30px 0;
  }
  .yanfanel .bds li, .jishuyf .bds li{
	  width: auto;margin-right: 0;margin-bottom: 20px;float: none;
  }
  .jishuyf .bds li .pic{
	  height: auto;
  }
  .yanfanel .bds li h6, .jishuyf .bds li h6{
	  font-size: 14px;
  }
  .yanfanel .bds li .pic{
	  height: auto;
  }
  .conform{
	  padding: 30px 0;
  }
  .conform .fms{
	  margin-top: 10px;
  }
  .conform .fms dl{
	  display: block;margin-bottom: 10px;
  }
  .conform .fms dd{
	  width: auto;margin-right: 0;margin-bottom: 12px;
  }
  .conform .fms .ts label, .conform .fms dd label{
	  font-size: 14px;
  }
  .conform .fms dd .t1{
	  height: 36px;font-size: 14px;
  }
  .conform .fms .bod .lsele{
	  font-size: 12px;
  }
  .conform .fms .bod .ls{
	  background-size: 22px auto;
  }
  .conform .fms .swfl{
	  display: block;margin-top: 0;
  }
  .conform .fms .swfl .ds{
	  width: auto;margin-bottom: 10px;
  }
  .conform .fms .swfl li label,
  .conform .fms .swfl h3{
	  font-size: 14px;
  }
  .conform .fms .ovs{
	  margin-top: 0;
  }
  .conform .fms .ts .t3{
	  font-size: 14px;height: 36px;
  }
  .conform .fms .ts .t4{
	  line-height: 1.7;height: 100px;
  }
  .conform .fms .ts{
	  margin-bottom: 10px;
  }
  .conform .bns .b1{
	  font-size: 14px;
  }
  .contact{
	  padding: 30px 0;
  }
  .contact .bds{
	  margin-top: 20px;
  }
  .contact .bds li{
	  display: block;margin-bottom: 20px;
  }
  .contact .bds li .txt{
	  width: auto;padding: 20px;
  }
  .contact .bds li .img{
	  width: auto;
  }
  .contact .bds li dd{
	  font-size: 14px;background-position: left top 6px !important;background-size: 11px auto !important;padding-left: 18px;
  }
  .quanqyej{
	  padding: 30px 0;
  }
  .quanqyej .hds{
	  display: block;
  }
  .quanqyej .hds .fms{
	  margin-top: 10px;width: auto;height: 36px;border-radius: 20px;
  }
  .quanqyej .hds .fms .t1{
	  font-size: 13px;
  }
  .quanqyej table td,
  .quanqyej table th{
	  font-size: 13px;
  }
  .quanqyej .bds{
	  overflow-x: scroll;overflow-y: hidden;
  }
  .quanqyej table{
	  width: 300%;
  }
  .shengcgy .schd .del{
	  font-size: 15px;line-height: 1.8;
  }.shengcgy .schd .swipppic .prev:hover, .shengcgy .schd .swipppic .next:hover,
  .shengcgy .schd .swipppic .prev, .shengcgy .schd .swipppic .next{
	  background-size: 8px auto;
  }
  .shengcgy .scbd{
	  margin-top: 20px;display: block;
  }
  .shengcgy .scbd .ds{
	  width: auto;margin-bottom: 20px;
  }
  .shengcgy .scbd .ds:nth-child(2):before{
	  display: none;
  }
  .shengcgy .scbd .ds:nth-child(2){
	  padding-left: 0;
  }
  
  .shengcgy .scbd h4{
	  font-size: 15px;
  }
  .shengcgy .scbd .txt{
	  font-size: 14px;
  }
  .shengcgy .scft{
	  margin-top: 20px;
  }
  .shengcjd .maps{
	  width: auto;height: auto;
  }
  .shengcjd .maps li h4{
	  font-size: 10px;
  }
  .shengcjd .maps li.on i,
  .shengcjd .maps li i{
	  width: 20px;height: 20px;background-size: 16px auto;
  }
  .shengcjd .maps li:nth-child(1){
	  right: 5%;top: 20%;
  }
  .shengcjd .maps li:nth-child(2){
  	  right: 7%;top: 30%;
  }
  .shengcjd .maps li:nth-child(3){
  	  right: 20%;top: 46%;
  }
  .shengcjd .maps li:nth-child(4){
  	  right: 32%;top: 38%;
  }
  .shengcjd .maps li:nth-child(5){
  	  right: 23%;top: 50%;
  }
  .shengcjd .maps li:nth-child(6){
	   right: 12%;top: 50%;
  }
  .shengcjd .maps li:nth-child(3) h4{
	  top: -16px;
  }
  .shengcjd .maps li:nth-child(5) h4{
	  left: -20px;
  }
  .gonggtoh{
	  padding: 30px 0;
  }
  .gonggtoh .hds{
	  display: block;
  }
  .gonggtoh .hds .lsele{
	  width: 100%;margin-top: 10px;height: 34px;font-size: 14px;
  }
  .gonggtoh .bds{
	  overflow-x: scroll;overflow-y: hidden;white-space: nowrap;
  }
  .gonggtoh .bds ul{
	  display: inline-block;
  }
  .gonggtoh .bds li img{
	  width: 18px;
  }
  .gongszil{
	  padding: 30px 0;
  }
  .gongszil .ds ul{
	  display: block;
  }
  .gongszil .ds li{
	  margin-right: 0;width: auto;margin-bottom: 30px;
  }
  .gongszil .ds li .pic{
	  height: auto;
  }
  .gongszil .ds li h6,
  .gongszil .ds li h4{
	  font-size: 14px;
  }
  .gongszil .ds li h6{
	  width: 60px;line-height: 24px;
  }
  .gongszil .ds{
	  margin-bottom: 20px;
  }
  .gongszildel .hds .ts h4{
	  font-size: 13px;
  }
  .gongszildel .del{
	  font-size: 14px;line-height: 1.8;margin-top: 10px;
  }
  .nianbao{
	  padding: 30px 0;
  }
 .nianbao .ds{
	 margin-top: 0;padding: 20px 0;display: block;
 } 
  .nianbao .tit{
	  padding-bottom: 10px;
  }
  .nianbao .ds h3{
	  width: auto;margin-bottom: 14px;
  }
  .nianbao .ds ul{
	  width: auto;display: block;
  }
  .nianbao .ds li{
	  width: auto;margin-bottom: 10px;
  }
  .nianbao .ds li h3{
	  font-size: 14px;
  }
  .nianbao .ds li h6 span{
	  font-size: 13px;
  }
  .nianbao .ds li h6{
	  width: 100px;line-height: 24px;
  }
  .qiyeguaz .hds dl{
	  display: block;margin-top: 10px;
  }
  .qiyeguaz .hds dd{
	  width: auto;margin-right: 0;margin-bottom: 10px;
  }
  .qiyeguaz .hds dd .bns .b1 img, .qiyeguaz .bds .ds .b1 img{
	  width: 18px;
  }
  .qiyeguaz .hds dd h3{
	  font-size: 14px;padding-left: 10px;
  }
  .qiyeguaz .bds .del{
	  font-size: 14px;line-height: 1.8;
  }
  .qiyeguaz .fts{
	  margin-top: 20px;
  }
  .qiyeguaz .fts ul{
	  display: block;
  }
  .qiyeguaz .fts li{
	  margin-right: 0;width: auto;margin-bottom: 15px;
  }
  .news{
	  padding: 30px 0;
  }
  .news .hds .text{
	  padding: 20px;
  }
  .news .hds .text h1{
	  font-size: 18px;
  }
  .newsdel .text dd,
  .news .hds .text dd{
	  font-size: 14px;background-size: 10px auto !important;
  }
  .newsdel .text .del,
  .news .hds .text .del{
	  font-size: 14px;line-height: 1.8;
  }
  .news .bds ul{
	  margin-top: 20px;
  }
  .news .bds li a{
	  display: block;
  }
  .news .bds li .txt{
	  width: auto;
  }
  .news .bds li .pic{
	  width: auto;height: auto;
  }
  .news .bds li .txt h3{
	  font-size: 15px;
  }
  .news .bds li .txt p{
	  height: auto;margin: 8px 0;line-height: 1.8;
  }
  .news .bds li .txt{
	  padding-bottom: 20px;border-bottom: none;
  }
  .newsdel .text .fts a{
	  font-size: 14px;
  }
  .newvideo .bds{
	  margin-top: 20;display: block;height: auto;
  }
  .newvideo .list,
  .newvideo .vids{
	  width: auto;
  }
  .newvideo .list li h3{
	  font-size: 12px;
  }
  .shengcjd .maps li:nth-child(5), .shengcjd .maps li:nth-child(3){
	  width: 44px;
  }
  .abozhilbz .del{
	  font-size: 14px;line-height: 1.8;
  }
  .abozhilbz .bds .swfl{
	  display: block;
  }
  .abozhilbz .bds .ds{
	  width: auto;margin-bottom: 15px;
  }
  .header .mdlc {
      margin-left: 0;
      position: absolute;
      right: 130px;
      top: 15px;
      z-index: 1;
  }
  .header .laug{
	  right: 60px;
  }
  .header .laug dd{
	  margin-left: 3px;
  }
  .conform .fms .swfl li{
  	width: 33%;margin-right: 0;
  }
  
  
  
}


 
  .conform .fms .ts .info{
	  font-size: 14px;
  }
  .conform .fms .ts .flie{
	  height: 36px;font-size: 14px;
  }
  .conform .fms .ts .flie h5{
	  font-size: 14px;line-height: 36px;
  }
}












