@charset "UTF-8";
/* 响应式 */
.news-info img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 980px) {
  .tkg {
    height: 55px;
  }
  img {
    max-width: 100%;
  }
  body {
    padding-top: 55px;
  }
  .mtop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 222;
    background: #fff;
  }
  .mtop .lang {
    margin-right: 15px;
  }
  .mtop .lang li {
    padding: 0 8px;
    font-size: 14px;
  }
  .mtop .lang li.active a {
    color: #eb661b;
  }
  .navbtnm {
    clear: both;
    text-align: center;
    position: relative;
    z-index: 21;
    margin-top: 3px;
  }
  .navbtnm span {
    width: 100%;
    height: 2px;
    transition: all 0.5s;
    margin-top: 8px;
    background: #333;
    float: right;
  }
  .navbtnm span.line1 {
    margin-top: 0;
  }
  .navbtnm.open .line1 {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all 0.5s;
  }
  .navbtnm.open .line2 {
    opacity: 0;
    transition: all 0.5s;
  }
  .navbtnm.open .line3 {
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
    position: relative;
    top: 1px;
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all 0.5s;
  }
  .headerm {
    padding: 0 15px;
    position: relative;
    height: 55px;
    z-index: 23;
  }
  .headerm .logo img {
    width: 120px;
  }
  .headerm .navbtnm {
    width: 28px;
    height: 28px;
    z-index: 1;
    text-align: center;
  }
  .headerm .email {
    margin-right: 28px;
  }
  .headerm .email img {
    width: 37px;
  }
  .big-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll {
    width: 100%;
    position: fixed;
    top: 55px;
    z-index: 22;
    background: #fff;
    padding-bottom: 15px;
    height: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll::-webkit-scrollbar {
    width: 0;
    height: 5px;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(51, 51, 51, 0.1) solid 1px;
  }
  .big-nav .scroll li a {
    color: #333;
    font-size: 16px;
    padding: 13px 15px;
    position: relative;
    display: block;
  }
  .big-nav .search {
    position: relative;
    margin: 0 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .big-nav .search .btn {
    width: 55px;
    height: 35px;
    background: #eb661b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    position: relative;
  }
  .big-nav .search .btn i {
    width: 22px;
    height: 22px;
    background: url("../img/icon_search.png") no-repeat;
    background-size: 100% 100%;
  }
  .big-nav .search .btn input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
  }
  .big-nav .search .input {
    height: 25px;
    transition: 0.3s;
    padding: 5px 10px;
  }
  .big-nav .search .input input {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  * {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .navShow .big-nav {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .swp-dot .swiper-pagination {
    bottom: 10px;
  }
  .swp-dot .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: #666;
    border-radius: 2px;
  }
  .swp-dot .swiper-pagination-bullet-active {
    background: #eb661b;
  }
  .m-banner img {
    width: 100%;
    display: block;
  }
  .con-center {
    width: 100%;
    padding: 0 15px;
  }
  .home-con {
    width: 100%;
    margin: 0;
    left: 0;
    padding-bottom: 15px;
  }
  .home-con .line1 {
    margin-top: -10px;
    height: 6px;
  }
  .home-con .con-list {
    display: block;
    padding: 0 15px;
  }
  .home-con .con-list li {
    width: 100%!important;
    padding: 0;
  }
  .home-con .con-list .list1 .name-xl {
    width: 100%;
  }
  .home-con .con-list .list1 .video {
    width: 100% !important;
    height: auto !important;
    margin: 15px 0 0 0;
  }
  .home-con .con-list .list1 dl dd b a {
    display: block;
    height: auto;
    margin: 10px 5px;
    line-height: 1.5;
  }
  .home-con .con-list .list1 dl dd select {
    margin: 20px 0 35px;
  }
  .home-con .con-list .list2 {
    margin: 15px 0;
  }
  .home-con .con-list .list2 dd p {
    font-size: 14px;
    line-height: 1.8;
  }
  .home-con .con-list .mapImg {
    width: 100% !important;
    height: auto !important;
  }
  .home-con .pro-js {
    width: 100%;
    margin: 10px 0;
  }
  .home-con .fgx {
    display: none;
  }
  .h-footer {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .h-footer p {
    width: 100%;
    margin-top: 10px;
  }
  .h-footer ul {
    width: 100%;
    display: flex;
    margin-top: 15px;
    justify-content: center;
  }
  /* page */
  .other-focus {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
  }
  .other-focus img {
    height: auto !important;
  }
  #other-banner {
    height: auto;
  }
  .pro-left {
    width: 100%;
    margin-top: -15px;
    padding-bottom: 15px;
  }
  .pro-left li.p-left-top {
    height: auto;
    padding: 10px 5px;
    line-height: unset;
    font-size: 20px;
  }
  .pro-left li dl {
    padding-left: 25px;
  }
  .pro-left li dl dd {
    width: calc(100% - 25px);
  }
  .pro-left li.p-left-title {
    width: 100%;
  }
  .pro-right {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .other-footer {
    height: auto;
    padding: 25px 0;
  }
  .other-footer p {
    height: auto;
    line-height: unset;
    text-align: center;
    margin-bottom: 15px;
  }
  .new-list li dl {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-list li dd {
    width: 100%;
  }
  .new-list li dt {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .new-end {
    margin: 20px 0 0 0;
  }
  .ykej_con2 {
    width: 100%;
  }
  .ykej_list1 {
    margin: 40px 0 0 0;
  }
  .ykej_list1 li {
    width: 100%;
    margin: 12px 0;
  }
  .ykej_list1 li a {
    border-width: 5px;
  }
  .ykej_list1 li p {
    line-height: 30px;
    margin-top: 10px;
  }
  .p-right-top {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
  }
  .p-right-top p {
    height: auto;
  }
  .lbj-list li {
    width: 100%;
    margin: 0;
  }
  .lbj-list li h1 {
    margin: 5px 0;
  }
  .market .right-img-tab li {
    width: 48%;
    float: left;
    position: relative;
    height: 0;
    padding-top: 67.85%;
    overflow: hidden;
    margin: 1%;
  }
  .market .right-img-tab li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
 .home-con .pro-right *{
    
     word-break:break-word!important;
     max-width:100%!important;
 }
 .home-con .pro-right ul{
      white-space: normal;
 }
 .contact-txt li{
     line-height:unset;
 }
  .home-con .pro-right p{
      width:unset!important;
  }
}
