body {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,  Hiragino Sans GB, PingFang SC, Arial, Helvetica Neue,sans-serif!important;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}
div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #e60012;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
  /* transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 60px 0;
}
.center{text-align: center}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img,.img-width{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}

/* 顶部 */
.pt-logo{
  width: 210px;
}
.call-right{
  font-size: 16px;
  color: #222;
}
.call-right i{
  margin-left: 6px;
  font-size: 20px;
}
.call-right span{
  font-size: 20px;
  font-weight: 800;
  color: #e60012;
}

/* 导航 */

.mobile-menu-b{
  text-align: center;
}
.nav-box .mobile-menu-b li {
  display: inline-block;
  position: relative;
}
.nav-box .mobile-menu-b li .mobile-n{
  display: block;
  color: #222;
  font-size: 16px;
  position: relative; 
  padding:40px 20px;
}
.nav-box .mobile-menu-b li:hover > .mobile-n,.nav-box .mobile-menu-b li .active{
  color: #fff;
  background: #e60012;
}
.nav-box ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}
.nav-box .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: #f0f0f0;  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-box ul li:hover .submenu{
  height: auto;
}
.submenu-a li{
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
}
.submenu-a li a:hover{color: #e60012;}
.submenu-a li a:hover::before{background: #e60012;}
.submenu-boxA{
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: auto;
  background: #f0f0f0;  
  z-index: 13;
  display: none;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 10px 8px;  
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);  
}
.submenu-boxA a{
  display: block;
  padding:2px 0;
  color: #666;
  text-align: left;
  padding-left: 24px;
  position: relative;
}
.submenu-boxA a::before{
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: #666;
}
.nav-box .submenu-a li:hover .submenu-boxA{ 
  display: block;
}


.header-right-btn{display: none;}
.mobile-toggle-bar{display: none}
.mobile-toggle-bar i{
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  font-size: 20px;
  color: #e60012;
  text-align: center;
  background: #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
}
.info__toggle-btn i:hover,.mobile-toggle-bar i:hover{
  background-color: #e60012;
  color: #fff;
}
/* 关闭 */
.close-icon i {
  display: block;
  margin-top: -16px;
  text-align: right;
  border: 0 none;
  color: #ff4a57;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.logo-side img {width: 155px;}
.side-info {
  border-top: 1px solid #344159;
  padding: 13px 0 0;
  margin-top: 20px
}
.contact-list h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.contact-list h4::after {
  display: none;
}
.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
/* 手机端切换 */
.responsive-logo img {
  width: 155px;
}
.mobile-nav-close {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 32px;  
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}
.mobile-nav-close i{
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
a.meanmenu-reveal {
  display: none !important;
}
.responsive-logo {
  padding: 30px 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  background: #ffffff none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}
.show-nav {
  right: 0;
}
.mobile-nav .nav a.nav-link {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #ffffff;
  background-color: #e60012;
}
.mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	color: #222;
	display: block;
	margin: 0;
	padding: 10px 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-size: 14px;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 30px;
	margin-top: 1px;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}
.instaream-list{
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-top: 20px;
  float: left;    
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}

/* 滚动时-导航浮窗 */
.header.on{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.on .search-box{width: 492px;}
.sub-b{display: none!important;}
@media (max-width: 1300px) {
.nav-box .mobile-menu-b li .mobile-n{padding: 22px 13px;}
}
@media (max-width: 1200px) {
.call-right-l{display: none;}
.header-top{padding: 20px 0;}
.mobile-toggle-bar,.header-right-btn{display: block;}
.header-right-btn{margin-left: 20px;}
}
@media (max-width:992px) {
.search-box,.lang-cn{display: none;}
}
@media (max-width:750px) {
.pt-logo{width: 190px;}
}
@media (max-width:580px) {
.call-right{display: none;}
}
/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 54px;
  height: 54px;
  opacity: 0.5;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav:active ,.callbacks_nav.next:hover,.callbacks_nav.prev:hover{
  opacity: 1.0;
}
.callbacks2_nav:active {
  opacity: 1.0;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 50px;
  height: 4px;
  display: inline-block;
  background: #fff;
  border: none;
}
.callbacks_here a:after {
  background: #e60012;
}
@media (max-width:992px) {
.rslides img{width: 110%;margin-left: -5%;}
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../images/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_tabs a:after{width: 8px;height: 8px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:580px) {
.rslides img{width: 130%;margin-left: -15%;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.callbacks_nav{bottom: 10px;width: 28px;height: 28px;}
.callbacks_nav.prev{left: 74%;}
}


/* index-A */
.title h1{
  font-size: 36px;
  color: #222;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.title h1::before{
  content: '';
  display: block;
  width: 36%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
}
.title h1::after{
  content: '';
  display: block;
  width: 36%;
  height: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
}
.title p{
  font-size: 15px;
  color: #b3b3b3;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width:1200px) {
.title h1{font-size: 32px;}
.title p{font-size: 14px;}
}
@media (max-width:992px) {
.title h1{font-size: 28px;}
section, .p-t-80{padding: 40px 0;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:580px) {
section, .p-t-80{padding: 30px 0;}
.m-t-30{margin-top: 16px;}
.title h1{font-size: 24px;}
.title p{font-size: 12px;}
.title h1::before,.title h1::after{width: 30%;}
}

/* 首页——核心产品展示 */
#certify{
	position: relative;
	margin: 0 auto;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #6f6f6f;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #e60012;
}
#certify .swiper-button-prev {
	left:-20px;
	width: 32px;
	height: 32px;
	background: url(../images/prev.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-button-next {
	right:-20px;
	width: 32px;
	height: 32px;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
}
/* 首页——产品中心-主内容 */
.swiper-content{
  width: 100%;
  padding: 60px 200px;
  background: url(../images/bg.jpg) no-repeat bottom / cover;
}
.swiper-content-text{
  width: 60%;
  padding-left: 60px;
  padding-right: 40px;
}
.swiper-content-img{
  width: 40%;
  text-align: center;
}
.swiper-content h3{
  font-size: 24px;
  color: #222;
  font-weight: 800;
}
.swiper-content p{
  font-size:14px;
  color: #666;
  margin: 10px 0 50px;
}
.swiper-slide-ms{display: none;}
.index-A-p{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  text-align: center
}
@media (max-width:992px){
#certify  .swiper-slide {width: 100%}
#certify .swiper-button-next, #certify .swiper-button-prev{width: 36px;height: 36px;}

/* #certify  .swiper-slide .swiper-slide-imgs{width: 130%;} */
.swiper-content{padding: 30px 50px;}
.swiper-content h3{font-size: 20px;}
.swiper-content p{margin: 10px 0 20px;}
.swiper-content-text{padding-left: 20px;}
.nl-btn{line-height: 28px;padding: 0 10px;font-size: 14px;}
.swiper-slide-d{display: none;}
.swiper-slide-ms{display: block;}
}
@media (max-width:772px){
#certify .swiper-button-next {right: 0;}
#certify .swiper-button-prev {left: 0;}
#certify .swiper-button-prev,#certify .swiper-button-next {width: 32px;height: 32px;}

}
@media (max-width:720px){
.swiper-content h3{font-size: 20px;}
.swiper-content{display: block;}
.swiper-content-text{width: 100%;padding: 0;margin-top: 0;}
.swiper-content-img{width: 60%;margin: 20px auto;}
}
@media (max-width:580px){
.swiper-content h3{font-size: 18px;}
}
@media (max-width:480px){
.swiper-content-img{width: 100%;margin: 20px auto;}
}


/* 首页——关于我们 */
.index-B{
  background:url(../images/bg7.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  background-attachment: fixed;
  padding-bottom: 10rem;
}
.index-B-box p{
  margin:0 0 20px 0;
  text-align: center;
}
.nl-btn{
  background: #fff;
  border: 1px solid #222;
  line-height: 32px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  width: 180px;
  margin: 50px auto 0;
}
.nl-btn a{
  font-size: 15px;
  color: #222;
  position: relative;
  z-index: 2;
}
.nl-btn a i{
  font-size: 24px;
}
.nl-btn::after{
  position: absolute;
  content: "";
  border-radius: 3px;
  width: 0;
  height: 100%;
  background: #db2e2a;
  transition:0.5s all;
  left: 0;
  top: 0;
  box-sizing: initial;
}
.nl-btn:hover::after{
  width: 100%;
}
.nl-btn:hover a{
  color: #fff;
}
.title .title-p{
  font-size: 18px;
  color: #fff;
  background: #db2e2a;
  border-radius: 32px;
  text-align: center;
  padding: 2px 20px;
  width: 280px;
  margin: 10px auto;
}
.numCount{margin-top: 50px;}
.num-list-item{
  display: inline-block;
  padding: 20px 80px;
  border-right: 1px solid #dddde1;
}
.num-list-item:last-child{border-right: none;}
.num-list-item span{
  font-size: 52px;
  font-weight: 800;
  color: #db2e2a;
}
.num-list-item i{
  color: #db2e2a;
  font-style: normal;
}
.num-list-item p{
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width:1300px){
.num-list-item{padding: 0 35px;}
}
@media (max-width:1200px) {
.num-list-item{padding:20px 40px;}
.num-list-item p{font-size: 18px;}
.num-list-item span{font-size: 46px;}
}
@media (max-width:992px) {
.index-D-p{width: 100%;}
.numCount{margin-top: 30px;}
.num-list-item span{font-size: 35px;}
.num-list-item p{font-size: 16px;}
.num-list-item{padding:10px 32px;}
.title .title-p{font-size: 16px}
.index-B-p{font-size: 14px;}
.index-B{padding-bottom: 5rem;}
}
@media (max-width:768px) {
.num-list-item{padding: 10px 20px;}
.num-list-item span{font-size: 32px;}
.num-list-item p{font-size: 15px;}
.index-D-p{font-size: 14px;}
.numCount{margin-top: 20px;}
.nl-btn{margin-top: 30px;width: 140px;}
}
@media (max-width:580px) {
.title h3{font-size: 16px;}
.num-list-item:last-child{display: none;}
.num-list-item:nth-child(3){border-right: none;}
.num-list-item span{font-size: 28px;}
}
@media (max-width:530px) {
.num-list-item:last-child{display: none;}
.num-list-item:nth-child(3){border-right: none;}
.num-list-item span{font-size: 24px;}
.num-list-item{padding: 6px 10px;}
}
@media (max-width:480px) {
.num-list-item span{font-size: 20px;}
}

/* 首页——合作伙伴 */
.index-c-list{
  width: 9.1%;
  margin-right: 1%;
  margin-top: 1%;
  float: left;
  border: 1px solid #f1f1f1;
}
.index-c-list:nth-child(10n){
  margin-right: 0;
}
@media (max-width:992px) {
.index-c-list{width: 15.8%}
.index-c-list:nth-child(10n){ margin-right: 1%;}
.index-c-list:nth-child(6n){ margin-right: 0;}
}
/* 首页——新闻动态 */
.news-list{
  width:23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  padding-bottom: 20px;
}
.news-list:nth-child(4n){margin-right: 0;}
.news-list-img{
  height: 180px;
  text-align: center;
  overflow: hidden;
}
.news-list-img img{
  width: auto!important;
  height: 100%!important;
}
.animate-img img{
  -webkit-transition: 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
}
.news-list h3{
  font-size: 14px;
  color: #222;
  margin: 10px 0;
  min-height: 48px;
}
.news-list p{
  font-size: 14px;
  color: #999;
  min-height: 64px;
}
.animate-img img:hover {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
}
@media (max-width:992px) {
.news-list{width: 49%;margin-top: 20px;}
.news-list:nth-child(2n){margin-right: 0;}
}
@media (max-width:480px) {
.news-list{width: 100%;margin-right: 0;}
.news-list h4{margin-top: 10px;}
}




/* 底部 */
footer{
  background: #262626;
  padding: 50px 0;
}
.footer-left{
  width: 50%;
}
.footer-content{
  width: 25%;
  padding-right: 30px;
}
.footer-right{
  width: 25%;
  font-size: 12px;
  color: #868686;
  text-align: center;
}
.footer-nav{
  display: inline-block;
  padding-right: 70px;
}
.footer-nav li:nth-child(1) a{
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.footer-nav li a{
  font-size: 14px;
  color:#ababab ;
}
.footer-logo{
  position: absolute;
  left: 50px;
  bottom: 20px;
}
.footer-logo img{max-width: 100%;}
.footer-content img{
  width: 90px;
}
.footer-call-list p{
  font-size: 14px;
  color: #7f7f7f;
  padding-left: 45px;
}
.footer-call-list i{
  font-size: 28px;
  color: #e60012;
  position: absolute;
  left: 0;
  top: -12px;
}
.footer-right input{
  background: #343433;
  border-radius: 0;
  font-size: 14px;
  color: #7f7f7f;
  display: block;
  border: none;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 16px;
  width: 100%;
}
.footer-right textarea{
  background: #343433;
  border-radius: 0;
  font-size: 14px;
  color: #7f7f7f;
  display: block;
  border: none;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 16px;
  width: 100%;
}
.footer-right .btn-form{
  background: #e60012;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  display: block;
  border: none;
  line-height: 32px;
  padding: 0 10px;
  width: 110px;
}
.footer-bottom{
  background: #121212;
  padding: 6px 0;
}
.footer-bottom p{
  font-size: 13px;
  color: #a4a4a4;
}
.footer-bottom p:nth-child(1){float: left;}
.footer-bottom p:nth-child(2){float: right;}
.footer-bottom p a{color: #a4a4a4;}
.footer-call-list{margin-top: 20px;}
@media (max-width:1300px) {
.footer-nav{padding-right: 20px;}
.footer-call-list p{padding-left: 35px;}
.footer-call-list{margin-top: 20px;}
}
@media (max-width:1200px) {
.footer-right{display: none;}
.footer-content{padding-right: 0;width: 32%;}
.footer-left{width: 68%;}
.footer-call-list{margin-top: 10px;}
footer{padding: 40px 0;}
.footer-logo{width: 50%;}
}
@media (max-width:1000px) {
.footer-content{width: 100%;float: none;}
.footer-left{width: 100%;float: none;text-align: center;}
.footer-logo{display: none;}
.footer-nav{display: none;}
.footer-content img{margin-left: 0;width: 116px;}
.footer-content .footer-call{margin-left: 30px;}
.footer-content{display: flex;justify-content:center;align-items: center;}
footer{padding: 30px 0;}
}
@media (max-width:750px) {
.footer-content img{width: 90px;}
}
@media (max-width:480px) {
.footer-content img{margin: 0 auto;display: block;}
.footer-content .footer-call{margin-left: 20px}
.footer-content{display: block;}
}



/* 位置路径 */
.location{
  padding: 10px 0;
  background: #f5f5f5;
}
.location p{
  font-size: 14px;
  color: #666;
}
.location p i{
  color: #e60012;
  margin-right: 6px;
  font-weight: 800;
}
@media (max-width:992px) {
.banners-box img{width: 130%;margin-left: -15%;}
}
@media (max-width:580px) {
.banners-box img{width: 140%;margin-left: -20%;}
}
/* 栏目——栏目列表 */
.column-box-a{
  padding: 20px 0 10px 0;
  background: #f5f5f5;
}
.column-box-item{
  font-size: 18px;
  color: #222;
  padding: 10px;
  background: #fff;
  margin: 0 10px;
  margin-bottom: 10px;
  min-width: 180px;
  text-align: center;
}
.column-box-a.on {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.column-box-item.cur{
  background: #e60012;
  color: #fff;
}
@media (max-width:1300px) {
.column-box-item{min-width:164px;}
}
@media (max-width:992px) {
.column-box-item{font-size: 16px;min-width:129px;padding: 6px;}
.column-box-a{padding-top: 10px;padding-bottom: 0}
}
@media (max-width:480px) {
.column-box-item{font-size: 15px;min-width:118px;padding: 6px;}
}
/* 栏目——公司简介 */
.main-title p span,.main-title p{
  font-family: 'Microsoft YaHei'!important;
  white-space: normal!important;
  font-size: 16px!important;
  text-indent: 2em;
  line-height: 1.8em;
}
/* 栏目——科研中心 */
.scientific-box-img{
  width: 45%;
  border: 6px solid #f1f1f1;
}
.scientific-box-content{
  width: 55%;
  padding: 30px;
  box-shadow: 0px 0px 27px 0px rgba(242, 242, 242, 0.9);
}
.honor-box-r{
  background: url(../images/map.jpg) no-repeat top;
  background-size: 680px;
}
.honor-box-r h1{
  font-size: 36px;
  color: #e60012;
  text-align: center;
}
.honor-box-content{margin: 30px 0 0;}
.honor-box-content p{
  text-align: center;
  line-height: 1.8em;
}
.honor-box-item{
  width: 18.4%;
  margin-right: 2%;
  margin-top: 30px;
  float: left;
}
.honor-box-item:last-child{margin-right: 0;}
.honor-box-item p{
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.honor-box-b .ho-b{
  position: absolute;
  left: -5%;
  bottom: -46px;
  width: 110%;
  z-index: -1;
}
@media (max-width:992px) {
.main-title p span, .main-title p{font-size: 14px!important}
.scientific-box-img{width: 70%;margin-left: 15%}
.scientific-box-content{width: 100%;padding: 20px;}
.honor-box-r h1{font-size: 28px;}
.honor-box-content{margin-top: 20px;}
.honor-box-b{padding: 0 15px;}
.honor-box-item p{font-size: 13px;}
}
@media (max-width:750px) {
.honor-box-item p{margin-top: 5px;min-height: 40px;}
.honor-box-b .ho-b{bottom: 13px;}
}
@media (max-width:580px) {
.scientific-box-img{width: 100%;margin-left: 0}
}
@media (max-width:500px) {
  .honor-box-b .ho-b{bottom: 22px;}
  .honor-box-item p{font-size: 12px;}
}
@media (max-width:375px) {
  .honor-box-b .ho-b{bottom: 26px;}
}

/* 栏目——产品中心 */
.pro-item{
  width: 23.5%;
  float: left;
  margin-right:2%;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.pro-item:nth-child(4n){margin-right: 0;}
.pro-item-img{
  height: 220px!important;
  overflow: hidden;
}
.pro-item-img img{
  height: 100%!important;
  width: auto!important;
  margin: 0 auto
}
.pro-item p{
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #f1f1f1;
}
@media (max-width:992px) {
.pro-item{width: 32%}
.pro-item:nth-child(4n){margin-right: 2%;}
.pro-item:nth-child(3n){margin-right: 0;}
.pro-item-img{height:170px!important;}
}
@media (max-width:750px) {
.pro-item p{font-size: 14px;}
}
@media (max-width:650px) {
.pro-item{width: 49%}
.pro-item:nth-child(3n){margin-right: 2%;}
.pro-item:nth-child(2n){margin-right: 0;}
.pro-item-img{height:170px!important;}
}
@media (max-width:500px) {
.pro-item-img{height:120px!important;}
}

/* 栏目——产品中心-内容页 */
.pro-box-b-img{
  width: 40%;
  text-align: center;
  border: 4px solid #f1f1f1;
}
.pro-box-b-img img{
  width: auto!important;
  height: 325px!important;
}
.pro-box-b-content{
  width: 60%;
  padding-left: 40px;
}
.pro-box-b-content h3{
  font-size: 36px;
  font-weight: 800;
}
.pro-box-b-content h4{
  background: #e60012;
  padding: 6px 10px;
  text-align: center;
  color: #fff;
  margin: 10px 0 20px;
  width: 45%;
}
.pro-box-con ul{
  margin-top: 15px;
}
.pro-box-con p{
  font-size: 14px;
  line-height: 1.8em;
}
.pro-box-txt-tab a{
  display: inline-block;
  font-size: 18px;
  color: #222;
  padding: 10px;
  background: #ccc;
  margin-right: 10px;
  min-width: 180px;
  text-align: center;
}
.pro-box-txt-tab a:hover{
  background: #e60012;
  color: #fff;
}
.pro-box-txt-title .txt {
  font-size: 16px;
  font-weight: 400;
  color: #C7C7C7;
  line-height: 1.2em;
}
.pro-box-txt-title .txt b {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  display: block;
}
.pro-box-txt-b table{
  width: 100%!important;
  margin: 0!important;
  font-family: 'Microsoft YaHei'!important;
}

.pro-box-txt-b table td{
	border: 1px solid #f1f1f1!important;
	font-size: 12px!important;
	text-align: center!important;
  padding: 4px!important;
  line-height: 1.5em!important;
  width: auto!important;
  font-family: 'Microsoft YaHei'!important;
}
.pro-box-txt-b table td p,.pro-box-txt-b table td p span{
  margin: 0!important;
  font-family: 'Microsoft YaHei'!important;
  font-size: 12px!important;
}

.pro-box-txt-b img{
  width: auto!important;
  max-width: 100%!important;
  text-align: left;
  display: block!important;
}
.pro-box-border{
  border: 1px solid #ccc;
  padding: 30px;
}
.pro-box-txt-title{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1400px) {
.pro-box-b-content h4{width: 65%}
}
@media (max-width:1200px) {
.pro-box-txt-table{
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 500px;
}
.pro-box-txt-b table::-webkit-scrollbar {
	width: 8px; 
	height: 8px;
}
.pro-box-txt-b table::-webkit-scrollbar-thumb {
	background:#e60012;
}
.pro-box-txt-b table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.pro-box-b-content h4{width:100%}
.pro-box-b-content h3{font-size: 28px;}
}
@media (max-width:992px) {
.pro-box-txt-tab a{font-size: 16px;min-width:129px;padding: 6px;}
.pro-box-txt-title .txt b{font-size: 20px;}
.pro-box-txt-title img{width: 24px!important;}
.pro-box-border{padding: 20px;}
}
@media (max-width:750px) {
.pro-box-b-content h3{font-size: 24px;}
.pro-box-b-content h4{font-size: 16px;}
}
@media (max-width:650px) {
.pro-box-b-img{width: 100%;}
.pro-box-b-content{width: 100%;padding-left: 0;margin-top: 20px;}
.location p{font-size: 12px;}
.pro-box-border{padding: 10px;}
}
@media (max-width:480px) {
.pro-box-b-img img{height:auto!important;width: 100%!important}
.pro-box-txt-tab a{font-size: 15px;min-width:118px;padding: 6px;}
}

/* 栏目——新闻动态 */
.news-r{
  font-size: 13px;
  color: #999;
}

/* 栏目——新闻动态——内容页 */
.show-title h1{
  font-size: 24px;
  color: #222;
  text-align: center
}
.show-title p{
  font-size: 14px;
  color: #666;
  padding: 10px 0 20px;
  border-bottom:1px solid #ccc;
  margin-bottom: 20px;
  text-align: center;
}
.news-show-main{
  width: 75%;
  margin: 0 auto;
}
.news-show-main span{position: static!important;}
.news-show-main table{width: auto!important;height: auto!important;}
section .news-show-main img {
  width: auto!important;
  max-width: 100%!important;
  text-align: center!important;
  display: inline-block!important;
}
.news-show-main p,.news-show-main p span,.news-show-main span,.news-show-main ul,.news-show-main ul li,.news-show-main table,.news-show-main tr,.news-show-main td{
  font-size: 16px!important;
}
@media (max-width:1300px){
.news-list h3{min-height: 68px!important;}
}
@media (max-width:1200px){
.news-list p{min-height: 64px!important;}
}
@media (max-width:1010px){
.show-title h1{font-size: 20px;margin-top: 16px;}
.news-show-main{width: 100%}
}



/* 页码 */
.pagination{text-align: center;width: 100%;margin: 20px 0 0 ;}
.pagination li,.pagination li a{
  font-size: 14px;
  color: #666;
  border-radius: 29px!important;
}
.pagination li{
	display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
.pagination li a{
  display: block;
  padding:4px 10px;
  border:1px solid #e5e5e5;
  font-size: 13px;
}
.pagination li:first-child a,.pagination li:last-child a{
  border:none;
}
.pagination li:last-child{
  padding-top: 4px;
}
.pagination .active a{
  background:#e60012!important;
  color: #fff;
  border-color:#e60012!important;
}


/* 上下翻页 */
.index-artic{
  padding: 15px 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.index-artic span{display: block;float: none!important;}
.index-artic span:hover a{color: #e60012;}
.index-artic span,.index-artic a{
  color: #666;
}
@media (max-width:580px) {
.pagination li a{font-size: 12px;}
.news-list h3,.news-list p{min-height: auto!important;}
.index-artic span{font-size: 14px;}
.index-artic{padding: 15px;}
}

/* 栏目——销售网络 */
.network-p{
  color: #222;
  margin: 0 0 20px;
  font-weight: 800;
}
.network-box{
  padding: 30px;
  -o-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	box-shadow: 0 5px 30px rgba(0,0,0,.1);
	border-radius: 5px;
}
.network-item{
  width: 49%;
  margin-right: 2%;
  border: 1px solid #ccc;
  padding: 20px;
  float: left;
  padding-right: 120px;
  min-height: 152px;
}
.network-item:nth-child(2n){margin-right: 0}
.network-item .global{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #e60012;
  padding: 3px 10px;
}
.network-item p{
  font-size: 13px;
  line-height: 1.8em;
}
.network-item .ewm{
  position: absolute;
  right: 20px;
  top: 20%;
  width: 80px;
}
.nav-province{
  -o-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
  box-shadow: 0 5px 30px rgba(0,0,0,.1);
  padding: 20px;
  background: #fff;
}
.province .active{
  color: #e60012;
}

.nav-province.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  left: 0;
  padding: 0 10%;
}
.province a{
  padding: 5px 15px;
  line-height: 200%;
  color: #222;
  float: left;
}
.title .txt{
  font-size: 24px;
  padding-bottom: 10px;
}
.title .line{
  width: 100%;
  height: 1px;
  background: #ccc;
  position: relative;
  margin-bottom: 20px;
}
.title .line::before{
  content: '';
  width: 80px;
  height: 3px;
  background: #e60012;
  position: absolute;
  left: 0;
  top: -1px;
}
.viewCon{
  width:23.5%;
  margin-right: 2%;
  float: left;
  -o-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
  box-shadow: 0 5px 30px rgba(0,0,0,.1);
  padding: 20px;
  margin-bottom: 15px;
}
.viewCon:nth-child(4n){margin-right: 0;}
.viewCon p.txt{
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
.viewCon p.address{
  font-size: 13px;
  padding: 6px;
  color: #666;
  min-height: 52px;
} 
@media (max-width:1600px) {
.network-item{min-height: 180px;}
}
@media (max-width:1200px) {
.viewCon{width: 32%}
.viewCon:nth-child(4n){margin-right: 2%}
.viewCon:nth-child(3n){margin-right: 0}
}
@media (max-width:992px) {
.network-item{width: 100%;margin-right: 0;min-height: auto;}
.province a{font-size: 14px;line-height: 140%;}
.viewCon{width:49%}
.viewCon:nth-child(3n){margin-right: 2%}
.viewCon:nth-child(2n){margin-right: 0}
}
@media (max-width:750px) {
.network-box{padding: 20px;}
.nav-province.fixed{padding: 0;}
}
@media (max-width:580px) {
.network-item{padding: 10px;padding-right: 100px;}
.network-item .ewm{right: 10px;}
}
@media (max-width:480px) {
.viewCon{width:100%}
.viewCon:nth-child(3n){margin-right: 0}
.title .txt{font-size: 22px;}
}
/* 栏目——联系我们 */
.contact-us-list{
  width: 40%;
  margin-top: 20px;
}
.contact-us-right{
  width: 60%;
  padding-left: 40px;
}
.contact-box li {
	margin-top: 10px;
	background: #FFFFFF;
	padding-left: 120px;
  position: relative;
  -o-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.contact-box li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: #e60012;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
.contact-box li span {
	position: absolute;
	left: 0;
	top: 32px;
	width: 120px;
	text-align: center;
	border-right: 1px dashed #e5e5e5;
}
.contact-box li span img {
  width: 44px;
	margin-bottom: 5px;
}
.contact-box li .con {
	height: 110px;
  font-size: 0;
  line-height: 110px;
}
.contact-box li .con i {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.contact-box li .con div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.contact-box li .con a {
	color: #333333;
}
.contact-box li .con a:hover {
	color: #64b8db;
}
.contact-box li:hover:after {
	width: 100%;
}
.contact-box li:hover span img {
	animation: tada 1s;
	-webkit-animation: tada 1s;
}

.map-box {
	width: 100%;
	height: 450px;
	position: relative;
}
.map-box img {
	max-width: 1000%;
}
.map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map-box .anchorBL{
	display: none;
}
.BMap_Marker div{
  width: 40px!important;
}
@media (max-width:1400px){
.contact-us-list{margin-top: 0}
.contact-box li:nth-child(1){margin-top: 0}
}
@media (max-width:1200px){
.contact-box li .con div{line-height: 20px;}
.contact-box li .con{height: 86px;line-height: 86px;}
.contact-box li span{top: 20px;}
}
@media (max-width:992px){
.map{width: 100%;margin-left: 0;margin-top: 20px;}
.map-box{height: 380px;}
.contact-us-right{width: 100%;padding-left: 0}
.contact-us-list{width: 100%;margin-top: 20px;}
}
@media (max-width:580px){
.map-box{height: 320px;}
}

/* 粒子 */
div canvas{
  width: 100%!important;
  height: auto!important;
  position: absolute;
  left: 0;
  bottom:100px;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width:1500px){
div canvas{bottom: 100px;}
}
@media (max-width:1100px){
div canvas{bottom: 0;height: 800px!important;}
}