@charset "UTF-8";
body.about .about_synopsis {
  width: 100%;
  background-color: #F5F5F5;
  padding-top: 90px;
  padding-bottom: 126px;
  margin-bottom: 62px;
}

body.about .about_synopsis h6 {
  font-size: 25px;
  color: #3266CC;
  font-weight: normal;
  margin-top: 81px;
  text-align: center;
}

body.about .about_synopsis .content {
  width: 1400px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

body.about .about_synopsis .content .box {
  width: 593px;
  height: 490px;
  overflow: scroll;
  overflow-x: inherit;
  padding-right: 12px;
}

body.about .about_synopsis .content .box p {
  font-size: 17px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 28px;
  text-align: justify;
}

body.about .about_synopsis .content .box p:last-child {
  margin-bottom: 0;
}

body.about .about_synopsis .content a.more {
  display: none;
}

body.about .about_synopsis .content ::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(170, 170, 170, 0.1);
}

body.about .about_synopsis .content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 1px;
  background-color: rgba(170, 170, 170, 0.1);
}

body.about .about_synopsis .content ::-webkit-scrollbar-thumb {
  border-radius: 1px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: #3266CC;
}

body.about .development_history {
  width: 100%;
  height: 1220px;
  background: url(../images/development_history_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 91px;
  margin-bottom: 58px;
}

body.about .development_history .center {
  display: block;
  overflow: initial;
}

body.about .development_history .center .content {
  width: 100%;
  height: 846px;
  background: url(../images/development_history_content.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 161px;
  position: relative;
}

body.about .development_history .center .content .left_icon {
  display: none;
}

body.about .development_history .center .content ul li p {
  font-size: 21px;
  font-weight: bold;
  color: #3266CC;
  position: absolute;
}

body.about .development_history .center .content ul li .box {
  width: 364px;
  height: 328px;
  background: url(../images/development_history_box_bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 17px;
  color: #FEFEFE;
  line-height: 30px;
  padding: 40px 40px 58px 52px;
  position: absolute;
}

body.about .development_history .center .content ul li .year {
  font-size: 19px;
  color: #3266CC;
  position: absolute;
  bottom: -36px;
}

body.about .development_history .center .content ul li:nth-child(1) p {
  top: 304px;
  left: 105px;
}

body.about .development_history .center .content ul li:nth-child(1) .box {
  top: 420px;
  left: 40px;
}

body.about .development_history .center .content ul li:nth-child(1) .year {
  left: 110px;
}

body.about .development_history .center .content ul li:nth-child(2) p {
  font-size: 29px;
  top: 100px;
  left: 420px;
}

body.about .development_history .center .content ul li:nth-child(2) .box {
  top: 220px;
  left: 410px;
}

body.about .development_history .center .content ul li:nth-child(2) .year {
  left: 441px;
}

body.about .development_history .center .content ul li:nth-child(3) p {
  font-size: 35px;
  top: -30px;
  right: 420px;
}

body.about .development_history .center .content ul li:nth-child(3) .box {
  top: 85px;
  right: 190px;
}

body.about .development_history .center .content ul li:nth-child(3) .year {
  left: 884px;
}

body.about .development_history .center .content .dian {
  font-size: 55px;
  color: #3266CC;
  position: absolute;
  bottom: -40px;
  right: 157px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.about .about_idea {
  padding-top: 89px;
  height: 944px;
  background: url(../images/about_idea_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 62px;
}

body.about .about_idea .center {
  display: block;
}

body.about .about_idea .center .content {
  margin-top: 120px;
  width: 1351px;
  float: right;
}

body.about .about_idea .center .content p {
  font-size: 19px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 40px;
  position: relative;
}

body.about .about_idea .center .content p::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #3266CC;
  border-radius: 100%;
  left: -30px;
  top: 10px;
}

body.about .about_Team {
  padding-top: 91px;
  background-color: #F5F5F5;
  margin-bottom: 62px;
  overflow: hidden;
}

body.about .about_Team .about_swiper {
  width: 1224px;
  margin: 0 auto;
  padding: 130px 0;
  position: relative;
  height: 690px;
  margin-bottom: 119px;
}

body.about .about_Team .about_swiper .swiper-slide {
  display: block;
}

body.about .about_Team .about_swiper .swiper-slide .img {
  width: 100%;
  height: 430px;
  background-size: 100% 100%;
}

body.about .about_Team .about_swiper .swiper-slide .nr {
  width: 100%;
  height: 77px;
  background-color: rgba(50, 102, 204, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

body.about .about_Team .about_swiper .swiper-slide .nr p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 10px;
}

body.about .about_Team .about_swiper .swiper-slide .nr p.name {
  font-size: 21px;
  color: #FFFFFF;
  margin-top: 9px;
}

body.about .about_Team .about_swiper .swiper-button-next:after,
body.about .about_Team .about_swiper .swiper-container-rtl .swiper-button-prev:after,
body.about .about_Team .about_swiper .swiper-button-prev:after,
body.about .about_Team .about_swiper .swiper-container-rtl .swiper-button-next:after {
  content: none;
}

body.about .about_Team .about_swiper .swiper-button-next {
  right: -78px;
  outline: none;
}

body.about .about_Team .about_swiper .swiper-button-prev {
  left: -78px;
  outline: none;
}

body.about .about_Team .about_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

body.about .about_Team .about_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #AAAAAA;
  margin: 0 16px;
  opacity: 1;
}

body.about .about_Team .about_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3266CC;
}

body.about .Service_system {
  height: 828px;
  background: url(../images/Service_system_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 69px;
  margin-bottom: 48px;
}

body.about .Service_system .center {
  display: block;
}

body.about .Service_system .center p {
  margin-top: 90px;
  font-size: 19px;
  color: #333333;
  line-height: 36px;
}

body.about .Service_system .center ul {
  margin-top: 133px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

body.about .Service_system .center ul li {
  width: 290px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.38);
  position: relative;
}

body.about .Service_system .center ul li img {
  margin: 60px auto 61px;
}

body.about .Service_system .center ul li span {
  font-size: 15px;
  color: #333333;
  line-height: 36px;
  display: block;
  text-align: center;
}

body.about .Service_system .center ul li::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(../images/Service_system_icon.png) no-repeat;
  background-size: 100% 100%;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
}

body.about .Service_system .center ul li:last-child:before {
  content: none;
}

body.about .Industry_insight .tab {
  width: 1400px;
  margin: 0 auto;
  padding-top: 18px;
  border-bottom: 1px solid #3266CC;
}

body.about .Industry_insight .tab ul {
  display: flex;
  justify-content: space-between;
  padding: 0 260px;
}

body.about .Industry_insight .tab ul li {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

body.about .Industry_insight .tab ul li.active a {
  color: #3266CC;
  transition: all .3s;
}

body.about .Industry_insight .tab ul li.active::after {
  content: '';
  width: 214px;
  height: 4px;
  background: #3266CC;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
}

body.about .Industry_insight .tab ul li:hover a {
  color: #3266CC;
  transition: all .3s;
}

body.about .Industry_insight .tab ul li:hover::after {
  content: '';
  width: 214px;
  height: 4px;
  background: #3266CC;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
}

body.about .Industry_insight .tab a {
  font-size: 25px;
  color: #aaaaaa;
  display: block;
}

body.about .Industry_insight .container {
  width: 100%;
  height: 998px;
  background: url(../images/Industry_insight_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow:hidden;
}

body.about .Industry_insight .container .center {
  display: block;
  padding-top: 37px;
  padding-bottom: 30px;
}

body.about .Industry_insight .container .center li {
  display: flex;
  align-items: center;
  padding: 8px;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.18);
  border-radius: 10px;
  margin-top: 10px;
}

body.about .Industry_insight .container .center li .img {
  width: 170px;
  height: 164px;
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
}

body.about .Industry_insight .container .center li .nr {
  flex: 1;
  padding-top: 12px;
}

body.about .Industry_insight .container .center li .nr a {
  font-size: 21px;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: all .3s;
  font-weight: bold;
}

body.about .Industry_insight .container .center li .nr a:hover {
  color: #3266CC;
}

body.about .Industry_insight .container .center li .nr p {
  font-size: 15px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.about .Industry_insight .container .center li .nr span.time {
  font-size: 15px;
  color: #AAAAAA;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

body.about .Industry_insight .container .center li a.uplode {
  width: 148px;
  height: 90px;
  margin-left: 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #3266CC;
}

body.about .Industry_insight .container .center li a.uplode i {
  width: 37px;
  height: 44px;
  background-image: url(../images/uplode.png);
  background-size: 100% 100%;
}

body.about .Industry_insight .container .center li a.uplode p {
  font-size: 15px;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
}

body.about .Industry_insight .container .center li a:hover i {
  background-image: url(../images/uplode_active.png);
}

body.about .Industry_insight .container .center li a:hover p {
  color: #3266CC;
}

body.about .Industry_insight .paging{
  font-size: 21px;
  color: #3266CC;
}

body.about .Industry_insight .paging ul{
  display:flex;
  align-items: center;
  justify-content: center;
}

body.about .Industry_insight .paging ul li{
	font-size: 21px;
    color: #3266CC;
    height: 54px;
    border: 1px solid #3266CC;
    padding: 0 44px;
    display: block;
    margin: 0 15px;
    border-radius: 10px;
    line-height: 54px;
}


body.about .Industry_insight .paging .center {
  height: 130px;
  align-items: center;
  justify-content: center;
}

body.about .Industry_insight .paging .center a {
  font-size: 21px;
  color: #3266CC;
}

body.about .Industry_insight .paging .center li.thisclass {
  border: none;
}

body.about .Industry_insight .paging .center li.thisclass  a{
  color: #333333;
}

body.about .Industry_article .center {
  display: block;
}

body.about .Industry_article .center .Industry_article_top {
  margin-top: 3px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #AAAAAA;
  position: relative;
}

body.about .Industry_article .center .Industry_article_top h1 {
  font-size: 27px;
  color: #333333;
  text-align: center;
}

body.about .Industry_article .center .Industry_article_top .inner {
  display: flex;
  justify-content: center;
}

body.about .Industry_article .center .Industry_article_top .inner p {
  font-size: 15px;
  color: #AAAAAA;
  margin: 0 40px;
  margin-top: 38px;
}

body.about .Industry_article .center .Industry_article_top a.back {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 18px;
}

body.about .Industry_article .center .Industry_article_top a.back img {
  width: 16px;
}

body.about .Industry_article .center .Industry_article_top a.back p {
  font-size: 18px;
  font-weight: bold;
  color: #3266CC;
  margin-left: 10px;
}

body.about .Industry_article .center .Industry_banner {
  display: none;
}

body.about .Industry_article .center .content {
  font-size: 18px !important;
  color: #333333 !important;
  line-height: 32px !important;
  text-indent: 2em !important;
}

body.about .Industry_article .center .content p {
  margin-top: 40px;
}

body.about .Industry_article .center .content img {
  margin-top: 30px;
}

body.about .Industry_article .center .content span {
  font-size: 16px;
  color: #AAAAAA;
  text-align: center;
  display: block;
  margin-top: 10px;
}

body.about .Industry_article .center .content .img {
  display: flex;
  justify-content: space-between;
}

body.about .Industry_article .center .Industry_article_bot {
  height: 64px;
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #AAAAAA;
}

body.about .Industry_article .center .Industry_article_bot .inner {
  display: none;
}

body.about .Industry_article .center .Industry_article_bot .article_tags {
  font-size: 16px;
  color: #AAAAAA;
}

body.about .Industry_article .center .Industry_article_bot .article_tags span {
  color: #3266CC;
  margin: 0 9px;
  cursor: pointer;
}

body.about .Industry_article .center .Industry_article_bot a.consult {
  width: 230px;
  height: 46px;
  background: #3266CC;
  border-radius: 6px;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: flex;
}

body.about .Industry_article .center .Industry_article_bot a.consult img {
  margin-right: 10px;
}

body.about .Industry_article .center .recommend {
  padding-top: 39px;
  padding-bottom: 53px;
}

body.about .Industry_article .center .recommend h6 {
  font-size: 19px;
  color: #333333;
  margin-bottom: 9px;
}

body.about .Industry_article .center .recommend ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.about .Industry_article .center .recommend ul li {
  margin-top: 19px;
  width: 50%;
  font-size: 18px;
  padding-left: 29px;
  position: relative;
}

body.about .Industry_article .center .recommend ul li a {
  font-size: 18px;
  color: #666666;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
  display: block;
}

body.about .Industry_article .center .recommend ul li a:hover {
  color: #3266CC;
}

body.about .Industry_article .center .recommend ul li a:hover::after {
  background: #3266CC;
}

body.about .Industry_article .center .recommend ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #666666;
  border-radius: 50%;
  transform: translate(0%, -50%);
}

body.area .Service_area_inner {
  width: 100%;
  height: 510px;
  background: url(../images/prominent_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 63px;
  margin-top: 261px;
  position: relative;
}

body.area .Service_area_inner ul.center {
  justify-content: space-between;
  position: absolute;
  top: -214px;
  left: 50%;
  transform: translateX(-50%);
}

body.area .Service_area_inner ul.center li {
  width: 460px;
  height: 480px;
  background: #F5F5F5;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.41);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.area .Service_area_inner ul.center li img {
  margin: 0 auto;
}

body.area .Service_area_inner ul.center li h2 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-top: 52px;
}

body.area .Service_area_inner ul.center li .content {
  width: 348px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

body.area .Service_area_inner ul.center li .content span {
  font-size: 20px;
  color: #3266CC;
  width: 164px;
  height: 48px;
  border: 1px solid #3266CC;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

body.area .pain_points ul.center li p {
  font-size: 22px;
  padding-left: 230px;
}

body.area .pain_points ul.center li:nth-child(2n) p {
  padding-right: 230px;
}

body.area .contact_us {
  background: #F5F5F5;
  margin-bottom: 37px;
}

body.area .contact_us>.center {
  padding-top: 75px;
  padding-bottom: 165px;
}

body.area .contact_us .center p {
  display: flex;
  align-items: center;
}

body.area .contact_us .center p img {
  margin-right: 9px;
}

body.area .contact_us .center .left {
  width: 557px;
}

body.area .contact_us .center .left ul li {
  font-size: 25px;
  line-height: 60px;
}

body.area .contact_us .center .left ul li h2 {
  font-size: 25px;
  color: #333333;
  line-height: 60px;
}

body.area .contact_us .center .left ul li p {
  color: #3266CC;
  padding-left: 22px;
}

body.area .contact_us .center .right .Map {
  width: 824px;
  height: 596px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.area .contact_us .center .right .Map #dituContent {
  margin: 0 auto;
  width: 760px;
  height: 550px;
  border: #3266CC solid 2px;
}

body.area .contact_us .center .right .address,
body.area .contact_us .center .right .Hotline {
  font-size: 23px;
  color: #333333;
  margin-top: 25px;
}

body.business .Crowd_oriented {
  padding-top: 78px;
  margin-bottom: 140px;
}

body.business .Crowd_oriented .center {
  display: block;
}

body.business .Crowd_oriented .center ul {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.business .Crowd_oriented .center ul li {
  margin-top: 18px;
  width: 346px;
  height: 160px;
  background: url(../images/Crowd_oriented_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 15px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

body.business .Crowd_oriented .center ul li p {
  font-size: 18px;
  color: #3266CC;
  line-height: 30px;
  margin-left: 18px;
}

body.business .Crowd_oriented .center ul.ph {
  display: none;
}

body.business .Business_positioning {
  height: 980px;
  background: url(../images/Business_positioning_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 83px;
  margin-bottom: 61px;
}

body.business .Business_positioning .center {
  display: block;
}

body.business .Business_positioning .center h2 {
  font-size: 25px;
  color: #FD8C3E;
  text-shadow: 0px 2px 3px rgba(9, 2, 4, 0.42);
  margin-top: 66px;
  text-align: center;
}

body.business .Business_positioning .center p {
  font-size: 19px;
  color: #333333;
  margin-top: 77px;
}

body.business .Business_positioning .center .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

body.business .Business_positioning .center .content ul {
  margin-top: 40px;
}

body.business .Business_positioning .center .content ul li {
  width: 700px;
  height: 146px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.14);
  display: flex;
  margin-bottom: 4px;
}

body.business .Business_positioning .center .content ul li .left {
  width: 200px;
  height: 146px;
  background: #3266CC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #FFFFFF;
}

body.business .Business_positioning .center .content ul li .right {
  display: flex;
  flex: 1;
  padding-left: 24px;
  padding-right: 20px;
  align-items: center;
}

body.business .Business_positioning .center .content ul li .right p {
  margin-top: 0;
  font-size: 15px;
  color: #333333;
  line-height: 24px;
}

body.business .Business_positioning .center .content .content_right {
  width: 610px;
  height: 557px;
  background: url(/skin/zs/images/Business_positioning_right_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

body.business .Business_positioning .center .content .content_right p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  width: 155px;
  text-align: center;
  position: absolute;
  margin-top: 0;
}

body.business .Business_positioning .center .content .content_right p:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: 76px;
}

body.business .Business_positioning .center .content .content_right p:nth-child(2) {
  left: 5%;
  bottom: 70px;
}

body.business .Business_positioning .center .content .content_right p:nth-child(3) {
  right: 5%;
  bottom: 70px;
}


body.business .operation_flow {
  padding-top: 83px;
  background-color: #F5F5F5;
}

body.business .operation_flow .center {
  display: block;
  padding-bottom: 88px;
}

body.business .operation_flow .center img {
  margin-top: 62px;
}

body.business .temperature_range {
  padding-top: 99px;
  padding-bottom: 50px;
}

body.business .temperature_range .center {
  display: block;
}

body.business .temperature_range .center ul {
  margin-top: 63px;
  display: flex;
}

body.business .temperature_range .center ul li {
  flex: 1;
  height: 400px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 27px;
  position: relative;
}

body.business .temperature_range .center ul li p {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 24px;
}

body.business .temperature_range .center ul li .content {
  margin-top: 15px;
  overflow: hidden;
}

body.business .temperature_range .center ul li .content span {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  padding-right: 8px;
  margin-top: 16px;
  padding-left: 15px;
  position: relative;
}

body.business .temperature_range .center ul li .content span::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 100% 100%;
  left: 0px;
  top: 5px;
}

body.business .temperature_range .center ul li a.consult {
  width: 120px;
  height: 38px;
  background: rgba(253, 140, 62, 0.05);
  border: 1px solid #FD8C3E;
  border-radius: 8px;
  font-size: 16px;
  color: #FD8C3E;
  line-height: 36px;
  text-align: center;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

body.business .temperature_range .center ul li:nth-child(1) {
  background-image: url(../images/temperature_range_pic1.png);
}

body.business .temperature_range .center ul li:nth-child(2) {
  background-image: url(../images/temperature_range_pic2.png);
}

body.business .temperature_range .center ul li:nth-child(2) img {
  margin: 6px 0;
}

body.business .temperature_range .center ul li:nth-child(2) p {
  margin-top: 33px;
}

body.business .temperature_range .center ul li:nth-child(3) {
  background-image: url(../images/temperature_range_pic3.png);
}

body.business .temperature_range .center ul li:nth-child(4) {
  background-image: url(../images/temperature_range_pic4.png);
}

body.business .personnel_park {
  width: 100%;
  height: 1195px;
  background: url(../images/personnel_park_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 49px;
  margin-bottom: 98px;
}

body.business .personnel_park b {
  margin-top: 91px;
  margin-bottom: 65px;
  font-size: 43px;
  color: #333333;
  text-align: center;
  display: block;
}

body.business .personnel_park p.p {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}

body.business .personnel_park p.p span {
  color: #3266CC;
  font-weight: bold;
}

body.business .personnel_park .center {
  display: block;
}

body.business .personnel_park .center .ul_pick {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

body.business .personnel_park .center .ul_pick li {
  flex: 1;
  text-align: center;
  position: relative;
}

body.business .personnel_park .center .ul_pick li span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #3266CC;
}

body.business .personnel_park .center .ul_pick li p {
  width: 204px;
  font-size: 15px;
  color: #333333;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 30px;
}

body.business .personnel_park .center .ul_pick li::before {
  content: '';
  width: 1px;
  height: 90px;
  border-right: 1px solid #AAAAAA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

body.business .personnel_park .center .ul_pick li:last-child::before {
  content: initial;
}

body.business .personnel_park .center .content {
  padding-top: 136px;
  padding-bottom: 214px;
  position: relative;
}

body.business .personnel_park .center .content .yuan {
  width: 428px;
  height: 428px;
  background: url(../images/content_yuan.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 31px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.business .personnel_park .center .content .list {
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 55px;
  padding-right: 70px;
  position: absolute;
  background-size: 100% 100%;
}

body.business .personnel_park .center .content .list.one {
  width: 480px;
  height: 126px;
  background-image: url(../images/personnel_park_icon1.png);
  top: 115px;
  left: 24px;
  padding-top: 34px;
}

body.business .personnel_park .center .content .list.two {
  width: 484px;
  height: 126px;
  background-image: url(../images/personnel_park_icon4.png);
  padding-left: 147px;
  top: 115px;
  right: 24px;
  padding-top: 15px;
}

body.business .personnel_park .center .content .list.three {
  width: 472px;
  height: 102px;
  background-image: url(../images/personnel_park_icon2.png);
  top: 289px;
  left: 0;
  padding-top: 34px;
}

body.business .personnel_park .center .content .list.four {
  width: 472px;
  height: 102px;
  background-image: url(../images/personnel_park_icon5.png);
  top: 289px;
  right: 0;
  padding-top: 16px;
  padding-left: 147px;
}

body.business .personnel_park .center .content .list.five {
  width: 480px;
  height: 126px;
  background-image: url(../images/personnel_park_icon3.png);
  padding-top: 54px;
  top: 435px;
  left: 25px;
}

body.business .personnel_park .center .content .list.six {
  width: 480px;
  height: 126px;
  background-image: url(../images/personnel_park_icon6.png);
  top: 435px;
  right: 25px;
  padding-left: 147px;
  padding-top: 36px;
}

body.business .Core_issues {
  margin-top: 87px;
  margin-bottom: 75px;
}

body.business .Core_issues .center {
  justify-content: space-between;
}

body.business .Core_issues .center .left {
  width: 340px;
  height: 390px;
  background-image: url(../images/Core_issues_right.png);
  background-size: 100% 100%;
  font-size: 37px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.business .Core_issues .center .right {
  width: 1047.7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.business .Core_issues .center .right li {
  width: 1048px;
  height: 100px;
  background-image: url(../images/Core_issues_left_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 23px;
}

body.business .Core_issues .center .right li b {
  width: 150px;
  height: 61px;
  border-right: 1px solid #AAAAAA;
  font-size: 21px;
  color: #3266CC;
  text-align: center;
  margin: 0;
  line-height: 61px;
}

body.business .Core_issues .center .right li p {
  width: 781px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding-left: 25px;
}

body.business .Service_Area {
  height: 1028px;
  background: #F5F5F5;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 57px;
}

body.business .Service_Area .center {
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}

body.business .Service_Area .center li {
  width: 520px;
  height: 366px;
  background: #FFFFFF;
  border-radius: 10px;
  background: url(../images/service_Area_list_bg.png);
  background-size: 100% 100%;
}

body.business .Service_Area .center li .bt {
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

body.business .Service_Area .center li p {
  padding: 39px 55px;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

body.business .Service_Area .center .yuan {
  position: absolute;
  width: 623px;
  height: 620px;
  background: url(../images/Service_Area_yuan.png) no-repeat;
  background-size: 100% 100%;
  font-size: 43px;
  font-weight: bold;
  color: #3266CC;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.business .Cooperation_projects {
  height: 970px;
  background-image: url(../images/Cooperation_projects_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 59px;
}

body.business .Cooperation_projects b.bt {
  margin-top: 88px;
  margin-bottom: 79px;
  color: #fff;
}

body.business .Cooperation_projects ul.center {
  justify-content: space-between;
  flex-wrap: wrap;
}

body.business .Cooperation_projects ul.center li {
  width: 340px;
}

body.business .Cooperation_projects ul.center li .img {
  width: 340px;
  height: 260px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body.business .Cooperation_projects ul.center li .img p {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 18px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  z-index: 99;
}

body.business .Cooperation_projects ul.center li .img p span {
  font-size: 15px;
  color: #EEEEEE;
  display: block;
}

body.business .Cooperation_projects ul.center li b {
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 22px;
  display: block;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 50px;
}

body.business .Service_process {
  width: 100%;
  height: 980px;
  background-color: #F5F5F5;
}

body.business .Service_process .center {
  display: block;
}

body.business .Service_process .center b.bt {
  color: #3266CC;
  margin-top: 83px;
  margin-bottom: 78px;
}

body.business .Service_process .center img {
  width: 100%;
}

body.business .Latest_articles {
  padding-top: 91px;
}

body.business .Latest_articles .center {
  display: block;
}

body.business .Latest_articles .center .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

body.business .Latest_articles .center .title img {
  margin: inherit;
}

body.business .Latest_articles .center .title b {
  font-size: 25px;
  color: #333333;
  position: absolute;
  left: 36px;
  bottom: 0;
  line-height: 1;
}

body.business .Latest_articles .center .title a {
  font-size: 15px;
  text-decoration: underline;
  color: #999999;
}

body.business .Latest_articles .center ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-bottom: 65px;
}

body.business .Latest_articles .center ul li {
  width: 48.5%;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 23px;
  border-bottom: 1px dashed #aaaaaa;
  position: relative;
}

body.business .Latest_articles .center ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}

body.business .Latest_articles .center ul li a:hover {
  color: #3266CC;
}

body.business .Latest_articles .center ul li span.time {
  font-size: 14px;
  color: #AAAAAA;
}

body.business .Latest_articles .center ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/Latest_articles_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.business .customer_list {
  margin-top: 67px;
}

body.business .customer_list .customer_list_top {
  border-bottom: 1px solid #eeeeee;
}

body.business .customer_list .customer_list_top .center {
  justify-content: space-between;
}

body.business .customer_list .customer_list_top .center li {
  flex: 1;
  font-size: 19px;
  color: #AAAAAA;
  text-align: center;
  padding-bottom: 17px;
  cursor: pointer;
}
body.business .customer_list .customer_list_top .center li a{
	color: #AAAAAA;
}

body.business .customer_list .customer_list_top .center li:hover {
  color: #3266CC;
}

body.business .customer_list .customer_list_top .center li.active {
  color: #3266CC;
  position: relative;
}
body.business .customer_list .customer_list_top .center li.active a{
	color:#3266CC;
}

body.business .customer_list .customer_list_top .center li.active::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 4px;
  background: #3266CC;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.business .customer_list .customer_list_bottom {
  margin-top: 23px;
}

body.business .customer_list .customer_list_bottom .center {
  display: block;
  padding-bottom: 67px;
  border-bottom: 1px solid #aaaaaa;
}

body.business .customer_list .customer_list_bottom .center li {
  display: flex;
  padding: 29px 0 20px 20px;
  border-bottom: 1px dashed #AAAAAA;
}

body.business .customer_list .customer_list_bottom .center li .logo {
  width: 100px;
  height: 100px;
  background: #EEEEEE;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

body.business .customer_list .customer_list_bottom .center li .logo img {
  width: 76px;
}

body.business .customer_list .customer_list_bottom .center li .right {
  flex: 1;
  font-size: 10px;
}

body.business .customer_list .customer_list_bottom .center li .right .top {
  display: flex;
  align-items: center;
  position: relative;
}

body.business .customer_list .customer_list_bottom .center li .right .top .name {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  padding-right: 58px;
  position: relative;
}

body.business .customer_list .customer_list_bottom .center li .right .top .name::after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/name_icon.png) no-repeat;
  background-size: 100% 100%;
}

body.business .customer_list .customer_list_bottom .center li .right .top .label {
  margin-left: 73px;
  display: flex;
  align-items: center;
}

body.business .customer_list .customer_list_bottom .center li .right .top .label span {
  width: 100px;
  height: 36px;
  border: 1px solid #3266CC;
  border-radius: 10px;
  display: block;
  margin-right: 12px;
  font-size: 15px;
  color: #3266CC;
  line-height: 34px;
  text-align: center;
}

body.business .customer_list .customer_list_bottom .center li .right .top .people {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #666666;
  right: 0;
}

body.business .customer_list .customer_list_bottom .center li .right .top .people img {
  margin-right: 17px;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce {
  font-size: 15px;
  color: #999999;
  display: flex;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce span {
  border-right: 1px solid #999999;
  padding: 0 15px;
  line-height: 21px;
  display: block;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce span:first-child {
  padding-left: 0;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce span:last-child {
  border-right: none;
}

body.business .customer_list .customer_list_bottom .center li .right .bottom .phone {
  font-size: 15px;
  color: #333333;
}

body.business .customer_list .customer_list_bottom .center li:last-child {
  border-bottom: none;
}

body.business .customer_list .paging {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}
body.business .customer_list .paging .center{
	align-items: center;
    justify-content: center;
}
body.business .customer_list .paging li{
	display: inline-block;
}

body.business .customer_list .paging li a{
  width: auto;
  padding: 0 29px;
  height: 54px;
  border: 1px solid #3266CC;
  border-radius: 10px;
  font-size: 21px;
  color: #3266CC;
  line-height: 52px;
  text-align: center;
  margin: 0 15px;
  display: inline-block;
  
}

body.business .customer_list .paging li.thisclass a {
  border: none;
  color: #333333;
}

body.business .customer_list .paging p {
  font-size: 21px;
  color: #333333;
  margin-left: 43px;
}

b.bt {
  font-size: 43px;
  color: #3266CC;
  text-align: center;
  display: block;
}

.banner img {
  width: 100%;
}

.banner .banner_swiper .swiper-slide img {
  display: block !important;
}

.banner .swiper-pagination-bullet-active {
  background-color: #003399 !important;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 36px;
  display: flex;
  justify-content: center;
}

.banner img:last-child {
  display: none;
}

.position {
  width: 100%;
  height: 83px;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 28px;
}

.position .center {
  align-items: center;
  padding-top: 40px;
}

.position .center img {
  margin-right: 11px;
}

.position .center p {
  font-size: 15px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.position .center p a {
  color: #3266CC;
}

.consulting {
  width: 100%;
  padding-top: 42px;
  background: #F5F5F5;
}

.consulting .title {
  font-size: 19px;
  font-weight: 400;
  color: #3266CC;
  position: relative;
}

.consulting .title::after,
.consulting .title::before {
  content: '';
  width: 254px;
  height: 1px;
  background: #3266CC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.consulting .title::after {
  margin-left: -240px;
}

.consulting .title::before {
  margin-left: 240px;
}

.consulting .center {
  margin-top: 57px;
}

.consulting .center ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
  padding-bottom: 51px;
}

.consulting .center ul li {
  width: 20%;
}

.consulting .center ul li a .img {
  margin: 0 auto;
  margin-bottom: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: linear-gradient(#5983d6, #3567cc);
}

.consulting .center ul li a p {
  font-size: 15px;
  color: #333333;
  text-align: center;
  line-height: 1;
}

.right_fixed {
  /* display: none; */
}

.footer_nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .position {
    height: 50px;
    margin-bottom: 20px;
  }
  .position .center {
    padding-top: 13px;
  }
  body.about .about_synopsis {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  body.about .about_synopsis h6 {
    font-size: 30px;
    margin-top: 31px;
  }
  body.about .about_synopsis .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 20px;
  }
  body.about .about_synopsis .content img {
    width: 45%;
  }
  body.about .about_synopsis .content .box {
    width: 53%;
    height: 280px;
  }
  body.about .about_synopsis .content .box p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
  }
  body.about .development_history {
    width: 100%;
    height: auto;
    background: none;
    padding-top: .66rem;
    margin-bottom: .5rem;
  }
  body.about .development_history .center {
    display: block;
    overflow: initial;
    padding: 0;
  }
  body.about .development_history .center b.bt {
    margin: 0 .28rem;
  }
  body.about .development_history .center .content {
    width: 100%;
    height: 6.944rem;
    background: url(../images/development_history_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .55rem;
    position: relative;
    padding: 0 .28rem;
  }
  body.about .development_history .center .content .left_icon {
    position: absolute;
    width: .4rem;
    top: 50%;
    transform: translateY(-50%);
    left: .45rem;
    display: block;
  }
  body.about .development_history .center .content ul li p {
    width: 2rem;
    font-size: .25rem;
    font-weight: normal;
    color: #FD8C3E;
    position: absolute;
    border-bottom: .007rem dashed #3266CC;
    text-align: center;
  }
  body.about .development_history .center .content ul li p::after {
    width: 2rem;
    height: .07rem;
  }
  body.about .development_history .center .content ul li .box {
    width: 4.5rem;
    height: 2.11rem;
    background: url(../images/development_history_box_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    font-size: .25rem;
    color: #FEFEFE;
    line-height: .3334rem;
    padding: .4rem .4rem .59rem .4rem;
    position: absolute;
  }
  body.about .development_history .center .content ul li .box span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  body.about .development_history .center .content ul li .year {
    font-size: .25rem;
    color: #3266CC;
    position: absolute;
    bottom: auto;
  }
  body.about .development_history .center .content ul li:nth-child(1) p {
    top: .88rem;
    left: 3rem;
  }
  body.about .development_history .center .content ul li:nth-child(1) .box {
    top: .28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(1) .year {
    left: .96rem;
    top: 1.03rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) p {
    font-size: .2778rem;
    top: 2.88rem;
    left: 3rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) .box {
    top: 2.28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) .year {
    left: .96rem;
    top: 3.08rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) p {
    font-size: .3334rem;
    top: 4.85rem;
    left: 3rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) .box {
    top: 4.28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) .year {
    left: .96rem;
    top: 5.12rem;
  }
  body.about .development_history .center .content .dian {
    display: none;
  }
  body.about .about_idea {
    height: auto;
    padding-bottom: 50px;
  }
  body.about .about_idea .center .content {
    margin-top: 50px;
    width: 100%;
    padding-left: 50px;
  }
  body.about .about_Team {
    padding-top: 41px;
    margin-bottom: 62px;
  }
  body.about .about_Team .about_swiper {
    width: 100%;
    margin: 0 auto;
    padding: 55px 30px;
    height: 420px;
    margin-bottom: 50px;
  }
  body.about .about_Team .about_swiper .swiper-slide .img {
    width: 100%;
    height: 310px;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr {
    width: 100%;
    height: 55px;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr p.name {
    font-size: 20px;
    margin-top: 5px;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr p {
    font-size: 16px;
    line-height: 1;
    margin-top: 8px;
  }
  body.about .Service_system .center ul li {
    width: 228px;
    height: 300px;
  }
  body.about .Service_system .center ul li img {
    margin: 40px auto 40px;
  }
  body.about .Industry_insight .tab {
    width: 100%;
  }
  body.about .Industry_insight .tab ul {
    padding: 0 137px;
  }
  body.about .Industry_insight .container .center li .nr {
    width: 580px;
  }
  body.about .Industry_insight .container .center li a.uplode {
    width: 95px;
    margin-left: 30px;
  }
  body.about .Industry_insight .paging .center a {
    font-size: 25px;
    padding: 0 20px;
  }
  body.about .Industry_article .center .content .img img {
    width: 33%;
  }
  body.area .Service_area_inner {
    height: 400px;
  }
  body.area .Service_area_inner ul.center li {
    width: 33%;
  }
  body.area .Service_area_inner ul.center li .content {
    width: 100%;
    justify-content: space-around;
  }
  body.area .Service_area_inner ul.center li .content span {
    width: 45%;
  }
  body.area .contact_us {
    margin-bottom: 20px;
  }
  body.area .contact_us .center {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  body.area .contact_us .center p img {
    margin-right: 5px;
  }
  body.area .contact_us .center .left {
    width: 390px;
  }
  body.area .contact_us .center .left ul li {
    font-size: 27px;
    line-height: 40px;
  }
  body.area .contact_us .center .left ul li h2 {
    font-size: 27px;
    line-height: 40px;
  }
  body.area .contact_us .center .right .Map {
    width: 610px;
    height: 378px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.area .contact_us .center .right .Map #dituContent {
    margin: 0 auto;
    width: 590px;
    height: 358px;
    border: #3266CC solid 2px;
  }
  body.area .contact_us .center .right .address,
  body.area .contact_us .center .right .Hotline {
    font-size: 28px;
    color: #333333;
    margin-top: 25px;
  }
  body.business .Crowd_oriented {
    padding-top: 78px;
    margin-bottom: 140px;
  }
  body.business .Crowd_oriented .center {
    display: block;
  }
  body.business .Crowd_oriented .center ul {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.business .Crowd_oriented .center ul li {
    margin-top: 18px;
    width: 48%;
    height: 160px;
    background: url(../images/Crowd_oriented_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 15px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    position: relative;
  }
  body.business .Crowd_oriented .center ul li p {
    font-size: 20px;
    color: #3266CC;
    line-height: 30px;
    margin-left: 18px;
  }
  body.business .Crowd_oriented .center ul.ph {
    display: none;
  }
  body.business .Business_positioning .center .content {
    align-items: center;
  }
  body.business .Business_positioning .center .content ul {
    width: 50%;
  }
  body.business .Business_positioning .center .content ul li {
    width: 540px;
  }
  body.business .Business_positioning .center .content ul li .left {
    width: 150px;
    font-size: 25px;
  }
  body.business .Business_positioning .center .content ul li .right p {
    font-size: 18px;
  }
  body.business .Business_positioning .center .content .content_right {
    width: 389px;
    height: 378px;
  }
  body.business .Business_positioning .center .content .content_right p {
    font-size: 25px;
    width: 115px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(1) {
    top: 46px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(2) {
    left: 3%;
    bottom: 40px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(3) {
    right: 3%;
    bottom: 40px;
  }
  body.business .Business_positioning .center .content img {
    height: 365px;
  }
  body.business .operation_flow .center img {
    width: 100%;
  }
  body.business .personnel_park {
    margin-bottom: 50px;
  }
  body.business .personnel_park .center .ul_pick li p {
    width: auto;
    margin-top: 5px;
  }
  body.business .personnel_park .center .content {
    padding-top: 163px;
  }
  body.business .personnel_park .center .content .yuan {
    width: 350px;
    height: 350px;
  }
  body.business .personnel_park .center .content .list.one {
    width: 380px;
    left: 5px;
    padding-top: 34px;
  }
  body.business .personnel_park .center .content .list.two {
    width: 380px;
    right: 5px;
    padding-left: 130px;
    padding-right: 10px;
  }
  body.business .personnel_park .center .content .list.three {
    width: 380px;
  }
  body.business .personnel_park .center .content .list.four {
    width: 380px;
  }
  body.business .personnel_park .center .content .list.five {
    width: 380px;
    left: 5px;
  }
  body.business .personnel_park .center .content .list.six {
    width: 380px;
    height: 126px;
    right: 25px;
    padding-left: 130px;
    padding-right: 10px;
  }
  body.business .Core_issues {
    margin-top: 57px;
    margin-bottom: 45px;
  }
  body.business .Core_issues .center .left {
    width: 270px;
    height: 344px;
  }
  body.business .Core_issues .center .right {
    width: 70%;
  }
  body.business .Core_issues .center .right li {
    width: 100%;
  }
  body.business .Core_issues .center .right li b {
    font-size: 22px;
  }
  body.business .Service_Area {
    height: 824px;
  }
  body.business .Service_Area .center li {
    width: 443px;
    height: 310px;
  }
  body.business .Service_Area .center .yuan {
    width: 423px;
    height: 420px;
  }
  body.business .Cooperation_projects {
    height: 825px;
    margin-bottom: 0;
  }
  body.business .Cooperation_projects b.bt {
    margin-top: 38px;
    margin-bottom: 29px;
  }
  body.business .Cooperation_projects ul.center li {
    width: 30%;
  }
  body.business .Cooperation_projects ul.center li .img {
    width: 100%;
  }
  body.business .Service_process {
    display: none;
  }
  b.bt {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  body.business .customer_list {
    margin-top: 0;
  }
  body.business .customer_list .customer_list_top {
    border-bottom: none;
    background-color: #ffffff;
  }
  body.business .customer_list .customer_list_top .center {
    justify-content: space-between;
  }
  body.business .customer_list .customer_list_top .center li {
    flex: auto;
    width: .97rem;
    font-size: .25rem;
    padding-bottom: 0;
    line-height: .61rem;
  }
  body.business .customer_list .customer_list_top .center li.active::after {
    width: .77rem;
    height: .03rem;
  }
  body.business .customer_list .customer_list_bottom {
    margin-top: .31rem;
  }
  body.business .customer_list .customer_list_bottom .center {
    padding-bottom: .5rem;
    border-bottom: none;
  }
  body.business .customer_list .customer_list_bottom .center li {
    padding: .14rem 0 0 .19rem;
    border-bottom: none;
    height: 2.01rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.28);
    margin-bottom: .11rem;
    position: relative;
  }
  body.business .customer_list .customer_list_bottom .center li .logo {
    width: 1.22rem;
    height: 1.22rem;
    border-radius: .07rem;
    margin-right: .1rem;
  }
  body.business .customer_list .customer_list_bottom .center li .logo img {
    width: .92rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right {
    flex: 1;
    font-size: 10px;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top {
    display: flex;
    align-items: center;
    position: initial;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .name {
    font-size: .25rem;
    padding-right: .56rem;
    position: relative;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .name::after {
    width: .35rem;
    height: .28rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .label {
    margin-left: 0;
    position: absolute;
    top: 1.1rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .label span {
    width: .83rem;
    height: .25rem;
    border: .01rem solid #3266CC;
    border-radius: .07rem;
    margin-right: .11rem;
    font-size: .18rem;
    line-height: .24rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .people {
    position: absolute;
    font-size: .21rem;
    left: .17rem;
    right: auto;
    bottom: .14rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .top .people img {
    width: .21rem;
    margin-right: .14rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .bottom {
    margin-top: .2rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce {
    font-size: .21rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce span {
    padding: 0 .15rem;
    line-height: .22rem;
  }
  body.business .customer_list .customer_list_bottom .center li .right .bottom .introduce span:last-child {
    width: 1.47rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.business .customer_list .customer_list_bottom .center li .right .bottom .phone {
    position: absolute;
    font-size: .21rem;
    right: .66rem;
    bottom: .15rem;
  }
  body.business .customer_list .customer_list_bottom .center li::before {
    content: '';
    position: absolute;
    width: .56rem;
    height: .56rem;
    background: url(../images/customer_list_phone.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
  }
  body.business .customer_list .paging {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  body {
    padding-bottom: 1.39rem;
  }
  body.about .about_synopsis {
    padding-top: .5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }
  body.about .about_synopsis b.bt {
    margin: 0 .28rem;
  }
  body.about .about_synopsis h6 {
    font-size: .25rem;
    color: #FFFFFF;
    margin-top: 0;
    position: absolute;
    top: 2rem;
    left: .28rem;
  }
  body.about .about_synopsis .content {
    width: 100%;
    margin-top: .56rem;
    height: 4.375rem;
    background: url(../images/about_synopsis_box_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.28rem .35rem 1.22rem .28rem;
    overflow: hidden;
  }
  body.about .about_synopsis .content img {
    display: none;
  }
  body.about .about_synopsis .content .box {
    width: 93%;
    overflow: hidden;
    padding-right: 0;
    height: auto;
  }
  body.about .about_synopsis .content .box p {
    color: #ffffff;
    font-size: .1944rem;
    line-height: .2778rem;
    margin-bottom: .28rem;
    display: none;
  }
  body.about .about_synopsis .content .box p:nth-child(1),
  body.about .about_synopsis .content .box p:nth-child(2) {
    display: block;
  }
  body.about .about_synopsis .content a.more {
    position: absolute;
    width: 1.582rem;
    height: .417rem;
    border: .01rem solid #FFFFFF;
    border-radius: .2048rem;
    font-size: .1806rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: .28rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  body.about .development_history {
    width: 100%;
    height: auto;
    background: none;
    padding-top: .66rem;
    margin-bottom: 0;
  }
  body.about .development_history .center {
    display: block;
    overflow: initial;
    padding: 0;
  }
  body.about .development_history .center b.bt {
    margin: 0 .28rem;
  }
  body.about .development_history .center .content {
    width: 100%;
    height: 6.944rem;
    background: url(../images/development_history_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .55rem;
    position: relative;
    padding: 0 .28rem;
  }
  body.about .development_history .center .content .left_icon {
    position: absolute;
    width: .4rem;
    top: 50%;
    transform: translateY(-50%);
    left: .45rem;
    display: block;
  }
  body.about .development_history .center .content ul li p {
    width: 2rem;
    font-size: .25rem;
    font-weight: normal;
    color: #FD8C3E;
    position: absolute;
    border-bottom: .007rem dashed #3266CC;
    text-align: center;
  }
  body.about .development_history .center .content ul li p::after {
    width: 2rem;
    height: .07rem;
  }
  body.about .development_history .center .content ul li .box {
    width: 3.5rem;
    height: 2.11rem;
    background: url(../images/development_history_box_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    font-size: .25rem;
    color: #FEFEFE;
    line-height: .3334rem;
    padding: .4rem .4rem .59rem .4rem;
    position: absolute;
  }
  body.about .development_history .center .content ul li .box span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  body.about .development_history .center .content ul li .year {
    font-size: .25rem;
    color: #3266CC;
    position: absolute;
    bottom: auto;
  }
  body.about .development_history .center .content ul li:nth-child(1) p {
    top: .88rem;
    left: 2rem;
  }
  body.about .development_history .center .content ul li:nth-child(1) .box {
    top: .28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(1) .year {
    left: .96rem;
    top: 1.03rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) p {
    font-size: .2778rem;
    top: 2.88rem;
    left: 2rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) .box {
    top: 2.28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(2) .year {
    left: .96rem;
    top: 3.08rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) p {
    font-size: .3334rem;
    top: 4.85rem;
    left: 2rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) .box {
    top: 4.28rem;
    left: auto;
    right: .2rem;
  }
  body.about .development_history .center .content ul li:nth-child(3) .year {
    left: .96rem;
    top: 5.12rem;
  }
  body.about .development_history .center .content .dian {
    display: none;
  }
  body.about .about_idea {
    padding-top: .66rem;
    height: auto;
    background: none;
    margin-bottom: 0;
  }
  body.about .about_idea .center .content {
    width: 6.944rem;
    height: 4.723rem;
    margin: 0 auto;
    margin-top: .55rem;
    background: url(../images/about_idea_content_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: .21rem .26rem .14rem .42rem;
  }
  body.about .about_idea .center .content p {
    font-size: .1944rem;
    line-height: .2778rem;
    margin-bottom: .25rem;
  }
  body.about .about_idea .center .content p::before {
    width: .111rem;
    height: .111rem;
    background-color: #3266CC;
    left: -.241rem;
    top: .08rem;
  }
  body.about .about_Team {
    padding-top: 1.1rem;
    background-color: #F5F5F5;
    margin-bottom: 0;
  }
  body.about .about_Team b.bt {
    margin: 0 .28rem;
  }
  body.about .about_Team .about_swiper {
    width: 100%;
    margin: 0 auto;
    padding: .45rem .28rem;
    height: 4.862rem;
    margin-bottom: 0;
    margin-top: .55rem;
    background-color: #fff;
    padding-bottom: 1.2rem;
  }
  body.about .about_Team .about_swiper .swiper-slide .img {
    width: 2.222rem;
    height: 2.4rem;
    background-size: cover;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr {
    width: auto;
    height: auto;
    background: none;
    position: inherit;
    text-align: left;
    padding-top: .13rem;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr p.name {
    font-size: .25rem;
    color: #3266CC;
    margin-top: 0;
  }
  body.about .about_Team .about_swiper .swiper-slide .nr p {
    font-size: .2048rem;
    color: #666666;
    margin-top: .08rem;
  }
  body.about .about_Team .about_swiper .swiper-pagination {
    bottom: .49rem;
  }
  body.about .about_Team .about_swiper .swiper-pagination .swiper-pagination-bullet {
    width: .111rem;
    height: .111rem;
    background: #4a4a4a;
    margin: 0 .085rem;
  }
  body.about .about_Team .about_swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #3266CC;
  }
  body.about .Service_system {
    height: auto;
    background: none;
    padding-top: .77rem;
    margin-bottom: 0;
  }
  body.about .Service_system .center {
    padding: 0;
    display: block;
  }
  body.about .Service_system .center b.bt {
    margin: 0 .28rem;
  }
  body.about .Service_system .center p {
    display: none;
  }
  body.about .Service_system .center ul {
    height: 8.278rem;
    background: url(../images/Service_system_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .56rem;
    padding: 0 .28rem;
    flex-wrap: wrap;
    padding-bottom: .1rem;
    padding-top: .32rem;
  }
  body.about .Service_system .center ul li {
    width: 3.194rem;
    height: 3.611rem;
  }
  body.about .Service_system .center ul li img {
    width: .89rem;
    margin: .59rem auto .47rem;
  }
  body.about .Service_system .center ul li span {
    font-size: .2222rem;
    line-height: .3334rem;
  }
  body.about .Service_system .center ul li::before {
    content: '';
    position: absolute;
    width: 1.29rem;
    height: .67rem;
    background: url(../images/Service_system_icon_ph.png) no-repeat;
    background-size: 100% 100%;
    right: -.99rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }
  body.about .Service_system .center ul li:nth-child(2)::before {
    left: .945rem;
    right: auto;
    top: auto;
    bottom: -.55rem;
    transform: rotate(90deg);
  }
  body.about .Service_system .center ul li:nth-child(3)::before {
    transform: rotate(180deg);
    top: 1.49rem;
  }
  body.about .Service_system .center ul li:last-child:before {
    content: none;
  }
  body.about .right_fixed {
    display: flex;
  }
  body.about .Industry_insight .tab {
    width: 100%;
    padding-top: .19rem;
    margin-top: .24rem;
    border-bottom: none;
    background-color: #EEEEEE;
    box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.09);
  }
  body.about .Industry_insight .tab ul {
    padding: 0;
  }
  body.about .Industry_insight .tab ul li {
    flex: 1;
    padding-bottom: .2rem;
  }
  body.about .Industry_insight .tab ul li.active::after {
    content: '';
    width: 1.18rem;
    height: .028rem;
    bottom: 0;
  }
  body.about .Industry_insight .tab ul li:hover::after {
    content: '';
    width: 1.18rem;
    height: .028rem;
    bottom: 0;
  }
  body.about .Industry_insight .tab a {
    font-size: .25rem;
  }
  body.about .Industry_insight .container {
    width: 100%;
    height: auto;
    background: none;
  }
  body.about .Industry_insight .container .center {
    display: block;
    padding-top: .14rem;
    padding-bottom: 0;
  }
  body.about .Industry_insight .container .center li {
    padding: .09rem .17rem .09rem .05rem;
    height: 1.53rem;
    box-shadow: 0px 1px 1px 0px rgba(9, 2, 4, 0.05);
    border-radius: .07rem;
    margin-top: .06rem;
    position: relative;
  }
  body.about .Industry_insight .container .center li .img {
    width: 1.389rem;
    height: 1.347rem;
    margin-right: .14rem;
  }
  body.about .Industry_insight .container .center li .nr {
    width: 5.19rem;
    padding-top: .0rem;
  }
  body.about .Industry_insight .container .center li .nr a {
    font-size: .25rem;
    margin-bottom: .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: .3rem;
  }
  body.about .Industry_insight .container .center li .nr a:hover {
    color: #3266CC;
  }
  body.about .Industry_insight .container .center li .nr p {
    font-size: .1944rem;
    line-height: 1;
    margin-bottom: .2rem;
    -webkit-line-clamp: 1;
  }
  body.about .Industry_insight .container .center li .nr span.time {
    font-size: .1666rem;
    line-height: 1;
    margin-bottom: 0;
  }
  body.about .Industry_insight .container .center li a.uplode {
    position: absolute;
    display: flex;
    width: auto;
    height: auto;
    margin-left: 0;
    flex-direction: row;
    justify-content: inherit;
    align-items: center;
    border-left: none;
    right: .17rem;
    bottom: .13rem;
  }
  body.about .Industry_insight .container .center li a.uplode i {
    width: .16rem;
    height: .18rem;
  }
  body.about .Industry_insight .container .center li a.uplode p {
    font-size: .1666rem;
    line-height: 1;
    margin-top: 0;
    margin-left: .08rem;
  }
  body.about .Industry_insight .paging {
    display: none;
  }
  body.about .Industry_article {
    border-bottom: .01rem solid #AAAAAA;
  }
  body.about .Industry_article .center .Industry_article_top {
    margin-top: .4rem;
    padding-bottom: .57rem;
    border-bottom: none;
    position: relative;
  }
  body.about .Industry_article .center .Industry_article_top h1 {
    font-size: .4028rem;
    line-height: .5rem;
    text-align: left;
  }
  body.about .Industry_article .center .Industry_article_top .inner {
    display: flex;
    justify-content: inherit;
  }
  body.about .Industry_article .center .Industry_article_top .inner p {
    font-size: .2222rem;
    margin: 0;
    margin-top: .5rem;
    display: none;
  }
  body.about .Industry_article .center .Industry_article_top .inner p.time {
    display: block;
  }
  body.about .Industry_article .center .Industry_article_top a.back {
    display: none;
  }
  body.about .Industry_article .center .Industry_banner {
    display: block;
    padding-bottom: .47rem;
    border-bottom: .01rem dashed #AAAAAA;
    margin-bottom: .3rem;
  }
  body.about .Industry_article .center .Industry_banner img {
    width: 100%;
  }
  body.about .Industry_article .center .content {
    font-size: .2916rem !important;
    line-height: .5rem !important;
    text-indent: 0 !important;
  }
  body.about .Industry_article .center .content p {
    margin-top: 0;
  }
  body.about .Industry_article .center .content img {
    margin-top: .1rem;
  }
  body.about .Industry_article .center .content span {
    font-size: .2084rem;
    text-align: left;
    margin-top: .1rem;
    line-height: 1;
    margin-bottom: .5rem;
  }
  body.about .Industry_article .center .content .img {
    display: block;
    margin-top: .5rem;
  }
  body.about .Industry_article .center .content .img img {
    width: 100%;
  }
  body.about .Industry_article .center .Industry_article_bot {
    height: auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: .46rem;
    position: relative;
    display: block;
    border-bottom: .01rem dashed #aaaaaa;
  }
  body.about .Industry_article .center .Industry_article_bot .inner {
    width: 100%;
    font-size: .25rem;
    color: #AAAAAA;
    position: absolute;
    display: flex;
    top: .36rem;
  }
  body.about .Industry_article .center .Industry_article_bot .inner p {
    flex: 1;
  }
  body.about .Industry_article .center .Industry_article_bot .article_tags {
    font-size: .25rem;
    color: #AAAAAA;
  }
  body.about .Industry_article .center .Industry_article_bot .article_tags span {
    color: #3266CC;
    margin: 0;
    margin-right: .2rem;
    cursor: pointer;
  }
  body.about .Industry_article .center .Industry_article_bot a.consult {
    width: 100%;
    height: .556rem;
    border-radius: .0416rem;
    font-size: .25rem;
    margin-top: .73rem;
  }
  body.about .Industry_article .center .Industry_article_bot a.consult img {
    margin-right: .09rem;
    width: .25rem;
  }
  body.about .Industry_article .center .recommend {
    padding-top: .56rem;
    padding-bottom: .47rem;
  }
  body.about .Industry_article .center .recommend h6 {
    font-size: .3334rem;
    color: #3266CC;
    margin-bottom: .2rem;
  }
  body.about .Industry_article .center .recommend ul li {
    margin-top: .3rem;
    width: 100%;
    font-size: 18px;
    padding-left: .33rem;
    display: none;
  }
  body.about .Industry_article .center .recommend ul li a {
    font-size: .25rem;
    width: auto;
    text-overflow: initial;
    white-space: normal;
    transition: all .3s;
    line-height: .3rem;
  }
  body.about .Industry_article .center .recommend ul li a::after {
    top: 10%;
    width: .208rem;
    height: .208rem;
    transform: initial;
  }
  body.about .Industry_article .center .recommend ul li:nth-child(1),
  body.about .Industry_article .center .recommend ul li:nth-child(2),
  body.about .Industry_article .center .recommend ul li:nth-child(3) {
    display: block;
  }
  body.area .Service_area_inner {
    height: 2.777rem;
    margin-bottom: 1.77rem;
    margin-top: 1.67rem;
    position: relative;
  }
  body.area .Service_area_inner ul.center {
    top: -.85rem;
    padding: .3rem .28rem;
  }
  body.area .Service_area_inner ul.center li {
    width: 2.292rem;
    height: 4.611rem;
    background: #F5F5F5;
    border-radius: .0694rem;
  }
  body.area .Service_area_inner ul.center li img {
    width: .63rem;
    margin: 0 auto;
  }
  body.area .Service_area_inner ul.center li h2 {
    font-size: .25rem;
    margin-top: .26rem;
  }
  body.area .Service_area_inner ul.center li .content {
    width: auto;
    display: block;
    margin-top: .31rem;
  }
  body.area .Service_area_inner ul.center li .content span {
    font-size: .1944rem;
    width: 1.82rem;
    height: .333rem;
    border-radius: .0556rem;
    margin-top: .12rem;
  }
  body.area .contact_us {
    margin-top: .86rem;
    background: #ffffff;
    margin-bottom: 0;
  }
  body.area .contact_us .center {
    padding: 0;
    flex-direction: column-reverse;
  }
  body.area .contact_us .center p {
    display: flex;
    align-items: center;
  }
  body.area .contact_us .center p img {
    width: auto;
    height: .28rem;
    margin-right: 9px;
  }
  body.area .contact_us .center .left {
    width: auto;
    margin-top: .3rem;
    padding: .63rem .28rem;
    border-top: .01rem solid #3266CC;
  }
  body.area .contact_us .center .left ul li {
    font-size: .2778rem;
    line-height: .5rem;
  }
  body.area .contact_us .center .left ul li h2 {
    font-size: .2778rem;
    line-height: .5rem;
  }
  body.area .contact_us .center .left ul li p {
    padding-left: .23rem;
  }
  body.area .contact_us .center .right .Map {
    width: 100%;
    height: 4.527rem;
  }
  body.area .contact_us .center .right .Map #dituContent {
    width: 100%;
    height: 4.527rem;
    border: #3266CC solid .02rem;
  }
  body.area .contact_us .center .right .address,
  body.area .contact_us .center .right .Hotline {
    padding: 0 .28rem;
    font-size: .25rem;
    margin-top: .2rem;
  }
  body.area .contact_us .center .right .address img,
  body.area .contact_us .center .right .Hotline img {
    width: auto;
    height: .25rem;
  }
  body.business .Crowd_oriented {
    padding-top: .5rem;
    margin-bottom: 0;
  }
  body.business .Crowd_oriented .center {
    display: block;
    padding: 0;
  }
  body.business .Crowd_oriented .center b.bt {
    margin: 0 .28rem;
  }
  body.business .Crowd_oriented .center ul {
    display: none;
  }
  body.business .Crowd_oriented .center ul.ph {
    margin-top: .56rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
  }
  body.business .Crowd_oriented .center ul.ph li {
    margin-top: 0;
    width: 50%;
    height: 1.23rem;
    background: none;
    padding: 0 .42rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  body.business .Crowd_oriented .center ul.ph li img {
    width: .42rem;
  }
  body.business .Crowd_oriented .center ul.ph li p {
    font-size: .25rem;
    color: #333333;
    line-height: 1;
    margin-left: .22rem;
  }
  body.business .Crowd_oriented .center ul.ph li::before {
    content: '';
    position: absolute;
    width: 3.264rem;
    height: .007rem;
    background-color: #aaaaaa;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body.business .Crowd_oriented .center ul.ph li::after {
    content: '';
    position: absolute;
    width: .007rem;
    height: .625rem;
    background-color: #aaaaaa;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.business .Crowd_oriented .center ul.ph li:nth-child(5)::before,
  body.business .Crowd_oriented .center ul.ph li:last-child::before {
    content: none;
  }
  body.business .Crowd_oriented .center ul.ph li:nth-child(2n)::after {
    content: none;
  }
  body.business .Business_positioning {
    height: auto;
    background: none;
    padding-top: 1.75rem;
    margin-bottom: 0;
    position: relative;
  }
  body.business .Business_positioning .center {
    display: block;
    background: url(../images/Business_positioning_bg_ph.png) no-repeat;
    background-size: 100% 100%;
  }
  body.business .Business_positioning .center b.bt {
    position: absolute;
    top: .84rem;
  }
  body.business .Business_positioning .center h2 {
    font-size: .3334rem;
    margin-top: .78rem;
  }
  body.business .Business_positioning .center p {
    font-size: .2084rem;
    color: #333333;
    margin-top: .5rem;
  }
  body.business .Business_positioning .center .content {
    margin-top: .62rem;
    display: block;
    justify-content: space-between;
  }
  body.business .Business_positioning .center .content ul {
    margin-top: 0;
  }
  body.business .Business_positioning .center .content ul li {
    width: auto;
    height: 1.14rem;
    margin-bottom: .03rem;
  }
  body.business .Business_positioning .center .content ul li .left {
    width: 1.528rem;
    height: 100%;
    font-size: .25rem;
  }
  body.business .Business_positioning .center .content ul li .right {
    display: flex;
    flex: 1;
    padding-left: .15rem;
    padding-right: .15rem;
    align-items: center;
  }
  body.business .Business_positioning .center .content ul li .right p {
    margin-top: 0;
    font-size: .2084rem;
    line-height: .25rem;
  }
    body.business .Business_positioning .center .content .content_right {
    width: 65%;
    height: 207px;
    margin: 0 auto;
    margin-top: 20px;
  }
  body.business .Business_positioning .center .content .content_right p {
    font-size: 15px;
    width: 74px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(1) {
    top: 23px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(2) {
    left: 2%;
    bottom: 20px;
  }
  body.business .Business_positioning .center .content .content_right p:nth-child(3) {
    right: 2%;
    bottom: 20px;
  }
  body.business .Business_positioning .center .content img {
    width: 5.65rem;
    margin: .5rem auto .3rem;
  }
  body.business .operation_flow {
    display: none;
  }
  body.business .temperature_range {
    padding-top: .94rem;
    padding-bottom: 0;
  }
  body.business .temperature_range .center {
    display: block;
    padding: 0;
  }
  body.business .temperature_range .center b.bt {
    margin: 0 .28rem;
  }
  body.business .temperature_range .center ul {
    margin-top: .54rem;
    display: flex;
    padding: .52rem .28rem;
    background-color: #ffffff;
  }
  body.business .temperature_range .center ul li {
    height: 2.222rem;
    padding: .35rem 0;
  }
  body.business .temperature_range .center ul li img {
    width: .38rem;
    margin: 0 auto;
  }
  body.business .temperature_range .center ul li p {
    font-size: .2048rem;
    margin-top: .21rem;
    text-align: center;
  }
  body.business .temperature_range .center ul li .content {
    display: none;
  }
  body.business .temperature_range .center ul li a.consult {
    width: 1.25rem;
    height: .417rem;
    border-radius: .1rem;
    font-size: .1806rem;
    border: .01rem solid #FD8C3E;
    line-height: .397rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: .18rem;
  }
  body.business .temperature_range .center ul li:nth-child(2) img {
    margin: .09rem auto;
  }
  body.business .temperature_range .center ul li:nth-child(2) p {
    margin-top: .29rem;
  }
  body.business .personnel_park {
    height: 7rem;
    margin-top: .5rem;
    margin-bottom: .31rem;
    position: relative;
  }
  body.business .personnel_park b {
    font-size: .3334rem;
    margin-top: .64rem;
    margin-bottom: 0;
  }
  body.business .personnel_park p.p {
    display: none;
  }
  body.business .personnel_park .center ul.ul_pick {
    margin-top: 0;
    display: block;
  }
  body.business .personnel_park .center ul.ul_pick li {
    position: absolute;
    width: 2.5rem;
    height: 1.389rem;
    background: url(../images/personnel_park_list_bg_ph.png);
    background-size: 100% 100%;
    padding-top: .05rem;
    z-index: 9;
  }
  body.business .personnel_park .center ul.ul_pick li span {
    font-size: .3334rem;
    color: #ffffff;
    font-weight: normal;
  }
  body.business .personnel_park .center ul.ul_pick li p {
    width: 2rem;
    font-size: .2084rem;
    color: #ffffff;
    line-height: .25rem;
    margin-top: .15rem;
  }
  body.business .personnel_park .center ul.ul_pick li p em {
    display: none;
  }
  body.business .personnel_park .center ul.ul_pick li::before {
    content: none;
  }
  body.business .personnel_park .center ul.ul_pick li:nth-child(1) {
    top: 1.55rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  body.business .personnel_park .center ul.ul_pick li:nth-child(2) {
    top: 3.27rem;
    left: .28rem;
  }
  body.business .personnel_park .center ul.ul_pick li:nth-child(3) {
    top: 3.27rem;
    right: .28rem;
  }
  body.business .personnel_park .center ul.ul_pick li:nth-child(4) {
    top: 5.18rem;
    left: .89rem;
  }
  body.business .personnel_park .center ul.ul_pick li:nth-child(5) {
    top: 5.18rem;
    right: .89rem;
  }
  body.business .personnel_park .center .content {
    padding-top: 1.55rem;
    padding-bottom: 0;
  }
  body.business .personnel_park .center .content .yuan {
    width: 3.34rem;
    height: 3.18rem;
    background: url(../images/content_yuan_ph.png) no-repeat;
    background-size: 100% 100%;
    font-size: .3334rem;
    padding-top: .2rem;
  }
  body.business .personnel_park .center .content .list {
    display: none;
  }
  body.business .Core_issues {
    margin-top: .67rem;
    margin-bottom: 1.05rem;
  }
  body.business .Core_issues .center {
    display: block;
  }
  body.business .Core_issues .center .left {
    width: 3.46rem;
    height: 2.18rem;
    border-radius: .07rem;
    background-image: url(../images/Core_issues_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: .33rem;
    line-height: .47rem;
    margin: 0 auto;
  }
  body.business .Core_issues .center .right {
    margin-top: .31rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body.business .Core_issues .center .right li {
    width: 2.08rem;
    height: .94rem;
    background-image: url(../images/Core_issues_right_bg.png);
    justify-content: center;
    padding-left: 0;
  }
  body.business .Core_issues .center .right li b {
    width: auto;
    height: auto;
    border-right: none;
    font-size: .25rem;
    line-height: 1;
  }
  body.business .Core_issues .center .right li p {
    display: none;
  }
  body.business .Service_Area {
    height: 7.14rem;
    background: #ffffff;
    overflow: hidden;
    padding-top: .35rem;
    padding-bottom: .57rem;
  }
  body.business .Service_Area .center {
    height: 100%;
    display: block;
    position: relative;
  }
  body.business .Service_Area .center li {
    width: 2.99rem;
    height: 2.54rem;
    border-radius: .07rem;
    background: url(../images/service_Area_list_bg_ph1.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 6;
  }
  body.business .Service_Area .center li .bt {
    width: 100%;
    height: .49rem;
    line-height: .49rem;
    font-size: .25rem;
    margin-top: .05rem;
  }
  body.business .Service_Area .center li p {
    padding: .2rem .2rem;
    font-size: .21rem;
    color: #ffffff;
    line-height: .25rem;
    text-align: justify;
  }
  body.business .Service_Area .center li:nth-child(1) {
    top: 0;
    left: .28rem;
  }
  body.business .Service_Area .center li:nth-child(2) {
    top: 0;
    right: .28rem;
    background: url(../images/service_Area_list_bg_ph2.png);
    background-size: 100% 100%;
  }
  body.business .Service_Area .center li:nth-child(3) {
    bottom: 0;
    left: .28rem;
    background: url(../images/service_Area_list_bg_ph2.png);
    background-size: 100% 100%;
  }
  body.business .Service_Area .center li:nth-child(4) {
    bottom: 0;
    right: .28rem;
  }
  body.business .Service_Area .center .yuan {
    width: 4.2rem;
    height: 4.2rem;
    font-size: .38rem;
    z-index: 5;
  }
  body.business .Cooperation_projects {
    height: 4.44rem;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: .72rem;
  }
  body.business .Cooperation_projects b.bt {
    margin-top: .65rem;
    margin-bottom: .56rem;
    color: #fff;
    text-align: center;
  }
  body.business .Cooperation_projects ul.center {
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .8rem;
  }
  body.business .Cooperation_projects ul.center li {
    width: 2.36rem;
    margin-right: .22rem;
  }
  body.business .Cooperation_projects ul.center li .img {
    width: 2.36rem;
    height: 1.81rem;
  }
  body.business .Cooperation_projects ul.center li .img p {
    height: .33rem;
    line-height: .33rem;
    padding: 0 .13rem;
  }
  body.business .Cooperation_projects ul.center li .img p span {
    font-size: .18rem;
  }
  body.business .Cooperation_projects ul.center li b {
    font-size: .21rem;
    margin-top: .2rem;
    padding-left: 0;
    margin-bottom: 0;
  }
  body.business .Service_process {
    display: none;
  }
  body.business .Latest_articles {
    padding-top: .64rem;
    position: relative;
  }
  body.business .Latest_articles .center {
    display: block;
    padding: 0;
  }
  body.business .Latest_articles .center .title {
    height: .45rem;
    margin: 0 .28rem;
    position: initial;
  }
  body.business .Latest_articles .center .title img {
    display: none;
  }
  body.business .Latest_articles .center .title b {
    font-size: .3750rem;
    color: #333333;
    line-height: .45rem;
    text-align: left;
    position: relative;
    padding-left: .233rem;
    left: 0;
  }
  body.business .Latest_articles .center .title a {
    font-size: .2222rem;
    text-decoration: none;
    color: #3266CC;
    position: absolute;
    width: 3rem;
    height: .486rem;
    border: .01rem solid #3266CC;
    border-radius: .24rem;
    line-height: .484rem;
    text-align: center;
    bottom: .37rem;
    left: 50%;
    transform: translateX(-50%);
  }
  body.business .Latest_articles .center .title b::after {
    content: '';
    position: absolute;
    width: .083rem;
    height: .347rem;
    background-color: #3266CC;
    border-radius: .0278rem;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  body.business .Latest_articles .center ul {
    display: block;
    margin-top: .56rem;
    padding: 0 .28rem;
    padding-bottom: 1.28rem;
    background-color: #fff;
  }
  body.business .Latest_articles .center ul li {
    width: 100%;
    height: 1.31rem;
    line-height: .3334rem;
    display: none;
    padding-left: 23px;
    border-bottom: 1px dashed #aaaaaa;
    position: relative;
    padding-top: .2rem;
  }
  body.business .Latest_articles .center ul li a {
    font-size: .25rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
    line-height: .3334rem;
  }
  body.business .Latest_articles .center ul li a:hover {
    color: #3266CC;
  }
  body.business .Latest_articles .center ul li span.time {
    font-size: .2048rem;
    color: #AAAAAA;
    display: block;
    text-align: right;
    margin-top: .12rem;
  }
  body.business .Latest_articles .center ul li:nth-child(1),
  body.business .Latest_articles .center ul li:nth-child(2),
  body.business .Latest_articles .center ul li:nth-child(3),
  body.business .Latest_articles .center ul li:nth-child(4) {
    display: block;
  }
  body.business .Latest_articles .center ul li::before {
    width: .25rem;
    height: .25rem;
    top: 30%;
  }
  .banner {
    margin-top: 1.11rem;
  }
  .banner .banner_swiper {
    display: none;
  }
  .banner img:first-child {
    display: none;
  }
  .banner img:last-child {
    display: block;
  }
  .position {
    width: 100%;
    height: .556rem;
    background-color: #EEEEEE;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .position .center {
    padding: 0;
    height: .556rem;
    padding-left: .28rem;
  }
  .position .center img {
    width: .17rem;
  }
  .position .center p {
    font-size: .2084rem;
  }
  .position .center p a {
    color: #333333;
  }
  .consulting {
    padding-top: .73rem;
  }
  .consulting .title {
    font-size: .3750rem;
    color: #333333;
    line-height: .45rem;
    padding-left: .233rem;
    font-weight: bold;
    margin-left: .233rem;
    font-weight: bold;
    text-align: left;
  }
  .consulting .title::before {
    content: none;
  }
  .consulting .title::after {
    content: '';
    position: absolute;
    width: .083rem;
    height: .347rem;
    background-color: #3266CC;
    border-radius: .0278rem;
    left: 0;
    top: 50%;
    margin-left: 0;
    transform: translate(0%, -50%);
  }
  .consulting .center {
    width: 100%;
    background-color: #fff;
    margin-top: .6rem;
  }
  .consulting .center ul {
    padding: 0;
    height: 2.153rem;
    padding-top: .56rem;
  }
  .consulting .center ul li a .img {
    width: .695rem;
    height: .695rem;
    margin-bottom: 0;
  }
  .consulting .center ul li a .img img {
    height: .32rem;
  }
  .consulting .center ul li a p {
    font-size: .25rem;
    margin-top: .09rem;
  }
  b.bt {
    font-size: .3750rem;
    color: #333333;
    line-height: .45rem;
    text-align: left;
    position: relative;
    padding-left: .233rem;
    display: block;
  }
  b.bt::after {
    content: '';
    position: absolute;
    width: .083rem;
    height: .347rem;
    background-color: #3266CC;
    border-radius: .0278rem;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
