.about-container{
  background-color: #f5f5f5;
}
.mcg {
  width: 1200px;
  height: 175px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  bottom: 100px;
  border-radius: 12px;
  box-shadow: 0px 0px 29px 0px rgba(185, 185, 185, 0.42);
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mcg-wrap-text{
	position: absolute;
	width: 100%;
	top: -75px;
	color: rgba(255, 255, 255, 0.5);
	padding:  0.6rem 0.6rem;
	text-indent: 2em;
	box-sizing: border-box;
}
.about-data-item {
  width: 2.8rem;
  padding: 0.3rem 0.6rem 0.6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-data-item > p:nth-child(1) {
  width: 90px;
  font-size: 18px;
  color: #666666;
}
.about-data-item > p:nth-child(2) {
  font-size: 40px;
  font-weight:bold
}
.about-data-line {
  background: rgb(156, 156, 156);
  height: 50px;
  width: 1px;
  position: absolute;
  left: 300px;
}
.about-data-line2 {
  background: rgb(156, 156, 156);
  height: 50px;
  width: 1px;
  position: absolute;
  left: 600px;
}
.about-data-line3 {
  background: rgb(156, 156, 156);
  height: 50px;
  width: 1px;
  position: absolute;
  left: 900px;
}
.about-top1 {
  width: 1200px;
  height: 526px;
  margin: 0 auto;
  background-color: #eaeaea;
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-top: -60px;
}

.about-top1-left {
  width: 42.1%;
  height: 80%;
  position: relative;
  top: 30px;
  left: 50px;
  float: left;
}
.about-top1-left-top {
  width: 129px;
  height: 2px;
  background-color: #404c63;
}
.about-top1-left-bottom > h6 {
  font-size: 14px;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top1-left-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
}
.about-top1-left-bottom > h1 {
  font-size: 76px;
  transition: 0.5s;
  color: #404c63;
}
.about-top1-left-bottom > h2 {
  font-size: 46px;
  transition: 0.5s;
  color: #404c63;
}
.about-top1-img > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix {
  font-family: "Arial", "微软雅黑";
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 400px;
}
.webul-clearfix > li:nth-child(2n) {
 margin-right: 5px;
 line-height: 30px;
 color: #404c63;
 display: inline-block;
}

.webul-clearfix > li:nth-child(2n-1) {
 display: none;
}
.about-top1-right {
  float: right;
  width: 50%;
  height: 80%;
  position: relative;
  top: 30px;
  right: 50px;
}

/* 动画效果 */
.about-top1:hover .about-top1-left-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top1:hover .about-top1-left-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top1:hover .about-top1-left-bottom > p {
  display: none;
}
.about-top1:hover .about-top1-img > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top1:hover .webul-clearfix {
  margin-top: 60px;
  width: 320px;
}
.about-top1:hover .webul-clearfix > li {
  font-size: 20px;
   float:left; 
}
.about-top1:hover .webul-clearfix > li:nth-child(2n) {
  margin-right: 10px;
  width: 120px;
  
}
.about-top1:hover .webul-clearfix> li:nth-child(2n-1) {
  display: block;
  color: #404c63;
   margin-right: 5px;
  display: inline-block;
}

/* 第二层开始 */
.about-top2 {
  border-top-left-radius: 12px;
  width: 1200px;
  height: 595.98px;
  margin-top: 40px;
  margin: 0 auto;
}
.about-top2-left {
  border-top-left-radius: 12px;
  float: left;
  width: 50%;
  height: 100%;
  background-color: #333333;
}

.about-top2-left > img {
  width: 509px;
  height: 405px;
  display: block;
  margin: 100px auto;
}
/* 第二层右边 */
.about-top2-right {
  border-top-right-radius: 12px;
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  background-color: #4d84f1;
}
.about-top2-right-top {
  width: 129px;
  height: 2px;
  background-color: white;
}
.about-top2-right-bottom > h6 {
  font-size: 14px;
  color: white;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top2-right-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.about-top2-right-bottom > h1 {
  font-size: 76px;
  color: #ffffff;
  transition: 0.5s;
}
.about-top2-right-bottom > h2 {
  font-size: 46px;
  color: #ffffff;

  transition: 0.5s;
}
.about-top2-img > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix1 {
  font-family: "Arial", "微软雅黑";
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 400px;
}
.webul-clearfix1 > li:nth-child(2n) {
 margin-right: 5px;
 line-height: 30px;
 color: #ffffff;
 display: inline-block;
}

.webul-clearfix1 > li:nth-child(2n-1) {
 display: none;
}
.about-top2-right-box {
  height: 80%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* 动画效果 */
.about-top2:hover .about-top2-right-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top2:hover .about-top2-right-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top2:hover .about-top2-right-bottom > p {
  display: none;
}
.about-top2:hover .about-top2-img > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top2-right:hover .webul-clearfix1 {
  margin-top: 60px;
  width: 320px;
}
.about-top2-right:hover .webul-clearfix1 > li {
  font-size: 20px;
   float:left; 
}
.about-top2-right:hover .webul-clearfix1 > li:nth-child(2n) {
  margin-right: 10px;
  width: 120px;
  
}
.about-top2-right:hover .webul-clearfix1> li:nth-child(2n-1) {
  display: block;
  color: #ffffff;
   margin-right: 5px;
  display: inline-block;
}

/* 第三层开始 */
.about-top3 {
  width: 1200px;
  height: 595.98px;
  margin: 0 auto;
}
.about-top3-left {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  background-color: #333333;
}
.about-top3-right {
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
  background-color: #e8474d;
}

/* 第三层左边 */
.about-top3-left-top {
  width: 129px;
  height: 2px;
  background-color: white;
}
.about-top3-left-bottom > h6 {
  font-size: 14px;
  color: white;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top3-left-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.about-top3-left-bottom > h1 {
  font-size: 76px;
  color: #ffffff;
  transition: 0.5s;
}
.about-top3-left-bottom > h2 {
  font-size: 46px;
  color: #ffffff;

  transition: 0.5s;
}
.about-top3-img > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix2 {
  font-family: "Arial", "微软雅黑";
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 450px;
}
.webul-clearfix2 > li:nth-child(2n) {
 margin-right: 5px;
 line-height: 30px;
 color: #ffffff;
 display: inline-block;
}

.webul-clearfix2 > li:nth-child(2n-1) {
 display: none;
}
.about-top3-left-box {
  height: 80%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* 动画效果 */
.about-top3-left:hover .about-top3-left-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top3-left:hover .about-top3-left-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top3-left:hover .about-top3-left-bottom > p {
  display: none;
}
.about-top3-left:hover .about-top3-img > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top3-left:hover .webul-clearfix2 {
  margin-top: 60px;
  width: 320px;
}
.about-top3-left:hover .webul-clearfix2 > li {
  font-size: 20px;
   float:left; 
}
.about-top3-left:hover .webul-clearfix2 > li:nth-child(2n) {
  margin-right: 10px;
  width: 120px;
  
}
.about-top3-left:hover .webul-clearfix2 > li:nth-child(2n-1) {
  display: block;
  color: #ffffff;
   margin-right: 5px;
  display: inline-block;
}

/* 第三层右边 */
.about-top3-right-top {
  width: 129px;
  height: 2px;
  background-color: white;
}
.about-top3-right-bottom > h6 {
  font-size: 14px;
  color: white;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top3-right-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.about-top3-right-bottom > h1 {
  font-size: 76px;
  color: #ffffff;
  transition: 0.5s;
}
.about-top3-right-bottom > h2 {
  font-size: 46px;
  color: #ffffff;

  transition: 0.5s;
}
.about-top3-img1 > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix3 {
  font-family: "Arial", "微软雅黑";
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 450px;
}
.webul-clearfix3 > li:nth-child(2n) {
  margin-right: 5px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
}

.webul-clearfix3 > li:nth-child(2n-1) {
display: none;

}
.about-top3-right-box {
  height: 80%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* 动画效果 */
.about-top3-right:hover .about-top3-right-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top3-right:hover .about-top3-right-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top3-right:hover .about-top3-right-bottom > p {
  display: none;
}
.about-top3-right:hover .about-top3-img1 > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top3-right:hover .webul-clearfix3 {

  margin-top: 60px;
  width: 320px;
}
.about-top3-right:hover .webul-clearfix3 > li {
  font-size: 20px;
   float:left; 
}
.about-top3-right:hover .webul-clearfix3 > li:nth-child(2n) {
  margin-right: 10px;
  width: 120px;
  
}
.about-top3-right:hover .webul-clearfix3 > li:nth-child(2n-1) {
  display: block;
  color: #ffffff;
   margin-right: 5px;
  display: inline-block;
}

/* 第四层开始 */
.about-top4 {
  width: 1200px;
  height: 595.98px;
  margin: 0 auto;
  padding-bottom: 109px;
}
.about-top4-left {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
}
.about-top4-right {
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
  background-color: #fed954;
  border-bottom-right-radius: 12px;

}

/* 第四层左边  webul-clearfix4*/
.about-top4-left-top {
  width: 129px;
  height: 2px;
  background-color: #f65846;
}
.about-top4-left-bottom > h6 {
  font-size: 14px;
  color: #f65846;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top4-left-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.about-top4-left-bottom > h1 {
  font-size: 76px;
  color: #f65846;
  transition: 0.5s;
}
.about-top4-left-bottom > h2 {
  font-size: 46px;
  color: #f65846;

  transition: 0.5s;
}
.about-top4-img > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix4 {
  font-family: "Arial", "微软雅黑";
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 450px;
}
.webul-clearfix4 > li:nth-child(2n) {
  margin-right: 5px;
  line-height: 30px;
  color: #f65846;
  display: inline-block;
}

.webul-clearfix4 > li:nth-child(2n-1) {
  display: none;
  
}
.about-top4-left-box {
  height: 80%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* 动画效果 */
.about-top4-left:hover .about-top4-left-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top4-left:hover .about-top4-left-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top4-left:hover .about-top4-left-bottom > p {
  display: none;
}
.about-top4-left:hover .about-top4-img > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top4-left:hover .webul-clearfix4 {
  width: 350px;
  margin-top: 60px;
  
}
.about-top4-left:hover .webul-clearfix4 > li {
  font-size: 20px;
  float:left; 
}
.about-top4-left:hover .webul-clearfix4 > li:nth-child(2n) {
  margin-right: 30px;
   width: 120px;
}
.about-top4-left:hover .webul-clearfix4 > li:nth-child(2n-1) {
  display: block;
  margin-right: 5px;
  color: #f65846;
}

/* 第4层右边 webul-clearfix5 */
.about-top4-right-top {
  width: 129px;
  height: 2px;
  background-color: white;
}
.about-top4-right-bottom > h6 {
  font-size: 14px;
  color: white;
  padding-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about-top4-right-bottom > p {
  width: 390px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.about-top4-right-bottom > h1 {
  font-size: 76px;
  color: #ffffff;
  transition: 0.5s;
}
.about-top4-right-bottom > h2 {
  font-size: 46px;
  color: #ffffff;
  transition: 0.5s;
}
.about-top4-img1 > img {
  display: none;
  transition: 0.5s;
}
.webul-clearfix5 {
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  zoom: 1;
  width: 340px;
}
.webul-clearfix5 > li {
  margin-right: 5px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
}

.webul-clearfix5 > li:nth-child(2n-1) {
  display: none;
}
.about-top4-right-box {
  height: 80%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* 动画效果 */
.about-top4-right:hover .about-top4-right-bottom > h1 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top4-right:hover .about-top4-right-bottom > h2 {
  font-size: 30px;
  transition: 0.5s;
}
.about-top4-right:hover .about-top4-right-bottom > p {
  display: none;
}
.about-top4-right:hover .about-top4-img1 > img {
  transition: 0.5s;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-top4-right:hover .webul-clearfix5 {
  width: 280px;
  margin-top: 60px;
}
.about-top4-right:hover .webul-clearfix5 > li {
  float: left;
  display: block;
  font-size: 20px;
}
.about-top4-right:hover .webul-clearfix5 > li:nth-child(2n) {
  margin-right: 8px;
  width: 100px;
}





/* 留言需求 */
/* about-needs */
.about-needs{
  width: 100%;
  height: 650.2px;
  background-color: #ffffff;
}
.about-needs-box{
  width: 1200px;
  height: 544px;
  padding-top: 75px;
  margin: 0 auto;
}
.about-needs-inputbox{
  float:left ;
  width: 700px;
  height: 544px;
  background-color: #ffffff;
}
.about-needs-input{
  margin-top: 50px;
  position: relative;
}
    .about-needs-input > input {
        display: flex;
        width: 110%;
        height: 50px;
        margin-top: 20px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        padding-left: 20px;
        box-sizing: border-box;
    }
.about-needs-input>input:nth-child(4){
  height: 80px;
}
.about-needs-input>button{
  margin-top: 20px;
  width: 200px;
  height: 48px;
  border: none;
  background-color: #1e9fff ;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.about-needs-input>button:hover{
  background-color: #006fff ;
}

.about-needs-img{
  float: right;
  height: 476px;
  width: 340px;
 
}
.about-needs-img>img{
   border-radius: 12px;
}


