.overall-situation-big-title{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #333333;
    letter-spacing: 0.28rem;
    margin-bottom: 20px;
}
.overall-situation-small-title{
    font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	color: #999999;
	letter-spacing: 0.21rem;
	margin-bottom: 50px;
}

.gp_info_box{
	background: #F2F2F2;
	padding: 74px 0 30px 0;
	box-sizing: border-box;
}
.gpib_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.gpib_left_box{
	flex-shrink: 0;
	margin-right: 12%;
}
.gp_info_box ul li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.gp_info_box ul li img{
	margin-right: 20px;
	width: auto;
}
.gp_info_box ul li span{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 4px;
}
.gpib_right_box{
}
.gpib_right_box ul{
	display: flex;
	flex-wrap: wrap;
}
.gpib_right_box ul li:nth-child(1),
.gpib_right_box ul li:nth-child(2),
.gpib_right_box ul li:nth-child(3){
	margin-bottom: 40px;
}
.gpib_right_box ul li:nth-child(1) .gpibrb_tip{
	background: #00b050;
}
.gpib_right_box ul li:nth-child(2) .gpibrb_tip{
	background: #3AADCE;
}
.gpib_right_box ul li:nth-child(3) .gpibrb_tip{
	background: #EF9609;
}
.gpib_right_box ul li:nth-child(4) .gpibrb_tip{
	background: #40A693;
}
.gpib_right_box ul li:nth-child(5) .gpibrb_tip{
	background: #86C145;
}
.gpib_right_box ul li:nth-child(6) .gpibrb_tip{
	background: #D5B34E;
}
.gpib_right_box ul li{
	width: 26%;
	display: flex;
	align-items: center;
}
.gpib_right_box .gpibrb_tip{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-right: 14px;
	flex-shrink: 0;
}
.gpib_right_box .gpibrb_content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}





.aibas-content{
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-left: -60px; */
}
.aibas-content .textT{
	font-size: 3.75rem;
	font-weight: 700;
	color: #93c79d;
} 
.aibas-content .aibasc-left,
.aibas-content .aibasc-right{
	width: 31.25rem;
}
.aibas-content .aibasc-left ul,
.aibas-content .aibasc-right ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 4rem;
}
.aibas-content .aibasc-right ul{
	justify-content: flex-start;
}
.aib-afterSale{
	padding-top: 100px;
}
.aibas-content .aibasc-left ul:last-child,
.aibas-content .aibasc-right ul:last-child{
	margin: 0;
}
.aibas-content .aibasc-left ul:nth-child(1),
.aibas-content .aibasc-left ul:nth-child(4){
	margin-right: -5.5rem;
}
.aibas-content .aibasc-right ul:nth-child(1),
.aibas-content .aibasc-right ul:nth-child(4){
	margin-left: -4.5rem;
}
.aibas-content .aibasc-left ul:nth-child(2){
	padding-right: 3.5rem;
}
.aibas-content .aibasc-right ul:nth-child(2){
	padding-left: 3.5rem;
}
.aibas-content .aibasc-left ul:nth-child(3){
	padding-right: 3.5rem;
}
.aibas-content .aibasc-right ul:nth-child(3){
	padding-left: 3.5rem;
}
.aibas-content .aibasc-left ul{
	text-align: right;
}
.aibas-content .aibasc-left ul .textT{
	margin-left: 1.875rem;
}
.aibas-content .aibasc-right ul{
	text-align: left;
}
.aibas-content .aibasc-right ul .textT{
	margin-right: 1.875rem;
}
.aibas-content .tip-title{
	font-size: 24px;
	font-weight: 700;
	color: #259e3c;
	margin-bottom: 24px;
}
.aibas-content .tip-text{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.server_box{
	padding: 70px 0 100px 0;
}


.gp_global_zhihui{
	padding-top: 70px;
}

.gpgz_content{
	display: flex;
	justify-content: space-between;
	align-items: inherit;
	padding: 70px 0;
}
.gpgz_content ul:nth-child(1){
	width: 32.857%;
	line-height: 28px;
	border: 1px solid #dcdcdc;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.gpgz_content ul:nth-child(1) li:nth-child(1){
	transform: translateY(-50%);
	margin-left: 20px;
}
.gpgz_content ul:nth-child(1) li span:nth-child(1){
	display: inline-block;
	width: 14px;
	height: 49px;
	background: #259e3c;
	border-radius: 7px;
	margin-right: 5px;
}
.gpgz_content ul:nth-child(1) li span:nth-child(2){
	display: inline-block;
	width: 14px;
	height: 49px;
	background: #ef7903;
	border-radius: 7px;
}
.gpgz_content ul:nth-child(1) li:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 50px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}


.world-data {
  float: left;
  width: 40%;
  text-align: left;
  padding: 100px;
  box-sizing: border-box;
}
.world-data .en {
  color: #009943;
}
.world-data .en .icon {
  font-size: 20px;
}
.world-data .en .by_your_side {
  font-size: 20px;
}
.world-data .ch {
  color: #009943;
}
.world-data .ch .by_your_side {
  font-size: 44px;
}
.world-data .ch .by_your_side span:first-of-type {
  font-size: 63px;
}
.world-data .ch .by_your_side span:nth-child(2) {
  vertical-align: super;
}
.world-data .ch .decl {
  color: #ff8600;
  font-size: 24px;
}
.world-data .ch .decl .decl_conent {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  border-bottom: 3px solid #009943;
}
.world-data .ch .decl .right1,
.world-data .ch .decl .right2 {
  width: 0px;
  height: 0px;
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #ff8600;
}
.world-data .ch .decl .right1 {
  margin-left: 10px;
}
.world-data .ch .decl .right2 {
  margin-left: 5px;
}
.world-data .ach_wrap {
  margin-top: 50px;
  font-size: 32px;
}
.world-data .ach_wrap ul li {
  color: #000;
  margin-bottom: 10px;
}
.world-data .ach_wrap ul li span {
  color: #ff8600;
  font-weight: bold;
  margin-right: 10px;
}
.world-content{
	display: flex;
	align-items: center;
	text-align: center;
}
.production_base_box{
	background: #F2F2F2;
	padding: 30px 0 70px 0;
}
.production_base_box .con_content_row{
	padding-top: 68px;
}

.service_system{
	display: flex;
	align-items: flex-end;
	margin-top: 68px;
}
.service_system ul li{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.service_system ul li p{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 60px 30px;
}
.service_system ul:nth-child(1){
	margin-right: 48px;
	display: flex;
	justify-content: space-between;
}
.service_system ul:nth-child(1) li:nth-child(1){
	/* margin-bottom: 30px; */
	justify-content: space-between;
}
.service_system ul:nth-child(1) li:nth-child(1) p{
	margin-right: 20px;
}
.service_system ul:nth-child(1) li:nth-child(2) p{
	margin-right: 130px;
}
.service_system_box{
	padding: 70px 0;
}

#workshop_slide_img3 h5{
	/*position: absolute;*/
	/*top: 10px;*/
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 30px;
}
#workshop_slide_img3 .img_desc h2{
	color: rgb(29,170,58);
	font-size: 14px;
	font-weight: 600;
}
#workshop_slide_img3 .img_desc image{
	width: 180px;
	height: 40px;
}
#workshop_slide_img3 .img_desc p{
	font-size: 16px;
	font-weight: 800;
}
#workshop_slide_img3 .img_desc{
	position: absolute;
	width: 160px;
	height: 180px;
	padding-left: 10px;
}
#workshop_slide_img3 .svg{
	width: 1400px;
	height: 800px;
	position: absolute;
	left: 0;
	top: 0;
}

#workshop_slide_img3 .anchor_item {
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #fff;
	width: 12px;
	height: 12px;
}
#workshop_slide_img3 .anchor_item .anchor_within {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-style: normal;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: within 1s linear infinite;
	animation: within 1s linear infinite;
	background: #fff;
}
#workshop_slide_img3 .anchor_item .anchor_outside {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-style: normal;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: outside 1s linear infinite;
	animation: outside 1s linear infinite;
	background: #fff;
}
#workshop_slide_img3 .anchor_item:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 25%;
	background: red;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#workshop_slide_img3 .anchor_item_p {
	position: absolute;
	z-index: 2;
	/*border-radius: 50%;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*background: #fff;*/
	/*width: 12px;*/
	/*height: 12px;*/
	/*transform: rotate(45deg);*/
}
#workshop_slide_img3 .anchor_item_p .anchor_within {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-style: normal;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	-webkit-animation: within 1s linear infinite;
	animation: within 1s linear infinite;
	background: #fff;
}
#workshop_slide_img3 .anchor_item_p .anchor_outside {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-style: normal;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: outside 1s linear infinite;
	animation: outside 1s linear infinite;
	background: #fff;
}
#workshop_slide_img3 .anchor_item_p:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 25%;
	background: green;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#workshop_slide_img3{
	width: 1400px;
	height: 800px;
	margin: 20px auto;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	height: fit-content;
	position: relative;
	gap: 30px;
	overflow: hidden;
}
@media only screen and ( max-width:1400px) {
	body img{
		width: 100%;
	}
}
@media only screen and ( max-width:970px) {
	.gpib_content{
		flex-direction: column;
	}
	.gpib_left_box{
		width: 100%;
	}
	.gpib_right_box ul li{
		flex-direction: column;
	}
	.gpib_right_box .gpibrb_content{
		align-items: center;
	}
	.gpgz_content{
		flex-direction: column;
	}
	.gpgz_content ul:nth-child(1){
		width: 100%;
	}
	.world-content{
		flex-direction: column;
	}
	.service_system_box,.server_box{
		display: none;
	}
}



















