* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  text-decoration: none;
  box-sizing: border-box;
}
html {
  font-size: 20px;
}
ul,
ol {
  list-style: none;
}
html,
body {
  /* height: 100%; */
  width: 100%;
  overflow:scroll;

}
::-webkit-scrollbar{
    width:0.1rem;
}
header {
  width: 100%;
}
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: wjsfont;
  src: url('font/MiFie-Web-Font.eot') format('embedded-opentype'),
  url('font/MiFie-Web-Font.svg') format('svg'),
  url('font/MiFie-Web-Font.ttf') format('truetype'),
  url('font/MiFie-Web-Font.woff') format('woff');
}
html {
  font-size: 16px;
}
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0;
}
a,
button,
input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
img{

     vertical-align:middle; 
}

a{

    text-decoration:none;
    background-color: transparent;
    color:#000;
}

html{
    font-family:sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    }
body{
        margin:0;
 
  }

li {
    display: list-item;
    
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear:both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

/*头部  banner  底部*/
#head {
    width: 100%;
    height: 2.5rem;
    padding: 0 3%;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
}
#head .logo {
    float: left;
    width:90%;
    height: 100%;
    color: #ccc;
    font-weight: bold;
    line-height: 2.4rem;
    /* background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: left center; */
    /* padding-left: 4rem; */
}
#head .logo strong{
    color:#0e93b9;
}
.drawer-hamberger img{
    width:100%;
}
#head .logo img{

    height:1.2rem;
}
.fl{
    float:left;

}
.fr{
    float:right;
}
.drawer-hamberger {
   position: fixed;
    right: 0rem;
    z-index: 1000;
    display: block;
    width: 1.6rem;
    line-height: 1.5rem;
    top:0.7rem;
    right:0.7rem;
    background-color: transparent;
    border: 0;
}
.pagelist {
    text-align: center;
    padding: 1.2rem 15px;
}
#pagelist {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.6rem;
}
/*底部*/
footer {
    width: 100%;
    position:fixed;
    bottom:0;
}
footer .foot ul li a {
    color: #fff;
    display: block;
}

footer .foot ul li a span{font-size: 0.6rem;  }
footer .foot ul {
    width: 100%;
    height: 2.5rem;
    display: flex;
}
footer .foot ul .li_active {
    background: #000 !important;
}
footer .foot ul li {
    flex: 1;
    padding-top: 0.2rem;
    background: #343434;
    text-align: center;
    font-size: 0.4rem;
    cursor: pointer;
}
footer .foot ul li img {
    height: 1.3rem;
    margin-bottom: 0.2rem;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    padding: 0.5rem 0;
    color: #888;
    line-height: 0.9rem;
}
#content{
    border:1px solid #ccc;
}

/*轮播图*/

.swiper-container{
    width:100%;
    margin-top:2.15rem;
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width:100%;
}
.swiper-button-prev{
    background-image:url('../../images/arr1.png');
    background-repeat:no-repeat;
    background-size:60%;

}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 46%;
    width: 1rem;
    height: 1rem;
   	margin-top:0;
}
.swiper-button-next{
    background-image:url('../../images/arr2.png');
    background-repeat:no-repeat;
    background-size:60%;
}
.swiper-pagination-bullet{
    background:#fff;
}
.swiper-pagination-bullet-active{
    background:#0e93b9;
}
.swiper-pagination span{
   
    color:#fff;
    font-size:0.6rem;
    line-height:1.0rem;
    text-align:center;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    line-height: 0;
    background-color: #F00;
}

/*主体部分*/

main{
    padding-bottom: 2rem;
}
main .subheading {
    width: 100%;
    font-size:0.8rem;
    color: #0e93b9;
    padding: 0.5rem 0 1.5rem;
    text-align:left;
    font-weight:bold;
}

main .subheading span {
    font-size: 0.6rem;
    /* position: relative; */
}
main .subheading::after{
      content: '';
    width: 2rem;
    height: 0.1rem;
    background: #0e93b9;
    display: block;
    margin-top: 0.5rem;
}
.section1{
   padding: 20px 6% 0;
}
.section1 li{
    float: left;
    width: 6rem;
    height: 6rem;
    text-align: center;
    /* background: #0e93b9; */
    padding: 1rem 0;
    margin-bottom: 1rem;
    border: 3px solid #666;
    border-radius: 50%;
    float:left;
}
.section1 li h2{
    color:#666;
    font-size:0.8rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section1 li img{
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.8rem;
}
.section2{
   padding:0.5rem 15px;
   text-align:center;
   
}


.section2-in p{
    color:#333;
    font-size:0.7rem;
    text-align: left;
    text-indent: 2em;
    line-height: 1.2rem;
    max-height: 8rem;
    overflow: hidden;
    padding-top:1rem;
}
.sw_wap_ad1{
    min-height:7.5rem;
    position:relative;
}
.sw_wap_ad1 img{
   max-width: 100%;
    min-height: 7.5rem;
}
.section3 img.bgImg{
    width:100%;
    height:100%;
}
.section3{
    position:relative;
    height:30rem;
}
.section_in1 {
    position:absolute;
    top:0;
    padding:15px;
}
.section_in1 .subheading{
    color:#fff;
}
.section_in1 .subheading::after{
    background:#fff;
}
.section_in1 li{
    float:left;
    width:7rem;
    text-align:center;
    margin-bottom:1rem;
}
/*.section_in1 li img{
    margin-bottom:1rem;
}*/

.section_in1 li .boxF,.section_in1 li .boxS,.section_in1 li .boxT,.section_in1 li .overlay{width: 7rem;height: 8.75rem;overflow: hidden;}
.section_in1 li .boxF,.section_in1 li .boxS {visibility: hidden;}
.section_in1 li .boxF{transform: rotate(120deg);-ms-transform: rotate(120deg);-moz-transform: rotate(120deg);-webkit-transform: rotate(120deg);margin-bottom:1rem;  }
.section_in1 li .boxS{transform: rotate(-60deg);-ms-transform: rotate(-60deg);-moz-transform: rotate(-60deg);-webkit-transform: rotate(-60deg);  }
.section_in1 li .boxT{transform: rotate(-60deg);background: no-repeat 50% center;background-size: 125% auto;-ms-transform: rotate(-60deg);-moz-transform: rotate(-60deg);-webkit-transform: rotate(-60deg);visibility: visible;  }

.section_in1 li p{
    color:#fff;
    font-size:0.7rem;
    height:1.2rem;

}
.ad_in{
    position:absolute;
    top:1.5rem;
    width:100%;
}
.ad_in p{
    color:#fff;
    font-size:0.8rem;
    padding:0.3rem 0;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more{
    display: block;
    width: 100%;
    height: 1.5rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 0.6rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    background: #0e93b9;
}

.section4{
    padding: 15px 15px 0;
}
.section4-in{ 
    padding: 0.5rem 0;
}
.section4-in-left{
    width:3rem;
    height:3rem;
    font-size:0.8rem;
     color:#000;
     background: #0e93b9;
     line-height:3rem;
     text-align:center;
	 overflow:hidden;
}
.section4-in-left  span{
    color:#fff;
    font-size:0.8rem;
    font-weight:bold;
}
.section4-in-right{
        width: 12rem;
    font-size: 0.6rem;
    line-height: 1rem;
    height: 3rem;
    overflow: hidden;
}

.section4-in-right h3{
    /* color:#666 */
    font-weight:normal;
    color:#000;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section4-in-right p{
   
    font-size: 0.6rem;
}
.section5{
    height: 2rem;
    background: #0e93b9;
        margin-top: 1rem;
    
    padding-right: 1rem;
}
.section5 a{
    color:#fff;
    line-height:2rem;
}
/*搜索部分*/

main .search {
    box-sizing: border-box;
    width: 96%;
    height: 2.0rem;
    padding: 0 10px;
    border: 1px solid #eee;
    line-height: 1.5rem;
    position: relative;
    margin: 0.5rem auto 0;
    background: #fff;
}
main .search input {
    margin-left: 0.5rem;
    outline: none;
}
main .search button {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 100%;
    background-image: url(../../images/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*新闻部分  */
.news{
    padding:0 10px 2.5rem;
    position:relative;
}
.news ul{
    margin-top:0.8rem;
}
.news ul li a{
  display:block;
  height:1.6rem;
  width:100%;
  font-size:0.7rem;
  line-height:1.6rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: no-wrap;
}
.news ul li a span{
    color:#e2a120;
}

/*新闻详情*/

.newsInner{
    padding:0.5rem 15px;
}
.newsInner .newsInnerDetail{
    padding-top:0.7rem;
   height:3.7rem;
   border-bottom:1px dashed #ccc;
}

.newsInner .newsInnerDetail .newsDate{
    text-align:center;
     color:#fff;
    width:3rem;
    height:3rem;
    
    background: #666;
    float:left;
}
.newsInner .newsInnerDetail .newsDate span{
    font-size:0.6rem;
    font-weight:bold;
    display:block;
        margin-top: 0.2rem;
}
.newsInner .newsInnerDetail .newsDate .day{
      margin-top:0.4rem;
      font-size:1.1rem;
}

.newsInner .newsInnerDetail .newsText{
    width:75%;
    float:right;
}
.newsInner .newsInnerDetail .newsText .title{
   color: #888;
    font-size:0.7rem;
    display:block;
    overflow:hidden;
    height:0.9rem;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.newsInner .newsInnerDetail .newsText p{
   
    line-height:1.0rem;
    text-indent:0;
    font-size:0.6rem;
    color:#888;
    height:2rem;
    overflow:hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: pre-wrap;
}
.newsInner .newsInnerDetail .newsText p a{
    color:#888;
}
.pagelist{
    text-align:center;
    margin-top:1.2rem;
}
.newsInner .pagelist a{
    display:inline-block;
    padding:0.15rem 0.3rem;
    border:1px solid #ccc;
    color:#888;
}
#pagelist {
    text-align: center;
    margin-top: 0.5rem;
}
.pagelist select, .page select {
    font-size: 0.6rem;
    border-color: #000;
}
.pagelist span {
    font-size: 0.6rem;
}

main .newsInfo{
   width:100%;
   margin-top: 1rem;
}
main .newsInfo .newsInfoInnerTitle{
  
    padding:0 10px 0.5rem 10px;
    
    text-align:center;
    
}
main .newsInfo .newsInfoInnerTitle img{
    width:38%;
    margin:10px auto 0;

}
main .newsInfo .newsInfoInnerTitle h3{
    text-align:center;
    font-size:0.7rem;
    font-weight:500;
    /*line-height:1rem;*/
        color: #888;
}
main .newsInfo .newsInfoInnerTitle span{
    color:#666;
    font-size:0.6rem;
    display:block;
    margin-top: 0.5rem;
}
main .newsInfo .newsInfoInnerText{
    
    padding:1rem 10px 0 10px;
}
main .newsInfo .newsInfoInnerText p{
    font-size: 0.6rem;
    color: #888;
    text-indent: 2em;
    text-align: left;
    line-height: 1.0rem;
}
/*分页部分*/
.newsInner .pagelist{
    text-align:center;
    margin-top:1rem;
}
.newsInner .pagelist a{
    display:inline-block;
    font-size:0.6rem;
    border:1px solid #ccc;
    color:#888;
}

.pageListCurr{
    background:#666;
    color:#fff !important;
}

.section3-2{
 width:100%;
 margin-bottom:0.5rem;
}
.section3-2 img{
    width:100%;
}
.section3-2 .more{
   width: 5rem;
    height: 2rem;
    background: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 5rem;
    left: 38%;
    color: #666;
    line-height: 2rem;
}

.section6_in{
    height:10rem;
    /* position: relative; */
   width:100%;
    overflow-x:scroll;
}
.section6_in_b{
    height:6rem;
    background:#0e93b9;
    width:100%;
    margin-top:-5rem;
}
.section6_in ul{
    /* position: absolute; */
    z-index: 10;
    padding-left:15px;
}
.section6_in ul li{
    float:left;
    width:6rem;
    margin-right:15px;
  
}
.section6_in ul li img{
    width:100%;
    height: 7.2rem;
}
.section6_in ul li p{
    color:#fff;
    font-size:0.7rem;
    margin-top:0.5rem;
    text-align:center;
}



/*右侧导航部分*/


#navs {
  width: 105%;
  height: 100%;
  position: fixed;
  top: 2.15rem;
  left:-0.5rem;
  transform: translateX(100%);
  transition: all 300ms;
  z-index: 1999;
}
#navs .navs-left {
  width:65%;
  height: 100%;
  opacity: 0.7;
  background: #888;
  float: left;
  position:relative;
}
#navs .navs-left img{
    width:1.3rem;
    height:1.3rem;
    position:absolute;
    right:0.3rem;
    top:0.4rem;
}
#navs .navs-right {
  width: 35%;
  height: 100%;
  background: #272727;
  float: left;
  text-align: center;
}
#navs .navs-right p {
  height:1.5rem;
  /*padding-top: 0.5rem;*/
  line-height:1.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  border-bottom:1px solid #eeeeee;
}
#navs .navs-right p a{
   color: #fff;
}
#navs .navs-right ul {
  padding-top: 0.2rem;
}
#navs .navs-right ul li {
  height: 1.5rem;
}
#navs .navs-right ul li a {
  font-size: 0.6rem;
  text-decoration: none;
  color: #ffffff;
}
.trans{
    transform:translateX(0) !important;
}

/*留言部分*/
 main .titles{
    width:100%;
    text-align:center;
    padding-top:1.5rem;
}
main .titles span{
  display:block;
}
main .titles span:nth-child(1){
    font-size: 1rem;
    font-weight: 500;
    color: #888;
    position: relative;
  
}
main .titles span:nth-child(1)::after,
main .titles span:nth-child(1)::before{
    content: '';
    display: block;
    position: absolute;
    width: 4.8rem;
    height: 0.5rem;
    border-top: 1px solid #666;
    top: 0.6rem;
    left: 0;
}
main .titles span:nth-child(1)::after{
    left:auto;
    right: 0;
}
main .titles span:nth-child(2){
    font-size:0.7rem;
    color:#979292;
    margin-top: 0.3rem;
}

main .comment{
    width:100%;
    padding:0 10px;
}

#main .title {
    padding: 7px;
    position: relative;
    background: url(../../../images/tit_div_bg.jpg) repeat-x center left;
    overflow: hidden;
}
#main .title div {
    padding: 5px 3px;
    background: #000;
    color: #c7c7c7;
    font-size: 0.8rem;
    position: relative;
    float: left;
}
#main .title span {
    color: #666;
    font-size: 1em;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: bold;
}
#main .content {
    padding: 0 15px;
}
#searchform{
    color: #727070;
}
#main .content .message {
    padding: 10px 0;
    overflow: hidden;
}
#main .content label {
    width: 23%;
    text-align: left;
    line-height: 1.2rem;
    float: left;
    font-size: 0.7rem;
}
#main .content label span {
    color: #666
}
#main .content input {
    width: 72%;
    float: left;
    padding: 0 2%;
    height: 1.2rem;
    border: 1px solid #bfbfbf;
    font-size: 0.6rem;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    line-height: 0;
    background-color: #F00;
}
#main .content .button {
    background: #666;
    width: 50%;
    margin-right: 24%;
    border: 0;
    color: #fff;
    float: right;
}
.message textarea{
    width: 72%;
}

/*产品  */
main .indexActivity{
    padding:0.8rem 0px 0 10px;
}
main .indexActivityNav{
    width:100%;
}
main .indexActivityNav ul li{
    width:32%;
    float:left;
    height:1.5rem;
    line-height:1.5rem;
    background:#ddd;
    margin-right:0.2rem;
    font-size:0.8rem;
    text-align:center;
    margin-top: 0.5rem;
    color:#0e93b9;
}
main .indexActivityNav ul li a{
    display:block;
    width:100%;
    height:100%;
    background:#666;
    color:#fff;
}
.current{
    background:#0e93b9 !important;
    color:#fff !important;
	    padding: 0 0.3rem;
}
main .indexActivityImgs{
    width:100%;
    margin-top:0.6rem;
    display:none;
    position:relative;
}
main .indexActivityImg{
    width:46%;
    text-align:center;
    float:left;
    margin-right:4%;
}
.indexActivityImg a{
    display:block;
}

.dis{
    display:block;
}
main .indexActivityImg img{
    width:100%;
    margin-bottom:0.2rem;
    margin-top:0.2rem;
    border:1px solid #ccc;
}
main .indexActivityImg span{
    font-size: 0.6rem;
    color:#888;
}


/*地图部分*/

#allmap {
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}

.companyIntro p {
    font-size: 0.6rem;
    padding: 20px 15px;
    line-height: 1rem;
        color: #888;
}
.change_page {
    padding: 15px;
    font-size: 0.6rem;
    color: #666;
}
.change_page p {
    padding: 15px 0;
}
.change_page a {
    color: #666;
}