.inside-banner{
    background: url(../../../images/bgcover/resourcearrang_banner.jpg)no-repeat center center;
}
.inside-banner-m{
    background: url(../../../images/bgcover/mt/zybpbanner.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.brief-introduction{
    padding: 50px 0 78px 0;
}
.introduction_title{

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    text-align: center;
    margin-top: 34px;
}
.introduction_title_m{

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    text-align: center;
    margin-top: 34px;
    display: none;
}
.characteristic{
    padding: 59px 0 90px 0;
    background-color: #f4f4f4;
}
.characteristic .container{
    max-width: 1300px !important;
}
.content-box{
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
    justify-content: space-between;
}
.content-box .box1{
    width: 49%;
	height: 213px;
    margin-bottom: 14px;
    background-color: #fff;
}
.content-box .box2{
    width: 100%;
    height: 213px;
    margin-bottom: 14px;
    background-color: #fff;
}
.content-box .box1:hover{
    transition: 0.1s;
    box-shadow: 0px 5px 20px 0px
		rgba(13, 4, 9, 0.1);
    border-bottom: 3px solid #ed6827;
}
.content-box .box2:hover{
    transition: 0.1s;
    box-shadow: 0px 5px 20px 0px
		rgba(13, 4, 9, 0.1);
    border-bottom: 3px solid #ed6827;
}
.img_box{
    width: 62px;
    height: 68px;
    margin-top: 42px;
    margin-left: 34px;
    float: left;
}
.box1_title{
    width: 60%;
    float: left;

	font-size: 18px;
    letter-spacing: 0px;
	color: #333333;
    margin-top: 47px;
    margin-left: 15px;
}
.box1_text{
    width: 80.5%;

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}
.box1_text1{
    width: 87%;

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}
.box1_text1_m{
    width: 87%;

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
    display: none;
}
.box1_text_m{
    width: 80%;

	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
    display: none;
}
.Application-scenarios{
    padding: 55px 0 77px 0;
}
.content-box2{
    width: 100%;
}
.tabNav{
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}
#table ul {
    width: 100%;
    text-align: left;
    height: 52px;
  }
  #table li {
    width: 50%;
    min-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 52px;
    text-align: center;
    font-size: 16px;

    font-weight: 400;
    color: #999999;
    height: 52px;
    float: left;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    text-decoration: none;
  }
  #table li:last-child {
    border-right: 1px solid #eeeeee;
  }
  #table .act {
    width: 50%;
    height: 52px;
    font-size: 16px;

    font-weight: 400;
    color: #333333;
    background: #f4f4f4;
    border: none;
    border-top: 3px solid #ed6827;
  }
  .tab{
    width: 1260px;
	height: 773px;
	background-color: #fbfbfb;
	border: solid 1px #eeeeee;
  }
  .tab_title{
      width: 75%;

      font-size: 14px;
      line-height: 22px;
	  letter-spacing: 0px;
	  color: #999999;
      margin-left: auto;
      margin-right: auto;
      margin-top: 66px;
  }
  .tab_title_m{
    width: 75%;

    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #999999;
    margin-left: auto;
    margin-right: auto;
    margin-top: 66px;
    display: none;
  }
  .img_box1{
      width: 715px;
      height: 503px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 59px;
  }
  .Container-services {
    padding: 74px 0 72px 0;
    background-color: #f4f4f4;
  }
  .bt {
    width: 278px;
    height: 45px;
    background: #ed6827;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
    font-size: 16px;

    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
  }
  .bt a{
    font-size: 16px;

    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
  }
  .ASK_text {
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 34px;
  }
  @media screen and (max-width: 768px){
    .introduction_title{
        display: none;
    }
    .introduction_title_m{
        display: block;
        text-align: left;
    }
    .content-box .box1{
        width: 100%;
        height: auto;
    }
    .box1_text{
        display: none;
    }
    .box1_text_m{
        width: 50%;
        display: block;
        text-align: left;
        margin-bottom: 30px;
    }
    .box1_title{
        width: 50%;
    }
    .content-box .box2{
        width: 100%;
        height: auto;
    }
    .box1_text1{
        display: none;
    }
    .box1_text1_m{
        width: 50%;
        display: block;
        text-align: left;
        margin-bottom: 30px;
    }
    .tab{
        width: 100%;
        height: auto;
    }
    #table li{
        font-size: 12px;
    }
    #table .act{
        font-size: 12px;
    }
    .tab_title{
        display: none;
    }
    .tab_title_m{
        display: block;
    }
    .img_box1{
        width: 95%;
        height: 65%;
        margin-bottom: 20px;
    }
    .bt{
        width: 60%;
    }
  }
