* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  font-family: Microsoft YaHei;
}
img {
  border: none;
}

body {
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
}
.strategy{
	padding-bottom: 100px;
}
.intelligence{
	padding-bottom: 80px;
}
.bg-fa {
  background-color: #fafafa;
}

.top-pic {
  	/*background-image: url("../../images/product_and_service/product.png");*/
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
 padding-top: 100px;
}

.strategy .tips {
  display: flex;
  align-items: center;
  width: 1200px;
  letter-spacing: 0px;
}
.strategy .tips .tip {
  display: flex;
  flex-direction: column;
  padding: 32px 49px;
  color: #333333;
  background-color: #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  box-sizing: border-box;
}
.strategy .tips .active {
  background-color: #fafafa;
  border-bottom: 2px solid #399ad8;
}
.strategy .tips .tip .tip_title {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 12px;
}
.strategy .tips .tip .tip_info {
  width: 500px;
  font-size: 16px;
  line-height: 24px;
}

.pics {
  position: relative;
  /*height: 437px;*/
  margin-top: 40px;
}
.pics .pic {
  width: 1200px;
  height: 300px;
}


.intelligence .lines {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  width: 1200px;
  height: 100px;
}
.intelligence .lines .line {
  width: 460px;
  height: 50px;
  border: 1px solid #b3b3b3;
  flex-shrink: 0;
  box-sizing: border-box;
}

.intelligence .items {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.intelligence .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 160px;
  background-color: #f2f2f2;
}
.intelligence .items .active {
  background-color: #fff;
}
.intelligence .items .item .icon {
  width: 31px;
  height: 37px;
  margin-bottom: 20px;
}

.intelligence .triangles {
  display: flex;
  justify-content: space-between;
  width: 980px;
}
.intelligence .triangles .triangle {
  margin-top: 50px;
  width: 0;
  height: 0;
  border-width: 0 30px 10px;
  border-style: solid;
  border-color: transparent transparent #fafafa;
}
.intelligence .triangles .active {
  width: 0;
  height: 0;
  border-width: 0 30px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
}

.intelligence .content {
  width: 1200px;
  height: 120px;
  padding: 39px 50px;
  box-sizing: border-box;
  background-color: #fff;

  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}


.internet .items {
  width: 1200px;
  margin-top: 60px;
}
.internet .items .item {
  display: flex;
  margin-bottom: 60px;
}
.internet .items .item .left {
  width: 100px;
  flex-shrink: 0;
}
.internet .items .item .right {
  display: flex;
  width: 1100px;
  flex-direction: column;
  letter-spacing: 0px;
  color: #333333;
}
.internet .items .item .right .item-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 24px;
}
.internet .items .item .right .info {
  font-size: 16px;
  line-height: 24px;
}
/* 鏂颁竴浠ｄ紒涓氬簲鐢ㄦ敮鎾戝钩鍙� */
.plantform{
	background-color: #fafafa;
	padding-bottom: 100px;
}
.plantform .content {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  padding-top: 70px;
  background-image: url("../image/product_internet_bg.png");
}
.plantform .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  color: #333333;
}
.plantform .content .left {
  width: 550px;
  padding: 0 37px;
}
.plantform .content .top {
  height: 330px;
}
.plantform .content .right {
  width: 650px;
}
.plantform .content .bottom {
  height: 260px;
  color: #ffffff;
}
#xyd .content .top  span{
	color: #000000;
}
.plantform .content .item .content-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}
.plantform .content .item .content-info {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

/* 产品认证证书 轮播图 */
#cpzs{
    display: flex;
    justify-content: center;
}
.cpzs-content .title{
	margin-bottom: 20px;
	position: absolute;
	top: 10%;
}
.cpzs-content .title .title-text{
	color: #ffffff;
}
.cpzs-content .noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cpzs-content #wrap {
	display: flex;
	width:1080px;
	position: absolute;
	top: 20%;
	z-index: 1;
}
.cpzs-content #showcase {
	width: 90%;
	height: 500px;
	border-radius: 8px;
	margin-top: 30px;
	visibility: hidden;
}
.cpzs-content #showcase img {
	cursor: pointer
}
.cpzs-content .right,.cpzs-content .left{
	margin-top: 21%;
	cursor: pointer;
}

/* 尾部 */
.footer{
	background-color: #fafafa;
}
/* 粒子特效样式 */
#particles-js {
	width: 100%;
	height: 770px;
	background-color: #062768;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 5px;
}
#particles-js canvas{
	opacity: 0.5;
	margin-top: 4px !important;
}

