@charset "utf-8";

.headBox .headIn .xuetang {
  display: none;
}

@media(max-width:1000px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    transition: none;
    transition-duration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .headBox {
    background: #fafafa;
    height: 92px;
  }

  .headBox .headIn {
    width: 100%;
    margin: 0 auto;
    height: 92px;
    overflow: hidden;
  }

  .headBox .headIn a.logo {
    width: 200px;
    height: 34.13px;
    overflow: hidden;
    float: left;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -400px;
    margin-top: 23px;
    margin-left: 10px;
  }

  .headBox .headIn .headRight {
    float: right;
    display: none;
  }

  .headBox .headIn .headRight li {
    float: left;
    height: 92px;
    line-height: 92px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    margin-left: 40px;
    display: inline;
  }

  .headBox .headIn .headRight li a {
    color: #333;
  }

  .headBox .headIn .headRight li a:hover {
    color: #c40;
  }

  .headBox .headIn .xuetang {
    display: block;
    position: absolute;
    top: 23px;
    right: 10px;
  }

  .headBox .headIn .xuetang img {
    height: 20px;
  }

  .headBox .txt {
    margin-right: 10px;
    float: right;
    margin-top: 25px;
    font-size: 14px;
  }

  /*尾部*/
  .footBox {
    background: #fafafa;
  }

  .footIn {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .footTop {
    margin-top: 40px;
    overflow: hidden;
  }

  .footTop .footLeft {
    width: 100%;
    float: left;
    padding-left: 20px;
  }

  .footTop .footLeft .footLeft-top {
    width: 350px;
    height: 40px;
    overflow: hidden;
  }

  .footTop .footLeft .footLeft-top img {
    width: 150px;
    /* height: 76px; */
    height: inherit;
    height: auto;
    /* height: 34.13px; */
    /* overflow: hidden; */
  }

  .footTop .footLeft .footLeft-foot {
    margin-top: 10px;
    overflow: hidden;
  }

  .footTop .footLeft .footLeft-foot h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }

  .footTop .footLeft .footLeft-foot p {
    font-size: 14px;
    line-height: 24px;
  }

  .footTop .footLink {
    float: right;
    width: 100%;
    padding-left: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }

  .footTop .footLink h3 {
    color: #c33c3c;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .footTop .footLink li {
    line-height: 24px;
    font-size: 14px;
    color: #333;
  }

  .footTop .footLink li a {
    color: #333;
  }

  .footTop .footLink li a:hover {
    color: #c40;
  }

  .footTop .footContact {
    float: left;
    width: 100%;
    padding-left: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin: 10px 0;
  }

  .footTop .footContact h3 {
    color: #c33c3c;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .footTop .footContact li {
    line-height: 24px;
    font-size: 14px;
    color: #333;
  }

  .footTop .footContact li p {
    padding-left: 70px;
  }

  .footBottom {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    line-height: 30px;
    color: #333;
    padding: 10px 0;
    overflow: hidden;
  }

  /*首页banner*/
  #banner_tabs {
    overflow: hidden;
    height: 150px;
  }

  .flexslider ul {
    overflow: hidden;
    width: auto;
    height: 150px;
  }

  .flexslider ul li {
    width: 100%;
    height: 150px;
  }

  .flexslider ul li img {
    width: 100%;
    height: 150px;
  }

  .slides_a {
    display: inline-block;
    width: auto !important;
  }

  .slides li {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
  }

  .flexslider:hover .flex-next:hover,
  .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
  }

  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
  }

  .flex-control-nav li {
    cursor: pointer;
    margin: 0 4px;
    font-size: 0px;
    width: .7rem;
    height: .7rem;
    background: #FFF;
    display: inline-block;
    zoom: 1;
  }

  .active {
    background: #c40000 !important;
  }

  .business {
    background: #f5f5f5;
    padding-bottom: 0;
  }

  .business h2 {
    font-size: 24px;
    color: #666;
    text-align: center;
    padding: 40px 0 0px;
    font-weight: 500;
  }

  .businessList {
    width: 100%;
    padding: 0 20px 20px;
  }

  .businessList>ul {
    zoom: 1;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    width: auto;
    margin: 0;
  }

  .businessList>ul>li {
    display: inline-block;
    text-align: center;
    text-align-last: auto;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .businessList>ul>li .businessHover {
    display: none;
    position: relative;
    text-align: center;
    height: 100%;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: all .3s ease 0s;
    -ms-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    -o-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
  }

  .businessList>ul>li .businessHover .businessHover-img {
    width: 100%;
    height: 177px;
    overflow: hidden;
  }

  .businessList>ul>li .businessHover .businessHover-img img {
    width: 100%;
    height: 177px;
    overflow: hidden;
  }

  .businessList>ul>li .businessHover h3 {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 44px;
    padding-top: 20px;
  }

  .businessList>ul>li .businessHover p {
    font-size: 14px;
    color: #838383;
    line-height: 26px;
  }

  .businessList>ul>li .businessHover .company {
    zoom: 1;
    position: absolute;
    left: 0;
    bottom: 5px;
  }

  .businessList>ul>li>.businessHover>.company>span>img {
    display: inline-block;
    width: 102px;
    margin: 0 7px 12px;
  }

  .detail {
    position: initial;
    /* opacity: 0; */
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    z-index: 9;
    -ms-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    -o-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .detailPosition-1 {
    left: 0px;
    top: 0;
    position: initial;
    width: 100%;
    height: auto;
  }

  .detailPosition-4 {
    left: 0px;
    top: 0px;
    position: initial;
    width: 100%;
    height: auto;
  }

  .businessList>ul>li:hover .detail {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .detail .detail-header {
    color: #fff;
    background: url(../images/business-bg.jpg) no-repeat 0 0;
    height: auto;
    padding: 30px;
    background-size: 100% 100%;
  }

  .detail .detail-header h3 {
    height: auto;
    text-align: left;
    font-size: 18px;
  }

  .detail .detail-header p {
    margin-top: 20px;
    line-height: 24px;
    text-align: left;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
  }

  .detail .type-1 {
    line-height: 0;
    overflow: hidden;
  }

  .detail .type-1 dl {
    overflow: hidden;
    border-bottom: none;
    width: 25%;
    float: left;
    padding: 20px 0 0 0;
  }

  .detail .type-1 dt {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  .detail .type-1 dt i {
    font-size: 24px;
    float: none;
    color: #308cd7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    border: 1px solid #0477ba;
    display: inline-block;
    border-radius: 50%;
  }

  .detail .type-1 dt h4 {
    font-size: 12px;
    color: #3997dd;
    line-height: 36px;
    float: none;
    font-weight: normal;
    width: 90%;
    overflow: hidden;
    height: 36px;
  }

  .detail .type-1 dd {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    text-align: left;
    padding-left: 40px;
    display: none;
  }

  .detail-using {
    overflow: hidden;
    padding: 10px 15px 20px;
  }

  .detail-using p {
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    height: 40px;
    line-height: 40px;
  }

  .detail-using span {
    float: left;
    margin: 5px 5px 0 0;
    width: 23%;
  }

  .detail-using span img {
    margin: 0;
    width: 100%;
    height: auto;
  }

  /*8项软件著作权*/
  .technology {
    background: url(../images/technologyBg.jpg) no-repeat center top;
    padding: 0;
  }

  .technologyIn {
    width: 100%;
    margin: 0 auto;
  }

  .technologyIn h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 50px 0 20px;
    font-weight: 500;
  }

  .technologyIn h2 p {
    font-size: 14px;
    margin-top: 10px;
  }

  .technologyList {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .technologyList ul {
    width: 86%;
    margin: 0 auto;
  }

  .technologyList li {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    margin: 15px 0;
  }

  .technologyList li i {
    width: 48px;
    height: 48px;
    color: #fff;
    display: flex;
    border-radius: 50%;
    border: 1px solid #dadada;
    font-size: 24px;
    line-height: 60px;
  }

  .technologyList li i img {
    width: 24px;
  }

  .technologyList li p {
    font-size: 12px;
    margin-top: 6px;
  }

  /*我们的案例*/
  .caseIn {
    width: 100%;
    margin: 0 auto;
  }

  .caseIn h2 {
    font-size: 24px;
    color: #828688;
    text-align: center;
    padding: 50px 0 0px;
    font-weight: 500;
  }

  .caseIn h2 p {
    font-size: 14px;
    margin-top: 10px;
  }

  .caseContent {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    padding: 20px;
  }

  .caseContent img {
    width: 100%;
  }

  .caseContent .caseUp {
    width: 30%;
    float: left;
  }

  .caseContent .caseUp .caseUp-1 {
    display: none;
  }

  .caseContent .caseUp .caseUp-2 {
    display: block;
    margin: 0;
  }

  .caseContent .caseLine {
    width: 40%;
    float: left;
  }

  .caseContent .caseLine .caseLine-1 {
    display: none;
  }

  .caseContent .caseLine .caseLine-2 {
    display: block;
    margin: 0;
  }

  .caseContent .caseDown {
    width: 30%;
    float: left;
  }

  .caseContent .caseDown .caseDown-1 {
    display: none;
  }

  .caseContent .caseDown .caseDown-2 {
    display: block;
    margin: 0;
  }

  /*关于我们*/
  .aboutBox {
    overflow: hidden;
  }

  .aboutIn {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .aboutTitle {}

  .aboutTitle h2 {
    font-size: 24px;
    color: #666;
    text-align: center;
    padding: 50px 0 10px;
    font-weight: 500;
  }

  .aboutTitle h2 p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
  }

  .aboutContent {
    overflow: hidden;
    width: 100%;
    padding: 10px;
  }

  .aboutContent-left {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
  }

  .aboutContent-left .aboutContent-img1 {
    display: none
  }

  .aboutContent-left .aboutContent-img2 {
    display: block;
    width: 280px;
    margin: 0 auto;
  }

  .aboutContent-right {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .aboutContent-right dl {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .aboutContent-right dt {
    background: #e6e3e3;
    color: #333;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
  }

  .aboutContent-right dd {
    padding: 10px 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    font-weight: 300;
    text-align: justify;
    font-family: none;
  }

  .aboutContent-foot {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }

  .aboutContent-foot ul {
    width: 100%;
  }

  .aboutContent-foot li {
    width: 23%;
    float: left;
    height: 100px;
    overflow: hidden;
    margin: 10px 2% 0 0;
    position: relative;
  }

  .aboutContent-foot li:nth-child(4n) {
    margin-right: 0;
    width: 25%;
  }

  .aboutContent-foot li img {
    width: 100%;
    height: 100%;
  }

  .aboutContent-foot li p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    height: 30px;
    line-height: 30px;
    color: #fff;
  }

  /*人才招聘*/
  .jobBox {
    overflow: hidden;
    background: #eee;
    padding: 0;
  }

  .jobIn {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .jobIn-title {}

  .jobIn-title h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 50px 0 20px;
    font-weight: 500;
  }

  .jobLeft {
    width: 100%;
    height: 393px;
    overflow: hidden;
    float: none;
  }

  .jobLeft img {
    width: 100%;
    height: 393px;
    overflow: hidden;
  }

  .jobCenter {
    width: 100%;
    float: left;
    margin-left: 0;
  }

  .jobCenter .jobWen {
    width: 100%;
    height: 173px;
    background: url(../images/job-2.jpg) no-repeat;
    overflow: hidden;
    padding: 20px 0 0 10px;
    background-size: 100% 100%;
    margin-top: 10px;
  }

  .jobCenter .jobWen h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .jobCenter .jobWen h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  }

  .jobCenter .jobWen-list {
    margin-top: 10px;
    overflow: hidden;
  }

  .jobCenter .jobWen-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
  }

  .jobCenter .jobDai {
    width: 100%;
    height: 173px;
    background: url(../images/job-3.jpg) no-repeat;
    overflow: hidden;
    padding: 20px 0 0 10px;
    margin-top: 10px;
    background-size: 100% 100%;
  }

  .jobCenter .jobDai h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .jobCenter .jobDai h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  }

  .jobCenter .jobDai-list {
    margin-top: 10px;
    overflow: hidden;
  }

  .jobCenter .jobDai-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
  }

  .jobRight {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    float: left;
  }

  .jobRight .jobRen {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    padding: 20px 0 0 10px;
  }

  .jobRight .jobRen h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .jobRight .jobRen h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.35);
  }

  .jobRight .jobRen-in {
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
    padding: 10px 10px 20px 0;
  }

  .jobRight .jobRen-in {
    text-indent: 2em;
    font-weight: 300;
    text-align: justify;
    font-family: none;
  }

  .jobRight .jobContent {
    width: 100%;
    height: 173px;
    background: url(../images/job-4.jpg) no-repeat;
    overflow: hidden;
    margin-top: 7px;
    padding: 20px 0 0 10px;
    background-size: 100% 100%;
  }

  .jobRight .jobContent h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .jobRight .jobContent h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  }

  .jobRight .jobContent-list {
    margin-top: 10px;
    overflow: hidden;
  }

  .jobRight .jobContent-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
  }
}


/* new 2024_2_2 */

@media (max-width: 1000px) {

  .business_new h2,
  .competit h2,
  .research h2,
  .branch h2,
  .aftersales h2 {
    font-size: 24px;
    padding: 50px 0 10px;
    font-weight: bold;
  }

  .businessall_new ul {
    display: block;
    padding: 10px;
  }

  .businessall_new ul li {
    overflow: hidden;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .businessall_new ul li .businesswai>div:nth-child(1) {
    display: none;
  }

  .businessall_new ul li .businesswai>div:nth-child(2) {
    display: none;
  }

  .businessall_new ul li .businesswai .businesswai_bot>div {
    display: flex;
    justify-content: center;
  }

  .businessall_new ul li .businesswai .businesswai_bot>div img {
    width: 42px;
    margin-right: 12px;
  }

  .businessall_new ul li .businesswai .businesswai_bottetx>div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #1226AA;
    line-height: 13px;
    padding-top: 8px;
  }

  .businessall_new ul li .businesswai .businesswai_bottetx>div:nth-child(2) {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
  }

  .businessall_new ul li .businesswai .businesswai_bot {
    padding-top: 29px;
  }

  .businessall_new ul li .businessnei {
    width: 100%;
  }

  .businessall_new ul li .businessnei .businessneiul {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding: 0 1px;
    border: 1px solid #DDDDDD;
    display: block;
  }

  .businessall_new ul li:hover .businessnei .businessneiul {
    transform: none;
  }

  .businessall_new ul li .businessnei .businessneiul .businessneili {
    height: inherit;
    width: inherit;
    margin: 0 10px 10px;
  }

  .businessall_new ul li .businessnei .businessneiul .businessneili .businessneitext {
    font-size: 13px;
    line-height: 20px;
    height: auto;
    margin-bottom: 13px;
    text-indent: 26px;
  }

  .businessall_new ul li .businessnei .businessneiul .businessneili .businessneiico>div {
    width: 25%;
  }

  .businessall_new ul li .businessnei .businessneiul .businessneili .businessneilikuang {
    height: auto;
  }

  .businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili {
    width: auto;
  }

  .businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili .businessneitext {
    font-size: 13px;
    line-height: 20px;
    height: auto;
    margin-bottom: 13px;
    text-indent: 26px;
  }

  .businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili .businessneilikuang {
    height: auto;
  }

  .businessall_new {
    margin: 0 auto 12px;
  }

  .research .researchlest {
    padding: 0 20px 0;
  }

  .research .researchlest ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .research h2 {
    padding-bottom: 33px;
  }

  .research .researchlest ul li {
    width: 263px;
    margin-bottom: 21px;
    height: auto;
  }

  .research .researchlest ul li .researchdesc>div:nth-child(3) {
    margin: 5px auto 12px;
    font-size: 17px;
    line-height: 25px;
  }

  .research .researchlest ul li .researchdesc>div:nth-child(4) {
    width: 220px;
  }

  .research .researchlest ul li .researchdesc>div:nth-child(5) {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
  }

  .research .researchlest ul li .researchdesc>div:nth-child(6) {
    margin: 0 auto;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    font-size: 12px;
    width: 238px;
    margin-bottom: 10px;
  }

  .research {
    padding-bottom: 40px;
  }

  .competit .competitdesc img {
    width: 313px;
    max-width: 100%;
    padding-top: 15px;
  }

  .competit {
    padding-bottom: 33px;
  }

  .caseIn h2 {
    padding: 28px 0;
  }

  .caseBox {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/caseBoxbg_min.png);
    padding-bottom: 44px;
  }

  .caseBox .caseBoxbdec ul {
    padding: 0 10px;
  }

  .caseBox .caseBoxbdec ul li {
    width: 109px;
  }

  .caseBox .caseBoxbdec ul img {
    width: 33px;
  }

  .caseBox .caseBoxbdec ul .caseBoxbdecli>div:nth-child(2) {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 24px;
  }

  .caseBox .caseBoxbdec ul .caseBoxbdecli>div:nth-child(3) {
    font-weight: 400;
    color: #A7A7A7;
    font-size: 12px;
    line-height: 12px;
  }

  .branch h2 {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .branch .branchdesc {
    margin: 0 20px;
  }

  .branch {
    padding-bottom: 19px;
  }

  .aftersales .aftersalessec .show {
    display: none;
  }

  .aftersales .aftersalessec .hid {
    display: block;
  }

  .aftersales .aftersalessec {
    margin: 0 20px;
  }

  .aftersales {
    padding-bottom: 35px;
  }

  .competit .competitdesc .show {
    display: none;
  }

  .competit .competitdesc .hid {
    display: block;
  }

  .caseBox .caseBoxbdec .show {
    display: none;
  }

  .caseBox .caseBoxbdec .hid {
    display: block;
  }

  .caseBox .caseBoxbdec img {
    width: 335px;
  }
}