body {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,  Hiragino Sans GB, PingFang SC, Arial, Helvetica Neue,sans-serif;
  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;
}
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: #dd2223;
  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;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.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: 80px 0;
}
.m-t-60{margin-top: 60px}
.p-b-80{padding-bottom: 80px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-80 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
@media (max-width:1200px) {
section,.p-t-80{padding: 60px 0;}
.p-b-0{padding-bottom: 0;}
.p-b-80{padding-bottom: 60px;}
}
@media (max-width:992px) {
section,.p-t-80{padding: 40px 0;}
.p-b-0{padding-bottom: 0;}
.p-b-80{padding-bottom: 40px;}
.m-t-60{margin-top: 40px}
}
/*导航 */
.header-transparent {
  position: absolute;
  left: 0;
  z-index: 99;
  right: 0;
  top: 0;
}
.header-area{padding: 15px 0}
.header-left,.header-right,.header-right a{
  font-size: 14px;
  color: #666666;
}
.header-wrapper{
  background: #ffffff;
  padding:20px 30px;
  box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.logo{width: 190px}
.header-nav{width: 80%;padding: 0 80px;}
.header-nav ul li {
  display: inline-block;
  position: relative;
}
.header-nav ul li a {
  display: block;
  color: #222222;
  font-size: 16px;
  padding:18px 30px;
}
.header-nav ul li:hover > a,.header-nav ul li .active{
  color: #4d72d0;
}
.header-nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 131%;
  transform: scaleY(1);
}
.header-nav .submenu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-top: 4px solid #4d72d0;
}
.header-nav .submenu li {
  display: block;
  margin-left: 0;
}
.header-nav .submenu li:nth-child(1) a{padding-top: 20px;}
.header-nav .submenu li a {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  word-spacing: 2px;
  padding: 9px 25px;
}
.header-nav .submenu li .submenu {
  left: 100%;
  top: 0 !important;
}
.info__toggle-btn i{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  margin-left: 5px;
  color: #4d72d0;
  background: #d9e1f5;
  cursor: pointer;
}
.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: #4d72d0;
  text-align: center;
  background: #d9e1f5;
  border-radius: 10px;
  cursor: pointer;
}
.info__toggle-btn i:hover,.mobile-toggle-bar i:hover{
  background-color: #4d72d0;
  color: #fff;
}
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
} 
.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}
/* 关闭 */
.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: #4d72d0;
}
.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;
	float: left;
	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;n                                                                                                                                                                                                                                                        
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}
@media (max-width: 1500px) {
.header-nav{padding: 0 40px;width: 78%;}
.header-nav ul li a{padding: 18px 28px;}
}
@media (max-width: 1300px) {
.header-nav{padding: 0;padding-left:40px;width: 70%;}
.header-nav ul li a{padding: 18px 19px;}
.header-nav .submenu{width: 110%;}
.header-nav .submenu li a{padding: 6px 12px;}
}
@media (max-width: 1200px) {
.header-cta{display: none;}
.header-nav{padding-left:50px;width: 78%;}
.header-nav ul li a{padding: 18px 13px;}
.header-wrapper{padding:15px 20px;}
.header-area{padding: 5px 0;}
}
@media (max-width: 992px) {
.mobile-toggle-bar{display: block;margin-top: 4px;}
.header-nav,.header-area{display: none}
.header-transparent{background: #fff;position: static;}
.header-wrapper{box-shadow: none;padding: 10px 0}
}
@media (max-width:580px) {
.mobile-toggle-bar i{width: 42px;height: 42px;line-height: 42px;}
.logo{width: 160px;}
}
/*-- 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(../png/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: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.callbacks_here a:after {
  background: #4d72d0;
}
@media (max-width:768px) {
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../png/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_tabs a:after{width: 8px;height: 8px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.rslides img{width: 130%;margin-left: -15%;}
.callbacks_nav{bottom: 10px;}
.callbacks_nav.prev{left: 74%;}
}
/* index-A */
.index-title-h1{
  font-size: 36px;
  color: #222;
  font-weight: 600;
}
.index-title-h1 p{
  font-size: 16px;
  color: #666;
}
.center{text-align: center;}
.index-A-images,.index-A-images2{
  width: 45%;
  position: relative;
}
.index-A-images::before{
  content: "每天可生产30000盒面膜";
  position: absolute;
  bottom: 65px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 14px;
  right: -55px;
}
.index-A-images::after{
  position: absolute;
  right: 0;
  bottom: -30px;
  border-radius: 10px;
  z-index: -1;
  width: 400px;
  height: 315px;
  content: "";
  background-color: #d9e1f5;
}
.index-A-about-img{
  width: 45%;
  float: left;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.index-A-content{
  width: 55%;
  padding-left: 60px;
}
.index-title{
  font-size: 14px;
  color: #4d72d0;
  font-weight: 800
}
.index-A-about{
  font-size: 16px;
  color: #222;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-indent: 2em;
}
.brand-n p{
	font-size: 24px;
	color: #4d72d0;
	display: inline-block;
	line-height: 1em;
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid #ccc;
}
.brand-n p:last-child{border-right: none;}
.brand-n p span{
	display: block;
	font-size: 14px;
	color: #999;
}
@media (max-width:1300px) {
.index-title-h1{font-size: 30px;}
.index-A-about{padding: 20px 0;margin: 20px 0;}
}
@media (max-width:1200px) {
.index-A-content{padding-left: 30px;}
.index-title-h1{font-size: 24px;}
.index-A-about{font-size: 14px;}
.brand-n{display: none}
.index-A-images::before{font-size: 12px;right: -56px;}
}
@media (max-width:992px) {
.index-A-images, .index-A-images2,.index-A-content{width: 100%;}
.index-A-about-img{margin-top: 0;}
.index-A-content{padding-left: 0}
.index-A-images::after{width: 80%;}
.brand-n{display: block;}
.index-A-about{font-size: 16px;}
.brand-n p{font-size: 18px;}
}
@media (max-width:580px) {
.brand-n p{margin-right: 30px;padding-right: 30px;}
.brand-n p:last-child{padding-right: 0;margin-right: 0}
.index-A-about-img{width: 49%;margin-right: 2%;}
.index-A-about-img:nth-child(2){margin-right: 0}
.index-A-images::before{content: '';}
.index-A-images::after{display: none;}
.index-A-content{margin-top: 30px;}
}
/* index-B */
.index-B{background: #f9f9f9;}
.index-B-tab-nav li{
  display: inline-block;
  font-size: 18px;
  color: #222;
  text-align: center;
  border: 2px solid #e5e5e5;
  padding: 10px 30px;
  margin: 0 10px;
  background: #fff;
  cursor: pointer;
}
.index-B-tab-nav li.active{
  color: #fff;
  background: #4d72d0;
  border: 1px solid #4d72d0;
}
.index-B-pro-list{
  width: 23.5%;
  margin-right: 2%;
  padding: 40px 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.index-B-pro-list:last-child{margin-right: 0}
.index-B-images{overflow: hidden;}
.index-B-images img{
  margin: 20px 0 30px;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.index-B-images:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-B-pro-list h3{
  font-size: 18px;
  color: #222;
  text-align: center;
}
.index-B-pro-icon i{
  display: inline-block;
  font-size: 14px;
  color: #ffde00;
}
.btn-more {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #666;
  opacity: 0;
  overflow: hidden;
}
.index-B-pro-list:hover .btn-more{
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.btn-more:hover{
  color: #4d72d0;
  border-color: #4d72d0;
}
.index-B-pro-list span{
  display: block;
  padding: 0 10px;
  text-align: center;
  border-radius:0 3px 3px 0;
  color: #fff;
  background: #222;
  position: absolute;
  left:0;
  top: 30px;
}
.load-more{
  display: block;
  font-size: 14px;
  line-height: 23.4px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #333;
  text-align: center;
}
.load-more:hover{color: #4d72d0;}
@media (max-width:1200px) {
.index-title-h1 p{font-size: 13px;}
.index-B-tab-nav li{font-size: 15px;border-width: 1px;padding: 6px 20px;}
.index-B-pro-list h3{font-size: 15px;}
.index-B-pro-icon i{font-size: 13px;}
.index-B-pro-list span{font-size: 14px;}
.btn-more{width: 120px;height: 32px;line-height: 32px;}
}
@media (max-width:992px) {
.index-B-pro-list{width: 49%;margin-top: 20px;}
.index-B-pro-list:nth-child(2n){margin-right: 0}
.m-t-30{margin-top: 20px;}
}
@media (max-width:650px) {
.index-B-tab-nav li{padding: 5px 14px;margin: 0 5px;}
}
@media (max-width:580px) {
.index-B-pro-list{padding: 20px 10px;}
.index-B-images img{margin: 10px 0;}
.index-B-pro-list span{top: 10px;font-size: 12px;}
.index-B-tab-nav li{padding: 5px 8px;margin: 0 3px;font-size: 14px;}
}
@media (max-width:480px) {
.index-B-pro-list h3{min-height: 44px;}
.index-B-tab-nav li{padding: 5px;margin: 0 2px;font-size: 13px;}
}
@media (max-width:400px) {
.index-B-tab-nav li{padding: 3px;margin: 0 1px;}
}
/* index-C */
.index-C{background: #d9e1f5;position: relative;z-index: 1;}
.index-C::after{
  position: absolute;
  background-color: #4d72d0;
  left: 0;
  width: 37.5%;
  top: 0;
  content: '';
  height: 100%;
  z-index: -1;
}
.index-title-s{
  font-size: 14px;
  color: #fff;
  margin-top: 50px;
}
.index-title-box{
  width: 24%;
}
.index-title-box a{
  display: block;
  font-size: 14px;
  line-height: 23.4px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #fff;
  opacity: 0.5;
}
.index-C-left{
  width: 76%;
  padding-left: 40px;
}
.index-C-left-list{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  position: relative;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.index-C-left-list:last-child{margin-right: 0}
.index-C-left-list img{width: 100%;}
.index-C-content{padding: 20px;}
.index-C-content h3,.index-E-content h3{
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}
.index-C-content p,.index-E-content p{
  font-size: 14px;
  color: #666;
}
.index-C-left-list:hover{margin-top: -10px;cursor: pointer;}
@media (max-width:1300px) {
.index-C-left{padding-left: 20px;}
.index-C-content h3, .index-E-content h3{font-size: 16px;}
.index-C-content p, .index-E-content p{font-size: 13px;}
}
@media (max-width:1200px) {
.index-title-box{width: 100%}
.index-C-left{width: 100%;padding-left: 0;margin-top: 30px;}
.index-title-s,.index-title-box a{display: none}
.index-title-box,.index-title-box p{text-align: center}
.index-C::after{width: 100%;height: 40%;}
.index-C-content p{min-height: 95px;}
}
@media (max-width:992px) {
.index-C-left{margin-top: 0}
.index-C-left-list img{width: 40%;float: left;}
.index-C-content{width: 60%;float: left;}
.index-C-left-list{width: 100%;margin-right: 0;margin-top: 20px;}
.index-C-content p{min-height: auto;}
}
@media (max-width:620px) {
.index-C-left{margin-top: 0}
.index-C-left-list img{width:100%;}
.index-C-content{width: 100%;}
.index-C-left-list{width: 100%;}
.index-C-content p{min-height: auto;}
}
/* index-D */
.index-E-list{
  width: 25%;
  background: #fff;
}
.index-E-content{
  padding: 40px 20px;
  min-height: 200px;
}
.index-E-content .line{
  width: 50%;
  height: 1px;
  background: #4d72d0;
  margin-top: 40px;
}
.index-E-box-img{overflow: hidden;}
.index-E-box-img img{
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
  cursor: pointer;
}
.index-E-box-img:hover img{
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}
@media (max-width:1200px){
.index-E-content{padding:20px;min-height: 152px;}
.index-E-content .line{margin-top: 20px;}
}
@media (max-width:992px){
.index-E-list{width: 50%;}
}
@media (max-width:500px){
.index-E-content{padding: 10px;min-height: 132px;}
}
@media (max-width:480px){
.index-E-content{min-height:auto;}
.index-E-list{width: 100%;}
.index-E-list img{display: none;}
.index-E-content .line{display: none;}
.index-E-list:nth-child(1) img{display: block;}
}
/* index-F */
.case-box li{
  width: 14.28%;
  float: left;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
}
@media (max-width:1200px){
.case-box li{width: 16.66%;}
.case-box li:nth-child(13),.case-box li:nth-child(14){display: none;}
}
@media (max-width:992px){
.case-box li{width: 25%;}
}
@media (max-width:520px){
.case-box li{width: 25%;padding: 10px;}
}
@media (max-width:480px){
.case-box li{width: 33.33%;}
}
/* index-G */
.index-G-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
  background: #fff;
}
.index-G-list img{
  width: 100%;
  height: 228px!important;
  border-radius:12px 12px 0 0;
}
.index-G-list:last-child{margin-right: 0}
.index-G-content{
  background: #f9f9f9;
  padding: 20px;
}
.index-G-content p{
  font-size: 14px;
  color: #666;
}
.index-G-content h3{
  font-size: 18px;
  color: #222;
}
.G-btn{
  display: block;
  width: 100px;
  height: 32px;
  line-height:32px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.G-btn:hover{
  color: #4d72d0;
  border-color: #4d72d0;
}
.index-G-list:hover{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  box-shadow: -1.414px -1.414px 8px 0px rgba(4, 0, 0, 0.18);
}
@media (max-width:1460px){
.index-G-list img{height: 192px!important;}
}
@media (max-width:1200px){
.index-G-content h3{font-size: 16px;}
.index-G-content{padding: 10px;}
.G-btn{display: none}
.index-G-list img{height: 323px!important;}
}
@media (max-width:1200px){
.index-G-list{margin-top: 20px;width: 49%;}
.index-G-list:nth-child(2n){margin-right: 0}
}
@media (max-width:992px){
.index-G-list img{height: 248px!important;}
}
@media (max-width:750px){
.index-G-list img{height: 213px!important;}
}
@media (max-width:660px){
.index-G-list img{height: 190px!important;}
}
@media (max-width:580px){
.index-G-content h3{min-height: 48px;}
.index-G-list img{height: 162px!important;}
}
@media (max-width:510px){
.index-G-list img{height: 150px!important;}
}
@media (max-width:480px){
.index-G-list img{height: 130px!important;}
}
@media (max-width:420px){
.index-G-list img{height: 110px!important;}
}
/* footer */
footer{
  background: #222;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer-left{
  width: 60%;
}
.footer-right{
  width: 40%;
  padding-left: 130px;
}
.footer-nav{
  width: 33.333%;
  padding-right:80px;
}
.footer-nav li a{
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  margin-top: 15px;
}
.footer-nav li:nth-child(1){
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #555555;
  padding-bottom: 20px;
  margin: 0;
}
.footer-right-call i{
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  background: #d9e1f5;
  font-size: 22px;
  color: #4d72d0;
  text-align: center;
  float: left;
}
.footer-right-call p{
  font-size: 14px;
  color: #fff;
  float: left;
  margin-left: 20px;
}
.footer-right-call p span{
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #4d72d0;
}
.footer-adress{
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
.footer-logo{
  width: 150px;
  opacity: 0.6;
  margin-top: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.footer-logo img{width: 100%;}
.footer-wx i{
  font-size: 36px;
  color: #fff;
  opacity: 0.6;
  margin-top: 13px;
  display: block;
}
.footer-wx img{
  width:100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.footer-wx:hover img{opacity: 1;}
.footer-bottom{background: #000000;}
.footer-bottom p{
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  padding: 10px 0;
}
.footer-bottom p a{color: #fff;}
@media (max-width:1200px){
.footer-right{padding-left: 0}
}
@media (max-width:992px){
.footer-nav{padding-right: 30px;}
.footer-nav li:nth-child(1){font-size: 16px;padding-bottom: 10px;}
footer{padding:40px 0 20px;}
}
@media (max-width:768px){
.footer-left,.footer-logo-wx{display: none}
.footer-right{width: 100%;}
.footer-right-call{text-align: center}
}
/* 栏目——企业实力——公司介绍 */
.bannercolumn img{width: 100%;}
.breadrumb-in-rig{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}
.breadrumb-in-rig a{color: #fff;}
.breadrumb-in-rig i{margin-right: 10px}
.breadrumb-in-rig em{font-style: normal;margin-left: 3px;}
.breadrumb-in-rig em:last-child{display: none;}
.about-A-left{width: 45%;}
.about-A-right{
  width: 55%;
  padding-left: 40px;
}
.about-A-right h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.about-A-right h3 span{
  display: block;
  font-size: 18px;
  color: #666;
  text-transform: capitalize;
}
.about-A-right p{
  font-size: 15px;
  color: #666;
}
@media (max-width:1300px){
.bannercolumn{overflow: hidden;}
.bannercolumn img{width: 120%;margin-left: -10%;}
}
@media (max-width:1200px){
.about-A-left{width: 80%;margin-left: 10%;}
.about-A-right{width: 100%;padding-left: 0;margin-top: 20px;}
.about-A-right h3{display: none;}
}
@media (max-width:1100px){
.bannercolumn img{width: 130%;margin-left: -15%;}
}
@media (max-width:992px){
.bannercolumn img{width: 100%;margin-left: 0;}
.about-A-left{width: 100%;margin-left: 0;}
.about-A-right p{font-size: 14px;}
}
@media (max-width:768px){
.bannercolumn img{width: 130%;margin-left: -15%;}
.breadrumb-in-rig{position: static;background: #4d72d0;}
}
@media (max-width:580px){
.breadrumb-in-rig{font-size: 12px;}
}
/* 栏目——企业实力——公司介绍——发展历程 */
.development-bg{
	background: url(../jpg/bg.jpg) no-repeat center / cover;
}
.development-line{
    width: 100%;
    height: 2px;
    background: #f5f5f5;
    margin-top: 80px;
}
.development-box{
    width: 88%;
    height: 100%;
    margin: auto;
    margin-top: -86px;
    position: relative;
}
.development-box span{
    font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
}
.development-box .yq{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background:#fff;
    margin: auto;
    margin-top: 34px;
}
.development-box .yz{
    width: 1px;
    height: 43px;
    background: #fff;
    margin: auto;
    margin-top: 20px;
}
.development-box p{
    font-size:14px;
    margin-top: 22px;
	color: #fff;
  text-align: center;
}
.development-box .swiper-slide{
	padding: 0 10px;
}
.Btn4 .swiper-button-next , .Btn4 .swiper-button-prev{
    background-repeat: no-repeat;
    position: absolute;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    top: 0;
    margin-top: 56px;
}
.Btn4 .swiper-button-next{
    background-image: url(../png/yj.png);
    background-size: 48px 48px;
    right:0;
}
.Btn4 .swiper-button-prev{
    background-image: url(../png/zj.png);
    background-size: 48px 48px;
    left: -2%;
}
@media (max-width:1200px){
.development-box p{font-size: 14px;}
.development-box span{font-size: 24px;}
.development-box .yz{height: 20px;margin-top: 10px;}
.development-box .yq{margin-top: 10px;width: 8px;height: 8px;}
.development-line{height: 1px;margin-top: 50px;}
.development-box{margin-top: -50px;}
.Btn4 .swiper-button-next, .Btn4 .swiper-button-prev{margin-top: 25px;}
}
@media (max-width:992px){
.development-box span{font-size: 20px;}
.development-box .yz{height: 10px;}
.development-box .yq{margin-top: 15px;}
.development-box p{margin-top: 10px;}
.Btn4 .swiper-button-next, .Btn4 .swiper-button-prev{width: 32px;height: 32px;background-size: 32px 32px;margin-top: 32px;}
.development-box p{font-size: 12px;}
}
/* 栏目——企业实力——公司介绍——荣誉资质 */
.patent-box-slider .single-coffee-inner {
  transform: scale(0.9);
  transition: 0.4s;
}
.patent-box-slider .item {
  transition: 0.6s;
}
.patent-box-slider .active.center .single-coffee-inner {
  transform: scale(1);
}
.most_popular_courses .owl-nav{
	position:absolute;
	top:60%;
	width:100%;
}
.most_popular_courses .owl-nav div{
	font-size:0;
  position:absolute;
}
.most_popular_courses .owl-nav .owl-prev{
	left:-30px;
}
.most_popular_courses .owl-nav .owl-next{
	right:-30px!important;
}
.most_popular_courses .owl-nav .owl-prev,
.most_popular_courses .owl-nav .owl-next{
	position:absolute;
	top:-40px;
  width: 33px;
  height: 33px;
  background: url(../prevnext.html) no-repeat left center;
  opacity: 0.4;
}
.most_popular_courses .owl-nav .owl-next{
  right: 0;
	background: url(../prevnext.html) no-repeat right center;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  padding:6px;
}
.owl-carousel .owl-item .item{
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%!important;
  height: 360px!important;
  padding: 10px;
}
.owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loaded {
	display: block;
	margin-top: 20px
 }
.owl-carousel.owl-loading {opacity: 0;display: block; }
.patent-box-slider .owl-prev,.patent-box-slider .owl-next{
  display: block;
  height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #ccc;
	background: transparent;
	position: absolute;
	top: 50%;
	cursor: pointer;
	color: #ccc;
	font-size: 20px;
	transition: 0.4s;
	border-radius: 50px;
	background: #fff;
}
.patent-box-slider .owl-prev{ left: -25px;}
.patent-box-slider .owl-next{right: -25px;}
@media (max-width:1200px){
.owl-carousel .owl-item img {height:410px!important;}
}
@media (max-width:992px){
.owl-carousel .owl-item img {height:320px!important;}
}
@media (max-width:768px){
.owl-carousel .owl-item img {height:400px!important;}
.patent-box-slider .owl-next{right: 0}
.patent-box-slider .owl-prev{left: 0;}
.patent-box-slider .owl-prev, .patent-box-slider .owl-next{width: 32px;height: 32px;line-height: 29px;}
}
@media (max-width:650px){
.owl-carousel .owl-item img {height:320px!important;}
}
@media (max-width:520px){
.owl-carousel .owl-item img {height:280px!important;}
}
@media (max-width:480px){
.owl-carousel .owl-item img {height:auto!important;}
}
/* 栏目——企业实力——品牌介绍 */
.index-A-images2 img{
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:1500px){
.index-A-content2{margin-top: 0}
}
@media (max-width:992px){
.index-A-content2{margin-top:20px;}
}
/* 栏目——企业实力——荣誉资质 */
.about-B-box img{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.about-B-box img:nth-child(4n){margin-right: 0}
@media (max-width:768px){
.index-A-content2{margin-top:20px;}
.about-B-box img{width: 49%;}
.about-B-box img:nth-child(2n){margin-right: 0}
}
/* 翻页 */
.pagination{text-align: center;width: 100%}
.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:#4d72d0!important;
  color: #fff;
  border-color:#4d72d0!important;
}
/* 栏目——企业实力——工厂图 */
.about-C-list-img{overflow: hidden;}
.about-C-list .about-C-list-img{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.about-C-list-img img{
  height: 238px!important;
  transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  cursor: pointer;
}
.about-C-list .about-C-list-img:nth-child(4n){margin-right: 0}
.about-C-list-img img:hover{
  transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
@media (max-width:1200px){
.about-C-list img{height: 180px!important;}
}
@media (max-width:992px){
.about-C-list img{height: 130px!important;}
.pagination{margin: 0;}
.about-C-list .about-C-list-img{margin-bottom: 10px;}
}
@media (max-width:768px){
.about-C-list .about-C-list-img{width: 49%;}
.about-C-list-img img{height: 210px!important;}
.about-C-list .about-C-list-img:nth-child(2n){margin-right: 0}
}
@media (max-width:580px){
.about-C-list img{height: 175px!important;}
}
@media (max-width:480px){
.about-C-list img{height: 130px!important;}
}
@media (max-width:400px){
.about-C-list img{height: 115px!important;}
}
/* 栏目——产品展示 */
.chamber-pro-nav ul li{
  display: inline-block;  
}
.chamber-pro-nav ul li a{
  display: block;
  font-size: 16px;
  color: #222;
  padding: 10px 30px;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  margin: 0 10px;
}
.chamber-pro-nav ul li .cur{
  color: #fff;
  background: #4d72d0;
  border-color: #4d72d0;
}
.chamber-pro-list li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;
  background: #fcfcfc;
  padding: 10px;
}
.chamber-pro-list li:nth-child(4n){margin-right: 0;}
.chamber-pro-img{
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.chamber-pro-text{padding: 20px 20px 10px;}
.chamber-pro-text h3{
  font-size: 18px;
  color: #222;
}
.chamber-pro-text p{
  font-size: 14px;
  color: #666;
}
.chamber-pro-img img{  
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.chamber-pro-img:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.chamber-pro-list li:hover{ 
  box-shadow: 0 0 10px rgba(0,0,0,0.06); 
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.06); 
}
@media (max-width:1200px){
.chamber-pro-nav ul li a{padding: 5px 20px;}
.chamber-pro-text h3{font-size: 16px;}
.chamber-pro-text{padding: 10px 0;}
}
@media (max-width:992px){
.chamber-pro-list li{width: 49%;margin-top: 10px;}
.chamber-pro-list li:nth-child(2n){margin-right: 0;}
.dede_pages{margin-top: 10px;}
}
@media (max-width:700px){
.chamber-pro-nav ul li a{padding: 5px 10px;margin: 0 3px;font-size: 15px;}
}
@media (max-width:500px){
.chamber-pro-nav ul li a{padding:2px 5px;margin: 0 1px;font-size: 14px;}
.chamber-pro-text h3{font-size: 14px;}
.chamber-pro-text p{font-size: 12px;}
}
@media (max-width:400px){
.chamber-pro-nav ul li a{padding:1px 3px;margin: 0 1px;font-size: 13px;}
.chamber-pro-text h3{min-height: 42px;}
}
/* 栏目——产品展示——内容页 */
.pro-show-box{
  background: #f5f5f5;
  padding: 50px 0;  
}
.pro-show-box-a{
  background: #fff;
  padding: 40px;
  box-shadow: 0px 1px 10px 0px rgba(14, 5, 10, 0.2);
  border-top: 2px solid #4d72d0;
}
.pro-show-box-left{width: 40%;overflow: hidden;}
.pro-show-box-right{
  width: 60%;
  padding-left: 40px;
}
.pro-show-box-left img{
  width: 100%;
  padding:0 60px;
}
.pro-show-box-right h3{
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.pro-show-box-right p{
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  line-height: 1.8em;
}
.pro-show-box-right p span{
  font-size: 18px;
  font-weight: 600;
  color: #4d72d0;
  margin-right: 10px;
}
.pro-show-box-height{min-height: 300px;}
.pro-show-btn-b a{
  display: block;
  width: 30%;
  float: left;
  background: #4d72d0;
  padding: 13px 30px;
  border-radius: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center; 
}
.phone{
  width: 70%;
  float: left;
  padding-left:100px;
  position: relative;
  font-size: 18px;
  color: #222;
  line-height: 1.2em
}
.phone::before{
  font-family: "iconfont" !important;
  content: "\e969";
  display: block;
  position: absolute;
  left: 40px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background: #4d72d0;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}
.phone em{
  display: block;
  font-size: 28px;
  color: #4d72d0;
  font-weight: 600;
  font-style: normal;
}
.pro-show-content h5{
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 50px;
}
.pro-show-content h5:first-child{margin-top: 0;}
.pro-show-content h5::after{
  display: block;
  content: '';
  width: 150px;
  height: 3px;
  background: #ffde00;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.pro-show-youshi img{
  width: 45%;
  float: left;
}
.pro-show-youshi-right{
  width: 55%;
  padding-left: 40px;
  padding-top: 40px;
}
.pro-show-youshi-right p{
  font-size: 18px;
  color: #222;
  font-weight: 600px;
  margin-bottom: 10px;
}
.pro-show-youshi-right p span{
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 10px;
}
.pro-show-bz .index-E-content{
  background: #f5f5f5;
}
.pro-show-form input{
  width: 23.5%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #222;
  margin-right: 2%;
  float: left;
  margin-bottom: 15px;
}
.pro-show-form .pro-input{margin-right: 0;}
.pro-show-form textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #222;
}
.btn-form{
  display: block;
  width: 200px;
  padding: 10px 0;
  border-radius: 60px;
  font-size: 20px;
  color: #4d72d0;
  text-align: center;
  border:1px solid #4d72d0;
  background: #fff;
  margin: 30px auto 0;
}
@media (max-width:1200px){
.pro-show-box-left img{padding: 0}
.pro-show-box-height{min-height: auto;}
.pro-show-btn-b a{padding: 4px 20px;font-size: 18px;}
.phone::before{width: 42px;height: 42px;line-height: 42px;font-size: 24px;}
.phone{font-size: 15px;padding-left: 90px;}
.phone em{font-size: 22px;}
.pro-show-youshi-right{padding-top: 0;padding-left: 20px;}
.pro-show-youshi-right p{font-size: 16px;}
.pro-show-youshi-right p span{font-size: 14px;}
.btn-form{width: 170px;padding: 5px 0;}
}
@media (max-width:992px){
.pro-show-box-a{padding: 20px;}
.pro-show-box-right{padding-left: 0}
.pro-show-box-right h3{font-size: 20px;margin-bottom: 0;padding-bottom: 10px;}
.pro-show-box-right p{margin-top: 10px;font-size: 14px;}
.pro-show-box-right p span{font-size: 15px;margin-right: 5px;}
.pro-show-content h5{font-size: 20px;padding-bottom: 10px;margin-top: 30px;}
.pro-show-content h5::after{width: 116px;}
.btn-form{font-size: 16px;width:130px;}
.pro-show-form input,.pro-show-form textarea{font-size: 14px;}
}
@media (max-width:720px){
.pro-show-box-left{width: 100%;}
.pro-show-box-right{width: 100%;}
.pro-show-box-left img{padding: 0 60px;}
}
@media (max-width:650px){
.pro-show-youshi img{width: 100%;}
.pro-show-youshi-right{width: 100%;padding: 0;margin-top: 10px;}
.pro-show-form input,.pro-show-form textarea{width: 100%;padding: 5px 10px;margin-bottom: 10px;}
.btn-form{margin-top: 10px;}
}
@media (max-width:500px){
.pro-show-btn-b{display: none}
.pro-show-box-right h3,.pro-show-content h5{font-size: 18px;}
}
@media (max-width:400px){
.pro-show-box-left img{padding: 0}
.pro-show-box-a{padding-top: 0}
}
/* 栏目——oem */
.oem-A-box{
  font-size: 18px;
  color: #4d72d0;
  text-align: center;
  font-weight: 600;
}
.oem-A-b .index-C-left-list{
  border: 1px solid #ccc;
}
.oem-B{
  background: #f5f5f5;
}
.oem-B-list{
  width: 18.4%;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 50px 30px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.oem-B-list:last-child{margin-right: 0}
.oem-B-list i{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #4d72d0;
  font-size: 36px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  margin: 0 auto;
}
.oem-B-list h3{
  font-size: 24px;
  text-align: center;
  margin: 20px 0 10px;
}
.oem-B-list p{
  font-size: 15px;
  color: #666;
}
.oem-C-list li{
  width: 12.5%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #222222;
  padding: 0 10px;
  position: relative;
  margin-top: 30px;
}
.oem-C-list i{
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  display: block;
  background: #4d72d0;
  width: 92px;
  line-height: 92px;
  border-radius: 84px;
  margin: 0 auto 10px;
}
.oem-C-list li::before{
  font-family: "iconfont" !important;
  content: "\e615";
  position: absolute;
  right: -14px;
  top: 20%;
  font-size: 24px;
  color: #666;
}
.oem-C-list .icon_a::before{
  display: none;
}
.oem-B-list:hover{box-shadow: -1.414px -1.414px 8px 0px rgba(4, 0, 0, 0.18);cursor: pointer;}

/* 品质管理体系 */
.oem-A-c{padding: 30px;margin-top: 80px;background: #f5f5f5;}
.oem-A-right-list{
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.oem-A-right-list:last-child{margin-right: 0;}
.oem-A-right-list p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.oem-A-title{
  position: static;position: relative;width: 300px;margin: 0 auto 20px;padding: 10px;font-size: 24px;margin-top: -50px;
  font-size: 36px;
  color: #fff;
  background: #4e73d0;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.2em;
}

@media (max-width:1500px){
.oem-A-title{font-size: 28px;}
}
@media (max-width:1300px){
.oem-B-list h3{font-size: 20px;}
.oem-B-list p{font-size: 14px;min-height: 63px;}
}
@media (max-width:1200px){
.oem-A-c{padding: 20px;margin-top: 80px;}
.oem-A-right{padding-left: 0;}
.oem-B-list{padding: 30px 10px;}
.oem-B-list h3{font-size: 18px;margin: 10px 0;}
.oem-B-list i,.oem-C-list i{width: 64px;height: 64px;line-height: 64px;}
.oem-C-list i{font-size: 28px;}
}
@media (max-width:992px){
.oem-A-box,.oem-C-list li{font-size: 15px;}
.oem-A-b{margin-top: 0}
.oem-B-list{width: 32%;margin-top: 20px;}
.oem-B-list:nth-child(1){margin-left: 16%;}
.oem-C-list li{width: 23.5%;margin-top: 20px;}
.oem-C-list li::before{display: none;}
}
@media (max-width:750px){
.oem-A-right{padding: 0 10%;}
.oem-A-right-list{width: 100%;margin-right: 0;margin-bottom: 20px;}
.oem-A-right-list:last-child{margin-bottom: 0;}
}
@media (max-width:520px){
.oem-B-list h3{font-size: 16px;}
.oem-B-list i{font-size: 32px;}
.oem-B-list:nth-child(1){margin-left: 0;}
.oem-B-list p{font-size: 13px;min-height: auto}
.oem-B-list{width: 49%;}
.oem-B-list:nth-child(2n){margin-right: 0}
.oem-B-list:last-child{width: 100%;}
.oem-B-list:last-child p{text-align: center;}
.oem-A-right{padding:0;}
}
@media (max-width:420px){
.oem-C-list li{font-size: 14px;padding: 0 5px;}
}
/* 栏目——案例展示 */
.case-pro-list li{
  width: 23.5%;
  float: left;
  margin-top: 30px;
  margin-right: 2%;
  background: #f5f5f5;
}
.case-pro-list li:nth-child(4n){margin-right: 0}
.case-pro-list h3{
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 10px 10px;
}
@media (max-width:1200px){
.case-pro-list h3{font-size: 15px;min-height: 64px;}
}
@media (max-width:992px){
.case-pro-list li{width: 49%;margin-top: 20px;}
.case-pro-list li:nth-child(2n){margin-right: 0;}
.case-pro-list h3{min-height: auto;}
}
@media (max-width:520px){
.case-pro-list h3{min-height: 64px;}
}
/* 栏目——案例展示——内容页 */
.news-left{
	width: 75%;
	padding-right: 60px;
	border-right: 2px solid #ccc;
}
.news-right{
	width: 25%;
	padding-left: 60px;
}
h3.contitle{
  font-size: 24px;
  color: #222222;
  padding: 0 0 10px;
  font-weight: 800;
  line-height: 1.2em;
}
span.date{
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 20px;
}
.case-show-img p{
  font-size: 16px;
}
.red{color: rgb(255, 0, 0)}
.news-right-list{
  width: 100%;
  background: #f5f5f5;
  margin-top: 20px;
}
.news-right h4{
	font-size:20px;
  text-align: center;
}
.news-right-list img{
  
}
.news-right-list div{padding: 20px;background: #fff;border: 1px solid #f5f5f5;}
.news-right-list h5{
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
/* 翻页 */
.index_artic{
  margin: 30px 0 0;
  background: #f1f1f1;
  padding: 20px;
}
.index_artic li,.index_artic li a{
  color: #222222;
}
.index_artic li,.index_artic li a{font-size: 13px;color: #666;}
@media (max-width:1100px){
.news-right{padding-left: 20px;}
.news-left{padding-right: 20px;}
h3.contitle{font-size: 20px;}
.news-right-list h5{font-size: 14px;}
}
@media (max-width:992px){
.news-right{display: none;}
.news-left{padding-right: 0;width: 100%;border-right: none;}
span.date{margin-bottom: 20px;}
}
/* 栏目——企业动态 */
.news-left-list{
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.news-left-list img{
	width: 20%;
	float: left;
}
.news-list-text{
	width: 80%;
	padding: 0 0 0 40px;
	float: left;
}
.news-list-text h3{
	font-size: 20px;
	color: #222;
	font-weight: 800;
}
.news-list-text h4{
	font-size: 13px;
	color: #999;
	display: inline-block;
	margin-right: 20px;
}
.news-list-text p{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.news-left-list:nth-child(1){padding-top: 0}
@media (max-width:1200px){
.news-list-text{padding-left: 20px;}
.news-list-text h3{font-size: 18px;}
.news-list-text p{font-size: 14px;margin-top: 10px;}
}
@media (max-width:992px){
.news-left-list{padding: 20px 0;}
}
@media (max-width:580px){
.news-left-list img{display: none}
.news-list-text{width: 100%;padding: 0}
}
/* 栏目——联系我们 */
.content{position: relative;margin-top: 30px;}
.contact-box ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	width: 420px;
}
.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: #4d72d0;
	-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: 22px;
	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;
}
.contact-box .map {
	margin-left: 32%;
}
.contact-box .map-box {
	width: 100%;
	height: 450px;
	position: relative;
}
.contact-box .map-box img {
	max-width: 1000%;
}
.contact-box .map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-box .map-box .anchorBL{
	display: none;
}
.BMap_Marker div{
  width: 40px!important;
}
@media (max-width:992px){
.contact-box ul{position: static;width: 100%;}
.contact-box .map{width: 100%;margin-left: 0;margin-top: 20px;}
.content{margin-top:10px;}
.contact-box .map-box{height: 380px;}
}
/* 20220219 zxf  首页产品banner滚动 */
#certify {
	position: relative;
	margin: 0 auto
}
#certify  .swiper-slide {
	width: 70%;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../png/zj.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
  background: url(../png/yj.png) no-repeat;
  background-size: 100%;
}
@media (max-width:992px){
#certify  .swiper-slide {width: 100%}
}
@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;}
}
/* 20220330 新增 企业实力-公司简介-企业文化*/
.enterprise-left{
  width: 38%;
}
.enterprise-right{
  width: 62%;
  padding-left: 30px;
}
.enterprise-list{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
	-o-transition: all .3s;
}
.enterprise-list h3{
	font-size: 24px;
	color: #222;
	font-weight: 800;
}
.enterprise-list h4{
	font-size: 16px;
	color: #666;
}
.enterprise-list:hover{
	width: 98%;
	margin-left: 2%;
	-webkit-box-shadow: 1px 7px 7px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 7px 7px rgba(0,0,0,.05);
    box-shadow: 1px 7px 7px rgba(0,0,0,.05);
}
.enterprise-list::before{
	content: '';
	width: 0;
    height: 3px;
    background: #4d72d0;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.enterprise-list:hover:before{
	width: 40px;
}
.enterprise-list:last-child{margin-bottom: 0;}
@media (max-width:1500px){
.enterprise-list h3{font-size: 20px;}
}
@media (max-width:1300px){
.enterprise-list{margin-bottom: 10px;padding: 15px 10px;}
}
@media (max-width:992px){
.enterprise-left{display: none;}
.enterprise-right{width: 100%;padding-left: 0;}
.enterprise-list h3{font-size: 18px;}
}
/* 20220408 新增 企业实力-品牌介绍-本皙产品展示*/
.brand-n-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}
.brand-n-list:last-child{margin-right: 0;}
.oem-C-img-m{display: none;margin-top: 20px;}
@media (max-width:750px){
.oem-C-img{display: none;}
.oem-C-img-m{display: block;}
}
/* 20220408  案例展示 */
.case-pro-list-a li{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.case-pro-list-a img{
  transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.case-pro-list-a li:hover img{
  transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
@media (max-width:992px){
.case-pro-list-a li{margin-top: 20px;}
}

/* 20220421-栏目-公司简介修改 */
.about-A-a-right{
  width: 65%;
  padding-right: 20px;
  position: relative;
  z-index: 9;
}
.about-A-a-left{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 8;
}
.about-A-a-right-text p{
  line-height:1.9em!important;
}
.num-list-item{
  list-style-type: none;
  padding: 0 60px;
  float: left;
  border-right: 1px solid #dcdcdc;
}
.num-list-item:last-child{border-right: none;}
.num-list-item i{
  display: block;
  font-size: 16px;
  color: #4d72d0;
  font-style: normal;
  padding-left: 5px;
}
.num-list-item span{
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: #4d72d0;
}
.num-list-item p{
  font-size: 16px;
  color: #666;
}
.num-list-item .num-list-span{
  font-size: 42px;
}
@media (max-width:1300px){
.about-A-a-right{width: 72%;}
}
@media (max-width:1200px){
.about-A-a-right-text p{font-size: 14px;}
.num-list-item span{font-size: 36px;line-height:1.5em;}
.num-list-item .num-list-span{font-size: 24px;}
.num-list-item{padding: 0 30px;}
}
@media (max-width:992px){
.about-A-a-right{width: 100%;}
.about-A-a-left{display: none;}
.about-A-a-right-text p{font-size: 16px;}
}
@media (max-width:540px){
.num-list-item span{font-size: 28px;}
.num-list-item .num-list-span{font-size: 18px;}
.num-list-item p{font-size: 14px;}
.num-list-item{padding: 0 20px;}
}
@media (max-width:405px){
.num-list-item{padding: 0 15px;}
}
/* 20220421-栏目-公司简介修改-企业文化 */
.enterprise-box-bg{
  padding-top: 180px;
  background: #f5f5f5 url(../png/hr_bl.png) repeat-x center bottom;
  margin-bottom: 20px;
}
.enterprise-box-title{
  font-size:40px;
  font-weight:bold;
  margin-bottom: 20px;
}
.enterprise-box-center{
  padding-bottom: 60px;
}
.enterprise-box-center p{
  color:#818181;
}
.enterprise-line-box{
  position: absolute;
  right: 0;
  bottom: -10%;
}
.enterprise-linea{
  width:300px;
  height:2px;
  background:#222;
  position:relative;
  top: 5px;
}
.enterprise-line-span{
  position:relative;
  left: 0px;
  top: 20px;
  font-size:40px;
  font-weight:bold;
}

.enterprise-hx-left{
  width: 40%;
}
.enterprise-hx-left2{width: 100%;overflow: hidden;}
.enterprise-hx-right{
  width: 60%;
  background: #4d72d0;
  min-height: 377px;
}
.enterprise-hx-L{
  position: absolute;
  left: 0;
  top: 35%;
  padding-left: 60px;
}
.enterprise-hx-L h3{
  font-size: 32px;
  font-weight: 800;
}
.enterprise-hx-L p{
  font-size: 18px;
  margin-top: 10px;
}
.enterprise-hx-list{
  width: 32%;
  float: left;
  margin-right: 2%;
  padding: 90px 8px 0;
}
.enterprise-hx-list:last-child{
  margin-right: 0;
}
.enterprise-hx-list i{
  font-size: 36px;
  color: #222;
  text-align: center;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  background: #fff;
  border-radius: 78px;
  margin: 0 auto;
}
.enterprise-hx-list h3{
  font-size:20px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 30px 0 10px;
}
.enterprise-hx-list p{
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.index-F{background: #f8f8f8;}
.enterprise-hx-L2{width: 60%;}
@media (max-width:1460px){
.enterprise-hx-right{min-height: 324px;}
.enterprise-hx-list{padding-top: 70px;}
}
@media (max-width:1300px){
.enterprise-box-title,.enterprise-line-span{font-size: 32px;margin-bottom: 0;}
.enterprise-line-box{bottom: 0;}
.enterprise-hx-right{min-height: 299px;}
.enterprise-hx-list{padding-top: 50px;}
}
@media (max-width:1200px){
.enterprise-hx-L h3{font-size: 24px;}
.enterprise-hx-L p{font-size: 16px;}
.enterprise-hx-list i{font-size: 28px;width: 56px;height: 56px;line-height: 56px;}
.enterprise-hx-list h3{font-size: 18px;margin: 10px 0 5px;}
.enterprise-hx-list p{font-size: 14px;}
.enterprise-hx-right{min-height: 246px;}
.enterprise-box-bg{padding-top: 100px;}
}
@media (max-width:992px){
.enterprise-box-title,.enterprise-line-span{font-size: 24px;}
.enterprise-box-center p{font-size: 16px;}
.enterprise-hx-left{width: 100%;}
.enterprise-hx-right{width: 100%;min-height: auto;}
.enterprise-hx-list{padding: 40px 0;}
.enterprise-box-bg{padding-top: 60px;}
.enterprise-hx-left2 img{width: 150%;}
.enterprise-hx-L2{width: 100%;}
.enterprise-hx-L{padding: 0 20px;}
}
@media (max-width:650px){
.enterprise-hx-L{top: 14%;}
}

@media (max-width:480px){
.enterprise-line-box{bottom:0;}
.enterprise-linea{width: 200px;}
.enterprise-hx-list h3{font-size: 14px;}
.enterprise-hx-list p{font-size: 12px;}
.enterprise-hx-list i{font-size: 24px;width: 36px;height: 36px;line-height: 36px;}
.enterprise-hx-L{padding-left: 30px;}
.enterprise-hx-left2 img{width: 240%;}
.enterprise-hx-L h3{font-size: 20px;}
.enterprise-hx-L p{font-size: 14px;}
}
@media (max-width:420px){
.enterprise-hx-L{padding-left: 15px;}
}
/* 20220421 栏目——企业动态——时间轴 */
.development{
  background: url(../jpg/bg3.jpg) no-repeat top center /cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.dsj-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.devel-box-list{
  width:44%;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.devel-text-b{
  border: 1px solid #ccc;
  padding: 20px;
}
.devel-text-b .devel-text-s{
  position: absolute;  
  top:20px;
  display: block;
  width: 20px;
  height: 20px;  
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  background-color: #ffffff;
}
.devel-y{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #4d72d0;
  position: absolute;
  top: 16px;  
}
.devel-L{
  width: 70px;
  height: 2px;
  background: #4d72d0;
  position: absolute;  
  top: 30px;
}
.devel-text-b h3{
  font-size: 28px;
  color: #4d72d0;
  font-weight: 800;
}
.devel-text-b p{
  font-size: 16px;
  color: #666;
}
.devel-box-list:nth-child(2n-1){margin-left:56%;}
.devel-box-list:nth-child(2n-1) .devel-text-b .devel-text-s{
  left: -11px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; 
}
.devel-box-list:nth-child(2n-1) .devel-y{left: -100px;}
.devel-box-list:nth-child(2n-1) .devel-L{left: -80px;}

.devel-box-list:nth-child(2n) .devel-text-b .devel-text-s{
  right: -11px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; 
}
.devel-box-list:nth-child(2n) .devel-y{right: -100px;}
.devel-box-list:nth-child(2n) .devel-L{right: -80px;}
.devel-box-list:nth-child(2n) h3,.devel-box-list:nth-child(2n) p{text-align: right;}

.devel-box-list:nth-child(1){margin-top: 30px;}
.devel-box-list:nth-child(2){margin-left: 10px;}
.devel-box-list:nth-child(3){margin-left:54%;}
.devel-box-list:nth-child(4){width: 41%;}
.devel-box-list:nth-child(5){margin-left:55%;}
.devel-box-list:nth-child(6){margin-left:50px;}
.devel-box-list:nth-child(7){margin-left:61%;width: 30%;}
.devel-box-list:nth-child(8){margin-left:30px;}

@media (max-width:1500px){
.devel-box-list,.devel-box-list:nth-child(4){width: 40%;}
.devel-box-list:nth-child(2n-1){margin-left:57%;}
.devel-box-list:nth-child(2){margin-left: 3%;}
.devel-box-list:nth-child(3){margin-left: 54%;}
.devel-box-list:nth-child(4){margin-left: 3%;}
.devel-box-list:nth-child(5){margin-left:61%;}
.devel-box-list:nth-child(6){margin-left:8%;}
.devel-box-list:nth-child(8){margin-left:6%;}
.devel-box-list:nth-child(9){margin-left:60%;}
}
@media (max-width:1200px){
.devel-text-b h3{font-size: 22px;}
.devel-text-b p{font-size: 15px;}
.devel-text-b{padding: 14px;}
.devel-box-list,.devel-box-list:nth-child(4){width: 35%;margin-top: 0;}
.devel-box-list:nth-child(2n-1){margin-left:60%;}
.devel-box-list:nth-child(2){margin-left: 4%;}
.devel-box-list:nth-child(3){margin-left: 57%;}
.devel-box-list:nth-child(4){margin-left: 8%;}
.devel-box-list:nth-child(5){margin-left:64%;}
.devel-box-list:nth-child(6){margin-left:7%;}
.devel-box-list:nth-child(7){margin-left:62%;}
.devel-box-list:nth-child(8){margin-left:9%;}
.devel-box-list:nth-child(9){margin-left:54%;}
}
@media (max-width:992px){
.devel-text-b h3{font-size: 18px;}
.devel-box-list,.devel-box-list:nth-child(4){width: 37%;}
.devel-box-list:nth-child(2n-1){margin-left:63%;}
.devel-box-list:nth-child(2){margin-left: -1%;}
.devel-box-list:nth-child(3){margin-left: 63%;}
.devel-box-list:nth-child(4){margin-left: 5%;}
.devel-box-list:nth-child(5){margin-left:63%;}
.devel-box-list:nth-child(6){margin-left:4%;}
.devel-box-list:nth-child(7){margin-left:55%;}
.devel-box-list:nth-child(8){margin-left:3%;}
.devel-box-list:nth-child(9){margin-left:67%;}
}
@media (max-width:758px){
.dsj-img{display: none;}
.devel-box{width: 94%;margin-left: 6%;border-left: 4px solid #b7b7b7;}
.news-title-left{text-align: left;}
.devel-box-list,.devel-box-list:nth-child(4){width: 94%!important;margin-top: 20px;}
.devel-box-list:nth-child(2n-1),.devel-box-list:nth-child(2n) {margin-left:6%!important;}
.devel-box-list:nth-child(2n-1) .devel-y,.devel-box-list:nth-child(2n-1) .devel-L{left: -42px;}
.devel-box-list:nth-child(2n) .devel-text-b .devel-text-s{
  position: static;
  position:absolute;
  left: -11px;
  top: 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; 
}
.devel-box-list:nth-child(2){margin-left: 0;}
.devel-box-list:nth-child(3){margin-left: 0;}
.devel-box-list:nth-child(4){margin-left: 0;}
.devel-box-list:nth-child(5){margin-left:0;}
.devel-box-list:nth-child(6){margin-left:0;}
.devel-box-list:nth-child(7){margin-left:0;}
.devel-box-list:nth-child(8){margin-left:0;}
.devel-box-list:nth-child(9){margin-left:0;}
.devel-box-list:nth-child(2n) .devel-y{
  position: static;
  position: absolute;
  top: 16px;
  left: -42px;
}
.devel-box-list:nth-child(2n) .devel-L{
  position: static;
  position: absolute;
  top: 30px;
  left: -42px;
}
.devel-box-list:nth-child(2n) h3,.devel-box-list:nth-child(2n) p{text-align: left;}
.devel-y{width: 24px;height: 24px;}
.devel-L{width: 50px;}
}

/* 20220427  合作案例——合作企业 */
.case-box-al li{
  width: 16.6%;
}
.case-box-al li:nth-child(1){margin-left: 8.3%;}

/* 20220812活动回顾 */
.index-D-video{
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
}
.index-D-video:nth-child(2n){margin-right: 0;}

/* 20220901 表单修复 */
.input-group{width: 100%;}
.input-group .form-control{width: 200px; float: left;}
.input-group img{width: 100px!important; float: left;}

/* 20230327首页视频新增板块 */
.video-box-mm{text-align: center;}
.video-box-mm-video{
  width: 100%;
  margin:  0 auto 60px;
}
@media (max-width: 1200px){
  .case-box-al li:nth-child(13), .case-box-al li:nth-child(14) {
    display: block;
}
}
@media (max-width: 992px){
.case-box-al li{width: 25%;}
.case-box-al li:nth-child(1){margin-left: -1px;}
.case-box-al li:last-child{margin-left: 37.5%;}
.index-D-video{width: 100%;margin-top: 20px;}
.video-box-mm-video{width: 100%;  margin:0   auto 40px;}
}
@media (max-width: 480px){
.case-box-al li{width: 33.33%;}
.case-box-al li:nth-child(16){margin-left: 16.5%;}
.case-box-al li:last-child{margin-left: -1px;}
.video-box-mm-video{width: 100%;  margin:  0 auto 30px;}
}

