@charset "UTF-8";

@media only screen and (min-width: 1025px) {
  html {
    font-size: 10px;
  }
}


@media only screen and (max-width: 640px) {
  html {
    font-size: 8px;
  }

  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  body {
    background-image: none;
  }

  .main-box {
    width: 100%;
  }

  .flex-row {
    text-align: center;
    flex-direction: column;
  }

  .flex-row-between {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .crumbs {
    padding: 2rem 1.5rem;
    background: #FFFFFF;
    flex-direction: row;
  }
  
  .crumbs img,.crumbs span,.crumbs a{
    display: none;
  }

  .crumbs>img,.crumbs a#zjww-name{
    display: block;
  }

  .container {
    padding: 2rem 1.5rem;
    margin-top: 0;
  }

  .header .nav-logo {
    width: 100%;
    padding: 1rem;
    letter-spacing: 0;
    font-size: 2.8rem;
    margin: 0 auto;
    justify-content: center;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  }

  .header .nav-logo span {
    -webkit-text-stroke: initial;
    text-shadow: none;
  }  

  .header .search-box {
    width: 100%;
    height: auto;
    padding: 2rem 5.5rem;
    margin-top: 0;
    right: 0;
    bottom: -160px;
  }

  .header .search-box form {
    width: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .header .search-box input {
    width: 90%;
    padding: 0 0.5rem;
    height: 5.2rem;
    border: 1px solid #BD1A2D;
    padding-left: 2rem;
    background-position-x: 29rem;
  }
.header .search-box button{
	height: 5.4rem;
  }
  .header .search-box button .iconfont {
    color: #005293;
  }

  .header .keys {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header .nav-tools {
    height: auto;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 1rem 0;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    margin-top: 0;
  }

  .header .nav-tools>div:nth-child(1) {
    position: relative;
  }

  .header .nav-tools>div>div.line {
    position: relative;
    left: -74px;
  }

  .header .nav-tools .line .item::after {
    border-right-color: #fff;
    top: 50%;
  }

  .header .nav-tools .main-box>div:nth-child(2) {
    position: relative;
  }

  .header .nav-tools .main-box>div:nth-child(2)>div:nth-child(2) .line {
    position: absolute;
    top: -32px;
    right: 2px;
  }

  .header .nav-tools .btns {
    background-color: transparent;
    padding: 0px;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-right: 0px;
    position: relative;
  }

  .header .nav-tools .item.jfth {
    position: absolute;
    top: -40px;
    right: -56px;
  }

  .header .nav-tools .btns .item.wzayd {
    background: #b9d7f5;
  }

  .header .nav-tools .btns .item.zzzq {
    background-color: #a5a2a2;
  }

  .nav-bar {
    text-align: center;
    background-color: var(--bgcolor);
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .nav-bar .nav-menu {
    width: 100%;
    padding: 2rem 0px;
    height: 6.4rem;
    overflow: hidden;
    overflow-x: scroll;
  }

  .nav-bar .nav-menu .flex-row-between {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: flex-start;
    width: 172%;
  }

  .nav-bar .nav-menu .item {
    width: 33%;
    max-width: 50%;
    font-size: 2rem;
    justify-content: center;
    margin: 1rem 0;
    height: 4rem;
  }

  .nav-bar .nav-menu .item.active {
    background: none;
  }

  .nav-bar .nav-bar .nav-menu .item.active a {
    background-color: transparent !important;
    box-shadow: none;
    color: #fff;
  }

  .nav-bar .nav-menu .item a {
    line-height: 4rem;
    color: #fff;
    display: inline-block;
    min-width: 6rem;
    text-align-last: justify;
  }

  .tabs-panel .tabs-header {
    font-size: 1.8rem;
    flex-wrap: wrap;
  }

  .bg-main-box {
    margin-top: 90px !important;
    background-image: none;
  }

  .lmPosit {
    display: flex !important;
    align-items: center;
    justify-content: start;
    padding: 2rem 1.5rem;
  }

  .lmPosit span {
    color: #BD1A2D;
    font-size: 1.8rem;
    margin-left: 0.4rem;
  }

  .relationship {
    padding: 2rem;
  }

  .relationship .links {
    flex-direction: row;
    padding: 1rem 0rem;
    height: auto;
    max-height: 170px;
    transition: max-height 0.5s ease-in-out;
    justify-content: flex-start;
  }

  .relationship .links.expanded {
    max-height: 2000px;
  }

  .relationship a {
    width: auto;
    text-align: justify;
    margin-right: 2.2rem;
    padding-left: 1.6rem;
  }

  .relationship a:nth-child(3n) {
    margin-right: 0rem;
  }

  .relationship #wap-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }

  .relationship #wap-link img {
    width: 100px;
  }

  footer {
    padding: 4rem 3rem;
  }

  footer .info .left div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  footer .info .msg {
    border: none;
    padding-left: 0;
    margin: 2rem auto;
  }

  footer .info .msg div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .info .identification {
    flex-direction: row;
    margin-top: 1rem;
  }

  footer .info .msg span {
    justify-content: center;
  }

  footer .info .left img#imgConac {
    margin-right: 2rem
  }
   footer .info .identification {
        display:none;
    }
    footer .info .msg {
        margin: 2rem auto 0rem !important;
    }
  
  .top-tit {
    margin: 0rem auto;
    padding: 1.5rem;
    background: #BD1A2D;
	border: none;
  }

  .top-tit img {
    width: 100%;
  }
  
  .part-1{
	background: #BD1A2D;
    padding: 0.5rem 1.5rem;
  }

  .part-1 .swiper-news {
    width: 100%;
    height: auto;
  }

  .part-1 .swiper-news .swiper-container {
    height: initial
  }

  .part-1 .swiper-news .swiper-slide {
    min-height: 52rem;
    position: relative;
    text-align: left;
  }

  .part-1 .swiper-news .swiper-slide .info {
    width: 100%;
    position: absolute;
    bottom: 0rem;
  }

  .part-1 .swiper-news .swiper-slide .info span:nth-of-type(2) {
    text-align: justify;
  }

  .part-1 .swiper-news .swiper-container img {
    width: 100%;
    height: 210px;
    position: absolute;
  }

  .part-1 .swiper-news .swiper-slide .info .details img {
    bottom: 22px;
    left: 0;
  }

  .part-1 .swiper-news .swiper-pagination {
    left: initial;
    right: 6px;
	bottom: 26.6rem;
  }

  .part-2 {
    margin: 2rem 0 2rem 0;
  }

  .part-2 .left .type-title {
    align-items: flex-start;
    color: #333;
  }

  .part-2 .left .news-list {
    padding-right: 0;
  }

  .part-2 .left .news-list .item .date {
    margin-right: auto;
	padding-right: 0rem;
  }

  .part-2 .left .news-list .item .sub-title {
    text-align: left;
  }

  .part-2 .left .news-list .item>div:nth-child(2) {
    align-items: self-start;
  }

  .part-2 .left .news-list .item .title {
    width: 100%;
    text-align: left;
  }

  .part-2>div>div.list {
    margin-left: 0rem;
    margin-top: 2rem;
  }
  
  .part-2 .list .text-list {
        height: auto;
  }
  
  .part-2 .list .text-list .item .item-tit {
    height: 96px;
    justify-content: flex-start;
  }

  .part-2 .list .text-list .item .item-tit .item-cont {
    text-align: left;
  }

  .part-3 div.list {
    width: 100%;
    margin-right: 0px;
  }
  
  .p3-box .text-list {
    padding: 1.5rem 1.5rem 0rem;
  }
  
  .p3-box .am-g>div.right {
    margin-left: 0rem;
    margin-top: 2rem;
    padding: 3rem;
  }

  .p3-box .act-big {
    flex-direction: row;
    justify-content: space-between;
  }

  .p3-box .act-big a {
    width: calc((100% - 3rem) / 3);
    height: 100px;
    background-position-y: 1.8rem !important;
  }

  .p4-box .right {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }

  .index-yjbg {
    background-size: 116%;
  }

  .hot {
    width: 100%;
  }

  .news-cont {
    padding: 0rem 2rem;
  }

  .news-item-cont h3 {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-item-cont p {
    padding-bottom: 0rem;
    border-bottom: none;
  }

  .container.details {
    background: linear-gradient(180deg, #F9F2F2 0%, #FBF7F7 100%);
    padding: 1.5rem;
  }
  
  .news-page .cm-page a, .news-page .cm-page span {
    font-size: 14px;
	width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
  
  .news-page .cm-page span {
	width: 4rem;  
  }
  
  .news-page .cm-page input {
  height: auto;
  width: 3.6rem !important;
  }

  #adviceBoy .news-cont {
    margin-top: -3rem;
	padding: 0rem 1.5rem;
    padding-bottom: 1.5rem;
  }

  #adviceBoy .jyform {
    margin: 0rem;
  }

  #adviceBoy .jyform tr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  #adviceBoy .jyform .phone-yz {
    flex-direction: row;
    align-items: center;
  }

  #adviceBoy .jyform tr th {
    width: 100%;
    text-align: left;
	margin-right: 0rem;
  }

  #adviceBoy .jyform td {
    width: 100%;
  }
  #adviceBoy .jyform #captcha {
   width: 90px;
    padding: 6px 12px;
    height: 40px;
  }
  
  #adviceBoy .jyform #career {
    width: 100%;

  #adviceBoy #code {
    width: 33%;
    height: auto !important;
    padding: 0px 6px;
  }

  #adviceBoy .jyform .comp {
      width: 100%;
      flex-direction: row;
  }

  #adviceBoy .jyform .comp a {
    width: 45% !important;
  }

  .goback img {
    width: 76px;
    padding: 2rem 1.5rem;
  }

  .details .detail {
    padding: 0rem 1.5rem 2rem;
  }

  .detail .detail-title {
    display: block;
    margin: 0rem 0rem 2rem;
    font-size: 2.8rem;
    padding-top: 2rem;
  }

  .detail .infos .left {
    gap: 1rem;
  }

  .detail .infos .left span {
    padding-right: 1rem;
    line-height: 2rem;
    text-align: left;
  }

  .detail .infos {
    height: auto;
    padding: 1rem;
    flex-direction: row;
  }

  .detail .infos .right,
  .detail .infos .right .A {
    display: none;
  }

  .detail .infos .right span {
    margin-left: 0rem;
  }

  .detail .infos .right img {
    width: 20px;
  }

  .detail .content img {
    width: 100%;
  }

  .detail .view p img {
    max-width: 100%;
  }

  .detail .btns {
    flex-wrap: wrap;
	margin-top: 0rem;
  }

}