@media (max-width: 768px) {
  body {
    width: 100% !important;
  }

  .main {
    width: 100%;
    background:  center repeat-y;
    background-size: 100%;
  }
  .am-table {
    font-size: 14px;
  }
  .kefu {
    width: 45px;
  }

  .kefu > img {
    width: 70%;
    height: 70%;
  }

  .go-top {
    width: 45px;
  }

  .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%;
  }
  .bread-nav {
    height: auto !important;
  }
  .level-1 {
    flex-wrap: wrap;
  }
  .level-1 .lv1-item {
    width: 100% !important;
  }
  .level-2 {
    top: 100%;
  }
  .level-3 {
    top: 100%;
  }

  .banner .swiper-slide img {
    height: 120px;
  }

  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* 各模块标题字体大小 */
  .module-title-ch {
    font-size: 2.6rem;
    font-weight: bold;
  }

  .module-title-en {
    font-size: 15px;
  }

  .center {
    width: 100% !important;
    margin: 0 auto;
    height: 100%;
  }

  .top {
    display: none;
  }

  .header {
    line-height: 60px;
    height: 60px;
  }

  .logo-div {
    width: 30%;
    position: absolute;
    left: 10px;
    top: 0;
  }

  .logo-div img {
    width: 100px;
  }

  .header-container {
    height: 60px !important;
  }

  .nav-lg-8 {
    display: none;
  }

  .header-search {
    position: absolute;
    left: 125px;
    margin: 0 auto;
    width: 48%;
  }

  .zysearch .search-input {
    color: #999;
    border: 1px solid #d0d0d0;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    width: 70%;
    border-radius: 12px;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .search-input::-webkit-input-placeholder {
    letter-spacing: 1px;
  }

  .zysearch .search-btn {
    outline: none;
    border-radius: 20px;
    background: none repeat scroll 0 0 #4c2d82;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 20%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    position: relative;
  }

  .mob-nav {
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .mob-nav .nav-bar {
    cursor: pointer;
    width: 50px;
  }

  .mob-nav .nav-bar span {
    display: block;
    height: 3px;
    width: 25px;
    background-color: #4c2d82;
    margin: 6px;
    transition: all 0.3s ease;
  }

  .drawer {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s ease;
  }

  .drawer-open {
    left: 0%;
  }

  .nav-slider-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9998;
  }

  .nav-slider {
    width: 80%;
    height: 100%;
    background-color: #4c2d82;
    opacity: 1;
    overflow-y: scroll;
    position: absolute;
    z-index: 9999;
  }

  .show-slider {
    left: 0%;
  }

  .nav-bar.change-icon span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 16px;
  }

  .nav-bar.change-icon span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .nav-bar.change-icon span:nth-child(3) {
    display: none;
  }

  .nav-slider ul {
    width: 75%;
    margin: 40px auto;
    color: white;
    font-size: 1.4rem;
    font-weight: 420;
  }

  .nav-slider ul li {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .nav-slider ul li span {
    display: inline-block;
    width: 100%;
    border-bottom: 1px white solid;
    cursor: pointer;
  }
  .nav-slider ul li a {
    color: #fff;
  }

  .nav-slider ul li .nav-item-active {
    color: #f08200 !important;
    border-color: #f08200 !important;
  }
  .nav-slider ul li .nav-item-active a {
    color: #f08200 !important;
  }

  .nav-slider ul li span:nth-child(n)::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 13px;
    background-size: 100%;
  }

  .nav-slider .zoujin::before {
    background-image: ;
  }

  .nav-slider .yewu::before {
    background-image: ;
  }

  .nav-slider .touzi::before {
    background-image: ;
  }

  .nav-slider .gongshi::before {
    background-image: ;
  }

  .nav-slider .xiazai::before {
    background-image: ;
  }

  .nav-slider .zhaopin::before {
    background-image: ;
  }

  .nav-slider .gongkai::before {
    background-image: ;
  }

  .nav-slider .nav-detail-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
  }

  .nav-slider .nav-detail-panel ul {
    margin: 20px 50px;
  }

  .nav-slider .nav-detail-panel ul li {
    margin: 0;
  }

  .nav-slider .nav-detail-panel ul > li {
    line-height: 40px;
  }

  .nav-slider .nav-detail-panel a {
    color: #fff;
    line-height: 20px;
  }

  .nav-slider .nav-detail-panel .nav-second-detail-panel ul {
    margin-left: 0;
    text-align: left;
    width: 90%;
  }

  .nav-slider .nav-detail-panel ul li span {
    border-bottom: none;
    padding-bottom: 0;
  }

  .nav-slider .nav-detail-panel ul li span::before {
    display: none;
  }

  .nav-slider .nav-detail-panel .nav-second-detail-panel ul {
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
  }

  .nav-slider .nav-detail-panel .nav-second-detail-panel ul li {
    line-height: 40px;
  }

  .nav-slider .nav-detail-panel ul li a {
    color: #ccc;
  }

  .nav-slider .nav-detail-panel ul li .link-active {
    padding-bottom: 2px !important;
    border-bottom: 1px solid #f08200 !important;
    color: #f08200 !important;
  }

  .search-box {
    height: 100px;
    border-radius: 50px;
    border: 5px solid #4c2d82;
    display: inline-block;
    position: absolute;
    top: 30px;
    display: flex;
  }

  .search-box .search-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    color: #888;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-box .search-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 5px solid #4c2d82;
    position: absolute;
    top: 10px;
    left: 10px;
    vertical-align: center;
    text-align: center;
  }

  .search-box .search-icon:after {
    content: '';
    width: 20px;
    height: 10px;
    background-color: #4c2d82;
    transform: rotate(45deg);
    border-radius: 10px;
    position: absolute;
    top: 25px;
    left: 25px;
  }

  .search-box .close-search-icon {
    width: 30px;
    height: 5px;
    color: #4c2d82;
  }

  .search-input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #fff;
    line-height: 80px !important;
    height: 80px;
    box-sizing: border-box;
    vertical-align: 4px;
    font-size: 16px;
    width: 80px;
    transition: all 0.3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 5px;
  }

  /* 轮播 start */
  .am-slider .am-slides li {
    height: 120px;
  }

  .am-slider img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
  }

  .am-control-paging {
    position: absolute;
    bottom: 10px !important;
  }

  .am-control-paging a {
    width: 10px !important;
    height: 10px !important;
  }
  /* 轮播 end */

  /* 最新公告 start */
  .module1 {
    margin: 30px 0;
  }

  .module1 .m1 {
    height: auto;
  }

  .module1 .am-u-md-10 {
    width: 90%;
  }

  .module1 .m1 .m1-i1 {
    display: block;
    height: 139px;
    width: 100%;
    background:  center center;
    background-size: cover;
    padding: 20px 20px;
  }

  .module1 .m1 .m1-i1 .m1-i1-1 {
    border: 3px solid #ffffff;
    height: 100%;
    padding: 10px;
  }

  .module1 .m1 .m1-i1 .m1-i1-1 .m1-i1-2 {
    font-size: 2rem;
    line-height: 140%;
  }

  .module1 .m1 .m1-i1 .m1-i1-1 .m1-i1-2 {
    padding-top: 6px;
  }

  .module1 .m1 .m1-i2 {
    display: inline-block;
    width: 100%;
    height: 70%;
  }

  .module1 .m1 .m1-i2 .m1-i2-title {
    line-height: 50px;
  }

  .module1 .m1 .m1-i2 .m1-i2-title {
    margin: 10px 0;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left {
    float: left !important;
    font-size: 1.5rem;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .left .active {
    font-size: 2rem;
    color: #4c2d82;
    font-weight: bold;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right {
    float: right !important;
  }

  .module1 .m1 .m1-i2 .m1-i2-title .right a {
    font-size: 1.5rem;
    color: #999999;
  }

  .module1 .m1 .m1-i2 .m1-i2-body {
    height: 100%;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left {
    display: none;
  }

  .module1 .detail-panel:first-child {
    display: inline-block;
    line-height: 2;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -ms-line-clamp: 9;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 292px;
  }

  .module1 .m1-i2-b-title {
    font-size: 3rem;
  }

  .bold {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .m1-i2-b-text {
    display: -webkit-box !important;
    line-height: 2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .h-btn-light {
    margin: 20px auto;
    width: 180px;
    font-size: inherit;
  }

  .module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right {
    width: 100%;
    height: 50%;
    overflow: hidden;
    font-size: 1.5rem;
  }

  .module1 .detail-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  /* 最新公告 end */

  /* 公司动态 start */
  .newnotice {
    width: 100%;
    margin-top: 60px;
  }

  .newnotice .newnoticel {
    height: 130px;
    width: 100%;
    background-color: lightcyan;
    position: relative;
  }

  .newnotice,
  .newnoticel img {
    height: 100%;
    width: 100%;
  }

  .newnotice .newnoticel .img-opacity {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: 'alpha(opacity=60)';
  }

  .newnotice .noticetitle {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    bottom: 0;
    z-index: 100;
    text-align: center;
  }

  .newnotice .newnoticer {
    width: 100%;
    height: 400px;
    background-color: #4c2d82;
    background-image: linear-gradient(90deg, #4c2d82 50%, #e40046 120%);
  }

  .newnotice .newnoticer .samenoticecon {
    height: 90px;
    padding-top: 10px;
    width: 100%;
    padding-left: 20px;
    font-size: 2rem;
  }

  .newnotice .newnoticer .samenoticecon .samenoticel {
    float: left;
    margin-right: 10px;
  }

  .newnotice .newnoticer .samenoticecon .samemonth {
    font-family: dinalternate-bold;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 38px;
  }

  .newnotice .newnoticer .samenoticecon .sameyear {
    font-family: dinalternate-bold;
    color: #d1deff;
    letter-spacing: 0;
    text-align: center;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer {
    margin-top: 12px;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .title a {
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
    display: block;
  }

  .newnotice .newnoticer .samenoticecon .samenoticer .smalltitle p {
    font-size: 1rem;
    color: #d1deff;
    letter-spacing: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
  }

  .newnotice .newnoticer .newnoticeinfo {
    width: 95%;
  }

  .newnotice .newnoticer .newnoticeinfo .seemore {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 0;
    cursor: pointer;
    display: block;
    text-align: center;
  }
  /* 公司动态 end */

  .charheader {
    height: 95px;
    width: 100% !important;
    margin: 2rem auto;
  }

  .charheader .charlogoleft,
  .charheader .charlogoright {
    width: 25%;
    background-size: contain;
  }

  .module3 {
    float: none;
    margin-top: 40px;
  }

  .module3 .sametz {
    width: 92%;
    height: 150px !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  }

  .module3 .sametzimg {
    width: 50%;
    height: 100%;
  }

  .module3 .sametzcon {
    text-align: center;
    width: 50%;
    height: 100% !important;
    line-height: 0;
  }

  .module3 .sametzcon .sametzinfo {
    width: 100%;
    margin-top: 5px;
  }

  .sametzinfo p {
    font-size: 1.8rem !important;
    margin-bottom: 0;
  }

  .sametzinfo {
    font-size: 1.1rem !important;
    line-height: 2;
  }

  .g-pt10 {
    font-size: 1.4rem !important;
  }

  .bus-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    padding: 20px;
    color: #fff;
    z-index: 2;
    font-size: 2.2rem !important;
  }

  .bus-txt h2 {
    text-align: left;
    padding-left: 14px;
    font-size: 2rem !important;
    background:  no-repeat left center;
  }

  .right {
    float: none !important;
  }

  .left {
    float: none !important;
  }

  .module3 .right img {
    width: 100%;
    height: 100%;
  }

  .module3 .left img {
    width: 100%;
    height: 100%;
  }

  .module3 .right-img {
    float: right !important;
  }

  .module .culture-left {
    width: 90%;
    margin: 0 auto;
  }

  .module .culture-right {
    width: 90%;
    margin: 0 auto;
  }

  .module .samets {
    width: 100%;
    height: 300px;
  }

  .module .samets .sametsimg {
    height: 150px;
    width: 100%;
  }

  .module .samets .sametscon {
    width: 100%;
    height: 150px;
    line-height: 150px;
  }

  .module .sametz {
    height: 120px;
  }

  .module .sametz .sametzcon {
    height: 120px;
    line-height: 120px;
  }

  .sametz {
    width: 100%;
    margin-top: 10px;
  }

  .sametz .sametzimg {
    width: 50%;
  }

  .sametz .sametzcon {
    width: 50%;
  }

  .foot {
    display: none;
  }

  .mob-foot {
    width: 100%;
    background-color: #53565a;
  }

  .mob-foot .mob-foot-item {
    cursor: pointer;
  }

  .mob-foot ul li {
    min-height: 50px;
    border-bottom: 1px #aaa solid;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .mob-foot .foot-detail-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .mob-foot .foot-detail-panel ul li {
    min-height: 0;
    line-height: 70px;
    border-bottom: none;
  }

  .mob-foot .foot-detail-panel a {
    color: #ccc;
  }

  .mob-foot .foot-detail-panel .foot-detail-info {
    margin: 10px 10px;
    line-height: 2;
  }

  .mob-foot .foot-detail-panel span {
    margin: 0 10px;
  }

  .mob-foot .foot-detail-panel ul li:last-child {
    margin-bottom: 20px;
  }

  .mob-foot .foot-detail-panel ul li a {
    color: #ccc;
    font-size: 1.2rem;
  }

  .mob-foot ul li > span:nth-child(n)::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 0 20px;
    background-size: 100%;
  }

  .mob-foot ul li:last-child {
    border-bottom: none;
  }

  .mob-foot .link::before {
    background-image: ;
  }

  .mob-foot .org::before {
    background-image: ;
  }

  .mob-foot .center::before {
    background-image: ;
  }

  .mob-foot .phone::before {
    background-image: ;
  }

  .mob-foot .wechat::before {
    background-image: ;
  }

  .mob-foot2 {
    padding: 10px 0;
    background-color: rgba(83, 86, 90, 0.88);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e553565a, endcolorstr=#e553565a);
    /*ie8支持*/
  }

  .mob-foot2 span,
  .mob-foot2 a {
    color: #ffffff;
  }

  .mob-foot2 .foot-item2 {
    line-height: 2;
  }

  .mob-foot2 .foot2-div > div {
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: center;
  }

  .mob-foot2 .foot-item2 span:nth-child(2) {
    display: block;
  }

  .section-banner-wrapper img {
  }

  .section-banner {
    height: 150px;
  }
  .section-banner-title {
    padding-top: 40px;
  }

  .item-des {
    padding: 0;
  }

  /* 快速导航 */
  .fast-navigation {
    width: 100%;
  }
  .fast-navigation .fn-list {
    flex-wrap: wrap;
    padding: 0;
  }
  .fast-navigation .fn-item {
    flex: 0 1 25%;
  }
  .fast-navigation .fn-item-icon img {
    width: 34px;
    height: 34px;
  }
  .fast-navigation .fn-item h5 {
    font-size: 14px;
  }
}
