* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
}
/*标签自带样式重置*/
body {
  background: #f8f8f8;
  height: 100%;
  color: #333333;
  font-family: /*"Helvetica Neue", Helvetica, "PingFang SC",*/ "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.red {
  color: red;
}
.title{
  text-align: center;
  margin: 70px 0 70px;
}
.cons .title  h2{
  font-size: 26px;
  margin:14px 0 0 0;
  color: #0f1245;
}
.title .num{
  background:url(../images/num.png) center no-repeat;
  /*width: 104px;*/
  height: 102px;
  font-size: 28px;
  line-height: 88px;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  color: #0f1245;

}
hr{
  height: 3px;
  padding: 0;
  margin:20px 0 40px;
  background: #f7f7f7;
  border:none;
}
.mainWrapper{
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 36px 40px 40px;
}
.shadow{

}
.cons img{
  max-width: 840px;
  margin: 16px auto 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  cursor: zoom-in;
}
.cons .img2{
  float: left;
  width: 30%;
  margin: 0 10px;
}
.cons .img3{
  float: left;
  width: 45%;
  margin: 0 10px;
}
.cons li img{
  margin: 0;
}
.cons p{
  line-height: 32px;
  margin-bottom: 12px;
 /* margin: 6px 30px 3px;*/
}
.cons h3{
  font-size: 18px;
  margin: 26px 0 20px;
  /*margin-left: 24px;*/
}
.cons p.p1{
  text-align: center;
  /*margin: 6px 0 3px;*/

}

.cons p.p2{
  /*margin-left: 34px;*/
  /*text-indent: 2em;*/
  margin-left: 32px;
  /*line-height: 32px;*/
}
.cons p.p3{
  margin-left: 60px;
}
.cons p.p4{
  margin-left: 86px;
}
.cons ul{
  margin-bottom: 20px;
}
.cons li{
  list-style: none;
  /*text-indent: 2em;*/
  margin-left: 32px;
  line-height: 34px;
/*  margin-left: 80px;*/
}
.cons .span1{
  background: #ffa63d;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  margin: 5px 0;
}
.cons ul ul{
  margin-left: 30px;
}
.cons ul ul li{
  overflow: hidden;
  display: block;
  width: 100%;
}
.cons li.li2{
  margin-left: 58px;
}
.cons li.li3{
  margin-left: 80px;
}
.cons p.p5{
  margin-left: 80px;
}
.cons em{
  width: 8px;
  height:8px;
  display: inline-block;
  /*background: #333;*/
  border:1px solid #333;
  border-radius: 100%;
  position: relative;
  top: 0px;
  margin-right: 8px;
}
.cons em.red{
  border-color: red;
}
.cons em.em2{
  background: #333;
  border-color: #333;
  width: 4px;
  height:4px;
  top: -2px;
}
.nav{
  position: fixed;
  right: 298px;
  z-index: 1;
/*	top: 0;*/
  bottom: 20px;
}
.nav li{
  /*display: flex;*/
  align-content: center;
  list-style: none;
  height: 40px;
  line-height: 40px;
  background: #e0e0e0;
  padding: 0 20px;
  margin: 3px;
}
.nav li.cur{
  background:#0066b3;
}
.nav li.cur a{
  color: #fff;
}
.nav li a{
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1360px) {
    .nav {
       right: 15px;
    }
}



@media screen and (min-width: 1366px) {
    .nav {
        right:15px;
        display: block;
    }
}
@media screen and (min-width: 1440px) {
    .nav {
       right: 52px;
      display: block;
    }
}

@media screen and (min-width: 1536px) {
    .nav {
       right: 103px;
      display: block;
    }
}
@media screen and (min-width: 1600px) {
    .nav {
       right: 132px;
      display: block;
    }
}
@media screen and (min-width: 1680px) {
    .nav {
       right: 182px;
      display: block;
    }
}

@media screen and (min-width: 1920px) {
    .nav {
       right: 293px;
      display: block;
    }
}

@media screen and (max-height: 650px) {
    .nav li {
        list-style: none;
        height: 30px;
        line-height: 30px;
        background: #e0e0e0;
        padding: 0 20px;
        margin: 3px;
    }
}
.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.bigbox{width:840px;background: #fff;border:1px solid #ededed;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
.bigbox>.imgbox{width:400px;height:250px;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px;}
.bigbox>.imgbox>img{width:100%;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}