@charset "utf-8";
@media all and (max-width: 1024px) {
  body,
  html {
    height: auto;
  }
  body {
    overflow-y: visible !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  /* html4 reset */
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  fieldset,
  img {
    border: 0 none;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  th,
  var,
  b,
  h1,
  h2,
  h3 {
    font-style: normal;
    font-weight: normal;
  }
  ol,
  ul,
  li {
    list-style-type: none;
  }
  q:before,
  q:after {
    content: '';
  }
  abbr,
  acronym {
    border: 0;
    font-variant: normal;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  th,
  td,
  caption {
    vertical-align: top;
    text-align: left;
  }
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="date"],
  input[type="month"],
  input[type="tel"],
  input[type="radio"],
  input[type="checkbox"],
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  img {
    vertical-align: middle;
    font-size: 0;
  }
  h1 {
    font-size: 0.24rem;
  }
  h2 {
    font-size: 0.2rem;
  }
  h3 {
    font-size: 0.18rem;
  }
  h4 {
    font-size: 0.16rem;
  }
  h5 {
    font-size: 0.14rem;
  }
  .ui.layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: inherit!important;
  }
  .ui.layout.vertical {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ui.layout > .row-1 {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .ui.layout > .row-2 {
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
  .ui.layout > .row-3 {
    -moz-box-flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
  .ui.layout:not(.vertical) > .row-1,
  .ui.layout:not(.vertical) > .row-2,
  .ui.layout:not(.vertical) > .row-3 {
    width: 0.2rem;
  }
  /* html5 reset */
  footer,
  header,
  section,
  nav,
  article,
  aside,
  menu,
  details,
  figcaption {
    margin: 0;
    padding: 0;
    display: block;
  }
  ::-moz-placeholder,
  ::-webkit-input-placeholder {
    color: #ccc;
  }
  a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a:hover {
    opacity: 1;
  }
  .clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
  }
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    zoom: 1;
  }
  /* a:hover {
    color: inherit !important;
	background: inherit !important;
  } */
  /* Body,links,basics */
  body,
  html {
    width: 100%;
    height: 100%;
    font-size: 100px;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling:touch; */
  }
  body {
    font-size: 0.14rem;
    line-height: 0.2rem;
    background: #F0F0F0;
    font-family: "-apple-system", "HelveticaNeue";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    color: #666;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrapper .container {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    position: relative;
  }
  .wrapfix {
    width: 100%;
  }
  .scroll_num_dot {
    display: none !important;
  }
  .scroll_warp {
    height: auto;
    position: unset;
  }
  .scroll_warp .scroll_box {
    height: auto !important;
    bottom: auto !important;
  }
  .fp-tableCell{
	  height: auto !important;
  }
  .header_top {
    height: 0.5rem;
    padding: 0 0.15rem;
    position: relative;
  }
  .header_top .header_rt {
    display: none;
  }
  .header_top .logo_img img {
    height: 0.5rem;
  }
  .header_top .menu_btn {
    display: block;
    width: 0.52rem;
    height: 0.5rem;
    background: url(../images/h5_images/menu_icon.png) center no-repeat;
    background-size: 0.22rem 0.18rem;
    position: absolute;
    top: 0;
    right: -0.15rem;
  }
  .section_part_box {
    width: auto;
    min-width: auto;
    max-width: unset;
    min-height: auto;
    height: auto;
    position: unset;
    margin: 0;
    transform: translateY(0);
    display: block;
  }
  .page_num {
    height: auto !important;
    min-height: auto;
  }
  .page_num .wrapfix {
    display: block;
  }
  .pc_img {
    display: none !important;
  }
  .h5_img {
    display: block !important;
  }
  .pc_banner_box {
    height: 1.56rem;
    margin-bottom: 1.43rem;
	padding-top: 0;
  }
  .pc_banner_box::before,
  .pc_banner_box::after {
    width: 0;
    height: 0;
    background: none;
  }
  .pc_banner_box .sub_nav_box {
    width: 100%;
    height: 1.43rem;
    left: 0;
    bottom: -1.43rem;
    margin: 0;
  }
  .pc_banner_box .dot_box {
    bottom: 0.1rem !important;
  }
  .pc_banner_box .dot_box span {
    width: 0.02rem;
    height: 0.02rem;
    margin: 0 0.02rem !important;
  }
  .pc_banner_box .dot_box span.swiper-pagination-bullet-active {
    width: 0.2rem;
  }
  .business_box {
    width: 100%;
    height: 0.75rem;
    float: none;
    border-radius: 0;
  }
  .business_box li:not(:last-of-type)::after {
    height: 0.2rem;
    margin-top: -0.1rem;
  }
  .business_box li a {
    padding-top: 0.1rem;
  }
  .business_box li p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .business_box li em {
    width: 0.26rem;
    height: 0.26rem;
    margin: 0 auto 0.05rem;
  }
  .business_box li em.em_01 {
    background-size: 0.17rem 0.24rem !important;
  }
  .business_box li em.em_02 {
    background-size: 0.22rem 0.24rem !important;
  }
  .business_box li em.em_03 {
    background-size: 0.26rem 0.2rem !important;
  }
  .business_box li em.em_04 {
    background-size: 0.23rem 0.22rem !important;
  }
  .important_tips_box {
    width: 100%;
    height: 0.68rem;
    float: none;
    background: #F0F0F0;
    padding: 0.13rem 0.15rem;
	border-radius: 0;
  }
  .important_tips_box .tips_tit {
    margin-bottom: 0.1rem;
  }
  .important_tips_box .tips_tit h4,
  .important_tips_box .tips_tit .more_btn {
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.15rem;
  }
  .important_tips_box .tips_tit h4::before {
    width: 0;
    height: 0;
    background: none;
  }
  .important_tips_box .notice_con li a {
    display: flex;
  }
  .important_tips_box .notice_con p {
    flex: 1;
    font-size: 0.13rem;
    color: #333333;
    line-height: 0.17rem;
    font-weight: 500;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .important_tips_box .notice_con span {
    margin-top: 0;
    font-size: 0.1rem;
    color: #666666;
    line-height: 0.17rem;
    flex-shrink: 0;
    margin-left: 0.1rem;
  }
  .news_tab_list {
    width: 100%;
	height: auto;
    float: none;
	background: #FFFFFF;
    padding: 0.2rem 0.15rem;
    font-size: 0;
    text-align: center;
	display: flex;
	justify-content: space-between;
  }
  .news_tab_list li {
	padding: 0;
    height: auto;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
    padding-bottom: 0.08rem;
	margin-bottom: 0;
  }
  .news_tab_list li:first-child{
	  margin-top: 0;
  }
  .news_tab_list li.on,
   .news_tab_list li:hover{
	  font-size: 0.18rem;
	  color: #E31F26;
  }
  .news_tab_list li em {
    height: 0.02rem;
  }
  .news_tab_list li.on em {
    width: 100%;
	background: #E31F26;
	left: 0;
  }
  .news_tab_con {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 0.1rem;
  }
  .news_item_box {
    padding-top: 0;
	
  }
  .page_num_02 .section_part_box{
	  padding-bottom: 0.2rem;
  }
  .bottom_tab_list {
    margin-top: 0;
    padding: 0 0.15rem;
    display: flex;
  }
  .bottom_tab_list .tab_item {
    flex: 1;
    width: auto;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
  }
  .bottom_tab_list .tab_item:not(:first-of-type) {
    margin-left: 0.1rem;
  }
  .bottom_tab_list .tab_item .tab_icon {
    width: 0.18rem;
    height: 0.4rem;
    margin-right: 0.1rem;
    background-size: 0.18rem 0.18rem;
  }
  .page_num_02 .swiper-container {
    height: auto;
  }
  .news_item_box{
	  padding: 0 0.15rem;
  }
  .news_item_list {
    height: auto;
    background: none;
    
    border-radius: 0;
  }
  .news_item_list li {
    margin-top: 0;
	margin-bottom: 0.1rem;
    width: 100%;
	height: auto;
    float: none;
  }
  .news_item_list li .news_img,
  .news_item_list li .news_text{
	  float: none !important;
	  width: 100%;
	  height: auto;
  }
  .news_item_list li .news_text{
	  padding: 0.36rem 0 0;
  }
  .news_item_list li .news_text::before{
	  content: none;
  }
  .news_item_list li .see_more {
    display: none;
  }
  .news_item_list li .date_text {
    font-size: 0.1rem;
    color: #666666;
    line-height: 0.15rem;
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 0.15rem;
  }
  .news_item_list li p {
    font-size: 0.13rem;
    color: #222222;
    line-height: 0.2rem;
    height: 0.4rem;
	-webkit-line-clamp: 2;
  }
  .news_item_list li .news_img {
    height: auto;
    overflow: hidden;
	float: none;
  }
  .news_item_list li .news_img img {
    width: 100%;
    height: 100%;
    /* max-width: 100%;
    max-height: 100%; */
  }
  .news_item_list .news_img::before {
    width: 0;
    height: 0;
    background: none;
  }
  .page_num_03 {
    background: #FFFFFF;
  }
  .about_us_box {
    width: 100%;
    padding: 0 0.15rem 0.2rem;
  }
  .about_us_box .part_top {
    margin: 0 -0.15rem;
    padding: 0.2rem 0.15rem 0;
    height: 2.25rem;
    background: url(../images/h5_images/about_us_bg.png) top center no-repeat;
    background-size: 100% 2.25rem;
  }
  .about_us_box h2 {
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 0.25rem;
    margin-bottom: 0.15rem;
  }
  .about_us_box .about_text {
	  width: 100%;
    font-size: 0.1rem;
    color: #222222;
    line-height: 0.15rem;
	padding-right: 0;
  }
  .about_us_box .see_more {
    margin-top: 0.2rem !important;
  }
  .comp_size_list {
    text-align: center;
    margin-top: 0.15rem;
  }
  .comp_size_list li {
    margin: 0 0.15rem;
  }
  .comp_size_list li:not(:last-of-type) {
    margin-right: 0.15rem;
  }
  .comp_size_list p {
    font-size: 0.1rem;
    color: #666666;
    line-height: 0.14rem;
    margin-bottom: 0.07rem;
  }
  .comp_size_list strong {
    font-size: 0.21rem;
    line-height: 0.25rem;
  }
  .comp_brand_list {
    margin-top: 0;
  }
  .comp_brand_list li {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    padding: 0.15rem 0 0.1rem;
    border-color: #DDDDDD;
	margin-left: 0;
  }
  .comp_brand_list p {
    font-size: 0.15rem;
	color: #222222;
    line-height: 0.21rem;
    font-weight: 500;
  }
  .comp_brand_list span {
    font-size: 0.1rem;
    color: rgba(51, 51, 51, 0.6);
    line-height: 0.14rem;
  }
  .comp_brand_list span em {
    display: block;
    float: right;
  }
  .see_more {
    width: 100%;
    height: 0.35rem;
    line-height: 0.33rem;
    font-size: 0.14rem;
    color: #C9BE96;
    font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .page_num_04 {
    margin-top: 0.1rem;
  }
  .page_num_04 .section_part_box {
    padding-top: 0.2rem !important;
  }
  .section_tit {
    font-size: 0.2rem;
    line-height: 0.25rem;
  }
  .sec_products_list {
    height: auto;
    margin-top: 0.15rem;
    padding: 0 0.09rem 0.2rem;
  }
  .sec_products_list ul {
    display: block;
    border-radius: 0;
    height: auto;
  }
  .sec_products_list li {
	  display: block;
	  float: left;
    margin: 0.05rem;
    background: #F7F7F7 !important;
    position: relative;
  }
  .sec_products_list li:nth-child(1),
  .sec_products_list li:nth-child(2) {
    width: calc(50% - 0.1rem);
	min-width: calc(50% - 0.1rem);
    height: 1.4rem;
    border-radius: 0;
  }
  .sec_products_list li:nth-child(3),
  .sec_products_list li:nth-child(4),
  .sec_products_list li:nth-child(5),
  .sec_products_list li:nth-child(6) {
	width: calc(25% - 0.1rem);
	min-width: calc(25% - 0.1rem);
    height: 1.04rem;
    border-radius: 0;
  }
  .sec_products_list li:nth-child(3) .h5_pro_img,
  .sec_products_list li:nth-child(4) .h5_pro_img,
  .sec_products_list li:nth-child(5) .h5_pro_img,
  .sec_products_list li:nth-child(6) .h5_pro_img  {
    height: 0.64rem;
  }
  .sec_products_list li.active .li_con {
    display: none !important;
  }
  .sec_products_list li .bg {
    display: none;
  }
  /* .sec_products_list li::after {
    content: "";
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec_products_list li.pro_01::after {
    background: url(../images/h5_images/sec_pro_p1.png) center no-repeat;
    background-size: 100% 100%;
  }
  .sec_products_list li.pro_02::after {
    background: url(../images/h5_images/sec_pro_p2.png) center no-repeat;
    background-size: 100% 100%;
  }
  .sec_products_list li.pro_03::after {
    background: url(../images/h5_images/sec_pro_p3.png) center no-repeat;
    background-size: 100% 100%;
  }
  .sec_products_list li.pro_04::after {
    background: url(../images/h5_images/sec_pro_p4.png) center no-repeat;
    background-size: 100% 100%;
  }
  .sec_products_list li.pro_05::after {
    background: url(../images/h5_images/sec_pro_p5.png) center no-repeat;
    background-size: 100% 100%;
  } */
  .sec_products_list .h5_pro_img{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 1rem;
	  overflow: hidden;
  }
  .sec_products_list .h5_pro_img img{
	  width: 100%;
	  height: auto;
  }
  .sec_products_list p {
    width: 100%;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.4rem;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .page_num_05 {
    background: #FFFFFF;
  }
  .page_num_05 .section_part_box {
    padding-top: 0;
  }
  .df_honor_box {
    height: 1.76rem;
    padding-top: 0.2rem;
    background: url(../images/h5_images/honor_bg.png) center top no-repeat;
    background-size: 100% 1.76rem;
	margin-top: 0 !important;
  }
  .df_honor_list {
    margin-top: 0.22rem;
    height: 0.92rem;
    padding: 0 0.15rem;
  }
  .df_honor_list li {
    width: 1.1rem !important;
    height: 100%;
    background-size: 100%;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
  }
  .df_honor_list li.disabled{
	  background-size: 100%;
  }
  .df_honor_list .year_text {
    font-size: 0.2rem;
    line-height: 0.22rem;
  }
  .df_honor_list .date_text {
    font-size: 0.08rem;
    color: #FFFFFF;
    line-height: 0.1rem;
    margin-top: 0.02rem;
  }
  .df_honor_list p {
    font-size: 0.1rem;
    line-height: 0.12rem;
    min-height: 0.24rem;
    margin-top: 0.08rem;
  }
  .df_honor_list span {
    font-size: 0.1rem;
    line-height: 0.12rem;
    margin-top: 0.06rem;
  }
  .swiper_prev,
  .swiper_next {
    display: none;
  }
  .its_companies_box.mt100 {
    margin-top: 0;
    padding-top: 0.2rem;
  }
  .its_companies_box.mt100 .section_tit {
    color: #333333;
  }
  .its_companies_list {
	display: flex;
	flex-wrap: wrap;
    padding: 0.15rem 0.1rem;
    margin: 0;
  }
  .its_companies_list a {
    width: calc(33% - 0.1rem);
    height: 0.4rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0.05rem;
    font-size: 0.14rem;
    color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	white-space: nowrap;
  }
  .market_index_list {
    position: unset;
    height: auto;
    border-top: 0.1rem solid #F0F0F0;
    padding: 0.15rem 0.02rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
    overflow-x: auto;
  }
  .market_index_list ul {
    display: flex;
    flex-wrap: nowrap;
	height: auto;
  }
  .market_index_list li {
    padding: 0;
    min-width: 1rem;
    flex-shrink: 0;
    margin: 0 0.08rem;
  }
  .market_index_list p {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    white-space: nowrap;
  }
  .market_index_list strong {
    font-size: 0.2rem;
    color: #4F9F3F;
    line-height: 0.28rem;
    margin-top: 0.03rem;
  }
  .market_index_list .lower_box span {
    font-size: 0.1rem;
    color: #999999;
    line-height: 0.15rem;
    margin: 0 0.03rem;
    vertical-align: top;
  }
  .menu_overlay {
    display: none;
    width: 100%;
    height: calc(100% - 0.5rem);
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0.5rem;
    left: 0;
    z-index: 5999;
  }
  .h5_menu_pop {
    display: block;
    width: 55%;
    height: calc(100% - 0.5rem);
    border-top: 1px solid #F0F0F0;
    background: #FFFFFF;
    padding-top: 0.25rem;
    overflow-y: auto;
    position: fixed;
    top: 0.5rem;
    right: 0;
    z-index: 6001;
    transform: translateX(100%);
    transition: all 0.35s;
  }
  .h5_menu_pop.on {
    transform: translateX(0);
  }
  .menu_inner_list > li {
    border-bottom: 1px solid #F2F2F2;
  }
  .menu_inner_list a {
    display: block;
    padding: 0 0.15rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.16rem;
    color: #333333;
    position: relative;
  }
  .menu_inner_list .a2 {
    padding-left: 0.33rem;
    font-size: 0.14rem;
    color: #666666;
  }
  .menu_inner_list .a2.active {
    color: #C81E1B;
    font-weight: 500;
  }
  .menu_inner_list .a1.arrow em {
    display: inline-block;
    width: 0.42rem;
    height: 0.45rem;
    background: url(../images/h5_images/menu_arrow.png) center no-repeat;
    background-size: 0.12rem 0.08rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu_inner_list .a1.on {
    background: #C81E1B;
    color: #FFFFFF;
  }
  .menu_inner_list .a1.on em {
    background: url(../images/h5_images/menu_arrow2.png) center no-repeat;
    background-size: 0.12rem 0.08rem;
  }
  .menu_inner_list .second_menu {
    display: none;
  }
  .menu_inner_list .second_menu a.on {
    color: #C81E1B;
  }
  .footer_inner {
    padding: 0 0.15rem;
    height: auto;
  }
  .footer_inner .fl_box,
  .footer_inner .links_list li,
  .footer_inner .fr_box {
    float: none;
    text-align: left;
    width: 100%;
    padding: 0.2rem 0 0.15rem;
    border-bottom: 1px solid #424242;
  }
  .footer_inner .fl_box {
    display: flex;
    justify-content: space-between;
    border-right: none;
  }
  .footer_inner .fl_box .help_link,
  .footer_inner .fl_box p {
    font-size: 0.12rem;
    line-height: 0.16rem;
    margin: 0;
  }
  .footer_inner .fl_box strong {
    font-size: 0.22rem;
    line-height: 0.25rem;
    margin: 0;
  }
  .footer_inner .links_list {
    float: none;
    padding-left: 0;
  }
  .footer_inner .links_list p {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .footer_inner .links_list a {
    font-size: 0.12rem;
    line-height: 0.16rem;
    margin-bottom: 0 !important;
  }
  .footer_inner .links_list .list_con {
    display: flex;
  }
  .footer_inner .links_list .list_con a {
    flex: 1;
    text-align: center;
  }
  .footer_inner .links_list .list_con a:first-of-type {
    text-align: left;
  }
  .footer_inner .links_list .list_con a:last-of-type {
    text-align: right;
  }
  .footer_inner .fr_box h3 {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
    color: #FFFFFF;
  }
  .footer_inner .fr_box h3::before {
    width: 0;
    height: 0;
    background: none;
  }
  .footer_inner .fr_box P {
    font-size: 0.12rem;
    margin-bottom: 0;
  }
  .footer_inner .fr_box P::after {
    width: 0;
    height: 0;
    background: none;
  }
  .footer_inner .fr_box P::before {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: top;
    margin-right: 0.05rem;
  }
  .footer_inner .fr_box P.phone {
    margin-bottom: 0.05rem;
  }
  .footer_inner .fr_box P.phone::before {
    background: url(../images/phone_icon.png) center no-repeat;
    background-size: 0.16rem 0.12rem;
  }
  .footer_inner .fr_box P.address::before {
    background: url(../images/address_icon.png) center no-repeat;
    background-size: 0.12rem 0.14rem;
  }
  .copyright_box {
    background: #333333;
    height: auto;
    padding: 0.1rem 0;
  }
  .copyright_box span {
    display: block;
    font-size: 0.1rem;
    line-height: 0.16rem;
    text-align: left;
  }
  .video_banner_page .pc_banner_box {
    margin-bottom: 0;
  }
  body,
  .header,
  .banner,
  .bottom,
  bd {
    min-width: 100%;
  }
  .df_about_us {
    background: none;
  }
  .pc_news_img{
	  display: none;
  }
  .h5_news_img{
	  display: block;
  }
  .page_num_02 .section_part_box, 
  .page_num_03 .section_part_box, 
  .page_num_04 .section_part_box, 
  .page_num_05 .section_part_box{
	  padding-top: 0;
  }
  .pc_banner_list {
	height: 100% !important;
  }
  .footer_box .footer_bot {
	display: none;
  }
  .sec_products_list li .center_box {
	position: static;
  }
  .footer_bot{
	  display: none;
  }
  
  /* h5导航 */
  	/**导航***/
  .page_nav{
  	position: fixed;
  	height: 100%;
  	width: 100%;
  	z-index: 1000;
  	left: 0;
  	top: 0;
  	display: none;
  }
  .zzc{
  	/* position: fixed;
  	left: 0;
  	top: 0; */
  	height: 100%;
  	width: 100%;
  	background: rgba(0,0,0,0.3);
  }
  .page_nav .list{
  	background: #fff;
  	width: 70%;
  	position: absolute;
  	top: 0;
  	right: 0;
  	padding: 0 0.15rem 0 0.3rem;
  	height: 100%;
  	overflow: auto;
  	-webkit-overflow-scrolling:touch;
  }
  
  .page_nav .list dt{
  	display: block;
  	height: 0.45rem;
  	line-height: 0.45rem;
  	color: #999;
  	font-size: 0.16rem;	
  }
  .page_nav .list a{
  	display: block;
  	height: 0.45rem;
  	line-height: 0.45rem;
  	color: #222;
  	font-size: 0.16rem;	
  	display: block;
  }
  .page_nav .list dd{
  	padding-left: 0.15rem;
  }
  .page_nav .list dd a{
  	width: 50%;
  	float: left;
  	font-size: 0.14rem
  }
  .page_nav .list dt:first-child{
  	height: 0.5rem;
  	line-height: 0.5rem;
  	border-bottom: 1px #ebebeb  solid
  }
  .page_nav .list dt:first-child a{
  	height: 0.5rem;
  	line-height: 0.5rem;
  }
  .page_nav .pc_p{
	display: none;
  	height: 0.5rem;
  	line-height: 0.5rem;
  	border-top: 1px #ebebeb solid
  }
  .news_more_btn{
	  width: 100%;
	  height: 0.35rem;
	  border: 1px solid #baa871;
	  line-height: 0.33rem;
	  font-size: 0.14rem;
	  color: #C9BE96;
	  font-weight: 500;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .pc_new_moer{
	  display: none;
  }
  .df_honor_list li:hover{
	  background: url(../images/honor_li_bg.png) center bottom no-repeat;
	  background-size: 100%;
  }
  .df_honor_list .honor_more_li,
  .df_honor_list .honor_more_li:hover{
	  background-size: 100%;
  }
  .df_honor_list .honor_more_li .more_btn {
      font-size: 0.14rem;
      line-height: 1.05rem;
  }
  .df_honor_list li{
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .float_wd{
  	display:none;
  }
}
@media screen and (max-width: 320px) {
  body,
  html {
    font-size: 85.3333px;
  }
}
