@media (min-width: 993px) and (max-width: 1200px) {
  body {
    width: 100% !important;
  }

  .main {
    min-height: 100%;
    margin-bottom: -100px;
    position: relative;
    background:  center repeat-y;
    background-size: 100%;
    width: 100%;
  }

  .center {
    width: 98% !important;
    margin: 0 auto;
    height: 100%;
  }

  /* 各模块标题字体大小 */
  .module-title-ch {
    font-size: 40px;
  }

  .module-title-en {
    font-size: 25px;
  }

  /* 顶部导航栏 start */
  .mob-nav {
    display: none;
  }

  .header {
    height: 85px;
    line-height: 85px !important;
    transition: all 0.3s ease;
  }

  .logo-div {
    width: 12% !important;
  }

  .logo-div img {
    width: 100% !important;
  }
  .nav-lg-8 {
    width: 65% !important;
    float: left;
  }

  .nav-list > li {
    float: left;
    padding: 0 2px;
    height: 85px !important;
  }

  .i-child {
    width: 990px;
    left: -120px;
  }

  .nav-column {
    width: 240%;
    left: 0%;
  }

  .zysearch {
    float: right;
    top: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 85px;
    width: 20% !important;
  }

  .zysearch .search-input {
    color: #999;
    border: 1px solid #d0d0d0;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    width: 65%;
    border-radius: 20px;
    outline: none;
  }

  .zysearch .search-btn {
    outline: none;
    border-radius: 20px;
    background: none repeat scroll 0 0 #4c2d82;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    padding: 0;
    vertical-align: baseline !important;
    width: 18%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    position: relative;
  }

  /* 顶部导航栏 end */

  /* 最新公告 start */
  .am-u-md-10 {
    width: 92% !important;
  }

  .module1 .m1 {
    height: 500px;
  }

  .module1 .m1 .m1-i1 {
    display: inline-block;
    height: 100%;
    width: 30%;
    background:  center center;
    background-size: cover;
    padding: 30px 20px;
  }

  .module .small {
    font-size: 15px;
  }

  .module1 .m1 .m1-i2 {
    display: inline-block;
    width: 70%;
    height: 100%;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left {
    font-size: 20px;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left .active {
    font-size: 40px;
    color: #4c2d82;
    font-weight: bold;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right {
    font-size: 18px;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right a {
    font-size: 14px;
    color: #999999;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left {
    width: 52%;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left .h-btn-light {
    width: 180px;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right {
    width: 44.5%;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right .detail-panel {
    display: none;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right ul li:first-child {
    display: none;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-b-text {
    line-height: 2;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -ms-line-clamp: 9;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 292px;
  }

  /* 最新公告 end */

  /* 公司动态 start */
  .newnotice {
    width: 100%;
    height: 514px;
  }

  .newnotice .noticetitle {
    position: absolute;
    right: 20%;
    height: 140px;
    z-index: 100;
    top: 50%;
    margin-top: -70px;
  }

  .newnotice .noticetitle > div {
    color: #fff;
    font-size: 25px;
  }

  .newnotice .noticetitleh {
    font-size: 40px !important;
    font-weight: bold;
  }

  .newnotice .noticetitleh {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }

  .newnotice .newnoticel {
    height: 100%;
    width: 30%;
    position: relative;
    background-color: lightcyan;
    float: left;
    overflow: hidden;
  }

  .newnotice .newnoticel .img-opacity {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: 'alpha(opacity=60)';
  }

  .newnotice .newnoticer {
    height: 100%;
    width: 70%;
    float: left;
    background-color: #4c2d82;
    background-image: linear-gradient(90deg, #4c2d82 50%, #e40046 120%);
  }

  .newnotice .newnoticel .positionimg {
    position: absolute;
    right: 60px;
    top: 50%;
    bottom: 50%;
    margin-top: -50px;
  }

  .newnotice .newnoticer .newnoticeinfo {
    width: 90%;
    height: 100%;
    padding-left: 30px;
    box-sizing: content-box;
  }

  .newnotice .newnoticer .newnoticeinfo .seemore {
    float: right;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    padding-top: 26px;
  }

  .newnotice .newnoticer .samenoticecon {
    height: 64px;
    padding-top: 44px;
    width: 100%;
    box-sizing: content-box;
  }

  .newnotice .newnoticer .samenoticecon .samenoticel {
    float: left;
  }

  .newnotice .newnoticer .samenoticecon .samemonth {
    font-family: dinalternate-bold;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 38px;
  }

  .newnotice .newnoticer .samenoticecon .sameyear {
    font-family: dinalternate-bold;
    font-size: 20px;
    color: #d1deff;
    letter-spacing: 0;
    text-align: center;
  }

  .newnotice .newnoticer .samenoticecon .samenoticem {
    height: 100%;
    width: 3px;
    background: #6a92f6;
    float: left;
    margin: 0px 31px 0px 21px;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer {
    border-bottom: 1px solid #6a92f6;
    height: 100%;
    float: left;
    width: 470px;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .title a {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .smalltitle p {
    font-size: 16px;
    color: #d1deff;
    letter-spacing: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
  }
  /* 公司动态 end */

  /* 特色业务 start */
  .sametz {
    height: 250px;
    width: 49.5% !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }

  .module3 .sametz .full-sametzimg {
    width: 100% !important;
    height: 100%;
  }
  /* 特色业务 end */

  /* 企业文化 start */
  .module4 .sametz {
    width: 100% !important;
  }

  .culture-left {
    float: left;
    width: 49.5%;
  }

  .culture-right {
    float: right;
    width: 49.5%;
  }

  .samets {
    width: 100%;
    height: 510px;
    margin-bottom: 10px;
  }

  .samets .sametsimg {
    height: 250px;
    width: 100%;
  }

  .samets .sametscon {
    width: 100%;
    height: 260px;
    background: #ffff;
    line-height: 260px;
    position: relative;
  }

  .samets .sametsimg > img {
    height: 100%;
    width: 100%;
  }
  /*企业文化 end*/

  /* 底部 start */
  .mob-foot {
    display: none;
  }

  .foot {
    position: absolute;
    width: 100%;
  }

  .foot .footerphone li {
    margin-bottom: 5px;
  }

  .foot1 {
    background-color: #53565a;
    padding: 30px 0;
    color: #ffffff;
    height: 304px;
  }

  .foot1 .footheader {
    height: 75px;
    width: 100%;
    border-bottom: #a9a9a9 1px solid;
    margin-bottom: 18px;
  }

  .foot1 .footheader .foothinfo {
    float: left;
    width: 16.6%;
    padding: 0px 15px;
    color: #fff;
    font-size: 25px;
    line-height: 75px;
  }

  .foot1 .footheader .specialhinfo {
    width: 32%;
  }

  .foot1 .footsinfo {
    width: 100%;
    float: none;
  }

  .foot1 .footsinfo .follow-us li:hover .qr-code {
    display: block;
  }

  .foot1 .footsinfo .footslist {
    float: left;
    width: 16.6%;
    padding: 0px 15px;
    color: #fff;
    font-size: 25px;
  }

  .foot1 .footsinfo .specialflist {
    width: 32%;
  }

  .foot1 .footsinfo .footslist li {
    line-height: 24px;
  }

  .foot1 .footsinfo .footslist a {
    color: #999;
    font-size: 16px;
  }

  .foot1 .footsinfo .footslist .vchar {
    width: 30px;
    height: 30px;
  }

  .foot1 .footsinfo .follow-us li {
    width: 30px;
    height: 30px;
    position: relative;
  }

  .foot1 .footsinfo .footslist .vchar img {
    height: 30px;
    width: 30px;
  }

  .foot1 .footsinfo .footslist .icon {
    display: inline-block;
  }

  .foot1 .footsinfo .footslist span {
    color: #fff;
    font-size: 16px;
  }

  .foot1 .footsinfo .footslist .qr-code {
    position: absolute;
    width: 150px;
    height: 150px;
    left: -58px;
    top: 45px;
    border: 4px #f5a623 solid;
    display: none;
  }

  .triangle-top {
    width: 0;
    height: 0;
    border-top: transparent solid;
    border-right: transparent solid;
    border-left: transparent solid;
    border-bottom: #f5a623 solid;
    border-width: 10px;
    position: absolute;
    top: -24px;
    left: 60px;
  }

  .foot2 {
    padding: 10px 0;
    background-color: rgba(83, 86, 90, 0.88);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e553565a, endcolorstr=#e553565a);
    /*ie8支持*/
  }

  .foot2 span,
  .foot2 a {
    color: #ffffff;
  }

  .foot2 .foot2-div > div {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }

  .foot2 .foot2-div > .foot-item1 {
    width: 30%;
  }

  .foot2 .foot2-div > .foot-item3 {
    width: 100%;
  }

  .mob-foot2 {
    display: none;
  }

  /*底部end*/
}

@media (min-width: 769px) and (max-width: 992px) {
  .main {
    min-height: 100%;
    margin-bottom: -100px;
    position: relative;
    background:  center repeat-y;
    background-size: 100%;
    width: 100%;
  }

  .center {
    width: 98% !important;
    margin: 0 auto;
    height: 100%;
  }

  /* 各模块标题字体大小 */
  .module-title-ch {
    font-size: 40px;
  }

  .module-title-en {
    font-size: 25px;
  }

  /* 顶部导航栏 start */
  .mob-nav {
    display: none;
  }
  .header {
    height: 70px;
    line-height: 70px !important;
  }

  .logo-div {
    width: 13% !important;
  }

  .logo-div img {
    width: 100% !important;
  }
  .nav-lg-8 {
    width: 68% !important;
    float: left;
  }

  .nav-list > li {
    float: left;
    padding: 0 2px;
    height: 70px !important;
  }

  .nav-list > li > div {
    font-size: 16px;
    height: 70px;
  }

  .i-child {
    width: 769px;
    left: -60px;
  }

  .nav-column {
    width: 240%;
    left: 0%;
  }

  .zysearch {
    float: right;
    top: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 70px;
    width: 18%;
  }

  .zysearch .search-input {
    color: #999;
    border: 1px solid #d0d0d0;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    width: 70%;
    border-radius: 20px;
    outline: none;
  }

  .zysearch .search-btn {
    outline: none;
    border-radius: 20px;
    background: none repeat scroll 0 0 #4c2d82;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    padding: 0;
    vertical-align: baseline !important;
    width: 20%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    position: relative;
  }

  .nav-lg-8 {
    width: 700px;
    float: left;
  }
  /* 顶部导航栏 end */

  /* 最新公告 start */
  .am-u-md-10 {
    width: 90% !important;
  }

  .module1 .m1 {
    height: 520px;
  }

  .module1 .m1 .m1-i1 {
    display: inline-block;
    height: 100%;
    width: 40%;
    background:  center center;
    background-size: cover;
    padding: 30px 20px;
  }

  .module .small {
    font-size: 15px;
  }

  .module1 .m1 .m1-i2 {
    display: inline-block;
    width: 60%;
    height: 100%;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left {
    font-size: 20px;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left .active {
    font-size: 40px;
    color: #4c2d82;
    font-weight: bold;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right {
    font-size: 18px;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right a {
    font-size: 14px;
    color: #999999;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left {
    display: none;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left .h-btn-light {
    width: 180px;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right {
    width: 100%;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right .detail-panel {
    display: none;
  }
  /* 最新公告 end */

  /* 公司动态 start */
  .newnotice {
    height: 514px;
  }

  .newnotice .noticetitle {
    position: absolute;
    right: 20%;
    height: 140px;
    z-index: 100;
    top: 50%;
    margin-top: -70px;
  }

  .newnotice .noticetitle > div {
    color: #fff;
    font-size: 25px;
  }

  .newnotice .noticetitleh {
    font-size: 40px !important;
    font-weight: bold;
  }

  .newnotice .noticetitleh {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }

  .newnotice .newnoticel {
    height: 100%;
    width: 30%;
    position: relative;
    background-color: lightcyan;
    float: left;
    overflow: hidden;
  }

  .newnotice .newnoticel .img-opacity {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: 'alpha(opacity=60)';
  }

  .newnotice .newnoticer {
    height: 100%;
    width: 70%;
    float: left;
    background-color: #4c2d82;
    background-image: linear-gradient(90deg, #4c2d82 50%, #e40046 120%);
  }

  .newnotice .newnoticel .positionimg {
    position: absolute;
    right: 60px;
    top: 50%;
    bottom: 50%;
    margin-top: -50px;
  }

  .newnotice .newnoticer .newnoticeinfo {
    width: 90%;
    height: 100%;
    padding-left: 30px;
    box-sizing: content-box;
  }

  .newnotice .newnoticer .newnoticeinfo .seemore {
    float: right;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    padding-top: 26px;
  }

  .newnotice .newnoticer .samenoticecon {
    height: 64px;
    padding-top: 44px;
    width: 100%;
    box-sizing: content-box;
  }

  .newnotice .newnoticer .samenoticecon .samenoticel {
    float: left;
  }

  .newnotice .newnoticer .samenoticecon .samemonth {
    font-family: dinalternate-bold;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 38px;
  }

  .newnotice .newnoticer .samenoticecon .sameyear {
    font-family: dinalternate-bold;
    font-size: 20px;
    color: #d1deff;
    letter-spacing: 0;
    text-align: center;
  }

  .newnotice .newnoticer .samenoticecon .samenoticem {
    height: 100%;
    width: 3px;
    background: #6a92f6;
    float: left;
    margin: 0px 31px 0px 21px;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer {
    border-bottom: 1px solid #6a92f6;
    height: 100%;
    float: left;
    width: 330px;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .title a {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .smalltitle p {
    font-size: 16px;
    color: #d1deff;
    letter-spacing: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
  }
  /* 公司动态 end */

  /* 特色业务 start */
  .sametz {
    height: 250px;
    width: 49.5% !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }

  .module3 .sametz .full-sametzimg {
    width: 100% !important;
    height: 100%;
  }

  .sametzinfo {
    font-size: 16px;
  }

  .sametzinfo p {
    font-size: 24px;
  }

  .bus-txt h2 {
    font-size: 24px;
  }

  /* 特色业务 end*/

  /* 企业文化 start */
  .module4 .sametz {
    width: 100% !important;
  }

  .culture-left {
    float: left;
    width: 49.5%;
  }

  .culture-right {
    float: right;
    width: 49.5%;
  }

  .samets {
    width: 100%;
    height: 510px;
    margin-bottom: 10px;
  }

  .samets .sametsimg {
    height: 250px;
    width: 100%;
  }

  .samets .sametscon {
    width: 100%;
    height: 260px;
    background: #ffff;
    line-height: 260px;
    position: relative;
  }

  .samets .sametsimg > img {
    height: 100%;
    width: 100%;
  }
  /*企业文化 end*/

  /* 底部 start */
  .mob-foot {
    display: none;
  }

  .foot {
    position: absolute;
    width: 100%;
  }

  .foot .footerphone li {
    margin-bottom: 5px;
  }

  .foot1 {
    background-color: #53565a;
    padding: 30px 0;
    color: #ffffff;
    height: 304px;
  }

  .foot1 .footheader {
    height: 75px;
    width: 100%;
    border-bottom: #a9a9a9 1px solid;
    margin-bottom: 18px;
  }

  .foot1 .footheader .foothinfo {
    float: left;
    width: 16.6%;
    padding: 0px 15px;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
  }

  .foot1 .footheader .specialhinfo {
    width: 32%;
  }

  .foot1 .footsinfo {
    width: 100%;
    float: none;
  }

  .foot1 .footsinfo .follow-us li:hover .qr-code {
    display: block;
  }

  .foot1 .footsinfo .footslist {
    float: left;
    width: 16.6%;
    padding: 0px 15px;
    color: #fff;
    font-size: 16px;
  }

  .foot1 .footsinfo .specialflist {
    width: 32%;
  }

  .foot1 .footsinfo .footslist li {
    line-height: 24px;
  }

  .foot1 .footsinfo .footslist a {
    color: #999;
    font-size: 14px;
  }

  .foot1 .footsinfo .footslist .vchar {
    width: 30px;
    height: 30px;
  }

  .foot1 .footsinfo .follow-us li {
    width: 30px;
    height: 30px;
    position: relative;
  }

  .foot1 .footsinfo .footslist .vchar img {
    height: 30px;
    width: 30px;
  }

  .foot1 .footsinfo .footslist .icon {
    display: inline-block;
  }

  .foot1 .footsinfo .footslist span {
    color: #fff;
    font-size: 16px;
  }

  .foot1 .footsinfo .footslist .qr-code {
    position: absolute;
    width: 150px;
    height: 150px;
    left: -58px;
    top: 45px;
    border: 4px #f5a623 solid;
    display: none;
  }

  .triangle-top {
    width: 0;
    height: 0;
    border-top: transparent solid;
    border-right: transparent solid;
    border-left: transparent solid;
    border-bottom: #f5a623 solid;
    border-width: 10px;
    position: absolute;
    top: -24px;
    left: 60px;
  }

  .foot2 {
    padding: 10px 0;
    background-color: rgba(83, 86, 90, 0.88);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e553565a, endcolorstr=#e553565a);
    /*ie8支持*/
  }

  .foot2 span,
  .foot2 a {
    color: #ffffff;
  }

  .foot2 .foot2-div > div {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }

  .foot2 .foot2-div > .foot-item1 {
    width: 30%;
  }
  .foot2 .foot2-div > .foot-item3 {
    width: 100%;
  }

  .mob-foot2 {
    display: none;
  }

  .section-banner-wrapper img {
  }
  /*底部end*/
}
