input[type="number"]{
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.head-box{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  background-color: rgba(0, 0, 0, 0.3);
}
.head-box .head{
  width: 1200px;
  height: 99px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-box .head .head-nav a{
  font-size: 16px;
	line-height: 55px;
	color: #ffffff;
}
.head-box .head .head-nav a+a{
  margin-left: 35px;
}
.head-box .shead{
  display: none;
}

.foot-box{
  width: 100%;
  height: 338px;
  background-color: #2d2d2e;
}
.foot-box .foot{
  width: 1200px;
  height: 283px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-box .foot .left .tabs{
  margin-bottom: 30px;
}
.foot-box .foot .left .tabs a{
  font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.foot-box .foot .left .tabs a+a{
  margin-left: 30px;
}
.foot-box .foot .left .phone{
  font-size: 32px;
	font-style: italic;
  line-height: 36px;
  font-weight: bold;
	color: #da251c;
}
.foot-box .foot .left .address{
  font-size: 13px;
	line-height: 36px;
  color: #a2a1a1;
  margin: 20px 0;
}
.foot-box .foot .left .address img{
  vertical-align: text-bottom;
  margin-right: 12px;
}
.foot-box .foot .left select{
  width: 328px;
	height: 34px;
  border: solid 1px #494949;
  box-sizing: border-box;
  background-color: #494949;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}
.foot-box .foot .right{
  text-align: right;
}
.foot-box .foot .right p{
  font-size: 18px;
	line-height: 55px;
	color: #a2a1a1;
}
.foot-box .foot .right p span{
  font-size: 14px;
	color: #4d4d4d;
}
.foot-box .foot .right img{
  padding: 10px;
  background-color: #fff;
}
.foot-box .copy{
 border-top: 1px solid #3b3b3c;
 height: 55px;
 line-height: 55px;
 text-align: center;
 color: #6f6f6f;
 box-sizing: border-box;
 font-size: 14px;
}

.banner-swiper{
  width: 100%;
  height: 100vh;
}
.banner-swiper .swiper-index{
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-index .swiper-slide{
  display: flex;
  align-items: center;
}
.banner-swiper .btns{
  width: 1200px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-swiper .banner-info{
  width: 100%;
  height: 138px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
}
.banner-swiper .banner-info .inner{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner-swiper .banner-info .inner .item>p{
  color: #fff;
  text-align: center;
}
.banner-swiper .banner-info .inner .item>p:nth-child(1){
  font-size: 30px;
	line-height: 35px;
}
.banner-swiper .banner-info .inner .item>p:nth-child(1) span{
  font-size: 14px;
}
.banner-swiper .banner-info .inner .item>p:nth-child(2){
  font-size: 16px;
	line-height: 24px;
}
.banner-swiper .banner-info .inner .item:last-child>p{
  text-align: left;
}
.banner-swiper .swiper-index-next,.banner-swiper .swiper-index-prev{
  width: 42px;
  height: 42px;
  opacity: 1;
  background-size: 100% 100%;
  outline: none;
  position: static;
}
.banner-swiper .swiper-index-next{
  background-image: url(../img/icon_02.png);
}
.banner-swiper .swiper-index-prev{
  background-image: url(../img/icon_01.png);
}
.social-share .social-share-icon{
  color: #000 !important;
  border-color: #fff !important;
  background: #fff !important;
}
.wechat-qrcode .qrcode img{
  width: 100px;
  height: 100px;
}


.page-title{
  font-size: 30px;
  font-weight: bold;
	line-height: 55px;
  color: #282828;
  text-align: center;
}
.page-subtitle{
  font-weight: bold;
	font-size: 24px;
	line-height: 55px;
	color: #da251c;
  text-align: center;
}
.business-area{
  padding-top: 85px;
  padding-bottom: 100px;
}
.business-area .inner{
  width: 1200px;
  height: 545px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.business-area .inner .left{
  width: 315px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.business-area .inner .left .item{
  width: 100%;
  height: 107px;
  background-color: #6b6e78;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.business-area .inner .left .item.active{
  background-color: #da251c;
}
.business-area .inner .left .item .cont{
  display: flex;
  align-items: flex-end;
}
.business-area .inner .left .item .cont .l-jt{
  width: 0;
  overflow: hidden;
  transition: all .3s;
}

.business-area .inner .left .item .cont .r-txt p:nth-child(1){
  font-size: 16px;
	line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.business-area .inner .left .item .cont .r-txt p:nth-child(2){
  font-size: 12px;
	line-height: 20px;
	color: #ffffff;
  text-align: center;
}
.business-area .inner .right{
  width: 880px;
  height: 100%;
}
.business-area .inner .right .list{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.business-area .inner .right .list:not(:first-child){
  display: none;
}
.business-area .inner .right .list .item{
  width: 49.5%;
  height: 49.5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.business-area .inner .right .list .item::after{
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
}
.business-area .inner .right .list .item p{
  font-size: 14px;
	line-height: 26px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 90%;
}
.business-area .inner .right .list .item button{
  width: 89px;
	height: 33px;
  border: solid 1px #eee;
  border-radius: 3px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 14px;
	color: #ffffff;
}

.group-profile.index{
  width: 100%;
  position: relative;
  padding: 0;
}
.group-profile .mask{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.group-profile .inner{
  width: 1200px;
  height: 536px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.group-profile .inner .left{
  width: 50%;
}
.group-profile .inner .left .title{
  font-size: 30px;
	line-height: 55px;
	color: #ffffff;
}
.group-profile .inner .left .subtitle{
  font-size: 24px;
  font-weight: bold;
	line-height: 55px;
	color: #da251c;
}
.group-profile .inner .left .y-title{
  font-size: 46px;
	line-height: 60px;
	color: #ffffff;
	opacity: 0.5;
}
.group-profile .inner .left .name{
  font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
}
.group-profile .inner .left .info{
  font-size: 14px;
	line-height: 30px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.group-profile .inner .right{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.group-profile .inner .right .item{
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.group-profile .inner .right .item{
  margin-bottom: 40px;
}
.group-profile .inner .right .item:nth-child(n+4){
  margin-bottom: 0;
}
.group-profile .inner .right .item .icon{
  width: 106px;
  height: 106px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-profile .inner .right .item p{
  font-size: 18px;
	line-height: 30px;
  color: #ffffff;
  margin-top: 15px;
}
.group-profile .inner .right .item:hover .icon{
  background-color: #da251c;
}

.group-news{
  padding: 70px 0;
  width: 100%;
}
.group-news .btns{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.group-news .btns>div{
  width: 49.5%;
  display: flex;
  align-items: center;
}
.group-news .btns .line{
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.group-news .btns .news-prev,.group-news .btns .news-next{
  position: static;
  margin-top: 0;
  width: 22px;
  height: 22px;
  background-size: 60% 60%;
  border: 1px solid #eee;
  border-radius: 50%;
  outline: none;
}
.group-news .index-news{
  width: 1200px;
  margin: 40px auto;
}
.index-news .swiper-slide .img{
  width: 100%;
  height: 195px;
}
.index-news .swiper-slide .title{
  font-size: 18px;
	line-height: 30px;
  color: #282828;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news .swiper-slide .info{
  font-size: 14px;
	line-height: 24px;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .swiper-slide .time{
  font-size: 13px;
	line-height: 24px;
	color: #585858;
}

.page-top{
  width: 100%;
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-top-title{
  font-size: 36px;
	line-height: 55px;
	color: #fff;
}
.page-top-subtitle{
  font-size: 24px;
	line-height: 40px;
	color: #ffffff;
}
.page-top-nav{
  width: 100%;
  height: 85px;
  background-color: #eee;
}
.page-top-nav .inner{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-top-nav .inner .now img{
  vertical-align: middle;
  margin-right: 5px;
}
.page-top-nav .inner .now a{
  font-size: 14px;
	line-height: 24px;
	color: #282828;
}
.page-top-nav .inner .now span{
  font-size: 14px;
	color: #848484;
}
.page-top-nav .inner .tabs a{
  width: 110px;
  display: inline-block;
  height: 100%;
  line-height: 85px;
  font-size: 16px;
  color: #282828;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.page-top-nav .inner .tabs a.active{
  color: #db2b23;
  background-color: #f4f4f4;
}
.page-top-nav .inner .tabs a.active span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #db2b23;
}
.concat-form{
  width: 100%;
  padding: 70px 0;
}
.concat-form .inner{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concat-form .inner .left{
 padding-bottom: 20px;
}
.concat-form .inner .left .name{
  font-size: 24px;
	line-height: 50px;
	color: #282828;
}
.concat-form .inner .left .info{
  font-size: 16px;
	line-height: 40px;
	color: #666666;
}
.concat-form .inner .right{
  width: 630px;
}
.concat-form .inner .right .title{ 
  font-size: 24px;
	line-height: 30px;
	color: #282828;
}
.concat-form .inner .right .subtitle{ 
  font-size: 16px;
	line-height: 20px;
	color: #6e6e6e;
}
.concat-form .inner .right .inputs{
  width: 100%; 
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.concat-form .inner .right .inputs input{
  width: 306px;
	height: 54px;
  border: solid 1px #b0b0b0;
  font-size: 16px;
	line-height: 54px;
  color: #5a5a5a;
  padding-left: 15px;
  box-sizing: border-box;
}
.concat-form .inner .right .textarea{
  width: 100%;
  height: 158px;
  position: relative;
}
.concat-form .inner .right .textarea textarea{
  width: 100%;
  height: 100%;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}
.concat-form .inner .right .textarea .send-box{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.concat-form .inner .right .textarea .send{
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 40px;
  border-color: transparent #db2b23 #db2b23 transparent;
}
.concat-form .inner .right .textarea .tex{
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
.map{
  width: 100%;
  height: 600px;
}
#mapContainer{
  width: 100%;
  height: 100%;
}
.amap-icon img{
  width: 20px;
}
.use-idea{
  width: 100%;
  text-align: center;
  padding: 70px 10px;
  box-sizing: border-box;
}
.use-idea .title{
  font-size: 30px;
	line-height: 35px;
  color: #282828;
  margin-bottom: 45px;
}
.use-idea .info{
  font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.use-idea .info+.info{
  margin-top: 20px;
}
.hiring{
  width: 100%;
  padding: 70px 0;
  background-color: #eee;
}
.hiring .title{
  font-size: 30px;
	line-height: 35px;
  color: #282828;
  margin-bottom: 45px;
  text-align: center;
}
.hiring .list{
  width: 1200px;
  margin: 0 auto;
}
.hiring .list .item{
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.hiring .list .item .top{
  cursor: pointer;
}
.hiring .list .item .top p{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hiring .list .item .top .two .btn:nth-of-type(3){
  display: none;
}
.hiring .list .item .top .one .jobs{
  font-size: 20px;
	line-height: 24px;
	color: #282828;
}
.hiring .list .item .top .one .time{
  font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
}
.hiring .list .item .top .two{
  margin-top: 20px;
}
.hiring .list .item .top .two .info{
  font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
}
.hiring .list .item .top .two .btn{
  width: 59px;
	height: 20px;
  background-color: #d1d1d1;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.hiring .list .item .top .two .btn:nth-of-type(3){
  background-color: #db2b23;
  display: none;
  align-items: center;
  justify-content: center;
}
.hiring .list .item .top .two .btn:nth-of-type(3) span{
  width: 16px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.hiring .list .item .bottom{
  display: none;
  margin-top: 10px;
  border-top: 1px solid #eee;
  position: relative;
}
.hiring .list .item .bottom .job-title{
  margin-top: 40px;
  font-size: 14px;
	line-height: 25px;
  color: #858585;
  font-weight: bold;
}
.hiring .list .item .bottom .info{
  font-size: 14px;
  line-height: 25px;
	color: #858585;
  margin-top: 20px;
  width: 50%;
}
.hiring .list .item .bottom button{
  width: 173px;
	height: 50px;
	background-color: #da251c;
  border-radius: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 18px;
	color: #ffffff;
}
.case-list{
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
}
.case-list .item{
  margin-right: 22px;
  width: 282px;
  margin-bottom: 50px;
}
.case-list .item:nth-child(4n){
  margin-right: 0;
}
.case-list .item .img{
  width: 100%;
  height: 165px;
}
.case-list .item .title{
  margin-top: 10px;
}
.case-list .item .title p{
  font-size: 18px;
	line-height: 36px;
  color: #282828;
  text-align: center;
}
.case-list .item .title img{
  display: none;
}

.page-jump{
  text-align: center;
  padding-bottom: 90px;
}
.page-jump a{
  display: inline-block;
	height: 40px;
	background-color: #ffffff;
  border: solid 1px #c8c8c8;
  padding: 0 15px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border-radius: 3px;
}
.page-jump a.active{
	background-color: #db2b23;
  border: solid 1px #db2b23;
  color: #fff;
}
.page-jump a+a{
	margin-left: 10px;
}
.page-jump span{
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  margin: 0 10px;
}
.case-container{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.case-container .project-info{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  justify-content: space-between;
}
.case-container .project-info .left{
  width: 484px;
	height: 323px;
}
.case-container .project-info .right{
  width: 665px;
}
.case-container .project-info .right .row{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  color: #717171;
}
.case-container .project-info .right .row:first-child span{
  color: #282828;
  font-weight: bold;
}
.case-details-title{
  width: 100%;
  height: 40px;
  background-color: #eeeeee;
  margin-bottom: 35px;
}
.case-details-title span{
  display: inline-block;
  width: 140px;
  height: 100%;
  background-color: #db2b23;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.case-details{
  width: 100%;
}
.case-details .img{
  width: 100%;
  height: 358px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-details .img .title{
  font-size: 48px;
	line-height: 60px;
	color: #ffffff;
}
.case-details .img .subtitle{
  font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}
.case-details .txt .cont-txt{
  font-size: 14px;
	line-height: 24px;
  color: #282828;
  margin-top: 25px;
}
.news-list{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.news-list .item{
  width: 100%;
  display: flex;
  padding: 33px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.news-list .item .img{
  width: 247px;
  height: 151px;
  margin-right: 20px;
}
.news-list .item .center{
  width: 657px;
}
.news-list .item .center .title{
  font-size: 18px;
	line-height: 33px;
  color: #252525;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news-list .item .center .details{
  font-size: 16px;
	line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .item .time{
  position: absolute;
  right: 0;
  top: 33px;
  font-size: 18px;
	line-height: 30px;
	color: #a0a0a0;
}
.news-details-box{
  width: 1200px;
  margin: 50px auto;
}
.news-details-box .title{
  font-size: 24px;
	line-height: 33px;
	color: #282828;
}
.news-details-box .time{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a0a0a0;
  margin: 25px 0;
}
.news-details-box .time img{
  margin: 0 5px;
}
.news-details-box .details .txt{
  font-size: 16px;
	line-height: 30px;
  color: #666666;
  margin-bottom: 50px;
}
.news-details-box .details .img{
  display: flex;
  width: 100%;
}
.service-scope{
  width: 1200px;
  margin: 70px auto;
}
.service-scope .details .title{
  font-size: 36px;
	line-height: 40px;
	color: #282828;
}
.service-scope .details .subtitle{
  font-size: 18px;
	line-height: 40px;
  color: #282828;
  margin-bottom: 12px;
}
.service-scope .details .txt{
  font-size: 14px;
	line-height: 24px;
	color: #282828;
}
.service-scope .details .img{
  width: 100%;
  margin: 35px 0;
}
.service-scope .recommended{
  margin-top: 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service-scope .recommended .item{
  width: 32%;
}
.service-scope .recommended .item .img{
  width: 100%;
  height: 200px;
}
.service-scope .recommended .item p{
  font-size: 18px;
	line-height: 24px;
  color: #282828;
  margin-top: 15px;
  text-align: center;
}
.pro-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
}
.pro-list .item{
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.pro-list .item:nth-child(4n){
  margin-right: 0;
}
.pro-list .item .img{
  width: 100%;
  height: 200px;
  border: 1px solid #e6e6e6;
  background-position: center center;
  background-repeat: no-repeat;
}
.pro-list .item p{
  font-size: 18px;
	line-height: 36px;
  color: #282828;
  margin-top: 10px;
  text-align: center;
}
.case-container .project-info .right .title{
  font-size: 24px;
	line-height: 50px;
	color: #282828;
}
.case-container .project-info .right .subtitle{
  font-size: 16px;
	line-height: 20px;
  color: #7a7a7a;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.case-container .project-info .right .details{
  font-size: 14px;
	line-height: 30px;
	color: #282828;
}
.case-container .project-info .right a{
  width: 195px;
	height: 48px;
	background-color: #fff;
	border-radius: 24px;
  border: solid 1px #da251c;
  color: #da251c;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  margin-top: 60px;
}
.case-container .case-details .txts .txt{
  font-size: 14px;
	line-height: 24px;
  color: #282828;
  margin-bottom: 20px;
}
.case-container .case-details .imgs{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case-container .case-details .imgs .img{
  width: 32%;
  height: 225px;
}
.title-type{
  text-align: center;
}
.title-type .title{
  font-size: 24px;
	line-height: 30px;
	color: #5a5a5a;
}
.title-type .subtitle{
  font-size: 14px;
	line-height: 24px;
	color: #aeaeae;
}
.title-type .line{
  margin: 0 auto;
  width: 314px;
	height: 1px;
	background-color: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.title-type .line span{
  display: inline-block;
  width: 101px;
	height: 1px;
  background-color: #d8261c;
}
.chairman-box{
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.chairman-box .inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.chairman-box .inner .left{
  width: 300px;
	height: 410px;
}
.chairman-box .inner .right{
  width: 798px;
}
.chairman-box .inner .right .title{
  font-size: 18px;
	line-height: 24px;
	color: #282828;
}
.chairman-box .inner .right .cont .txt{
  font-size: 14px;
	line-height: 24px;
  color: #282828;
  margin-top: 25px;
}
.chairman-box .inner .right .end{
  text-align: right;
  font-size: 18px;
	line-height: 24px;
  color: #282828;
  margin-top: 50px;
}
.group-profile{
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.group-profile{
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.group-profile .box-one{
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.group-profile .box-one .left{
	width: 543px;
}
.group-profile .box-one .left .img{
  width: 100%;
  height: 344px;
}
.group-profile .box-one .left .title{
  font-size: 22px;
	line-height: 36px;
  color: #3a3a3a;
  margin-top: 10px;
  text-align: center;
}
.group-profile .box-one .left .subtitle{
  font-size: 12px;
	line-height: 15px;
	color: #c7c7c7;
  text-align: center;
}
.group-profile .box-one .right{
	width: 608px;
}
.group-profile .box-one .right .details{
	font-size: 16px;
	line-height: 36px;
	color: #5a5a5a;
}
.group-profile .box-two{
  width: 100%;
  padding-top: 35px;
}
.group-profile .box-two .txt{
  font-size: 16px;
	line-height: 36px;
	color: #5a5a5a;
}
.group-profile .box-two .imgbox{
  width: 100%;
  height: 230px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.group-profile .box-two .imgbox .img{
  width: 32%;
  height: 100%;
}
.company-cuture{
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.company-cuture .item{
  width: 24%;
  height: 357px;
  border: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
}
.company-cuture .item .img{
  width: 100%;
  height: 165px;
}
.company-cuture .item .title{
  font-size: 24px;
	line-height: 36px;
  color: #282828;
  margin-top: 60px;
  transition: margin-top .3s;
}
.company-cuture .item:hover .title{
  margin-top: 33px;
}
.company-cuture .item:hover .title{
  color: #da251c;
}
.company-cuture .item .subtitle{
  font-size: 16px;
	line-height: 30px;
  color: #5a5a5a;
}
.company-cuture .item .line{
  width: 0;
  height: 1px;
  background-color: #da251c;
  position: absolute;
  bottom: 38px;
  left: 50%;
  margin-left: -51px;
  transition: width .3s;
}
.company-cuture .item:hover .line{
  width: 102px;
}
.honor-box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.honor-box .list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
.honor-box .list .item{
  width: 24%;
  margin-right: 1%;
  margin-bottom: 48px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.honor-box .list .item:nth-child(4n){
  margin-right: 0;
}
.honor-box .list .item .img{
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 197px;
}
.honor-box .list .item .img img{
  cursor: pointer;
}
.honor-box .list .item p{
  line-height: 70px;
  font-size: 18px;
	color: #282828;
}
.imgmask{
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.imgmask .img-box{
  position: relative;
}
.imgmask .img-box .button{
  position: absolute;
  top: -50px;
  right: -55px;
  cursor: pointer;
}
.affiliated-companies{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.affiliated-companies .item{
  width: 32%;
  border: solid 1px #e0e0e0;
  margin-right: 2%;
  margin-top: 50px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 40px;
}
.affiliated-companies .item:nth-child(3n){
  margin-right: 0;
}
.affiliated-companies .item .img{
  width: 100%;
  height: 175px;
}
.affiliated-companies .item .title{
  font-size: 18px;
	line-height: 28px;
  color: #4a4a4a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 25px 0;
}
.affiliated-companies .item .subtitle{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
	line-height: 24px;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.affiliated-companies .item .line{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  margin-left: -68px;
  background-color: #d8261c;
  transition: width .3s;
}
.affiliated-companies-title{
  font-size: 36px;
	line-height: 55px;
	color: #fff;
}
.affiliated-companies-subtitle{
  font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.affiliated-companies-nav{
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
.affiliated-companies-nav a{
  display: inline-block;
	height: 36px;
  border-radius: 18px;
  font-size: 16px;
  color: #282828;
  text-align: center;
  padding: 0 15px;
  line-height: 36px;
}
.affiliated-companies-nav a+a{
	margin-left: 12px;
}
.affiliated-companies-nav a.active{
  background-color: #d8261c;
  color: #fff;
}
.affiliated-companies-details{
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
}
.affiliated-companies-details .img{
  width: 543px;
  height: 344px;
  margin-right: 35px;
  margin-bottom: 30px;
  float: left;
}
.affiliated-companies-details .details-cont .title{
  font-size: 22px;
	line-height: 36px;
	color: #3a3a3a;
}
.affiliated-companies-details .details-cont .subtitle{
  font-size: 12px;
	line-height: 15px;
	color: #c7c7c7;
}
.affiliated-companies-details .details-cont .txt{
  font-size: 16px;
	line-height: 36px;
	color: #5a5a5a;
}
.affiliated-companies-index{
  width: 1200px;
  margin: 0 auto;
}
.affiliated-companies-index>div{
  width: 100%;
  padding: 90px 0;
}
.affiliated-companies-index .box-one .inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.affiliated-companies-index .box-one .inner .left{
  width: 543px;
	height: 344px;
}
.affiliated-companies-index .box-one .inner .right{
  width: 608px;
}
.affiliated-companies-index .box-one .inner .right .title{
  font-size: 22px;
	line-height: 25px;
	color: #3a3a3a;
}
.affiliated-companies-index .box-one .inner .right .subtitle{
  font-size: 12px;
	line-height: 20px;
  color: #c7c7c7;
  margin-bottom: 15px;
}
.affiliated-companies-index .box-one .inner .right .txt{
  font-size: 16px;
	line-height: 36px;
  color: #5a5a5a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.affiliated-companies-index .box-one .inner .right a{
  width: 181px;
	height: 50px;
	border-radius: 25px;
  border: solid 1px #da251c;
  display: inline-block;
  text-align: center;
  font-size: 16px;
	line-height: 50px;
  color: #da251c;
  margin-top: 40px;
}
.affiliated-companies-index.two{
  width: 100%;
  background-color: #f2f2f2;
}
.affiliated-companies-index .box-two{
  width: 1200px;
  margin: 0 auto;
}
.affiliated-companies-index .box-two .inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.affiliated-companies-index .box-two .inner .item{
  width: 31%;
}
.affiliated-companies-index .box-two .inner .item .img{
  width: 100%;
  height: 195px;
}
.affiliated-companies-index .box-two .inner .item .title{
  font-size: 18px;
	line-height: 40px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.affiliated-companies-index .box-two .inner .item .info{
  font-size: 14px;
	line-height: 24px;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.affiliated-companies-index .box-two .inner .item .time{
  font-size: 13px;
	line-height: 24px;
	color: #585858;
}
.companies-index-more{
  display: block;
  width: 181px;
	height: 50px;
	background-color: transparent;
	border-radius: 25px;
  border: solid 1px #b9b9b9;
  margin: 0 auto;
  margin-top: 75px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
	color: #a4a4a4;
}
.companies-index-more.other{
  margin-top: 0;
}
.honor-box .list .item .img img{
  width: 86%;
}




















/*media*/
@media screen and (min-width: 1201px) {
  .business-area .inner .left .item.active{
    padding-left: 20px;
  }
  .business-area .inner .left .item.active .cont .l-jt{
    width: 59px;
    margin-right: 35px;
  }
  .business-area .inner .left .item.active .cont .r-txt p:nth-child(1){
    text-align: right;
  }
}
@media screen and (max-width: 1200px) {
  .head-box .head {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .head-box .head .head-logo img{
    width: 200px;
  }
  .head-box .head .head-nav a+a {
    margin-left: 15px;
  }
  .banner-swiper .banner-info .inner {
    width: 100%;
  }
  .banner-swiper .btns {
    display: none;
  }
  .foot-box .foot{
    padding: 0 10px;
    width: 100%;
  }
  .business-area .inner {
    width: 100%;
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  .business-area .inner .left{
    width: 100%;
    height: 107px;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .business-area .inner .left .item{
    width: 20%;
  }
  .business-area .inner .right{
    height: 545px;
    margin-top: 20px;
  }
  .group-profile .inner{
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .group-profile .inner .left,.group-profile .inner .right{
    padding: 40px 0px;
    width: 80%;
  }
  .group-profile .mask{
    width: 100%;
    height: 100%;
  }
  .group-news .index-news{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .page-top-nav .inner{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .concat-form .inner{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 50px;
  }
  .hiring .list{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .case-list{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .case-list .item{
    width: 24%;
    margin-right: 10px;
  }
  .case-container{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
  .news-list{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .news-list .item .center{
    width: 50%;
  }
  .news-details-box{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .service-scope{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .pro-list{
    width: 100%;
    box-sizing: border-box;
    padding: 45px 10px;
  }
  .chairman-box{
    width: 100%;
    padding: 75px 10px;
    box-sizing: border-box;
  }
  .chairman-box .inner{
    flex-direction: column;
    justify-content: center;
  }
  .chairman-box .inner .right{
    margin-top: 50px;
  }
  .group-profile{
    width: 100%;
    padding: 75px 10px;
    box-sizing: border-box;
  }
  .group-profile .box-one{
    width: 100%;
    margin-top: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .honor-box{
    width: 100%;
    padding: 0 10px;
    padding-top: 70px;
    box-sizing: border-box;
  }
  .honor-box .list .item .img img{
    width: 80%;
  }
  .affiliated-companies-details{
    width: 100%;
    padding: 65px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .affiliated-companies-index{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .affiliated-companies-index .box-one .inner{
    flex-direction: column;
    align-items: center;
  }
  .affiliated-companies-index .box-one .inner .right{
    margin-top: 40px;
  }
  .affiliated-companies-index .box-two{
    width: 100%;
  }
}
@media screen and (max-width: 1185px) {
  .case-container .project-info{
    justify-content: center;
  }
}
@media screen and (max-width: 1020px) {
  
}
@media screen and (max-width: 992px) {
  .head-box .head .head-logo img{
    width: 120px;
  }
  .head-box .head .head-nav a+a {
    margin-left: 10px;
  }
  .foot-box{
    height: auto;
  }
  .foot-box .foot {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .foot-box .copy {
    height: auto;
  }
  .business-area .inner .right{
    width: 100%;
    padding: 0 10px;
    height: 545px;
    margin-top: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .case-list .item{
    width: 30%;
    margin-right: 30px;
  }
  .case-list .item:nth-child(4n){
    margin-right: 30px;
  }
  .case-list .item:nth-child(3n){
    margin-right: 0;
  }
  .case-list{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 750px) {
  .case-list .item:hover .title img{
    display: block;
  }
  .case-list .item:hover .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case-list .item:hover .title p{
    color: #da251c;
  }
  .affiliated-companies .item:hover .title{
    color: #da251c;
  }
  .affiliated-companies .item:hover .line{
    width: 136px;
  }
}
@media screen and (max-width: 750px) {
  .head-box .head{
    display: none;
  }
  .head-box{
    width: 100%;
    height: 1rem;
  }
  .head-box .shead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1rem;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .shead .logo {
    /* float: left; */
    padding: 0 .2rem;
    height: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .shead .logo img {
    height: .55rem;
  }
  .shead .menu {
    /* float: right; */
    line-height: 1rem;
    padding: 0 .2rem;
    font-size: 0;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
  }
  .shead .menu .b-bar {
    display: inline-block;
    vertical-align: middle;
  }
  .shead .menu .bar {
    width: .6rem;
    height: .06rem;
    /* border-radius: .04rem; */
    background-color: #da251c;
    margin-bottom: .14rem;
    transition: all 0.2s ease-out;
  }
  .shead .menu .bar:nth-of-type(3) {
    margin-bottom: 0;
  }
  .shead .menu .on-bar .bar:nth-of-type(1) {
    transform: translateY(0.2rem) rotate(-45deg);
  }
  .shead .menu .on-bar .bar:nth-of-type(2) {
    opacity: 0;
  }
  .shead .menu .on-bar .bar:nth-of-type(3) {
    transform: translateY(-0.2rem) rotate(45deg);
  }
  .shead .menu-box {
    display: none;
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  }
  .shead .menu-box ul {
    padding: 0 .2rem;
  }
  .shead .menu-box li a {
    display: block;
    line-height: .8rem;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    /* border-bottom: 1px solid #999; */
    letter-spacing: 2px;
  }
  .banner-swiper .banner-info{
    height: 1.38rem;
  }
  .banner-swiper .swiper-index .swiper-slide img{
    width: 95%;
  }
  .banner-swiper .banner-info .inner .item>p:nth-child(1){
    font-size: .32rem;
    line-height: .35rem;
  }
  .banner-swiper .banner-info .inner .item>p:nth-child(1) span{
    font-size: .24rem;
  }
  .banner-swiper .banner-info .inner .item>p:nth-child(2){
    font-size: .24rem;
    line-height: .24rem;
  }
  .banner-swiper .banner-info .inner .item .social-share{
    display: none;
  }

  .foot-box .foot{
    padding: .1rem;
  }
  .foot-box .foot .left .tabs{
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
  }
  .foot-box .foot .left .tabs a{
    font-size: .24rem;
    line-height: .5rem;
    margin-right: .25rem;
  }
  .foot-box .foot .left .tabs a+a{
    margin-left: 0rem;
    margin-right: .25rem;
  }
  .foot-box .foot .left .phone{
    font-size: .32rem;
    line-height: .36rem;
    text-align: center;
  }
  .foot-box .foot .left .address{
    font-size: .22rem;
    line-height: .35rem;
    margin: .2rem 0;
    text-align: center;
  }
  .foot-box .foot .left .address img{
    margin-right: .12rem;
  }
  .foot-box .foot .left .sel{
    text-align: center;
  }
  .foot-box .foot .left select{
    width: 3.28rem;
    height: .5rem;
    font-size: .2rem;
    padding-left: .15rem;
  }
  .foot-box .foot .right p{
    font-size: .24rem;
    line-height: .5rem;
  }
  .foot-box .foot .right p span{
    font-size: .2rem;
  }
  .foot-box .foot .right img{
    padding: .15rem;
  }
  .foot-box .copy{
   line-height: .5rem;
   font-size: .24rem;
  }
  .page-title{
    font-size: .34rem;
    line-height: .5rem;
  }
  .page-subtitle{
    font-size: .26rem;
    line-height: .5rem;
  }
  .business-area{
    padding-top: .8rem;
    padding-bottom: 1rem;
  }
  .business-area .inner{
    width: 100%;
    padding: 0 .2rem;
    box-sizing: border-box;
    margin-top: .25rem;
  }
  .business-area .inner .left {
    width: 100%;
    height: 1rem;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
  }
  .business-area .inner .left .item{
    display: inline-block;
    width: auto;
    height: 1rem;
    padding: 0 .2rem;
    padding-top: .2rem;
  }
  .business-area .inner .left .item+.item{
    margin-left: .2rem;
  }
  .business-area .inner .right{
    padding: 0;
    height: 6rem;
  }
  .business-area .inner .left .item .cont .r-txt p:nth-child(1){
    font-size: .24rem;
    line-height: .3rem;
  }
  .business-area .inner .left .item .cont .r-txt p:nth-child(2){
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
  }
  .business-area .inner .right .list .item p{
    font-size: .3rem;
    line-height: .55rem;
  }
  .business-area .inner .right .list .item button{
    width: 1rem;
    height: .4rem;
    border-radius: .03rem;
    font-size: .24rem;
  }

  .group-profile .inner .left, .group-profile .inner .right {
    padding: .4rem 0px;
    width: 95%;
  }
  .group-profile .inner .left .title{
    font-size: .32rem;
    line-height: .5rem;
  }
  .group-profile .inner .left .subtitle{
    font-size: .3rem;
    font-weight: bold;
    line-height: .5rem;
  }
  .group-profile .inner .left .y-title{
    font-size: .4rem;
    line-height: .6rem;
  }
  .group-profile .inner .left .name{
    font-size: .26rem;
    line-height: .45rem;
  }
  .group-profile .inner .left .info{
    font-size: .24rem;
    line-height: .4rem;
  }
  .group-profile .inner .right .item .icon{
    width: 1.5rem;
    height: 1.5rem;
  }
  .group-profile .inner .right .item .icon img{
    width: .6rem;
  }
  .group-profile .inner .right .item p{
    font-size: .3rem;
    line-height: .3rem;
    margin-top: .15rem;
  }

  .group-news{
    padding: .4rem .2rem;
    box-sizing: border-box;
  }
  .group-news .index-news{
    padding: 0;
    margin: .4rem auto;
  }
  .index-news .swiper-slide .img{
    width: 100%;
    height: 2rem;
  }
  .index-news .swiper-slide .title{
    font-size: .26rem;
    line-height: .35rem;
    margin-top: .1rem;
  }
  .index-news .swiper-slide .info{
    font-size: .24rem;
    line-height: .4rem;
  }
  .index-news .swiper-slide .time{
    font-size: .22rem;
    line-height: .3rem;
  }


  .page-top-nav{
    height: .8rem;
  }
  .page-top-nav .inner{
    display: block;
    width: 100%;
  }
  .page-top-nav .inner .tabs{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .page-top-nav .inner .now{
    display: none;
  }
  .page-top-nav .inner .tabs a{
    width: 1.5rem;
    line-height: .8rem;
    font-size: .3rem;
  }
  .concat-form {
    width: 100%;
    padding: .4rem .2rem;
    box-sizing: border-box;
  }
  .concat-form .inner{
    padding: 0;
  }

  .concat-form .inner .left{
    padding-bottom: .3rem;
   }
   .concat-form .inner .left .name{
     font-size: .34rem;
     line-height: .5rem;
     color: #282828;
   }
   .concat-form .inner .left .info{
     font-size: .26rem;
     line-height: .55rem;
     color: #666666;
   }
   .concat-form .inner .right{
     width: 100%;
   }
   .concat-form .inner .right .title{ 
     font-size: .34rem;
     line-height: .5rem;
   }
   .concat-form .inner .right .subtitle{ 
     font-size: .3rem;
     line-height: .4rem;
   }
   .concat-form .inner .right .inputs{
     width: 100%; 
     flex-wrap: wrap;
     margin: .25rem 0;
     margin-top: 0;
   }
   .concat-form .inner .right .inputs input{
     width: 100%;
     height: .8rem;
     font-size: .24rem;
     line-height: .8rem;
     padding-left: .15rem;
     margin-top: .25rem;
   }
   .concat-form .inner .right .textarea{
     height: 1.58rem;
   }
   .concat-form .inner .right .textarea textarea{
     padding: .1rem;
   }
   .concat-form .inner .right .textarea .send-box{
     width: .8rem;
     height: .8rem;
   }
   .concat-form .inner .right .textarea .send{
     border-width: .55rem;
   }
   .concat-form .inner .right .textarea .tex{
     bottom: .15rem;
     right: .1rem;
     font-size: .24rem;
   }
   .map{
    height: 6rem;
  }
  .use-idea{
    padding: .4rem .2rem;
  }
  .use-idea .title{
    font-size: .36rem;
    line-height: .4rem;
    margin-bottom: .45rem;
  }
  .use-idea .info{
    font-size: .24rem;
    line-height: .4rem;
  }
  .use-idea .info+.info{
    margin-top: .2rem;
  }
  .hiring {
    padding: .4rem 0;
  }
  .hiring .title {
    font-size: .36rem;
    line-height: .4rem;
    margin-bottom: .45rem;
  }
  .hiring .list .item .top .one .jobs{
    font-size: .24rem;
    line-height: .3rem;
  }
  .hiring .list .item .top .one .time{
    font-size: .2rem;
    line-height: .3rem;
  }
  .hiring .list .item .top .two{
    margin-top: .2rem;
  }
  .hiring .list .item .top .two .info{
    font-size: .24rem;
    line-height: .3rem;
  }
  .hiring .list .item .top .two .btn{
    width: .6rem;
    height: .3rem;
    border-radius: .15rem;
    line-height: .3rem;
    font-size: .24rem;
  }
  .hiring .list .item .top .two .btn:nth-of-type(3) span{
    width: .2rem;
  }

  .hiring .list .item .bottom{
    margin-top: .1rem;
    padding-bottom: .5rem;
  }
  .hiring .list .item .bottom .job-title{
    margin-top: .4rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .hiring .list .item .bottom .info{
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
    width: 100%;
  }
  .hiring .list .item .bottom button{
    width: 1.7rem;
    height: .5rem;
    border-radius: .25rem;
    font-size: .24rem;
  }
  .page-top {
    height: 5rem;
  }
  .page-top-title{
    font-size: .4rem;
    line-height: .55rem;
  }
  .page-top-subtitle{
    font-size: .3rem;
    line-height: .4rem;
  }
  .case-list {
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: .4rem;
  }
  .case-list .item {
    width: 31%;
    margin-right: .2rem;
    margin-bottom: .4rem;
  }
  .case-list .item:nth-child(4n) {
    margin-right: .2rem;
  }
  .case-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .case-list .item .img {
    width: 100%;
    height: 1.8rem;
  }
  .case-list .item .title {
    margin-top: .1rem;
  }
  .case-list .item .title p {
    font-size: .24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .36rem;
  }
  .page-jump {
    text-align: center;
    padding-bottom: .9rem;
  }
  .page-jump a{
    height: .6rem;
    padding: 0 .3rem;
    line-height: .6rem;
    font-size: .24rem;
    border-radius: .03rem;
    display: none;
  }
  .page-jump a+a{
    margin-left: .1rem;
  }
  .page-jump span{
    font-size: .24rem;
    line-height: .6rem;
    margin: 0 .1rem;
    display: none;
  }
  .page-jump a:first-child{
    display: inline-block;
  }
  .page-jump a:last-child{
    display: inline-block;
  }
  .case-container {
    padding: 0 .25rem;
    padding-bottom: .7rem;
  }
  .case-container .project-info {
    margin: .5rem 0;
    display: block;
  }
  .case-container .project-info .left{
    width: 4.8rem;
    height: 3.23rem;
    margin: 0 auto;
  }
  .case-container .project-info .right{
    width: 100%;
  }
  .case-container .project-info .right .row {
    height: 1rem;
    line-height: 1rem;
    font-size: .24rem;
  }
  .case-details-title {
    height: .6rem;
    margin-bottom: .35rem;
  }
  .case-details-title span {
    width: 1.8rem;
    line-height: .6rem;
    font-size: .3rem;
  }
  .case-details .img {
    height: 4rem;
  }
  .case-details .img .title {
    font-size: .48rem;
    line-height: .6rem;
  }
  .case-details .img .subtitle {
    font-size: .26rem;
    line-height: .4rem;
  }
  .case-details .txt .cont-txt {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .25rem;
  }
  .news-list {
    padding: 0 .25rem;
    margin-bottom: .5rem;
  }
  .news-list .item {
    padding: .35rem 0;
  }
  .news-list .item .img {
    width: 2.5rem;
    height: 1.5rem;
    margin-right: .2rem;
  }
  .news-list .item .center {
    width: 4.2rem;
  }
  .news-list .item .center .title {
    font-size: .26rem;
    line-height: .45rem;
    margin-bottom: 0;
  }
  .news-list .item .center .details {
    font-size: .24rem;
    line-height: .35rem;
  }
  .news-list .item .time {
    top: auto;
    right: 0;
    bottom: .05rem;
    font-size: .22rem;
    line-height: .22rem;
  }
  .news-details-box{
    margin: .5rem auto;
    padding: 0 .25rem;
  }
  .news-details-box .title{
    font-size: .26rem;
    line-height: .4rem;
  }
  .news-details-box .time{
    font-size: .24rem;
    margin: .25rem 0;
  }
  .news-details-box .time img{
    margin: 0 .05rem;
  }
  .news-details-box .details .txt{
    font-size: .24rem;
    line-height: .4rem;
    margin-bottom: .5rem;
  }
  .news-details-box .details .img{
    flex-wrap: wrap;
    align-items: center;
  }
  .news-details-box .details .img img{
    width: 100%;
  }
  .service-scope {
    padding: 0 .25rem;
    margin: .4rem 0;
  }
  .service-scope .details .title {
    font-size: .36rem;
    line-height: .5rem;
  }
  .service-scope .details .subtitle{
    font-size: .26rem;
    line-height: .4rem;
    margin-bottom: .12rem;
  }
  .service-scope .details .txt{
    font-size: .24rem;
    line-height: .4rem;
  }
  .service-scope .details .img{
    margin: .35rem 0;
  }
  .service-scope .recommended{
    margin-top: .45rem;
  }
  .service-scope .recommended .item{
    width: 32%;
  }
  .service-scope .recommended .item .img{
    height: 1.6rem;
  }
  .service-scope .recommended .item p{
    font-size: .24rem;
    line-height: .3rem;
    margin-top: .15rem;
  }
  .pro-list{
    padding: .45rem .25rem;
    justify-content: space-between;
  }
  .pro-list .item{
    width: 48%;
    margin-bottom: .5rem;
    margin-right: 0 !important;
  }
  .pro-list .item .img{
    width: 100%;
    height: 2rem;
    background-size: 50% auto; 
  }
  .pro-list .item p{
    font-size: .26rem;
    line-height: .36rem;
    margin-top: .1rem;
  }
  .case-container .project-info .right .title{
    font-size: .3rem;
    line-height: .5rem;
  }
  .case-container .project-info .right .subtitle{
    font-size: .24rem;
    line-height: .24rem;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
  }
  .case-container .project-info .right .details{
    font-size: .24rem;
    line-height: .4rem;
  }
  .case-container .project-info .right a{
    width: 2rem;
    height: .5rem;
    border-radius: .25rem;
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .6rem;
  }
  .case-container .case-details .txts .txt{
    font-size: .24rem;
    line-height: .4rem;
    margin-bottom: .2rem;
  }
  .case-container .case-details .imgs .img{
    width: 32%;
    height: 2rem;
  }
  .title-type .title{
    font-size: .36rem;
    line-height: .5rem;
  }
  .title-type .subtitle{
    font-size: .26rem;
    line-height: .4rem;
  }
  .title-type .line{
    width: 3.15rem;
    margin-top: .12rem;
  }
  .title-type .line span{
    width: 1rem;
  }
  .chairman-box {
    padding: .4rem .25rem;
  }
  .chairman-box .inner {
    margin-top: .4rem;
  }
  .chairman-box .inner .left {
    width: 3rem;
    height: 4.1rem;
  }
  .chairman-box .inner .right {
    margin-top: .5rem;
    width: 100%;
  }
  .chairman-box .inner .right .title{
    font-size: .26rem;
    line-height: .35rem;
  }
  .chairman-box .inner .right .cont .txt{
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .25rem;
  }
  .chairman-box .inner .right .end{
    font-size: .24rem;
    line-height: .3rem;
    margin-top: .5rem;
  }
  .group-profile {
    padding: .4rem .25rem;
  }
  .group-profile .box-one {
    margin-top: .5rem;
    padding-bottom: .4rem;
  }
  .group-profile .box-one .left{
    width: 100%;
  }
  .group-profile .box-one .right{
    width: 100%;
  }
  .group-profile .box-one .left .img{
    height: 3.5rem;
  }
  .group-profile .box-one .left .title{
    font-size: .36rem;
    line-height: .5rem;
    margin-top: .1rem;
  }
  .group-profile .box-one .left .subtitle{
    font-size: .24rem;
    line-height: .35rem;
  }
  .group-profile .box-one .right .details {
    font-size: .26rem;
    line-height: .45rem;
  }
  .group-profile .box-two{
    padding-top: .35rem;
  }
  .group-profile .box-two .txt{
    font-size: .26rem;
    line-height: .4rem;
  }
  .group-profile .box-two .imgbox{
    height: 2rem;
    margin: .2rem 0;
  }
  .group-profile .box-two .imgbox .img{
    width: 32%;
    height: 100%;
  }

  .company-cuture{
    margin-top: .4rem;
    flex-wrap: wrap;
  }
  .company-cuture .item{
    width: 48%;
    height: 3.6rem;
    margin-bottom: .25rem;
  }
  .company-cuture .item .img{
    width: 100%;
    height: 1.6rem;
  }
  .company-cuture .item .title{
    font-size: .3rem;
    line-height: .45rem;
    margin-top: .6rem;
  }
  .company-cuture .item:hover .title{
    margin-top: .33rem;
  }
  .company-cuture .item .subtitle{
    font-size: .24rem;
    line-height: .4rem;
  }
  .company-cuture .item .line{
    bottom: .38rem;
    margin-left: -.5rem;
  }
  .company-cuture .item:hover .line{
    width: 1rem;
  }


  .honor-box{
    padding: 0 .25rem;
    padding-top: .4rem;
  }
  .honor-box .list{
    justify-content: space-between;
    padding-top: .4rem;
  }
  .honor-box .list .item{
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: .48rem;
  }
  .honor-box .list .item .img{
    height: 2rem;
  }
  .honor-box .list .item .img img{
    width: 70%;
  }
  .honor-box .list .item p{
    line-height: .7rem;
    font-size: .24rem;
  }
  .imgmask .img-box .button{
    position: absolute;
    top: -.55rem;
    right: -.55rem;
    cursor: pointer;
    width: .6rem;
  }
  .affiliated-companies{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .affiliated-companies .item{
    width: 48%;
    margin-right: 0;
    margin-top: .5rem;
    padding-bottom: .4rem;
  }
  .affiliated-companies .item .img{
    width: 100%;
    height: 1.8rem;
  }
  .affiliated-companies .item .title{
    width: 98%;
    margin: 0 auto;
    font-size: .26rem;
    line-height: .35rem;
    margin: .25rem 0;
  }
  .affiliated-companies .item .subtitle{
    width: 98%;
    margin: 0 auto;
    font-size: .24rem;
    line-height: .4rem;
  }
  .affiliated-companies-title{
    font-size: .36rem;
    line-height: .55rem;
  }
  .affiliated-companies-subtitle{
    font-size: .24rem;
    line-height: .4rem;
  }
  .affiliated-companies-nav{
    height: .8rem;
  }
  .affiliated-companies-nav .tabs{
    width: 100%;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    padding: .25rem;
    box-sizing: border-box;
  }
  .affiliated-companies-nav a{
    height: .4rem;
    border-radius: .2rem;
    font-size: .24rem;
    padding: 0 .25rem;
    line-height: .4rem;
  }
  .affiliated-companies-nav a+a{
    margin-left: .12rem;
  }
  .affiliated-companies-details{
    padding: .4rem .25rem;
  }
  .affiliated-companies-details .img{
    width: 100%;
    height: 3.5rem;
    margin-right: 0;
    margin-bottom: .25rem;
  }
  .affiliated-companies-details .details-cont .title{
    font-size: .34rem;
    line-height: .55rem;
  }
  .affiliated-companies-details .details-cont .subtitle{
    font-size: .2rem;
    line-height: .4rem;
  }
  .affiliated-companies-details .details-cont .txt{
    font-size: .26rem;
    line-height: .45rem;
  }
  .affiliated-companies-index .box-one .inner .left{
    width: 100%;
    height: 3.5rem;
  }
  .affiliated-companies-index .box-one .inner .right{
    width: 100%;
    margin-top: .4rem;
  }
  .affiliated-companies-index>div {
    padding: .9rem 0;
  }
  .affiliated-companies-index .box-one .inner{
    margin-top: .7rem;
  }
  .affiliated-companies-index .box-one .inner .right .title{
    font-size: .34rem;
    line-height: .45rem;
  }
  .affiliated-companies-index .box-one .inner .right .subtitle{
    font-size: .22rem;
    line-height: .3rem;
    margin-bottom: .15rem;
  }
  .affiliated-companies-index .box-one .inner .right .txt{
    font-size: .24rem;
    line-height: .4rem;
  }
  .affiliated-companies-index .box-one .inner .right a{
    width: 1.8rem;
    height: .5rem;
    border-radius: .25rem;
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .4rem;
  }
  .affiliated-companies-index .box-two .inner{
    margin-top: .4rem;
  }
  .affiliated-companies-index .box-two .inner .item{
    width: 32.5%;
  }
  .affiliated-companies-index .box-two .inner .item .img{
    height: 2rem;
  }
  .affiliated-companies-index .box-two .inner .item .title{
    font-size: .26rem;
    line-height: .4rem;
  }
  .affiliated-companies-index .box-two .inner .item .info{
    font-size: .24rem;
    line-height: .4rem;
  }
  .affiliated-companies-index .box-two .inner .item .time{
    font-size: .22rem;
    line-height: .3rem;
  }
  .affiliated-companies-index .case-list{
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
  }
  .affiliated-companies-index .case-list .item{
    width: 48%;
    margin-right: 0;
  }
  .companies-index-more{
    width: 2rem;
    height: .6rem;
    border-radius: .3rem;
    margin-top: .75rem;
    line-height: .6rem;
    font-size: .24rem;
  }
}