@media (min-width: 1600px) {
    html {
        font-size: 100px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}
@media (max-width: 1599px) {
    html {
        font-size: 97px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}
@media (max-width: 1400px) {
    html {
        font-size: 93px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}
@media (max-width: 1300px) {
    html {
        font-size: 86px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}
@media (max-width: 1200px) {
    html {
        font-size: 80px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1199px) {
    html {
        font-size: 72px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1151px) {
    html {
        font-size: 72px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1023px) {
    html {
        font-size: 70px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 963px) {
    html {
        font-size: 64px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 899px) {
    html {
        font-size: 57px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 839px) {
    html {
        font-size: 52px;
    }
     .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 768px) {
    html {
        font-size: 64px;
    }
    .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 767px) {
    html {
        font-size: 116px;
    }
     .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 734px) {
    html {
        font-size: 84px;
    }
    .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 565px) {
    html {
        font-size: 70px;
    }
  .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 480px) {
    html {
        font-size: 60px;
    }
    .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 380px) {
    html {
        font-size: 49px;
    }
    .pc{ display:none;}
    .sj{ display:block;}
}

@media (max-width: 320px) {
    html {
        font-size: 50px;
    }
    .pc{ display:none;}
    .sj{ display:block;}
}

body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 320px !important;
    max-width: 1920px !important;
    background-color: #e8e8e8;
    font-family: 'Microsoft YaHei';
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.pc {
    background: #e8e8e8;
}
.pc_box {max-width:1600px;margin:0 auto}
.pc .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pc .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.pc .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.pc .slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}
.pc .slideBox .hd {
    font-size: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6%;
    z-index: 100;
}
.pc .slideBox .hd ul {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
}
.pc .slideBox .hd li {
     width: 0.12rem;
     height: 0.12rem;
     background: #0551a9;
     float: left;
     border-radius: 50%;
     margin: 0 0.12rem;
     cursor: pointer;
}
.pc .slideBox .hd li.on {
     background-color: #ff4e00;
}
.pc .slideBox .prev, .slideBox .next {
     display: none;
}

.pc_top {
    overflow:hidden;
    height:1.1rem;
    margin-bottom:0.1rem;
    background:#fff;
}
.pc_top .logo{
    float:left;
    width:29.375%;
}
.pc_top .logo img{
    width:100%;
    vertical-align:top;
}
.pc_top .right{
    float:right;
    width:61%;
    overflow:hidden;
    background:url(/web_images/daoh_06.jpg)no-repeat;
    background-size:100% 100%;
    height:0.52rem;
    margin:0.3rem 0;
}
.pc_top .right .navbig {
    padding-left:2%;
    width:45%;
    text-align: center;
    z-index: 9998;
    position: absolute;
    display:flex;
    justify-content:space-between;
}
.pc_top .right .navbig ul{
    float:left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position:relative; z-index:9998; 
    display:flex;
    justify-content:space-between;
    width:100%;
}
.pc_top .right .nav .nLi{
    position:relative; 
    display:inline;
    font-size:0.16rem;
    line-height:0.52rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content:center;
}
.pc_top .right .nav .nLi h3{ float:left;font-weight: normal;}
.pc_top .right .nav .nLi h3 a{ display:block; font-size:0.16rem;color:#fff}
.pc_top .right .navbig li a{
    display: block;
    font-size:0.12rem;
    color:#fff;
}
.pc_top .right .nav .sub{
    width: 140%;
    display: none;
    left:-24%;
    top:0.5rem;
    position:absolute;
    background:#196ecf;
    font-size:0.12rem;
    color:#fff;
    line-height:0.35rem;
    /*padding:0 0.2rem;*/
}
.pc_top .right .nav .sub li{
    width: 100%;
    zoom:1;
}
.pc_top .right .nav .sub li a {
    color: #fff;
}
.pc_top .right a.sousuo{
    display:block;
    float:right;
    width:7%;
    height:0.52rem;
}
.pro_gundong {
    background:#fff;
    padding:0.76rem 0 0.56rem 0;
}
.picMarquee-left{width:100%; position:relative;}

.picMarquee-left .bd{ padding: 0;   }
.picMarquee-left .bd .tempWrap{width:100% !important}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{width: 3.63rem; margin:0 0.25rem; float:left; _display:inline; overflow:hidden;}
.picMarquee-left .bd ul li .pic{width:100%;}
.picMarquee-left .bd ul li .pic img{width:100%;vertical-align:top;height:2.7rem;}
.picMarquee-left .bd ul li .tit{
    width:100%;
    height:0.45rem;
    line-height:0.45rem;
    background:#d8d8d8;
    text-align:center;
    font-size:0.16rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pc .boot {
    width:100%;
    height:3rem;
    background:#383838;
    border-top:solid #f58619 0.2rem;
    overflow:hidden;
}
.pc .boot .left{
    float:left;
    width:22.5%;
    height:3rem;
    border-right:#545454 solid 1px;
}
.pc .boot .left .logo{
    width:100%;
    height:1.15rem;
}
.pc .boot .left .logo img{
    width:100%;
    height:1.15rem;
    vertical-align:top;
}
.pc .boot .left .ewm ul{
    overflow:hidden;
}
.pc .boot .left .ewm ul li{
    float:left;
    margin:0 7%;
    width:30%;
}
.pc .boot .left .ewm ul li .tp img{
    width:100%;
    height:1.11rem;
    vertical-align:top;
}
.pc .boot .left .ewm ul li .tit{
    font-size:0.16rem;
    text-align:center;
    color:#fff;
}
.pc .boot .right{
    float:right;
    width:77.4%;
    height:3rem;
}
.pc .boot .right .top{
    width:100%;
    height:0.98rem;
    border-bottom:#545454 solid 1px;
    overflow:hidden;
}
.pc .boot .right .top .daoh{
    float:left;
    font-size:0.16rem;
    color:#fff;
    padding-top:0.55rem;
    padding-bottom:0.2rem;
    padding-left:3%;
}
.pc .boot .right .top .daoh a{
    color:#fff;
}
.pc .boot .right .top .return_top{
    margin-top:0.55rem;
    margin-bottom:0.2rem;
    float:right;
    width:7%;
    background:url(/web_images/top_29.jpg)no-repeat;
    background-size:20%;
    background-position:center right;
    font-size:0.16rem;
}
.pc .boot .right .top .return_top a{
    color:#fff;
}
.pc .boot .right .text{
    font-size:0.16rem;
    line-height:0.35rem;
    color:#fff;
    padding-left:3%;
    padding-top:0.2rem;
}
.pc .boot .right .text a{
    color:#fff
}

.sj .header {
    width: 100%;
    overflow: hidden;
    height: 1.02rem;
    background: #fff;
}

.sj .daoh {
  width: 100%;
  position: absolute;
  top: 1.02rem;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  text-align: right;
  z-index: 9999;
  display: none;
}
.sj .daoh a {
  color: #fff;
  font-size: 0.22rem;
  display: block;
}
.sj .daoh .parents {
  box-sizing: border-box;
  width: 28.4375%;
  position: absolute;
  right: 0;
  background-color: #1587e0;
  top: 0;
  bottom: 0;
  color:#fff;
  text-align:center;
}
.sj .daoh .parents .nLi {
  height: 0.56rem;
  line-height: 0.56rem;
}
.sj .daoh .parents .nLi a {
  color: #fff;
}
.sj .daoh .parents .on {
  background-color: #fff;
}
.sj .daoh .parents .on a{
  color:#000;
}
.sj .daoh .sub {
  width: 2.3rem;
  position: absolute;
  right: 100%;
  display: none;
  background: #fff;
  top: 0;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  font-size:0.22rem;
}
.sj .daoh .sub li {
   height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.22rem;
  color:#000;
}
.sj .daoh .parents .on .sub li a {
  color: #000;
}
.sj .bg {
  width: 13rem;
  position: absolute;
  right: 5.187rem;
  top: 0;
  bottom: 0;
  display: none;
  filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;
}
.sj .sj_boot .ggy {
    background:url(/web_images/sj_ggy_11.jpg)no-repeat;
    background-size:100%;
    height:2.73rem;
}
.sj .sj_boot .bot_xx {
    height:1.05rem;
    background:#171717;
    border-top:0.2rem solid #f58619;
    font-size:0.2rem;
    color:#fff;
    text-align:center;
    line-height:0.3rem;
    padding-top:0.5rem;
}
.sj .sj_boot .bot_xx a{
    color:#fff;
}



.enlarge-box {
    overflow: hidden;
}
.enlarge-img { display:block; width:100%; height:100%; transition:all 1s;}
.enlarge-img:hover { transform:scale(1.1);}