html, body {
    position: relative;
    height: 100%;
}
 html{
	color: #333;
	min-width: 320px;
	font-size: 100%;
}
.w-f {
    width: 100%;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*=============
 * 工具样式
 =============*/
.center-block{
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.f-cb {
    zoom: 1;
}
.float_r{
	float: right !important;
}
.float_l{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.clearfix:after,.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
	margin: 0;
	padding: 1rem;
	background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
	line-height: 1.8;
	background: #fff;
	font-family: "微软雅黑", Arial;
}
a{
	color: #666;
	text-decoration: none;
	transition: all .4s;
}
a:active,a:hover{
	color: #af2223;
	text-decoration: none;
}
.wrapbox{
  width: 100%;
  margin:0 auto;
  padding:0;
}
.container{ max-width: 75rem; margin: 0 auto; padding: 0 1rem; }
.wrap_top {
    max-width: 84.0625rem;
    height: 100%;
    margin: 0 auto;
}
/**--------------------------------------------------------
**  Page---index.html
---------------------------------------------------------**/
.top-wrap {
  position: relative;
}
/*Home-header*/
.header-wrap {
  /*height: calc(6.875rem + 2.875rem);*/
  width: 100%;
}
.navbar_header {
  height: 100%;
  position: relative;
}
.navbar_header .navbar_box{
  width: 80%;
  margin: 0 auto;
}
.header-wrap .container {
  height: 100%;
}
.toplogo{
  margin-top: 2.5rem;
}
.logo {
  padding-bottom: 1.625rem;
  height: 100%;
  font-size: 0;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
}
.logo a img{
  width: 6.25rem;
  display: inline-block;
}
.logo a div{
  display: inline-block;
  margin-left: 1.625rem;
}
.logo a h2{
  display: inline-block;
  font-size:1.875rem ;
  color: #232323;
  line-height: 2.5rem;
  display: block;
  font-weight: bold;
}
.logo a h5{
  display: inline-block;
  font-size:1rem ;
  color: #545454;
}
.toptel dl:first-child{
  background: url(../images/tel1.png) no-repeat left;
  padding-right: 1rem;
  padding-left: 3rem;
}
.toptel dl dd p{
  text-align: left;
  color: #6b6b6b;
  font-size: .875rem;
}
.toptel dl dd h2{
  text-align: left;
  color: #af2223;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.575rem;
}
.toptel dl dd h2 a{
  color: #af2223;
}
.topr2{
  background: url(../images/wx1.png) no-repeat left;
  padding-right: 1rem;
  padding-left: 3rem;
}
.ewmtop{
  display: none;
}
#ClickMe {
  text-align: left;
  color: #af2223;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.575rem;
  border:none;
  background: none;
  cursor: pointer;
  padding:0;
}
button:focus{outline:0;} 
#goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 113%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.50;
  filter: alpha(opacity=80);
}
#code {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  display: none;
  right: 13%;
  z-index: 1002;
  top: 45%;
}
.close1 {
  width: 160px;
  /*height: 30px;*/
}
#closebt {
  float: right;
}
#closebt img {
  width: 10px;
}
.goodtxt {
  text-align: center !important;
}
.goodtxt p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center !important;
}
.code-img {
  width: 126px;
  margin: 5px auto;
}
.code-img img {
  width: 126px;
}

/*nav*/
.navwrap{
}
.pcNav {
  height: 100%;
}
.nav{
  width: 100%;
  height: 4.3125rem;
  background: #fff;
  border-top: #dcdcdc solid 1px;
  position: relative;
}
.nav li {
  float: left;
  padding: 0px 0px;
  width: 12%;
  height: 4.3125rem;
  line-height: 4.3125rem;
  text-align: center;
}
.nav li .lord {
  font-size: 1rem;
  color: #333;
}
.nav li .lord:hover {
  color: #af2223;
}
.nav li:hover {
  background: #fff;
  color: #af2223;
  display: inline-block;
}
.nav li:hover a.lord {
  color: #af2223;
}
.nav li .active {
  color: #af2223;
  background: #fff;
  display: block;
}
.nav li:hover .subnav {
  display: block;
}
.subnav {
  display: none;
  position: absolute;
  z-index: 10;
  top: 4.3125rem;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0  2.5rem 4.375rem 2.5rem;
}
.subxlline{
  width: 100%;
  height: 2px;
  background: url(../images/line.png) no-repeat top center;
  margin-bottom: 1.875rem;
}
.subnav .subnav-left {
  float: left;
  width: 40%;
}
.subnav .subnav-left-layout {
  width: 85%;
}
.subnav .subnav-left h3 {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 0.9375rem;
  text-align: left;
}
.subnav .subnav-left p {
  color: #777777;
  font-size: .875rem;
  line-height: 1.5rem;
  height: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.subnav .subnav-left a {
  display: inline-block;
  color: #1597d9;
  font-size: .75rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-top: 1.875rem;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: left;
}
.subnav .subnav-left a:hover{
  color: #af2223;
}
.subnav-left-layout a {
  text-align: left;
  float: left;
}
.subnav .subnav-right {
  float: left;
  width: 60%;
}
.subnav .subnav-right .list {
}
.subnav .subnav-right ul li {
  display: block;
  width: 40%;
  float: left;
  height: auto;
  margin-left: 1.5rem;
}
.subnav .subnav-right ul li:nth-of-type(2n+1) {
  border-right: 1px solid #e1e1e1;
}
.subnav .subnav-right ul li a {
  color: #454545;
  width: 90%;
  text-align: left;
}
.subnav .subnav-right ul li a.img-r{
  font-size: 0.875rem;
}
.subnav .subnav-right ul li a.arrow_r{
  font-size: 1rem;
}
.subnav .subnav-right ul li .a-one {
  display: block;
  line-height: 2.5rem;
}
.subnav .subnav-right ul li .list-er {
  display: none;
  padding-left: 10px;
}
.subnav .subnav-right ul li .list-er a {
  display: block;
  line-height: 40px;
  background: url("../images/arrow_r.png") no-repeat right center;
}
.subnav .subnav-right ul li:hover {
  background: none;
}
.subnav .subnav-right ul li .a-one:hover {
  color: #e60012;
}
.header_nav {
    height: 100%;
    margin-left: 11.47%;
}
.intop_pos {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 7px #d8d8d899;
    transition: all 0.4s;
}
.intop_pos .nav li a {
    color: #333;
}
/* Home-mobile-header */
.menu {
    float: right;
    margin-top: 1.8rem;
    display: none;
}
.mm-menu .mm-navbar .mm-title {
    padding: 0;
    font-size: 1rem;
    color: #acacac;
    text-align: left;
}
.mm-navbar {
    height: 5rem;
    line-height: 5rem;
}
.mm-menu {
    background: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 1rem;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.m-search>input::-webkit-input-placeholder {
    color: #3e4142;
    font-size: 0.875rem;
    line-height: 1.71rem;
}
.m-search>input {
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0 10rem 10rem 0;
    background: #f4f4f4;
    color: #9b9b9b;
    font-size: 0.875rem;
    height: 1.71rem;
    padding-top: 0.3rem;
}
.m-search>button {
    background: url(../images/search.png) no-repeat 10px 7px #f4f4f4;
    height: 1.71rem;
    width: 11%;
    border: 0;
    outline: none;
    background-size: 58%;
    padding: 0;
    border-radius: 10rem 0 0 10rem;
}
.m-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.625rem 0rem 1rem;
    border-color: #fff;
    display: none;
    width: 100%;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 4.2rem;
}
.mm-listview>li .mm-next:before {
    content: none;
}
.mm-navbar-bottom {
    border: none;
}
.mm-btn {
    width: 60px;
    height: 60px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before,
.mm-arrow:after,
.mm-prev:before {
    width: 10px;
    height: 10px;
    top: 10px;
}
.mm-clear:before,
.mm-close:before {
    right: 18px;
}
.mm-clear:after,
.mm-close:after {
    right: 32px;
}
.mm-next:after {
    width: 10px;
    height: 10px;
    top: 4px;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    width: calc(100% + 40px);
}
.mm-navbar.mm-hasbtns {
    background: #333;
    padding: 0 40px 0 17px;
    height: 4.25rem;
    line-height: 4.25rem;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}

/*Home-myMenu*/
#myMenu{
    position: absolute;
    top: 50%;
    left: calc(50% + 530px);
    transform: translate(-50%,-50%);
    padding: 30px 1.25rem;
    z-index: 1;
}
#myMenu li{
    margin-bottom: 1rem;
    text-align: right;
}
#myMenu span:first-child{
    display: inline-block;
    width: 4.25rem;
    height: 1.5625rem;
    text-align: center;
    line-height: 1.5625rem;;
    background: #c00;
    color: #fff;
    font-size: .875rem;
    position: relative;
    visibility: hidden;
}
#myMenu span:first-child:after{
    content: '';
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-left: 0.5rem solid #c00;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    z-index: 100;
}
#myMenu li.active span:first-child{
  visibility: visible;
}
#myMenu li.active span:last-child i{
    background-color: #fff;
}
#myMenu li.active span:last-child{
    border: 1px solid #fff;
}
#myMenu span:last-child{
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 5px;
    line-height: 0;
    padding: 4px;
    background-position: center;
    background-size: auto auto;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
#myMenu span:last-child i{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
}
/*Home-banner*/
/*banner*/
.banner{
  text-align: center;
}
.banner .swiper-container {
    width: 100%;
}
.banner .swiper-pagination-bullet{
  border-radius: 50%;
  width: 1.4375rem;
  height: 1.4375rem;
  background: rgba(0,0,0,.8);
  opacity:.8;
}
.banner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-button-prev:focus, .banner .swiper-container-rtl .swiper-button-next:focus,
.banner .swiper-button-next:focus, .banner .swiper-container-rtl .swiper-button-prev:focus{
    outline: none;
}
.banner .swiper-pagination-bullet-active{
  border:#f2f2f2 solid 2px;
  border-radius: 50%;
  width: 1.4375rem;
  height: 1.4375rem;
  background: none;
}
.H-title{
  text-align: center;
  padding: 3.875rem 0 1.625rem;
  position: relative;
}
.H-title h4{
  position: relative;
  text-align: center;
}
.H-title h2{
  font-size: 2rem;
  color: #b32524;
  font-weight: normal;
  text-align: center;
  margin-top: -1.8rem;
}
/*Home-全动态药品生产环境保护*/
.s-box1{
  padding-bottom: 2.5rem;
}
.case_banner{
  position: relative;
}
.case_banner .swiper-button-prev,
.case_banner .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/case_l.png);
  left: -80px;
  right: auto;
  background-size: cover;
}
.case_banner .swiper-button-next,
.case_banner .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/case_r.png);
  right: -80px;
  left: auto;
  background-size: cover;
}
.case_banner .swiper-button-prev:hover,
.case_banner .swiper-container-rtl .swiper-button-next:hover{
  background-image: url(../images/case_l2.png);
}
.case_banner .swiper-button-next:hover,
.case_banner .swiper-container-rtl .swiper-button-prev:hover{
  background-image: url(../images/case_r2.png);
}
.case_banner .swiper-button-next,
.case_banner .swiper-button-prev{
  width: 50px;
  height: 50px;
  outline: none;
}
.case_content .swiper-container2{
  /*padding: 0 .8rem 0 0;*/
}
.case_content .swiper-wrapper{
  margin-top: 1.75rem;
  margin-bottom: 1.375rem;
}
.case_content .swiper-slide{
  float:left;
  width: 23%;
  margin-right: 2%;
}
.case_content .swiper-slide:last-child{
  margin-right: 0;
}
.case_content .swiper-slide a{
  display: block;
  float: left;
  box-shadow: 0 0 9px rgba(86,86,86,.35);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
}
.case_content .swiper-slide a:hover{
  box-shadow: 0 0 9px rgba(86,86,86,.35);
  transform: translate3d(0, -16px, 0);
  -webkit-transform: translate3d(0, -16px, 0);
  -moz-transform: translate3d(0, -16px, 0);
  -o-transform: translate3d(0, -16px, 0);
  -ms-transform: translate3d(0, -16px, 0);
}
.case_content .swiper-slide a .img{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.case_content .swiper-slide a .img img{
  width: 100%;
}
.case_content .swiper-slide a .img img{
  width: 100%;
}
.case_content .swiper-slide a .img .img-p-a{
  position: absolute;
  left: 0px;
  bottom: 0;
}
.case_content .swiper-slide a .img .img-p-a1{
  display: block;
}
.case_content .swiper-slide a .img .img-p-a2{
  display: none;
}
.case_content .swiper-slide a:hover .img .img-p-a1{
  display: none;
}
.case_content a:hover .img .img-p-a2{
  display: block;
}
.case_content .swiper-slide a .title{
  padding-bottom: 10px;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #282828;
  font-weight: bold;
}
.case_content .swiper-slide a p{
  width: 80%;
  margin: 0 auto;
  font-size: .75rem;
  color: #6b6b6b;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.case_content .swiper-slide a .text{
  text-align: center;
  text-transform: uppercase;
  line-height: 1.875rem;
  color: #1597d9;
  padding-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  width: 30%;
  margin: 0 auto;
}
.case_content .swiper-slide a{
  position: relative;
  overflow: hidden;
  display: block;
}
.case_content .swiper-slide a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #bb341e;
  bottom: 0;
  left: -100%;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}
.case_content .swiper-slide a:hover:after ,
.case_content .swiper-slide a.active:after {
  left: 0;
}
/*Home-h-news*/
.h-news{
  background: #f6f6f6;
  padding-bottom: 2.5rem;
}
.h-newswrap .hnewscon{
  width: 46%;
  margin-right: 4%;
}
.h-newswrap .hnewscon:last-child{
  margin-right: 0;
}
.h-newswrap .hnewscon dl{
  display: block;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: #ccc solid 1px;
}
.h-newswrap .hnewscon dl dt{
  height: 2.5rem;
  line-height: 2.5rem;
}
.h-newswrap .hnewscon dl dt a h5{
  
  color: #333;
  font-size: 1rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.h-newswrap .hnewscon dl dt span{
  color: #666;
  font-size: .875rem;
}
.h-newswrap .hnewscon dl dd{
  color: #666;
  font-size: .875rem;
  line-height: 1.5rem;
  text-align: left;
  height: 3.75rem;
  overflow: hidden;
}






.h-newswrap ul {
  box-sizing: content-box;
}
.h-newswrap ul li{
  width: 23%;
  margin-right: 2%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  float: left;
}
.h-newswrap ul li:nth-child(4n){
  margin-right: 0;
}
.h-newswrap ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  box-shadow: 0 0 9px rgba(86,86,86,.35);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
}
.h-newswrap ul li a:hover{
  box-shadow: 0 0 9px rgba(86,86,86,.35);
  transform: translate3d(0, -16px, 0);
  -webkit-transform: translate3d(0, -16px, 0);
  -moz-transform: translate3d(0, -16px, 0);
  -o-transform: translate3d(0, -16px, 0);
  -ms-transform: translate3d(0, -16px, 0);
}
.h-newswrap ul li a .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.h-newswrap ul li a .img img {
  width: 100%;
}
.h-newswrap ul li a .title {
  padding-bottom: 10px;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #282828;
  font-weight: normal;
  margin-top: 1rem; 
}
.h-newswrap ul li a p {
  width: 80%;
  margin: 0 auto;
  font-size: .75rem;
  color: #6b6b6b;
  line-height: 1rem;
  margin-bottom: .5rem;
  height: 2rem;
  overflow: hidden;
}
.h-newswrap ul li a .text {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.875rem;
  color: #1597d9;
  padding-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  width: 30%;
  margin: 0 auto;
}
.s-more{
  width: 8.125rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  margin: 2.5rem auto 0;
  background: #af2223;
  border-radius: 10px;
}
.s-more a{
  font-size: .75rem;
  color: #fff;
}
.s-more a:hover{
  color: #ccc;
}
/*Home-动态管控*/
.box-list{
  padding-top: 1.5625rem;
}
.s-box2 .box-list a{  display: block; width: 33.33%; height: auto; float: left; 
  position: relative; }
.s-box2 .box-list a .img{ width: 100%; border:none; display: block;}
.s-box2 .box-list a .list-a .img-p-hui{ position: absolute; width: 100%; height: 100%; 
  left: 0;top:0; background: rgba(51,50,50,0.6);  z-index: 2 }
.s-box2 .box-list a .list-b .img-p-lu{ position: absolute; width: 100%; height: 7.25rem; 
  left: 0; bottom:0; background:rgba(73,178,90,.85); z-index: 2  }
.s-box2 .box-list a .list-a .img-p-img{font-size: 18px; z-index: 3; position: absolute; 
  top:20%;  left: 0; width: 100%;  text-align: center;  color: #ffffff;}
.s-box2 .box-list a .list-a .img-p-img img{  padding-bottom: 1.5625rem;}
.s-box2 .box-list a .list-b .img-p-img{ padding-bottom:1rem; z-index: 3; 
  position: absolute; bottom:0;  left: 0; width: 100%; text-align: center;  
  color: #ffffff;}
.s-box2 .box-list a .list-b .img-p-img img{  padding-bottom: 10px;}
.s-box2 .box-list a .list-a{ display: block;}
.s-box2 .box-list a .list-b{ display: none;}
.box-txt2{
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5rem;
}
/*Home-about*/
.H-abbox{
  margin-bottom: 3.125rem;
  padding-top: 1.5625rem;
}
.abtxt{
  width: 45%;
}
.abtxt h3{
  text-align: left;
  font-size:1.4375rem ;
  color: #b32524;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.abvideo{
  width: 50%;
}
.abtxt p{
  font-size: .875rem;
  color: #777777;
  line-height: 1.5rem;
}
.abtxt a{
  color: #1597d9;
  font-size: .75rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 4rem;
}
.abtxt a:hover{
  color: #b32524;
}
/*Home-showbox1*/
.showbox1{
  background: url(../images/bg2.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  /*box-shadow: 0 0 10px #e0f5e2;*/
  border:0px solid #eaf4eb;
  height: 32.5rem;
  padding:3.125rem;
  /*margin-bottom: 5rem;*/
}
.showbox_l{
  width: 60%;
}
.showbox_con{
  margin-bottom: 2rem;
}
.showbox_r{
  width: 35%;
}
.showbox_l1{
  width: 10%;
}
.showbox_l2{
  width: 85%;
}
.showbox_l2 h3{
  color: #b32524;
  font-size:1.5rem ;
  text-align: left;
  line-height: 1.875rem;
  margin-bottom: .8rem;
}
.showbox_l2 p{
  font-size: .875rem;
  color: #777777;
  line-height: 1.5rem;
}
.showbox_l2 .lanb{
  color: #1597d9;
  width: 3%;
}
.showbox_l2 .showtxt1{
  width: 90%;
}
.showbox_con2{
  margin-top: 1.5rem;
}
.showbox_con2 h2{
  text-align: center;
  line-height: 2rem;
  font-size:2.25rem ;
  color: #232323;
  font-weight: bold;
}
.showbox_con2 p{
  font-size: 1rem;
  color: #545454;
  margin-top: 1rem;
  text-align: center;
}
/*footer*/
.footer{
  background: #323232;
}
.foot1{
  padding:3.125rem 0 0 0;
}
.footcon1{
  width: 60%; 
  float: left;
}
.footcon1 dl{
  width: 24%;
  float: left;
  margin-right: 1%;
}
.footcon1 dl dt{
  text-align: left;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.125rem;
  color: #eeeeee;
  margin-bottom: 1rem;
}
.footcon1 dl dd{
  line-height: 1.5625rem;
  text-align: left;
  color: #777;
}
.footcon1 dl dd a{
  color: #777;
  font-size: .875rem;
  display: block;
}
.footcon1 dl dd a:hover{
  color: #fff;
}
.footcon2{
  width: 33%;
  float: right;
}
.foottel{
  float:left;
  margin-left: 1.3rem;
}
.foottel h4{
  text-align: left;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.125rem;
  color: #eeeeee;
  margin-bottom: 1rem;
}
.foottel p{
  height: 1.5625rem;
  line-height: 1.8rem;
  text-align: left;
  color: #777;
  font-size: .875rem;
}
.foottel h2{
  font-size: 1.875rem;
  color: #d30e0e;
  line-height: 1.8rem;
  font-weight: bold;
}
.foot2{
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: .875rem;
  color: #929292;
  border-top: #6a6969 solid 1px;
  margin-top: 3.125rem;
}
.foot2 a{
  color: #929292;
}
.foot2 a:hover{
  color: #fff;
}
/*子页面大图样式*/
.image_top {
    position: relative;
}
.image_top img {
    width: 100%;
    display: block;
}
.image_top .pctoptit {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%,-50%);
  width: 30%;
  background: url(../images/about_tit.png) no-repeat center;
}
.image_top .pctoptit h2{
  padding-left: 36%;
  padding-top: 3%;
}
.column-nav{
    text-align: center;
    padding: 2rem 0;
}
.column-nav li{
    display: inline-block;
    box-sizing: border-box;
}
.column-nav li a{
    display: inline-block;
    padding: .5rem 2rem;
    border: 1px solid #dfdfdf;
    border-radius: 5rem;
    margin: 0 0.5rem;
}
.column-nav li a:hover,
.column-nav li a:active,
.column-nav li.active a{
    color: #fff;
    background: #D80808;
    border-color: #D80808;
}
@media only screen and (min-width: 30.0625em) and (max-width: 47em) {
    .column-nav li a{    padding: .5rem 1rem;}
}
@media only screen and (max-width: 30rem) {
    .image_top div{font-size: 1.5rem}
    .column-nav li a{ display: block;padding: .3rem 0;}
    .column-nav li{ width: 49%;margin-bottom: 1rem}
}
/*about.html*/
.pagebody{
  padding-top: 2.375rem;
  background: #f6f6f6;
  padding-bottom: 2.375rem;
}
.pagewrap{
  background: #fff;
  width: 92%;
  margin:0 auto;
  padding:2rem 3rem;
}
.sidebar {
  width: 20%;
  float: left;
}
.sidebar .side-nav-div{
  width:100%;
  text-align:left;
}
.sidebar .side-nav-div p{
  color: #777777;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sidebar .side-nav-div h3{
  font-size: 1.875rem;
  color: #d7d7d7;
  text-transform: uppercase;
  font-weight: normal;
}
.sidebar .side-nav ul{
  margin-top: 1rem;
}
.sidebar .side-nav ul li{
  height: 2.375rem;
  line-height: 2.375rem;
  
  padding:0 .6875rem;
}
.sidebar .side-nav ul li a{
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: .875rem;
  color: #454545;
  background: url(../images/about_r.png) right no-repeat;
}
.sidebar .side-nav ul li:hover{
  background:#af2223;
}
.sidebar .side-nav ul li:hover a{
  color: #fff;
  background: url(../images/about_r2.png) right no-repeat; 
}
.sidebar .side-nav ul li.on2 { 
  height: 2.375rem;
  line-height: 2.375rem;
}
.content {
    width: 75%;
}
.ab_box .about-title {
    font-size: 1.25rem;
    position: relative;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem;
    color: #454545;
    height: 2.8125rem;
    line-height: 2.8125rem;
}
.ab_box .about-title:after {
    content: '';
    display: block;
    width: 5.5rem;
    height: 2px;
    background-color: #af2223;
    position: absolute;
    bottom: -2px;
}
.content .mianbaoxie {
    font-size: 0.75rem;
    color: #777777;
    margin-top: .2rem;
}
.page_con h3{
  color: #b32524;
  line-height: 1.875rem;
  font-size: 1.4375rem;
  margin-bottom: 1rem;
}
.page_con p{
  font-size: .875rem;
  color: #777;
  line-height: 1.5rem;
}
.about_video{
  margin-top: 1.5rem;
}
/*news.html*/
.pagenews dl{
  padding-bottom: 1.875rem;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.pagenews dt{
  width: 20%;
  float: left;
  margin-right: 1.5rem;
}
.pagenews dt img{
  width: 100%;
  height: 120px;
}
.pagenews dd{
  float: right;
  width: 76%;
}
.pagenews dd h4{
  font-size: 1.125rem;
  color: #282828;
  line-height: 1.875rem;
  text-align: left;
}
.pagenews dd span{
  color: #6b6b6b;
  font-size: .875rem;
}
.pagenews dd p{
  font-size: .875rem;
  color: #6b6b6b;
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  height: 3.125rem;
  overflow: hidden;
}
.pagenews dd a{
  font-size: .875rem;
  color: #1597d9;
  text-align: left;
  font-weight: bold;
}
.pagenews dd a:hover{
  color: #af2223;
}
/*分页*/
.pageNum{
    width:100%;
    height:2.5rem;
    text-align: center;
    vertical-align: middle;
    margin: 2rem auto;
}
.pageNum a{
    display:inline-block;
    width: 2.5rem;
    height:2.5rem;
    line-height:2.5rem;
    text-align:center;
    color:#d1d1d1;
    border:none;
    background: #8a8a8a;
    border-radius: 4px;
}
.pageNum a:hover{
    color:#fff;
    background:#af2223
}
.pageNum a.active{
    color:#fff;
    background:#af2223
}
/*翻页*/
.fanye{
    color:#666;
    line-height:1.25rem;
    margin:0.625rem 0px 1.25rem 0px;
}
.fanye div{
    padding:0.625rem 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.875rem;
}
.fanye a {
    color:#666;
}
.fanye a:hover{
    text-decoration:underline;
    color:#D80808;
}
/*product.html*/

/*detail.html*/
.n-title2{
    padding-bottom: 1.2rem;
    text-align: center;
}
.n-title2 h1{
    font-size: 2rem;
    font-weight: 400;
}
.n-title2 .inf{
    color: #999;
    font-size: .875rem;
}
.news-txt{
    padding-top: 1.5rem;
    font-size: 0.875rem;
}
.news-txt img{
    display: inline-block;
    margin: .5rem auto;
}

@media only screen and (max-width:100rem) {
  .logo div{margin-left: 0}
  .navbar_header .navbar_box{width: 90%}
  .pcNav .nav>li>a{    padding: 0 2.5rem;}
  /*.pcNav .nav li{margin-left: .9rem;}*/
}
@media only screen and (max-width:87rem) {
  .nav li {margin-right: .25rem;}
  .logo{padding-top: 0}
  .pcNav .nav li{    margin-left: .2rem;}
  #myMenu{display: none}
  .case_content .swiper-container {width: 80%;}
  .case_content .swiper-container2{width: 100%}
  .case_banner .swiper-button-prev, .case_banner .swiper-container-rtl .swiper-button-next{left: 0}
  .case_banner .swiper-button-next, .case_banner .swiper-container-rtl .swiper-button-prev{right: 0}
  .image_top .pctoptit h2{ padding-left: 31%; padding-top: 4%; }
}
@media only screen and (max-width:75rem) {
  .nav li {margin-right: .25rem;}
  .pcNav .nav li{margin-right: .5rem;}
  .logo{padding-top: 2.2rem}
  #myMenu{display: none}
}
@media only screen and (min-width:75rem) {

}

/* screen 150% */
@media screen and (max-width:64rem) {
  .menu {display:block;}
  /*.nav{display: none !important;}*/
  .header-wrap {position:initial;background: #fff;height: auto}
  .header-wrap .header_input {display:none;}
  .logo{width: 42%; padding-top: .8rem; padding-bottom: 1rem;}
  .logo a img{ width: 60%; }
  /*.toptel{ display: none; }*/
  .pcNav .nav>li>a{ padding:0 1.5rem; }
  .navbar_box{ display: none; }
  /*banner*/
  .swiper-pagination-bullet{width: 1rem;height: 1rem;}
  /*Home-生产环境保护*/
  .case_banner .swiper-button-next, .case_banner .swiper-button-prev{
    width: 1.875rem;height: 1.875rem
  }
}
@media screen and (min-width:62rem) {

}
/*移动端隐藏*/
@media screen and (max-width: 46.875rem){
  .navbar_box{ display: block; }
  .H-title{ padding: 1.685rem 0 0; }
  .H-title h2{ font-size: 1.5rem; }
  /*Home-banner*/
  .banner .swiper-pagination-bullet{ width: 1rem; height: 1rem }
  /*Home-生产环境保护*/
  .s-box1{ padding-bottom: 1rem; }
  .case_banner{ margin-top: 1.5rem; }
  .case_content .swiper-wrapper{ width: 100%; overflow: hidden; display: inline-block; }
  .case_content .swiper-slide{ margin-right: 2%;width: 49%; margin-bottom: 2%; }
  .case_content .swiper-slide:nth-child(2n){ margin-right: 0; }
  .case_content .swiper-slide a{width: 100%}
  .case_content .swiper-slide a .img{width: 100%}
  .case_content .swiper-slide a .img .img-p-a{width: 100%}
  .case_content .swiper-wrapper{margin-top: 0;margin-bottom: 1rem;}
  .case_content .swiper-slide a .title{ font-size: 1rem; }
  .case_content .swiper-slide a .img .img-p-a{ bottom: -3px; }
  /*Home-news*/
  .h-newswrap{ padding-top: 1.5625rem; }
  .h-newswrap ul li{ width: 49%; margin-right: 2%; margin-bottom: 2%; }
  .h-newswrap ul li:nth-child(2n){ margin-right: 0; }
  .h-newswrap ul li a .title{ font-size: 1rem; height: 1.875rem; overflow: hidden;
    margin-top: .5rem; line-height:1.875rem; font-weight: bold;}
  .s-more{ margin-top: 1.5rem; }
  /*动态管控*/  
  .box-list{ margin-bottom: 1.8rem; }
  .s-box2 .box-list a{ width: 50%; }
  .s-box2 .box-list a .list-a .img-p-img{ top: 12%; }
  .s-box2 .box-list a .list-a .img-p-img img{ width: 20%; padding-bottom:.5rem; }
  .box-txt2{ font-size: 1rem; }
  /*Home-about*/
  .H-abbox{ margin-bottom: 1rem; }
  .abtxt{ width: 100%; float: none; }
  .abtxt h3{ text-align: center; font-size:1.125rem ; margin-bottom: .5rem; }
  .abtxt a{ line-height: 1rem; }
  .abvideo{ width: 100%; float: none; }
  /*footer*/
  .footer{ margin-top: 2rem; padding-bottom: 1.5rem;}
  .foot1{ padding-top: 1.5rem; }
  .footcopy{  }
  .footcon1{ width: 100%; margin-bottom: 1.5rem; }
  .footcon2{ width: 100%; }
  .footcon1 dl{ width: 46%; margin:1% 2% 1% 0; }
  .footcon1 dl dt,.footcon1 dl dd{ text-align: center; }
  .footcopy p{ line-height: 1.5rem; padding-top: .8rem; text-align: center;}
  .footcopy p:last-child{ display: none; }
  /*about.html*/
  .image_top .pctoptit{ background: none; text-align: center;left:50%; }
  .image_top .pctoptit h2{ width: 100%; text-align: center; font-size: 1.5rem;
  padding-left: 0; padding-top: 0;     text-shadow: 0 2px 6px rgba(0,0,0,.8); }
  .pagebody{ padding-top: 1.5rem; }
  .pagewrap{ padding:1rem; width: 100%; }
  .column-nav{ padding:.5rem 0; }
  .content {width: 100%;padding: 0;}
  /*news.html*/
  .pagenews{ padding-bottom: 1rem; margin-bottom: 1rem; }
  .pagenews dt{display: none;}
  .pagenews dd{ width: 100%; overflow: hidden; }
  .pagenews dd h4{ font-size: 1rem; }
  .pagenews dl {padding-bottom: 1rem;margin-bottom: 1rem;overflow: hidden;}
  /*分页*/
  .pageNum{ height: 1.5rem; }
  .pageNum a{ width: 1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: .875rem; }
  /*product.html*/
  /*详情页*/
  .n-title2 h1 {font-size: 1.5rem;}

}
/*PC端隐藏*/
@media (min-width: 46.875rem){
  .navbar_box .logo{ display: none; }
  .contact_list{ display: block; }
  .contact_con{ display: none; }
  .m-jcxm{ display: none; }
  .mh-horitem{display: none;}
  .column-nav{ display: none; }
}
/*移动端隐藏*/
@media (max-width: 46.875rem){
  .showbox1{ display: none; }
  .ab_box .about-title{ display: none; }
  .main-page2{ display: none; }
  /*.footcon1{ display: none; }*/
  .sidebar{ display: none; }
  .pagertit{ display: none; }
}
@media only screen and (max-width: 37.5rem) {
  .tophead,.toplogo,.navwrap{ display: none; }
  .case_content .swiper-container2{padding: 0;}
  .case_content .swiper-slide a{box-shadow: none; border:#ddd solid 1px;}
}
/*公用-小屏幕*/
@media only screen and (max-width: 30rem) {

}
