﻿
body {
  overflow-x: hidden;
  background: #ffffff;
  width: 7.5rem;
  margin: 0 auto; 
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
.clear{
  clear: both;
}
.wrapper {
  width: 100%;
  height: auto;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%; 
  background-size: 100% 100%;
}
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .container {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
div.slide-mask {
  position: absolute;
  z-index: 2;
  right: 0;

    top: 0.76rem;
    width: 100%;
    height: 90% !important;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}
aside.slide-wrapper {
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: 0;
  top: 0.76rem;
  width: 4.58rem;
  border-radius: 12px;
      height:4.45rem !important;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
aside.slide-wrapper > div {
  background-color: #fff;
  min-height: 100%;
      padding: 28px 0;
      border-radius: 8px 0 0 8px;
}
aside.slide-wrapper ul li {
  padding: 0 10px 0 6px;

  background-color: #fff;
  margin-top: 24px;
  overflow: hidden;
}
aside.slide-wrapper ul li:nth-child(1){
  margin-top: 0;
}

aside.slide-wrapper.moved {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
aside.slide-wrapper li > a {
width: 1.9rem;
    height: 0.5rem;

color: #666666;
 background: #FAE5D7;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}
aside.slide-wrapper li h2{
  font-size: 0.26rem;
 font-weight: 500;
color: #333333;
padding-left: 0.15rem;
position: relative;
}

.header{
  position: relative;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  font-size: 16px;
  background: rgba(51, 51, 51, 0.1);
}
.logo{
    position: absolute;
    left: 5px;
    top: 0.2rem;
    width: 20%;
}
.logo img{
  width: 100%;
}
.header h1 a {
position: absolute;
    right: 12px;
    top: 0.25rem;
  width: 0.3rem;
    height:0.3rem;
    z-index: 5;
}
.header h1 a img {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
}
div.imgbox {
  margin: 10px 5px;
  padding: 5px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
div.imgbox img {
  width: 300px;
  display: block;
  margin: 0 auto 5px auto;
}

.searchbox {
    position: relative;
    z-index: 10;
    width:4.2rem;
    height: 36px;
    left:13%;
    border-radius: 4px;
    float: left;
}
.mod_select {
position: absolute;
   left: .7rem;
    top: 0.12rem;
    width: 70px;
}
.mod_select .select_box {
  position: relative;
  width: 1.2rem;
  height: 36px;
  left: 12px;
}
.mod_select .select_box .select_txt {
    display: inline-block;
    width: 1.2rem;
    height: 32px;
    text-align: center;
    overflow: hidden;
    line-height: 31px;
    padding-right: 6px;
    font-size: 0.22rem;
    color: #666666;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}
.mod_select .select_box .select-icon {
    position: absolute;
    top: 0.3rem;
    right: 0.1rem;
    transform: translate(0,-50%);
    width: 0.15rem;
    height: 0.1rem;
    background: url(../images/head_2.png) center no-repeat;
    background-size: 100%;
}
.mod_select .select_box .option {
    position: absolute;
    top: 0.65rem;
    display: none;
   left: -91px;
    box-shadow: 1px 0px 6px 1px rgba(115, 109, 109, 0.26);
    border-radius: 4px;
    width: 320px;
    height: 50px;
    background-color: #fff;
    z-index: 99999999;
}
.mod_select .select_box .option::after {
position: absolute;
    content: "";
    left: 42%;
       top: -13px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid rgba(255, 255, 255);
    border-radius: 3px;
    border-left: 8px solid transparent;
}
.mod_select .select_box .option li {
    text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #666;
      margin: 11px 0 0 7px;
    width: 72px;
  cursor: pointer;
  background: #EEEEEE;
  border-radius: 16px;
  float: left;
}
.mod_select .select_box .option li:active{
  color: #E60012;
}
.searchbox .import {
        width: 2.8rem;
    padding-left: 1.4rem;
    border: none;
    height: 0.5rem;
    border-radius: 16px;
    outline: none;
    background: #fff;
}
.searchbox .btn-search {
    position: absolute;
    left: 0.82rem;
    width: 0.2rem;
    height: 0.2rem;
    top: 0.29rem;
    color: #fff;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
    border: 0;

}

.head_phone{
  position: relative;
  right: 3px;

}

.head_phone a{
  color: #666;
  padding-left:6px;
    position: relative;
    font-size: 0.24rem;
}
.head_phone a:after{
    position: absolute;
    left: -.24rem;
    width: 0.2rem;
    height: 0.2rem;
    top: 0.08rem;
    content: '';
    color: #fff;
    background: url(../images/tel.png)no-repeat center;
    background-size: 100%;
    border: 0;
}
.h10{
  height: 0.16rem;
margin-top: 0.4rem;
background: #EEEEEE;
}
.h20{
  height: 0.24rem;

background: #EEEEEE;
}
.banner img{
  width: 100%;
}



.banner .swiper-pagination-bullet{
      background: #fff;
          opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #E60012;
          opacity: 1;
}

.page01{
width: 6.9rem;
    margin: 0 auto;
}
.page01 ul li{
 float: left;
    width: 20%;
    text-align: center;
    margin: 0.4rem 0 0 0.46rem;


}
.page01 ul li img{
  width: 80%;
    margin: 0 auto;
}
.page01 ul li:nth-child(1),.page01 ul li:nth-child(5){
  margin-left: 0;
}
.page01 ul li h3{
  font-size: 0.24rem;
font-weight: 400;
margin-top: 0.2rem;
color: #000000;
}

.page02{
  width: 6.9rem;
      margin: 0.3rem auto 0;

}

.page02_cont ul li{
  float: left;
  width: 48%;
  margin-left: 0.24rem;
  border-radius: 6px;
  margin-top: 0.3rem;
}
.page02_cont ul li:nth-child(1){
  margin-left: 0;
}
.page03{
  width: 6.9rem;
      margin: 0.3rem auto 0;

}

.page03_cont ul li{
  float: left;
  width: 48%;
  margin-left: 0.24rem;
  border-radius: 6px;
  margin-top: 0.3rem;
}
.page03_cont ul li:nth-child(1){
  margin-left: 0;
}
.page_tit{
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.page_tit h2{
font-size: 0.3rem;
font-weight: 600;
position:relative;
display: inline-block;
}



.page_tit a{
  float: right;
font-size: .24rem;
font-weight: 600;
color: #999999;
}


.page04{
  width: 6.9rem;
      margin: 0.3rem auto 0;

}

.page04_cont ul li{
  border-bottom: 1px solid #eee;
  height:2rem;
}
.page04_cont ul li img{
  float: left;
  width: 38%;
  margin-top:0.25rem;
  border-radius: 6px;
}
.page04_cont ul li ol{
  float: right;
  width: 60%;
   margin-top:0.25rem;
}

.page04_cont h3{
  font-size: 0.26rem;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.3rem;
color: #333333;
}
.page04_cont p{
float: left;
color: #999999;
font-size: 0.22rem;
width: 58%;
}
.page04_cont span{
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    display: inline-block;
    margin-top: 0.1rem;
    text-align: center;
    background: #E60012;
    color: #fff;
    border-radius: 26px;
}


.page05 {
    width: 6.9rem;
    margin: 0rem auto 0;
}
.page05_bt li{
width: 25%;
float: left;
text-align: center;
}
.page05_title {
    height: 0.7rem;
    padding-top: 0.2rem;
    box-shadow: 0px 2px 10px 0px rgba(185, 185, 185, 0.2);
}
.page05 .page05_item{
  display: none;
}
.page05 .page05_item.show{
  display: block;
}
.page05_item li{
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #eee;
}
.page05_bt li a{

     color: #999999;
     font-size: 0.26rem;
     margin: 0 auto;
}

.page05_bt .page05_tit_active a{
color: #333333;
  border-bottom: 1px solid rgba(238, 118, 36, 1);
}

.page05_item p{
width:77%;
float: left;
color: #333333;
 font-size: 0.24rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.page05_item span{
  color: #999999;
  float: right;
  font-size: 0.24rem;
}





.page06 {
    width: 6.9rem;
    margin: 0rem auto 0;
}
.page06_bt li{
width: 50%;
float: left;
text-align: center;
}
.page06_title {
    height: 0.7rem;
    padding-top: 0.2rem;
    box-shadow: 0px 2px 10px 0px rgba(185, 185, 185, 0.2);
}
.page06 .page06_item{
  display: none;
}
.page06 .page06_item.show{
  display: block;
}
.page06_item li{
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #eee;
}
.page06_bt li a{

     color: #999999;

     font-size: 0.26rem;
     margin: 0 auto;
}
.page06_bt .page06_tit_active a{
color: #333333;
    border-bottom: 1px solid rgba(238, 118, 36, 1);

}

.page06_item p{
width:77%;
float: left;
color: #333333;
 font-size: 0.24rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.page06_item span{
  color: #999999;
  float: right;
  font-size: 0.24rem;
}


.page07 {
    width: 6.9rem;
      margin: 0.3rem auto 0;
}
.page07 .page_tit {
  text-align: center;
}
.page07 .page_tit a{
      font-size: 0.3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #333333;
    text-align: center;
}

.page07 ul li{
  float: left;
  width: 46%;
  margin-left: 0.5rem;
  position: relative;
    text-align: center;
    background: #FFFFFF;
box-shadow: 0px 4px 12px 0px rgba(238, 118, 36, 0.2);
border-radius: 12px;
  margin-top: 0.3rem;

}
.page07 ul li img{
  width: 80%;
  text-align: center;
  margin: 0.2rem auto 0.1rem;
}
.page07 ul li:nth-child(1){
  margin-left: 0;
}
.page07 ul li p{
background: #EE7624;
line-height: 0.64rem;
font-size: 0.24rem;
color: #000000;
box-shadow: 0px 4px 12px 0px rgba(238, 118, 36, 0.2);
border-radius: 0px 0px 12px 12px;
color: #FEFEFE;


}





/*footer*/
/*footer*/
.footer .footer_cot {
    font-size: .2rem;
    color:rgba(153, 153, 153, 1);
    text-align: left;
}
.footer .footer_cot span{
    color: #fff;
}
.footer .inner1 .foot_tot{
    font-size: .2rem;
    color: #fff;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    border-bottom: 1px solid #eee;
   padding: 0.2rem 0 0.4rem;
}

.footer{
    padding:.35rem .24rem 1.1rem;
    background:#333333;
      margin-top: 0.3rem;
}
.foot_rands{
    display: flex;
      justify-content: center;
      align-items: center;
    
}
.foot_rands ul{
  width: 100%;
}
.foot_rands ul li{
  float: left;
  width: 25%;
  text-align: center;
}
.foot_rands ul li a{
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  cursor: pointer;
}
.foot_rands ul li p{
  float: right;
color: #FFFFFF;
opacity: 0.3;
font-size: 0.23rem;
}
.foot_logo{
    width:2.89rem;
}
.foot_logo p{
  margin-left: 0.4rem;
  font-size: .2rem;
  color: #fff;
}
.foot_logo img {
    width: 1.48rem;
    display: block;
    margin-bottom: .03rem;
}
.foot_adress{
  width: 4.38rem;
    padding-left: .24rem;
    float: right;
    border-left: 1px solid #fff;
    overflow: hidden;
}
.foot_adress p{
    color:#fff;
    font-size:.18rem;
    line-height:.3rem;
}
.foot_adress span{
  margin-top: 0.11rem;
    display: block;
}

.copyright{
    padding:.2rem 0;
}
.copyright p{
    text-align: center;
    color:#fff;
    font-size:.18rem;
    line-height:.3rem;
}

.footer_nav{
    width:100%;
    position: fixed;
    left: 0;
    bottom:0;
    z-index:99999;

box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
background: #E60012;
} 
.footer_nav ul li{
    float: left;
    width:33%;
    text-align: center;
    padding-bottom: 0.1rem;
}
.footer_nav ul li a{
    display: block;
}
.footer_nav ul li span{
     font-size: .24rem;
    color: #ffffff;
    line-height: 0.28rem;
    padding-bottom: 0.1rem;
}
.footer_nav ul li img{
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.2rem auto 0.1rem;
}
.footer_nav ul li.nav_2{border-left:1px solid rgba(255, 255, 255, 0.2); }